~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to ica/x11/x11vnc/unixpw.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _X11VNC_UNIXPW_H
 
2
#define _X11VNC_UNIXPW_H
 
3
 
 
4
/* -- unixpw.h -- */
 
5
 
 
6
extern int white_pixel(void);
 
7
extern void unixpw_screen(int init);
 
8
extern void unixpw_keystroke(rfbBool down, rfbKeySym keysym, int init);
 
9
extern void unixpw_accept(char *user);
 
10
extern void unixpw_deny(void);
 
11
extern void unixpw_msg(char *msg, int delay);
 
12
extern int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp);
 
13
extern int crypt_verify(char *user, char *pass);
 
14
extern int cmd_verify(char *user, char *pass);
 
15
 
 
16
extern int unixpw_in_progress;
 
17
extern int unixpw_denied;
 
18
extern int unixpw_in_rfbPE;
 
19
extern int unixpw_login_viewonly;
 
20
extern int unixpw_tightvnc_xfer_save;
 
21
extern rfbBool unixpw_file_xfer_save;
 
22
extern time_t unixpw_last_try_time;
 
23
extern rfbClientPtr unixpw_client;
 
24
extern int keep_unixpw;
 
25
extern char *keep_unixpw_user;
 
26
extern char *keep_unixpw_pass;
 
27
extern char *keep_unixpw_opts;
 
28
 
 
29
#endif /* _X11VNC_UNIXPW_H */