/sssd/src/sss_client/autofs/ |
H A D | sss_autofs_private.h | 27 errno_t _sss_setautomntent(const char *mapname, void **context); 33 errno_t _sss_getautomntent_r(char **key, char **value, void *context); 38 errno_t 44 errno_t _sss_endautomntent(void **context);
|
/sssd/src/providers/data_provider/ |
H A D | dp_iface.h | 31 errno_t dp_register_sbus_interface(struct sbus_connection *conn, 34 errno_t dp_get_account_info_handler(struct sbus_request *sbus_req, 43 errno_t dp_pam_handler(struct sbus_request *sbus_req, void *dp_cli); 45 errno_t dp_sudo_handler(struct sbus_request *sbus_req, void *dp_cli); 47 errno_t dp_host_handler(struct sbus_request *sbus_req, 53 errno_t dp_autofs_handler(struct sbus_request *sbus_req, 58 errno_t dp_subdomains_handler(struct sbus_request *sbus_req, 63 errno_t dp_backend_is_online(struct sbus_request *sbus_req, 68 errno_t dp_failover_list_services(struct sbus_request *sbus_req, 72 errno_t dp_failover_active_serve [all...] |
/sssd/src/providers/krb5/ |
H A D | krb5_init_shared.h | 26 errno_t krb5_child_init(struct krb5_ctx *krb5_auth_ctx,
|
H A D | krb5_ccache.h | 38 errno_t sss_krb5_precreate_ccache(const char *ccname, uid_t uid, gid_t gid); 40 errno_t sss_krb5_cc_destroy(const char *ccname, uid_t uid, gid_t gid); 42 errno_t sss_krb5_check_ccache_princ(krb5_context kctx, 46 errno_t sss_krb5_cc_verify_ccache(const char *ccname, uid_t uid, gid_t gid, 49 errno_t get_ccache_file_data(const char *ccache_file, const char *client_name, 52 errno_t safe_remove_old_ccache_file(const char *old_ccache,
|
H A D | krb5_utils.h | 35 errno_t find_or_guess_upn(TALLOC_CTX *mem_ctx, struct ldb_message *msg, 40 errno_t check_if_cached_upn_needs_update(struct sysdb_ctx *sysdb, 49 errno_t get_domain_or_subdomain(struct be_ctx *be_ctx, 53 errno_t
|
/sssd/src/tools/common/ |
H A D | sss_process.h | 27 errno_t sss_signal(int signum);
|
/sssd/src/responder/pam/ |
H A D | pam_helpers.h | 28 errno_t pam_initgr_cache_set(struct tevent_context *ev, 37 errno_t pam_initgr_check_timeout(hash_table_t *id_table,
|
/sssd/src/db/ |
H A D | sysdb_autofs.h | 38 errno_t 46 errno_t 52 errno_t 56 errno_t 62 errno_t 66 errno_t 73 errno_t 79 errno_t
|
H A D | sysdb_selinux.h | 39 errno_t sysdb_store_selinux_usermap(struct sss_domain_info *domain, 42 errno_t sysdb_store_selinux_config(struct sss_domain_info *domain, 46 errno_t sysdb_get_selinux_usermaps(TALLOC_CTX *mem_ctx, 52 errno_t sysdb_search_selinux_config(TALLOC_CTX *mem_ctx, 57 errno_t sysdb_delete_usermaps(struct sss_domain_info *domain);
|
H A D | sysdb_ssh.h | 32 errno_t 40 errno_t 52 errno_t 56 errno_t 64 errno_t 71 errno_t
|
H A D | sysdb_services.h | 50 errno_t 57 errno_t 64 errno_t 69 errno_t 84 errno_t 93 errno_t 99 errno_t 105 errno_t sysdb_search_services(TALLOC_CTX *mem_ctx,
|
/sssd/src/util/ |
H A D | find_uid.h | 33 errno_t get_uid_table(TALLOC_CTX *mem_ctx, hash_table_t **table); 34 errno_t check_if_uid_is_active(uid_t uid, bool *result);
|
H A D | cert.h | 28 errno_t sss_cert_der_to_pem(TALLOC_CTX *mem_ctx, const uint8_t *der_blob, 31 errno_t sss_cert_pem_to_der(TALLOC_CTX *mem_ctx, const char *pem, 34 errno_t sss_cert_derb64_to_pem(TALLOC_CTX *mem_ctx, const char *derb64, 37 errno_t sss_cert_pem_to_derb64(TALLOC_CTX *mem_ctx, const char *pem, 40 errno_t sss_cert_derb64_to_ldap_filter(TALLOC_CTX *mem_ctx, const char *derb64, 44 errno_t bin_to_ldap_filter_value(TALLOC_CTX *mem_ctx, 48 errno_t cert_to_ssh_key(TALLOC_CTX *mem_ctx, const char *ca_db,
|
H A D | authtok.h | 71 errno_t sss_authtok_get_password(struct sss_auth_token *tok, 86 errno_t sss_authtok_set_password(struct sss_auth_token *tok, 102 errno_t sss_authtok_get_ccfile(struct sss_auth_token *tok, 116 errno_t sss_authtok_set_ccfile(struct sss_auth_token *tok, 141 errno_t sss_authtok_set(struct sss_auth_token *tok, 155 errno_t sss_authtok_copy(struct sss_auth_token *src, 199 errno_t sss_authtok_set_2fa(struct sss_auth_token *tok, 223 errno_t sss_authtok_get_2fa(struct sss_auth_token *tok, 239 errno_t sss_authtok_set_sc_pin(struct sss_auth_token *tok, const char *pin, 255 errno_t sss_authtok_get_sc_pi [all...] |
H A D | user_info_msg.h | 28 errno_t pack_user_info_chpass_error(TALLOC_CTX *mem_ctx,
|
H A D | authtok-utils.h | 46 errno_t sss_auth_pack_2fa_blob(const char *fa1, size_t fa1_len, 66 errno_t sss_auth_unpack_2fa_blob(TALLOC_CTX *mem_ctx,
|
/sssd/src/tools/sssctl/ |
H A D | sssctl.h | 45 errno_t sssctl_run_command(const char *command); 73 errno_t sssctl_systemd_start(void); 74 errno_t sssctl_systemd_stop(void); 75 errno_t sssctl_systemd_restart(void); 77 errno_t sssctl_domain_list(struct sss_cmdline *cmdline, 81 errno_t sssctl_domain_status(struct sss_cmdline *cmdline, 85 errno_t sssctl_client_data_backup(struct sss_cmdline *cmdline, 89 errno_t sssctl_client_data_restore(struct sss_cmdline *cmdline, 93 errno_t sssctl_cache_remove(struct sss_cmdline *cmdline, 97 errno_t sssctl_cache_upgrad [all...] |
/sssd/src/providers/ldap/ |
H A D | sdap_idmap.h | 29 typedef errno_t (find_new_domain_fn_t)(struct sdap_idmap_ctx *idmap_ctx, 39 errno_t sdap_idmap_init(TALLOC_CTX *mem_ctx, 43 errno_t 49 errno_t 54 errno_t
|
H A D | sdap_async_ad.h | 27 errno_t sdap_ad_save_group_membership_with_idmapping(const char *username, 33 errno_t 43 errno_t 57 errno_t sdap_ad_resolve_sids_recv(struct tevent_req *req);
|
H A D | sdap_range.h | 28 errno_t sdap_parse_range(TALLOC_CTX *mem_ctx,
|
H A D | ldap_auth.h | 40 errno_t check_pwexpire_policy(enum pwexpire pw_expire_type, 43 errno_t checkb);
|
/sssd/src/responder/nss/ |
H A D | nsssrv_mmap_cache.h | 36 errno_t sss_mmap_cache_init(TALLOC_CTX *mem_ctx, const char *name, 40 errno_t sss_mmap_cache_pw_store(struct sss_mc_ctx **_mcc, 48 errno_t sss_mmap_cache_gr_store(struct sss_mc_ctx **_mcc, 54 errno_t sss_mmap_cache_initgr_store(struct sss_mc_ctx **_mcc, 60 errno_t sss_mmap_cache_pw_invalidate(struct sss_mc_ctx *mcc, 63 errno_t sss_mmap_cache_pw_invalidate_uid(struct sss_mc_ctx *mcc, uid_t uid); 65 errno_t sss_mmap_cache_gr_invalidate(struct sss_mc_ctx *mcc, 68 errno_t sss_mmap_cache_gr_invalidate_gid(struct sss_mc_ctx *mcc, gid_t gid); 70 errno_t sss_mmap_cache_initgr_invalidate(struct sss_mc_ctx *mcc, 73 errno_t sss_mmap_cache_reini [all...] |
/sssd/src/sss_client/ |
H A D | nss_mc.h | 33 typedef int errno_t; typedef 61 errno_t sss_nss_mc_get_ctx(const char *name, struct sss_cli_mc_ctx *ctx); 62 errno_t sss_nss_check_header(struct sss_cli_mc_ctx *ctx); 65 errno_t sss_nss_mc_get_record(struct sss_cli_mc_ctx *ctx, 67 errno_t sss_nss_str_ptr_from_buffer(char **str, void **cookie, 73 errno_t sss_nss_mc_getpwnam(const char *name, size_t name_len, 76 errno_t sss_nss_mc_getpwuid(uid_t uid, 81 errno_t sss_nss_mc_getgrnam(const char *name, size_t name_len, 84 errno_t sss_nss_mc_getgrgid(gid_t gid, 89 errno_t sss_nss_mc_initgroups_dy [all...] |
/sssd/src/providers/ad/ |
H A D | ad_subdomains.h | 31 errno_t ad_subdomains_init(TALLOC_CTX *mem_ctx,
|
/sssd/src/providers/ipa/ |
H A D | ipa_dyndns.h | 35 errno_t ipa_dyndns_init(struct be_ctx *be_ctx,
|