Data Structures | |
struct | _Entrance_Config |
This contains all of the configuration options that the system can set. More... | |
Defines | |
#define | ENTRANCE_USE_CRYPT 0 |
#define | ENTRANCE_USE_PAM 1 |
#define | ENTRANCE_USE_SHADOW 2 |
#define | ENTRANCE_AUTOLOGIN_NONE 0 |
#define | ENTRANCE_AUTOLOGIN_DEFAULT 1 |
#define | ENTRANCE_AUTOLOGIN_THEME 2 |
#define | ENTRANCE_PRESEL_NONE 0 |
#define | ENTRANCE_PRESEL_PREV 1 |
Typedefs | |
typedef _Entrance_Config | Entrance_Config |
Functions | |
Entrance_Config * | entrance_config_load (char *file) |
entrance_config_parse parse the config file named | |
void | entrance_config_print (Entrance_Config *e) |
void | entrance_config_free (Entrance_Config *e) |
entrance_config_free Free up an Entrance_Config struct | |
void | entrance_config_prepend_recent_user (Entrance_Config *e, char *str) |
void | entrance_config_user_list_save (Entrance_Config *e, const char *file) |
entrance_config_user_list_write : Write out the possibly reordered user list into the config db. | |
void | entrance_config_prevuser_save (char *user, const char *file) |
int | entrance_config_save (Entrance_Config *e, const char *file) |
#define ENTRANCE_AUTOLOGIN_DEFAULT 1 |
#define ENTRANCE_AUTOLOGIN_NONE 0 |
#define ENTRANCE_AUTOLOGIN_THEME 2 |
#define ENTRANCE_PRESEL_NONE 0 |
#define ENTRANCE_PRESEL_PREV 1 |
#define ENTRANCE_USE_CRYPT 0 |
#define ENTRANCE_USE_PAM 1 |
#define ENTRANCE_USE_SHADOW 2 |
typedef struct _Entrance_Config Entrance_Config |
void entrance_config_free | ( | Entrance_Config * | e | ) |
entrance_config_free Free up an Entrance_Config struct
e | A Entrance_Config struct pointer |
Entrance_Config* entrance_config_load | ( | char * | file | ) |
entrance_config_parse parse the config file named
file | the file on disk we should load config opts from |
void entrance_config_prepend_recent_user | ( | Entrance_Config * | e, | |
char * | str | |||
) |
void entrance_config_prevuser_save | ( | char * | user, | |
const char * | file | |||
) |
void entrance_config_print | ( | Entrance_Config * | e | ) |
int entrance_config_save | ( | Entrance_Config * | e, | |
const char * | file | |||
) |
void entrance_config_user_list_save | ( | Entrance_Config * | e, | |
const char * | file | |||
) |
entrance_config_user_list_write : Write out the possibly reordered user list into the config db.
- a pointer to the config struct we want to write the user list for