| Coda Distributed File System
    | 
#include <stdio.h>#include <rpc2/rpc2.h>#include <auth2.h>#include <olist.h>#include "comm.h"#include "venus.private.h"

Go to the source code of this file.
| Classes | |
| class | userent | 
| class | user_iterator | 
| Functions | |
| void | UserInit () | 
| void | PutUser (userent **) | 
| void | UserPrint () | 
| void | UserPrint (FILE *) | 
| void | UserPrint (int) | 
| int | AuthorizedUser (uid_t) | 
| int | ConsoleUser (uid_t user) | 
| void | USERD_Init (void) | 
| void | UserDaemon (void) EXCLUDES_TRANSACTION | 
| 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 | ) |