Coda Distributed File System
Classes | Functions
user.h File Reference
#include <stdio.h>
#include <rpc2/rpc2.h>
#include <auth2.h>
#include <olist.h>
#include "comm.h"
#include "venus.private.h"
Include dependency graph for user.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ AuthorizedUser()

int AuthorizedUser ( uid_t  thisUser)

◆ ConsoleUser()

int ConsoleUser ( uid_t  user)

◆ PutUser()

void PutUser ( userent **  upp)

◆ USERD_Init()

void USERD_Init ( void  )

◆ UserDaemon()

void UserDaemon ( void  )

◆ UserInit()

void UserInit ( )

◆ UserPrint() [1/3]

void UserPrint ( )

◆ UserPrint() [2/3]

void UserPrint ( FILE *  fp)

◆ UserPrint() [3/3]

void UserPrint ( int  fd)