Searched refs:in (Results 1 - 25 of 50) sorted by relevance

12

/sssd/src/tests/cmocka/
H A Dtest_expire_common.h14 This program is distributed in the hope that it will be useful,
36 void expire_test_tz(const char* tz, void (*f)(void*, void*), void *in,
H A Dtest_sdap_access.c14 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 Dtest_ldap_auth.c14 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 Dtest_sss_sifp.c12 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/contrib/git/
H A Dpre-push19 return [commit.strip() for commit in out.decode('UTF-8').split('\n') if commit != '']
31 for l in msg.split('\n'):
56 for commit in commit_list:
67 for hook_input in sys.stdin.readlines():
71 for offender in no_rb_list:
/sssd/contrib/ci/
H A Drpm-spec-builddeps12 # This program is distributed in the hope that it will be useful,
34 for d in rpm.ds(spec.sourceHeader, 'requires'):
H A Dmisc.sh11 # This program is distributed in the hope that it will be useful,
65 for id in "${GROUPS[@]}"; do
H A Dvalgrind-condense12 # This program is distributed in the hope that it will be useful,
30 ERROR_EXITCODE An exit code to return if at least one error is found in
42 be used in naming Valgrind log files as such:
52 If an error is found in Valgrind log files, ERROR_EXITCODE is returned,
86 # Find program argv list in Valgrind arguments
88 for arg in "$@"; do
109 for path_pattern in "${path_pattern_list[@]}"; do
H A Drun12 # This program is distributed in the hope that it will be useful,
58 directory paths in output.
124 # Execute mock as is, or, if the user is not in the "mock" group, under sudo,
269 # enable optimisation to avoid bug in gcc < 4.6.0
349 case "$1" in
H A Ddeps.sh11 # This program is distributed in the hope that it will be useful,
53 -e 's/@PRERELEASE_VERSION@//g' contrib/sssd.spec.in |
/sssd/src/util/crypto/
H A Dsss_crypto.h9 This program is distributed in the hope that it will be useful,
36 const unsigned char *in,
40 const char *in,
47 const unsigned char *in,
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_base64.c13 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
H A Dcrypto_hmac_sha1.c13 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
/sssd/src/sbus/
H A Dsbus_codegen14 # This program is distributed in the hope that it will be useful,
33 # This library is distributed in the hope that it will be useful,
59 # - An annotation specified in the specification that tells us what C symbol
135 if "{" in type:
137 if type in BASIC_TYPES:
166 return "".join([arg.type for arg in self.in_args])
168 for arg in self.in_args + self.out_args:
247 for arg in args:
284 for i in range(0, len(args)):
294 for i in rang
[all...]
/sssd/contrib/vagrant/
H A Dbootstrap.sh6 /vagrant/contrib/sssd.spec.in > /vagrant/contrib/sssd_vagrant.spec
/sssd/src/util/crypto/nss/
H A Dnss_hmac_sha1.c12 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/tools/
H A Dsss_obfuscate18 file. The password can be passed in by stdin, \
26 help="The domain to use the password in (mandatory)",
54 # Work around bug in Python 2.6
55 if '\x03' in p1 or '\x03' in p2:
62 # Work around bug in Python 2.6
63 if '\x03' in p1 or '\x03' in p2:
/sssd/contrib/fedora/
H A Dmake_srpm.sh13 # This program is distributed in the hope that it will be useful,
55 for p in "${patches[@]}"; do
69 for i in "$@"
71 case $i in
117 SPEC_TEMPLATE="$SRC_DIR/contrib/$PACKAGE_NAME.spec.in"
120 echo "Fatal: Could not find file version.m4 in source directory!"
125 echo "Fatal: Could not find $PACKAGE_NAME.spec.in in contrib subdirectory!"
/sssd/src/sysv/SUSE/
H A Dsssd.in29 case "$1" in
/sssd/src/sss_client/libwbclient/
H A Dwbc_pwd_sssd.c13 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/sysv/
H A Dsssd.in97 case "$1" in
/sssd/src/util/
H A Dstring_utils.c14 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
/sssd/src/responder/common/
H A Dresponder_cmd.c13 This program is distributed in the hope that it will be useful,
38 sss_packet_get_cmd(pctx->creq->in),
79 sss_packet_get_cmd(pctx->creq->in),
97 /* now that the packet is in place, unlock queue
130 sss_packet_get_body(pctx->creq->in, &req_body, &req_blen);
149 sss_packet_get_cmd(pctx->creq->in),
282 /* If the percentage results in an expiration
/sssd/src/providers/ldap/
H A Dsdap_async_connection.c14 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/monitor/
H A Dmonitor_sbus.c13 This program is distributed in the hope that it will be useful,
23 #include <netinet/in.h>

Completed in 340 milliseconds

12