This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | NTV_NO_ERROR 0 |
#define | NTV_SERVER_ERROR 1 |
#define | NTV_PROTOCOL_ERROR 2 |
#define | NTV_LOGON_ERROR 3 |
Functions | |
int | Valid_User (char *USERNAME, char *PASSWORD, const char *SERVER, char *BACKUP, const char *DOMAIN) |
Macro Definition Documentation
◆ NTV_LOGON_ERROR
◆ NTV_NO_ERROR
◆ NTV_PROTOCOL_ERROR
◆ NTV_SERVER_ERROR
Function Documentation
◆ Valid_User()
int Valid_User | ( | char * | USERNAME, |
char * | PASSWORD, | ||
const char * | SERVER, | ||
char * | BACKUP, | ||
const char * | DOMAIN | ||
) |
Definition at line 25 of file valid.cc.
References NTV_LOGON_ERROR, NTV_NO_ERROR, NTV_PROTOCOL_ERROR, NTV_SERVER_ERROR, NULL, Http::SERVER, SMB_Connect_Server(), SMB_Discon(), SMB_Init(), SMB_Logon_Server(), and SMB_Negotiate().
Referenced by main(), and validate_user().