Functions | |
static char * | _entrance_auth_get_running_username (void) |
Entrance_Auth * | entrance_auth_new (void) |
entrance_auth_new | |
void | entrance_auth_session_end (Entrance_Auth *e) |
entrance_auth_session_end the Entrance_Auth handle for this session | |
void | entrance_auth_clear_pass (Entrance_Auth *e) |
entrance_auth_clear_pass - Clear password from memory the Entrance_Auth handle for this session | |
void | entrance_auth_free (Entrance_Auth *e) |
entrance_auth_free the Entrance_Auth struct to be freed | |
void | entrance_auth_reset (Entrance_Auth *e) |
entrance_auth_reset the Entrance_Auth struct to be reset | |
static int | entrance_auth_cmp_crypt (Entrance_Auth *e) |
int | entrance_auth_cmp (Entrance_Auth *e, const char *display, int mode) |
void | entrance_auth_pass_set (Entrance_Auth *e, const char *str) |
entrance_auth_set_pass: keep the error checking here Pass it a char* and it'll set it if it should | |
int | entrance_auth_user_set (Entrance_Auth *e, const char *str) |
set the username in the struct | |
void | entrance_auth_setup_environment (Entrance_Auth *e, const char *display) |
entrance_auth_setup_environment - setup the users environment the Entrance_Auth to setup I'm not sure if this is correct, but for now it works. |
static char* _entrance_auth_get_running_username | ( | void | ) | [static] |
void entrance_auth_clear_pass | ( | Entrance_Auth * | e | ) |
entrance_auth_clear_pass - Clear password from memory the Entrance_Auth handle for this session
int entrance_auth_cmp | ( | Entrance_Auth * | e, | |
const char * | display, | |||
int | mode | |||
) |
static int entrance_auth_cmp_crypt | ( | Entrance_Auth * | e | ) | [static] |
void entrance_auth_free | ( | Entrance_Auth * | e | ) |
entrance_auth_free the Entrance_Auth struct to be freed
Entrance_Auth* entrance_auth_new | ( | void | ) |
entrance_auth_new
void entrance_auth_pass_set | ( | Entrance_Auth * | e, | |
const char * | str | |||
) |
entrance_auth_set_pass: keep the error checking here Pass it a char* and it'll set it if it should
void entrance_auth_reset | ( | Entrance_Auth * | e | ) |
entrance_auth_reset the Entrance_Auth struct to be reset
void entrance_auth_session_end | ( | Entrance_Auth * | e | ) |
entrance_auth_session_end the Entrance_Auth handle for this session
void entrance_auth_setup_environment | ( | Entrance_Auth * | e, | |
const char * | display | |||
) |
entrance_auth_setup_environment - setup the users environment the Entrance_Auth to setup I'm not sure if this is correct, but for now it works.
int entrance_auth_user_set | ( | Entrance_Auth * | e, | |
const char * | str | |||
) |
set the username in the struct
e | - the Entrance_Auth to set the user of | |
str | - a string to set the user to, NULL is fine |