|
Coda Distributed File System
|
#include <stdio.h>#include "coda_string.h"#include <sys/types.h>#include <netinet/in.h>#include <errno.h>#include <struct.h>#include <utmp.h>#include <pwd.h>#include <rpc2/rpc2.h>#include <auth2.h>#include <vice.h>#include <lka.h>#include <coda_getservbyname.h>#include "comm.h"#include "hdb.h"#include "mariner.h"#include "user.h"#include "venus.private.h"#include "venusvol.h"#include "vsg.h"#include "worker.h"
Macros | |
| #define | CLOCK_SKEW 120 /* seconds */ |
| #define | CONSOLE "console" |
| #define | UTMP_FILE "/etc/utmp" |
Functions | |
| void | UserInit () |
| void | PutUser (userent **upp) |
| void | UserPrint () |
| void | UserPrint (FILE *fp) |
| void | UserPrint (int fd) |
| int | AuthorizedUser (uid_t thisUser) |
| int | ConsoleUser (uid_t user) |
| void | USERD_Init (void) |
| void | UserDaemon (void) |
| #define CLOCK_SKEW 120 /* seconds */ |
| #define CONSOLE "console" |
| #define UTMP_FILE "/etc/utmp" |
| int AuthorizedUser | ( | uid_t | thisUser | ) |
| int ConsoleUser | ( | uid_t | user | ) |
| void PutUser | ( | userent ** | upp | ) |
| void USERD_Init | ( | void | ) |
| void UserDaemon | ( | void | ) |
| void UserInit | ( | ) |
| void UserPrint | ( | ) |
| void UserPrint | ( | FILE * | fp | ) |
| void UserPrint | ( | int | fd | ) |