Searched defs:type (Results 1 - 25 of 86) sorted by relevance

1234

/sssd/src/responder/common/cache_req/
H A Dcache_req_data.c27 enum cache_req_type type,
39 data->type = type;
41 switch (type) {
98 DEBUG(SSSDBG_CRIT_FAILURE, "Invalid cache request type!\n");
126 enum cache_req_type type,
133 return cache_req_data_create(mem_ctx, type, &input);
138 enum cache_req_type type,
145 return cache_req_data_create(mem_ctx, type, &input);
150 enum cache_req_type type,
26 cache_req_data_create(TALLOC_CTX *mem_ctx, enum cache_req_type type, struct cache_req_data *input) argument
125 cache_req_data_name(TALLOC_CTX *mem_ctx, enum cache_req_type type, const char *name) argument
137 cache_req_data_id(TALLOC_CTX *mem_ctx, enum cache_req_type type, uint32_t id) argument
149 cache_req_data_cert(TALLOC_CTX *mem_ctx, enum cache_req_type type, const char *cert) argument
161 cache_req_data_sid(TALLOC_CTX *mem_ctx, enum cache_req_type type, const char *sid, const char **attrs) argument
[all...]
H A Dcache_req_private.h42 /* Data Provider request type resolved from @type.
61 enum cache_req_type type; member in struct:cache_req_data
/sssd/src/responder/pam/
H A Dpamsrv_dp.c39 int type; local
68 type = dbus_message_get_type(msg);
69 switch (type) {
/sssd/src/sss_client/
H A Dpam_message.c33 static size_t add_authtok_item(enum pam_item_type type, argument
43 c = type;
61 static size_t add_uint32_t_item(enum pam_item_type type, const uint32_t val, argument
67 c = type;
82 static size_t add_string_item(enum pam_item_type type, const char *str, argument
90 c = type;
H A Dnss_compat.h39 enum { triple_val, group_val } type; member in struct:__netgrent
/sssd/src/tests/cmocka/data_provider/
H A Dmock_dp.c43 enum dp_targets type; local
49 for (type = 0; type != DP_TARGET_SENTINEL; type++) {
50 targets[type] = talloc_zero(targets, struct dp_target);
51 assert_non_null(targets[type]);
53 targets[type]->name = dp_target_to_string(type);
54 targets[type]->module_name = "test-module";
55 targets[type]
[all...]
/sssd/src/tests/cmocka/
H A Dtest_ldap_auth.c36 enum pwexpire type; member in struct:check_pwexpire_policy_wrap_indata
46 ret = check_pwexpire_policy(data->type, data->time_fmt, NULL, 0);
53 enum pwexpire type = PWEXPIRE_KERBEROS; local
59 ret = check_pwexpire_policy(type,
63 ret = check_pwexpire_policy(type, (void*) tc->invalid_format,
67 ret = check_pwexpire_policy(type, (void*) tc->past_time,
71 ret = check_pwexpire_policy(type, (void*) tc->future_time,
77 data.type = type;
H A Dsss_nss_idmap-tests.c91 enum sss_id_type type; local
119 ret = sss_nss_getsidbyname("test", &sid, &type);
123 assert_int_equal(type, 0);
134 enum sss_id_type type; local
138 ret = sss_nss_getorigbyname("test", &kv_list, &type);
140 assert_int_equal(type, SSS_ID_TYPE_UID);
/sssd/src/tools/common/
H A Dsss_colondb.h53 enum sss_colondb_type type; member in struct:sss_colondb_write_field
58 enum sss_colondb_type type; member in struct:sss_colondb_read_field
79 * that last item has SSS_COLONDB_SENTINEL type.
90 * SSS_COLONDB_SENTINEL type.
/sssd/src/providers/
H A Ddp_pam_data_util.c174 DEBUG(l, "authtok type: %d\n", sss_authtok_get_type(pd->authtok));
175 DEBUG(l, "newauthtok type: %d\n", sss_authtok_get_type(pd->newauthtok));
181 int pam_add_response(struct pam_data *pd, enum response_type type, argument
189 new->type = type;
H A Ddata_provider_opts.c44 switch (parent_opts[option].type) {
100 opts[i].type = def_opts[i].type;
103 switch (def_opts[i].type) {
205 opts[i].type = src_opts[i].type;
209 switch (src_opts[i].type) {
301 static const char *dp_opt_type_to_string(enum dp_opt_type type) argument
303 switch (type) {
320 if (opts[id].type !
[all...]
/sssd/src/responder/sudo/
H A Dsudosrv_private.h56 enum sss_sudo_type type; member in struct:sudo_cmd_ctx
72 enum sss_sudo_type type,
99 enum sss_dp_sudo_type type,
/sssd/src/krb5_plugin/
H A Dsssd_krb5_localauth_plugin.c111 const char *type, const char *residual,
109 sss_an2ln(krb5_context context, krb5_localauth_moddata data, const char *type, const char *residual, krb5_const_principal aname, char **lname_out) argument
/sssd/src/providers/data_provider/
H A Ddp_custom_data.h29 uint32_t type; member in struct:dp_sudo_data
H A Ddp_target_sudo.c58 dbus_message_iter_next(&iter); /* step behind the request type */
60 /* get type of the request */
68 dbus_message_iter_next(&iter); /* step behind the request type */
70 /* get additional arguments according to the request type */
130 DEBUG(SSSDBG_CRIT_FAILURE, "Invalid request type %d\n", sudo_type);
148 static const char *dp_sudo_get_key(uint32_t type) argument
150 switch (type) {
160 static const char *dp_sudo_get_name(uint32_t type) argument
162 switch (type) {
186 &data->type,
[all...]
H A Ddp_target_id.c31 #define FILTER_TYPE(str, type) {str "=", sizeof(str "=") - 1, type}
57 uint32_t type; member in struct:__anon7
72 data->filter_type = types[i].type;
/sssd/src/providers/ldap/
H A Dsdap_sudo.c33 uint32_t type; member in struct:sdap_sudo_handler_state
56 state->type = data->type;
58 switch (data->type) {
68 DEBUG(SSSDBG_CRIT_FAILURE, "Invalid request type: %d\n", data->type);
74 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to send request: %d\n", data->type);
104 switch (state->type) {
117 DEBUG(SSSDBG_CRIT_FAILURE, "Invalid request type: %d\n", state->type);
[all...]
/sssd/src/responder/autofs/
H A Dautofssrv_dp.c36 enum sss_dp_autofs_type type; member in struct:sss_dp_get_autofs_info
48 enum sss_dp_autofs_type type,
69 info->type = type;
73 key = talloc_asprintf(state, "%d:%s@%s", type, name, dom->name);
44 sss_dp_get_autofs_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_autofs_type type, const char *name) argument
/sssd/src/responder/ifp/
H A Difp_iface_nodes.c39 enum ifp_cache_type type,
64 type, &paths, &num_paths);
37 nodes_cached_objects(TALLOC_CTX *mem_ctx, void *data, enum ifp_cache_type type, const char *prefix) argument
/sssd/src/sss_client/libwbclient/
H A Dwbc_idmap_sssd.c35 enum sss_id_type type; local
43 ret = sss_nss_getidbysid(sid_str, &id, &type);
49 if (type != SSS_ID_TYPE_UID && type != SSS_ID_TYPE_BOTH) {
63 enum sss_id_type type; local
66 ret = sss_nss_getsidbyid(uid, &str_sid, &type);
71 if (type != SSS_ID_TYPE_UID && type != SSS_ID_TYPE_BOTH) {
99 enum sss_id_type type; local
107 ret = sss_nss_getidbysid(sid_str, &id, &type);
127 enum sss_id_type type; local
170 enum sss_id_type type; local
[all...]
H A Dwbc_sid_common.c184 const char* wbcSidTypeString(enum wbcSidType type) argument
186 switch (type) {
197 default: return "Unknown type";
/sssd/src/sbus/
H A Dsssd_dbus_meta.h44 const char *type; member in struct:sbus_arg_meta
74 const char *type; member in struct:sbus_property_meta
/sssd/src/lib/sifp/
H A Dsss_sifp_private.h29 #define _alloc_zero(ctx, type, num) sss_sifp_alloc_zero(ctx, sizeof(type), num)
63 enum sss_sifp_attr_type type; member in struct:sss_sifp_attr
/sssd/src/lib/winbind_idmap_sss/
H A Dwinbind_idmap_sss.h51 enum id_type type; member in struct:unixid
85 the uid/gid and type. Gets back the SID. */
89 and type and gets back a uid or gid. */
/sssd/src/monitor/
H A Dmonitor_sbus.c54 int type; local
72 type = dbus_message_get_type(reply);
73 switch (type) {

Completed in 2555 milliseconds

1234