Searched defs:value (Results 1 - 25 of 71) sorted by relevance

123

/sssd/src/sss_client/idmap/
H A Dsss_nss_idmap.h42 char *value; member in struct:sss_nss_kv
109 * @param[out] kv_list A NULL terminate list of key-value pairs where the key
142 * @brief Free key-value list returned by sss_nss_getorigbyname()
144 * @param[in] kv_list Key-value list returned by sss_nss_getorigbyname().
/sssd/src/sss_client/autofs/
H A Dautofs_test_client.c45 char *value = NULL; local
80 ret = _sss_getautomntent_r(&key, &value, ctx);
82 if (!key || !value) {
88 printf("key: %s\t\tvalue: %s\n", key, value);
91 free(value);
92 value = NULL;
102 ret = _sss_getautomntbyname_r(pc_key, &value, ctx);
110 if (!value) {
116 printf("key: %s\t\tvalue: %s\n", pc_key, value);
117 free(value);
[all...]
/sssd/src/tests/cmocka/
H A Dtest_find_uid.c70 hash_value_t value; local
82 ret = hash_lookup(table, &key, &value);
90 ret = hash_lookup(table, &key, &value);
/sssd/src/tests/
H A Dfind_uid-tests.c72 hash_value_t value; local
84 ret = hash_lookup(table, &key, &value);
92 ret = hash_lookup(table, &key, &value);
H A Dcommon.h82 const char *value; member in struct:sss_test_conf_param
/sssd/src/tools/common/
H A Dsss_process.c29 long value; local
33 value = strtol(strpid, &endptr, 10);
39 return value;
H A Dsss_colondb.c33 char *value; local
38 value = NULL;
43 /* Special case for empty value. */
46 value = NULL;
51 value = line;
70 *_value = value;
/sssd/src/providers/proxy/
H A Dproxy_client.c44 hash_value_t value; local
75 hret = hash_lookup(proxy_cli->proxy_auth_ctx->request_table, &key, &value);
84 req = talloc_get_type(value.ptr, struct tevent_req);
/sssd/src/lib/sifp/
H A Dsss_sifp_attrs.c170 const char *value = NULL; local
172 GET_ATTR(attrs, name, SSS_SIFP_ATTR_TYPE_STRING, str, value, ret);
179 *_value = value;
307 char **value; local
310 *_num_values, value, ret);
313 *_value = (const char * const *)value;
H A Dsss_sifp_parser.c111 char **values = (char**)(item->value.ptr);
124 item->value.ptr = NULL;
138 const char *value = NULL; local
162 /* now read the value */
165 dbus_message_iter_get_basic(&dict_iter, &value);
172 values[0] = sss_sifp_strdup(ctx, value);
205 dbus_message_iter_get_basic(&array_iter, &value);
206 values[i] = sss_sifp_strdup(ctx, value);
486 * variant:value
526 * variant:value
[all...]
/sssd/src/tools/
H A Dsss_userdel.c56 hash_value_t value; local
69 ret = hash_lookup(uid_table, &key, &value);
H A Dsss_debuglevel.c313 long value; local
317 value = strtol(strlevel, &endptr, 0);
322 return debug_convert_old_level(value);
/sssd/src/providers/data_provider/
H A Ddp_request_reply.c337 struct dp_table_value *value; local
343 value = dp_req_table_lookup(state->provider->requests.reply_table,
345 if (value == NULL) {
352 dp_req_reply_list_error(value->list, state->name, ret);
365 dp_req_reply_list_success(value->list, state->reply_fn,
369 /* Freeing value will remove it from the table as well. */
370 talloc_free(value);
H A Ddp_request_table.c41 dp_table_value_destructor(struct dp_table_value *value) argument
46 DEBUG(SSSDBG_TRACE_FUNC, "Removing [%s] from reply table\n", value->key);
48 dp_req_table_del(value->table, value->key);
50 for (item = value->list; item != NULL; item = next_item) {
59 dp_sbus_req_item_new(struct dp_table_value *value, argument
73 item->parent = value;
160 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to enter value into hash table "
242 struct dp_table_value *value; local
244 value
[all...]
/sssd/src/providers/krb5/
H A Dkrb5_delayed_online_authentication.c151 hash_value_t value; local
171 pd = talloc_get_type(entry->value.ptr, struct pam_data);
173 ret = hash_lookup(uid_table, &key, &value);
242 hash_value_t value; local
300 value.type = HASH_VALUE_PTR;
301 value.ptr = new_pd;
304 &key, &value);
H A Dkrb5_wait_queue.c90 if (entry->value.type == HASH_VALUE_PTR) {
91 head = talloc_get_type(entry->value.ptr, struct queue_entry);
97 "Unexpected value type [%d].\n", entry->value.type);
107 hash_value_t value; local
124 ret = hash_lookup(krb5_ctx->wait_queue_hash, &key, &value);
127 if (value.type != HASH_VALUE_PTR) {
128 DEBUG(SSSDBG_CRIT_FAILURE, "Unexpected hash value type.\n");
132 head = talloc_get_type(value.ptr, struct queue_entry);
149 value
181 hash_value_t value; local
[all...]
H A Dkrb5_renew_tgt.c91 hash_value_t value; local
111 * renewal item is not updated and the value from the hash and the one we have
114 ret = hash_lookup(auth_data->table, &auth_data->key, &value);
116 if (value.type == HASH_VALUE_PTR &&
117 auth_data->renew_data == talloc_get_type(value.ptr,
176 renew_data = talloc_get_type(entries[c].value.ptr, struct renew_data);
309 if (entry->value.type == HASH_VALUE_PTR) {
310 renew_data = talloc_get_type(entry->value.ptr, struct renew_data);
316 "Unexpected value type [%d].\n", entry->value
549 hash_value_t value; local
[all...]
/sssd/src/responder/ifp/
H A Difp_cache.c280 bool value)
290 ret = sysdb_attrs_add_bool(attrs, SYSDB_IFP_CACHED, value);
278 ifp_cache_object_set(struct sss_domain_info *domain, struct ldb_dn *dn, bool value) argument
H A Difp_components.c692 char *value = NULL; local
746 providers[i], NULL, &value);
751 if (value == NULL) {
755 out[j] = talloc_asprintf(out, "%s=%s", providers[i], value);
/sssd/src/sbus/
H A Dsssd_dbus_signals.c80 hash_value_t value; local
112 value.type = HASH_VALUE_PTR;
113 value.ptr = data;
115 hret = hash_enter(table, &key, &value);
138 hash_value_t value; local
147 hret = hash_lookup(table, &key, &value);
158 data = talloc_get_type(value.ptr, struct sbus_incoming_signal_data);
/sssd/src/util/
H A Dfind_uid.c218 hash_value_t value; local
245 value.type = HASH_VALUE_ULONG;
246 value.ul = (unsigned long) uid;
248 ret = hash_enter(table, &key, &value);
H A Dsafe-format-string.c87 const char *value; local
119 value = NULL;
142 value = args[n - 1];
176 if (value == NULL) {
182 value = args[at_arg++];
193 len = strlen (value);
201 copy_fn (data, value, len);
/sssd/src/providers/ipa/
H A Dipa_auth.c138 const char *value = NULL; local
146 ret = sysdb_attrs_get_string(reply, IPA_CONFIG_MIGRATION_ENABLED, &value);
147 if (ret == EOK && strcasecmp(value, "true") == 0) {
H A Dipa_common.c179 char *value; local
220 value = talloc_asprintf(tmpctx, "cn=accounts,%s", basedn);
221 if (!value) {
226 SDAP_SEARCH_BASE, value);
243 value = talloc_strdup(tmpctx, realm);
244 if (value == NULL) {
250 SDAP_KRB5_REALM, value);
315 value = talloc_asprintf(tmpctx, "cn=ng,cn=alt,%s", basedn);
316 if (!value) {
321 value);
636 char *value; local
[all...]
/sssd/src/providers/ldap/
H A Dldap_id_cleanup.c337 hash_value_t value; local
351 ret = hash_lookup(table, &key, &value);

Completed in 490 milliseconds

123