#include <digest_common.h>
Public Attributes | |
int | channelId |
char * | user |
char * | realm |
char * | password |
HASHHEX | HHA1 |
int | parsed |
int | error |
Detailed Description
Definition at line 39 of file digest_common.h.
Member Data Documentation
◆ channelId
int _request_data::channelId |
Definition at line 40 of file digest_common.h.
Referenced by DoOneRequest(), OutputHHA1(), and ParseBuffer().
◆ error
int _request_data::error |
Definition at line 46 of file digest_common.h.
Referenced by LDAPHHA1(), OutputHHA1(), and TextHHA1().
◆ HHA1
HASHHEX _request_data::HHA1 |
Definition at line 44 of file digest_common.h.
Referenced by LDAPHHA1(), OutputHHA1(), and TextHHA1().
◆ parsed
int _request_data::parsed |
Definition at line 45 of file digest_common.h.
Referenced by DoOneRequest(), and ParseBuffer().
◆ password
char * _request_data::password |
Definition at line 43 of file digest_common.h.
◆ realm
char * _request_data::realm |
Definition at line 42 of file digest_common.h.
Referenced by GetPassword(), LDAPHHA1(), ParseBuffer(), and TextHHA1().
◆ user
char * _request_data::user |
Definition at line 41 of file digest_common.h.
Referenced by GetPassword(), LDAPHHA1(), ParseBuffer(), and TextHHA1().
The documentation for this struct was generated from the following files:
- src/auth/digest/eDirectory/digest_common.h
- src/auth/digest/file/digest_common.h
- src/auth/digest/LDAP/digest_common.h