Searched refs:su_verify (Results 1 – 7 of 7) sorted by relevance
/external/libvncserver/x11vnc/ |
D | unixpw.h | 44 extern int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp);
|
D | unixpw.c | 101 int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp); 956 int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp) { function 1480 if (su_verify(user, pass, NULL, NULL, NULL, 1)) {
|
D | user.c | 2568 res = su_verify(keep_unixpw_user, in do_run_cmd() 2600 res = su_verify(keep_unixpw_user, in do_run_cmd()
|
D | ChangeLog | 125 fflush(stderr) much in su_verify. Make the -unixpw env. vars 592 -unixpw su_verify. -rawfb none same as null. 653 su_verify() to run any cmd, -users unixpw= mode. -display WAIT:...
|
D | x11vnc.c | 1432 if (su_verify(p, q+1, ucmd, NULL, NULL, 1)) { in quick_pw()
|
D | README | 13574 su(1) method provided by -unixpw (i.e. su_verify()), you 13580 (i.e. the function su_verify() that runs /bin/su 13645 (i.e. the function su_verify() that runs /bin/su in a
|
/external/libvncserver/ |
D | ChangeLog | 1870 safety measures. fflush(stderr) much in su_verify. Make the 4172 -unixpw su_verify, user supplied sig ignore. 4499 x11vnc/xwrappers.h: x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command.
|