|
long | GetKeys (RPC2_Integer *AuthenticationType, RPC2_CountedBS *cIdent, RPC2_EncryptionKey hKey, RPC2_EncryptionKey sKey) |
|
long | LogFailures (RPC2_Integer AuthenticationType, RPC2_CountedBS *cIdent, RPC2_Integer eType, RPC2_HostIdent *pHost, RPC2_PortIdent *pPort) |
|
int | GetViceId (RPC2_CountedBS *cIdent) |
|
void | ReadConfigFile (void) |
|
int | main (int argc, char **argv) |
|
long | S_AuthNewConn (RPC2_Handle cid, RPC2_Integer seType, RPC2_Integer secLevel, RPC2_Integer encType, RPC2_Integer AuthType, RPC2_CountedBS *cIdent) |
|
long | S_AuthQuit (RPC2_Handle cid) |
|
long | S_AuthGetTokens (RPC2_Handle cid, EncryptedSecretToken est, ClearToken *cToken) |
|
long | S_AuthChangePasswd (RPC2_Handle cid, RPC2_Integer viceId, RPC2_String Passwd) |
|
long | S_AuthNewUser (RPC2_Handle cid, RPC2_Integer viceId, RPC2_EncryptionKey initKey, RPC2_String otherInfo) |
|
int | IsAdministrator (struct UserInfo *pU) |
|
char * | GetVname (int id, char *s) |
|
int | IsAUser (int viceId) |
|
long | S_AuthDeleteUser (RPC2_Handle cid, RPC2_Integer viceId) |
|
long | S_AuthChangeUser (RPC2_Handle cid, RPC2_Integer viceId, RPC2_EncryptionKey newKey, RPC2_String otherInfo) |
|
long | S_AuthNameToId (RPC2_Handle cid, RPC2_String sUser, RPC2_Integer *sId) |
|