1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
|
<SECTION>
<FILE>config</FILE>
lu_cfg_read
lu_cfg_read_single
lu_cfg_read_keys
</SECTION>
<SECTION>
<FILE>value</FILE>
LU_VALUE_INVALID_ID
lu_value_strdup
lu_value_init_set_attr_from_string
lu_value_init_set_id
lu_value_get_id
lu_values_equal
</SECTION>
<SECTION>
<FILE>entity</FILE>
lu_ent
lu_ent_t
LU_USERNAME
LU_USERPASSWORD
LU_UIDNUMBER
LU_GIDNUMBER
LU_GECOS
LU_HOMEDIRECTORY
LU_LOGINSHELL
LU_GROUPNAME
LU_GROUPPASSWORD
LU_MEMBERNAME
LU_ADMINISTRATORNAME
LU_SHADOWNAME
LU_SHADOWPASSWORD
LU_SHADOWLASTCHANGE
LU_SHADOWMIN
LU_SHADOWMAX
LU_SHADOWWARNING
LU_SHADOWINACTIVE
LU_SHADOWEXPIRE
LU_SHADOWFLAG
LU_COMMONNAME
LU_GIVENNAME
LU_SN
LU_ROOMNUMBER
LU_TELEPHONENUMBER
LU_HOMEPHONE
LU_EMAIL
lu_ent_new
lu_ent_free
lu_ent_copy
lu_ent_commit
lu_ent_revert
lu_ent_add
lu_ent_add_current
lu_ent_clear
lu_ent_clear_all
lu_ent_clear_all_current
lu_ent_clear_current
lu_ent_del
lu_ent_del_current
lu_ent_dump
lu_ent_get
lu_ent_get_first_string
lu_ent_get_first_string_current
lu_ent_get_first_value_strdup
lu_ent_get_first_value_strdup_current
lu_ent_get_first_id
lu_ent_get_first_id_current
lu_ent_get_attributes
lu_ent_get_attributes_current
lu_ent_get_current
lu_ent_has
lu_ent_has_current
lu_ent_set
lu_ent_set_current
lu_ent_set_string
lu_ent_set_string_current
lu_ent_set_id
lu_ent_set_id_current
lu_ent_set_long
lu_ent_set_long_current
</SECTION>
<SECTION>
<FILE>error</FILE>
lu_status
lu_error
lu_error_t
LU_ERROR_CHECK
lu_error_new
lu_error_free
lu_error_is_success
lu_error_is_warning
lu_error_is_error
lu_strerror
</SECTION>
<SECTION>
<FILE>fs</FILE>
lu_homedir_move
lu_homedir_populate
lu_homedir_remove
lu_homedir_remove_for_user
lu_homedir_remove_for_user_if_owned
lu_mail_spool_create
lu_mail_spool_remove
LU_NSCD_CACHE_GROUP
LU_NSCD_CACHE_PASSWD
lu_nscd_flush_cache
</SECTION>
<SECTION>
<FILE>prompt</FILE>
lu_prompt
lu_prompt_console
lu_prompt_console_quiet
</SECTION>
<SECTION>
<FILE>user</FILE>
lu_entity_type
lu_context
lu_context_t
lu_start
lu_end
lu_set_prompter
lu_get_prompter
lu_set_modules
lu_get_modules
lu_uses_elevated_privileges
lu_user_lookup_name
lu_user_lookup_id
lu_user_default
lu_user_add
lu_user_modify
lu_user_delete
lu_user_setpass
lu_user_removepass
lu_user_lock
lu_user_unlock
lu_user_unlock_nonempty
lu_user_islocked
lu_users_enumerate
lu_users_enumerate_by_group
lu_users_enumerate_full
lu_users_enumerate_by_group_full
lu_group_lookup_name
lu_group_lookup_id
lu_group_default
lu_group_add
lu_group_modify
lu_group_delete
lu_group_setpass
lu_group_removepass
lu_group_lock
lu_group_unlock
lu_group_unlock_nonempty
lu_group_islocked
lu_groups_enumerate
lu_groups_enumerate_by_user
lu_groups_enumerate_full
lu_groups_enumerate_by_user_full
</SECTION>
|