$Revision: 1.8 $
Authentication utilities
Status: NOT REVIEWED, TESTED
Author(s): Engin Gunduz
Included Files
Preprocessor definitions
#define AU_UTIL_H
#define AU_MAIL_FROM 1
#define AU_CRYPT_PW 2
#define AU_PGP 3
#define AU_NONE 4
typedef struct _credentials_struct credentials_struct
struct _credentials_struct |
|
{ |
|
GSList* password_list; |
|
char* from; |
|
char* from_email; |
|
GSList* pgp_key_list; |
|
} |
|
typedef struct _auth_struct auth_struct
struct _auth_struct |
|
{ |
|
int type; |
|
char* auth; |
|
char* mntner_name; |
|
int index; |
|
char* pgp_struct; |
|
} |
|