source:
trunk/athena/etc/ftpd/athena_ftpd.h
@
6081
Revision 6081, 339 bytes checked in by cfields, 33 years ago (diff) |
---|
Line | |
---|---|
1 | #include <sys/types.h> |
2 | |
3 | extern uid_t athena_setuid; |
4 | extern gid_t athena_setgid; |
5 | |
6 | extern int athena; |
7 | extern int athena_login; |
8 | |
9 | #define LOGIN_NONE 0 |
10 | #define LOGIN_LOCAL 1 |
11 | #define LOGIN_KERBEROS 2 |
12 | |
13 | extern struct passwd *athena_getpwnam(); |
14 | extern char *athena_authenticate(); |
15 | extern char *athena_attachhomedir(); |
16 | extern char *athena_attach(); |
Note: See TracBrowser
for help on using the repository browser.