/sssd-io/src/tests/cmocka/ |
H A D | test_ldap_auth.c | 14 This program is distributed in the hope that it will be useful, 40 static void check_pwexpire_policy_wrap(void *in, void *_out) argument 44 (struct check_pwexpire_policy_wrap_indata*) in; 75 /* changing time zone has no effect as time of expiration is in UTC */
|
H A D | test_sdap_access.c | 14 This program is distributed in the hope that it will be useful, 40 static void nds_check_expired_wrap(void *in, void *_out) argument 42 *(bool*)_out = nds_check_expired((const char*)in); 59 /* changing time zone has no effect as time of expiration is in UTC */
|
H A D | test_sss_sifp.c | 12 This program is distributed in the hope that it will be useful, 309 dbus_bool_t in = 1; local 313 reply_variant_basic(reply, DBUS_TYPE_BOOLEAN_AS_STRING, &in); 329 assert_true(in == out); 342 int16_t in = INT16_MIN; local 346 reply_variant_basic(reply, DBUS_TYPE_INT16_AS_STRING, &in); 362 assert_int_equal(in, out); 375 uint16_t in = UINT16_MAX; local 379 reply_variant_basic(reply, DBUS_TYPE_UINT16_AS_STRING, &in); 395 assert_int_equal(in, ou 408 int32_t in = INT32_MIN; local 441 uint32_t in = UINT32_MAX; local 477 int64_t in = INT64_MIN; local 510 uint64_t in = UINT64_MAX; local 543 const char *in = "test value"; local 576 const char *in = "/object/path"; local 704 dbus_bool_t *in = in_array; local 782 int16_t *in = in_array; local 860 uint16_t *in = in_array; local 938 int32_t *in = in_array; local 1016 uint32_t *in = in_array; local 1094 int64_t *in = in_array; local 1172 uint64_t *in = in_array; local 1250 const char **in = in_array; local 1328 const char **in = in_array; local 1630 uint32_t in = UINT32_MAX; local 1965 const char *in[] = {SSS_SIFP_PATH "/Domains/LDAP", local 2025 const char *in =SSS_SIFP_PATH "/Domains/LDAP"; local [all...] |
/sssd-io/src/util/crypto/libcrypto/ |
H A D | crypto_hmac_sha1.c | 13 This program is distributed in the hope that it will be useful, 33 const unsigned char *in, 77 EVP_DigestUpdate(ctx, (const unsigned char *)in, in_len); 31 sss_hmac_sha1(const unsigned char *key, size_t key_len, const unsigned char *in, size_t in_len, unsigned char *out) argument
|
H A D | crypto_base64.c | 13 This program is distributed in the hope that it will be useful, 29 const unsigned char *in, 45 BIO_write(b64, in, insize); 69 const char *in, 76 int size, inlen = strlen(in); 87 memcpy(in_dup, in, inlen+1); 28 sss_base64_encode(TALLOC_CTX *mem_ctx, const unsigned char *in, size_t insize) argument 68 sss_base64_decode(TALLOC_CTX *mem_ctx, const char *in, size_t *outsize) argument
|
/sssd-io/src/util/crypto/nss/ |
H A D | nss_hmac_sha1.c | 12 This program is distributed in the hope that it will be useful, 36 const unsigned char *in, 79 HASH_Update(sha1, in, in_len); 34 sss_hmac_sha1(const unsigned char *key, size_t key_len, const unsigned char *in, size_t in_len, unsigned char *out) argument
|
/sssd-io/src/util/ |
H A D | string_utils.c | 14 This program is distributed in the hope that it will be useful, 26 const char *in, 33 out = talloc_strdup(mem_ctx, in); 25 sss_replace_char(TALLOC_CTX *mem_ctx, const char *in, const char match, const char sub) argument
|
H A D | util.c | 12 This program is distributed in the hope that it will be useful, 265 /* String was present in both lists */ 283 /* String was present only in list2 */ 308 /* Get the leftover entries in the hash table */ 541 void to_sized_string(struct sized_string *out, const char *in) argument 543 out->str = in; 680 /* addr is in network order for both IPv4 and IPv6 versions */ 850 "%s does not seem to be in UTZ time zone.\n", str); 1082 "This should not be used in production.\n");
|
/sssd-io/src/sss_client/libwbclient/ |
H A D | wbc_pwd_sssd.c | 13 This library is distributed in the hope that it will be useful, 153 static wbcErr copy_pwd(struct passwd *in, struct passwd **out) argument 163 pw->pw_name = strdup(in->pw_name); 168 pw->pw_passwd = strdup(in->pw_passwd); 173 pw->pw_uid = in->pw_uid; 174 pw->pw_gid = in->pw_gid; 176 pw->pw_gecos = strdup(in->pw_gecos); 181 pw->pw_shell = strdup(in->pw_shell); 186 pw->pw_dir = strdup(in->pw_dir); 220 /* Fill in 326 copy_grp(struct group *in, struct group **out) argument [all...] |
/sssd-io/src/responder/kcm/ |
H A D | kcmsrv_ccache_mem.c | 4 KCM Server - ccache in-memory storage 13 This program is distributed in the hope that it will be useful, 47 /* Both ccaches and the next-id are kept in memory */ 57 struct kcm_ccache *in) 65 memcpy(out, in, sizeof(struct kcm_ccache)); 126 /* Since with the in-memory database, the database operations are just 56 kcm_ccache_dup(TALLOC_CTX *mem_ctx, struct kcm_ccache *in) argument
|
/sssd-io/src/responder/common/ |
H A D | responder.h | 13 This program is distributed in the hope that it will be useful, 54 * end in the traditional sense and can always just consult 70 struct sss_packet *in; member in struct:cli_request 461 /* Format orig_name into a sized_string in output format as prescribed 470 /* Format orig_name into a sized_string in output format as prescribed
|
/sssd-io/src/sss_client/ |
H A D | common.c | 16 * This program is distributed in the hope that it will be useful, 55 * but also do not want to die in case 370 /* we got through, now we have the custom data in buf if any, 730 /* avoid looping in the nss daemon */ 815 /* avoid looping in the nss daemon */ 905 /* avoid looping in the pam daemon */ 1195 errno_t sss_readrep_copy_string(const char *in, argument 1204 (*out)[i] = in[*offset];
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_async_connection.c | 14 This program is distributed in the hope that it will be useful, 384 DEBUG(SSSDBG_TRACE_ALL, "SSL/TLS handler already in place.\n"); 759 /* Value 775 is described in 815 "Password will expire in [%d] seconds.\n", 864 "Password will expire in [%d] seconds.\n", 945 * No async variant exist in openldap libraries yet */ 1003 sasl_interact_t *in = (sasl_interact_t *)interact; local 1007 while (in->id != SASL_CB_LIST_END) { 1009 switch (in->id) { 1013 if (in [all...] |
/sssd-io/src/providers/krb5/ |
H A D | krb5_child.c | 16 This program is distributed in the hope that it will be useful, 231 "PAC responder contacted. It might take a bit of time in case the " 643 DEBUG(SSSDBG_TRACE_ALL, "Found [%s] in identity [%s].\n", str, identity); 656 DEBUG(SSSDBG_TRACE_ALL, "Found [%s] in identity [%s].\n", str, identity); 725 "No matching identity for [%s][%s] found in pkinit challenge.\n", 812 * passwords in the responder. */ 909 static errno_t handle_randomized(char *in) argument 915 /* We only treat the FILE type case in a special way due to the history 916 * of storing FILE type ccache in /tmp and associated security issues */ 917 if (in[ [all...] |