/sssd/src/tests/cmocka/ |
H A D | test_sdap_access.c | 14 This program is distributed in the hope that it will be useful, 37 static void nds_check_expired_wrap(void *in, void *_out) argument 39 *(bool*)_out = nds_check_expired((const char*)in); 56 /* changing time zone has no effect as time of expiration is in UTC */
|
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_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/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/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/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 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, 354 /* String was present in both lists */ 372 /* String was present only in list2 */ 397 /* Get the leftover entries in the hash table */ 620 void to_sized_string(struct sized_string *out, const char *in) argument 622 out->str = in; 779 /* addr is in network order for both IPv4 and IPv6 versions */ 949 "%s does not seem to be in UTZ time zone.\n", str); 1181 "This should not be used in production.\n");
|
/sssd/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/src/responder/common/ |
H A D | responder.h | 13 This program is distributed in the hope that it will be useful, 59 struct sss_packet *in; member in struct:cli_request
|
/sssd/src/sss_client/ |
H A D | common.c | 16 * This program is distributed in the hope that it will be useful, 54 * but also do not want to die in case 366 /* we got through, now we have the custom data in buf if any, 719 /* avoid looping in the nss daemon */ 791 /* avoid looping in the nss daemon */ 862 /* avoid looping in the pam daemon */ 1136 errno_t sss_readrep_copy_string(const char *in, argument 1145 (*out)[i] = in[*offset];
|
/sssd/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/src/providers/krb5/ |
H A D | krb5_child.c | 16 This program is distributed in the hope that it will be useful, 203 "PAC responder contacted. It might take a bit of time in case the " 649 * passwords in the responder. */ 741 static errno_t handle_randomized(char *in) argument 747 /* We only treat the FILE type case in a special way due to the history 748 * of storing FILE type ccache in /tmp and associated security issues */ 749 if (in[0] == '/') { 750 ccname = in; 751 } else if (strncmp(in, "FILE:", 5) == 0) { 752 ccname = in [all...] |