/sssd-io/src/tests/ |
H A D | auth-tests.c | 218 do_failed_login_test(0, time(NULL), 0, 5, EOK, 0, -1); 220 do_failed_login_test(2, time(NULL), 0, 5, EOK, 2, -1); 223 do_failed_login_test(0, time(NULL), 0, 0, EOK, 0, -1); 225 do_failed_login_test(2, time(NULL), 0, 0, EOK, 2, -1); 231 do_failed_login_test(0, time(NULL), 2, 0, EOK, 0, -1); 233 do_failed_login_test(2, time(NULL), 2, 0, ERR_AUTH_DENIED, 2, -1); 240 do_failed_login_test(0, time(NULL), 2, 5, EOK, 0, -1); 242 now = time(NULL);
|
/sssd-io/src/tests/cmocka/ |
H A D | test_expire_common.c | 30 #include <time.h> 39 time_t t = time(NULL) + s;
|
H A D | test_responder_cache_req.c | 491 prepare_user(ctx->tctx->dom, &users[0], 1000, time(NULL)); 495 prepare_user(ctx->tctx->dom, &users[1], 1000, time(NULL)); 499 prepare_group(ctx->tctx->dom, &groups[0], 1000, time(NULL)); 503 prepare_group(ctx->tctx->dom, &groups[1], 1000, time(NULL)); 513 prepare_group(domain, &groups[0], 1000, time(NULL)); 523 prepare_user(domain, &users[0], 1000, time(NULL)); 735 prepare_user(domain, &users[0], 1000, time(NULL)); 786 NULL, 1000, time(NULL)); 796 prepare_user(domain, &users[0], 1000, time(NULL)); 841 prepare_user(test_ctx->tctx->dom, &users[0], 1000, time(NUL [all...] |
/sssd-io/src/tests/intg/ |
H A D | test_pac_responder.py | 21 import time namespace 38 time.sleep(1)
|
H A D | test_ts_cache.py | 28 import time namespace 104 time.sleep(1) 259 time.sleep(1) 278 time.sleep(1) 328 time.sleep(1) 359 time.sleep(1) 389 time.sleep(1) 446 time.sleep(1) 476 time.sleep(1) 506 time [all...] |
H A D | test_enumeration.py | 27 import time namespace 199 time.sleep(1) 413 time.sleep(INTERACTIVE_TIMEOUT/2) 417 time.sleep(INTERACTIVE_TIMEOUT) 421 time.sleep(INTERACTIVE_TIMEOUT) 428 time.sleep(INTERACTIVE_TIMEOUT/2) 432 time.sleep(INTERACTIVE_TIMEOUT) 436 time.sleep(INTERACTIVE_TIMEOUT) 443 time.sleep(INTERACTIVE_TIMEOUT/2) 447 time [all...] |
H A D | ldap_local_override_test.py | 27 import time namespace 108 time.sleep(1) 486 time.sleep(2) 512 time.sleep(2) 563 time.sleep(2) 867 time.sleep(2) 893 time.sleep(2) 935 time.sleep(2)
|
H A D | test_local_domain.py | 23 import time namespace 41 time.sleep(1)
|
H A D | ds_openldap.py | 23 import time namespace 214 time.sleep(1) 285 time.sleep(1)
|
H A D | test_secrets.py | 26 import time namespace 69 time.sleep(0.1) 404 time.sleep(1) 413 time.sleep(15) 665 time.sleep(65) 669 # time it'd be shutdown in case the last_request_time is not updated.
|
H A D | test_infopipe.py | 28 import time namespace 78 time.sleep(.1) 96 time.sleep(.1) 100 # clean pid so we can start service one more time 279 time.sleep(1)
|
/sssd-io/src/responder/pam/ |
H A D | pamsrv_dp.c | 22 #include <sys/time.h> 23 #include <time.h>
|
H A D | pam_LOCAL_domain.c | 22 #include <time.h> 82 SYSDB_LAST_LOGIN, (long)time(NULL)); 116 SYSDB_LAST_FAILED_LOGIN, (long)time(NULL)); 196 "lastPasswordChange", (long)time(NULL));
|
/sssd-io/src/sss_client/ |
H A D | nss_mc_initgr.c | 31 #include <time.h> 50 if (expire < time(NULL)) {
|
/sssd-io/src/tests/multihost/basic/ |
H A D | test_basic.py | 5 import time namespace 79 time.sleep(5)
|
/sssd-io/src/lib/ipa_hbac/ |
H A D | ipa_hbac.h | 42 #include <time.h>
|
/sssd-io/src/providers/ |
H A D | be_ptask.h | 26 #include <time.h> 88 * every time the task is scheduled. The maximum value of
|
/sssd-io/src/sss_client/idmap/ |
H A D | common_ex.c | 23 #include <time.h> 34 /* adopted from timersub() defined in /usr/include/sys/time.h */ 69 /* make sure there is no overrun when calculating the time left */
|
/sssd-io/src/tests/python/sssd/testlib/common/ |
H A D | qe_class.py | 6 import time namespace 109 time.sleep(10) 117 time.sleep(10) 125 time.sleep(10) 133 time.sleep(10)
|
/sssd-io/src/providers/ldap/ |
H A D | ldap_id_cleanup.c | 26 #include <time.h> 27 #include <sys/time.h> 70 /* Run the first one in a couple of seconds so that we have time to 180 time_t now = time(NULL); 371 time_t now = time(NULL);
|
H A D | sdap_sudo_shared.c | 22 #include <time.h> 69 DEBUG(SSSDBG_MINOR_FAILURE, "Unable to obtain time of last full "
|
/sssd-io/src/db/ |
H A D | sysdb_selinux.c | 62 now = time(NULL); 145 now = time(NULL);
|
/sssd-io/src/providers/ad/ |
H A D | ad_dyndns.c | 183 if (ctx->dyndns_ctx->last_refresh + 60 > time(NULL) || 191 state->ad_ctx->dyndns_ctx->last_refresh = time(NULL);
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_dyndns.c | 185 if (ctx->dyndns_ctx->last_refresh + 60 > time(NULL) || 193 state->ipa_ctx->dyndns_ctx->last_refresh = time(NULL);
|
/sssd-io/src/providers/proxy/ |
H A D | proxy_services.c | 42 time_t now = time(NULL); 217 time_t now = time(NULL);
|