File au/AU_util.h

  $Revision: 1.10 $

Authentication utilities
Status: NOT REVIEWED, TESTED
Author(s): Engin Gunduz
Included in: au/AU_util.c

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

#define AU_MD5_PW 5


Typedef credentials_struct

typedef struct _credentials_struct credentials_struct
struct _credentials_struct 
   { 
     GSList* password_list; 
     char* from; 
     char* from_email; 
     GSList* pgp_key_list; 
   } 

Typedef auth_struct

typedef struct _auth_struct auth_struct
struct _auth_struct 
   { 
     int type; 
     char* auth; 
     char* mntner_name; 
     int index; 
     char* pgp_struct; 
   } 

Local Function asctime_r()

static char* asctime_r ( const struct tm* __tm, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_asctime_r()

Local Function ctime_r()

static char* ctime_r ( const time_t* __time, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_ctime_r()

Local Function getlogin_r()

static int getlogin_r ( char* __name, int __len )
Included from: /usr/include/unistd.h
Calls: __posix_getlogin_r()

Local Function ttyname_r()

static int ttyname_r ( int __fildes, char* __buf, size_t __size )
Included from: /usr/include/unistd.h
Calls: __posix_ttyname_r()