/freebsd/crypto/krb5/src/tests/ |
H A D | t_renew.py | 12 def test(testname, life, rlife, exp_life, exp_rlife, env=None): argument 14 flags = ['-l', life] 40 life = (endtime - starttime).seconds 41 if abs(life - exp_life) > 5: 42 fail('%s: expected life %d, got %d' % (testname, exp_life, life)) 86 # till. (Our client code bumps up the requested renewable life to the 87 # requested life.) 91 # Test that renewable tickets are issued if till > max life by 101 # Test maximum renewable life on the client principal. 107 # Test maximum renewable life on the server principal. [all …]
|
H A D | t_kadmin_parsing.py | 59 msg = 'Maximum ticket life: ' + outstr + '\n' 63 msg = 'Maximum renewable life: ' + outstr + '\n' 67 msg = 'Maximum password life: ' + outstr + '\n' 71 msg = 'Minimum password life: ' + outstr + '\n'
|
/freebsd/crypto/krb5/src/kdc/ |
H A D | policy.c | 89 /* Constrain times->endtime to life and times->renew_till to rlife, relative to 93 krb5_deltat life, krb5_deltat rlife) in update_ticket_times() argument 95 if (life) in update_ticket_times() 96 times->endtime = ts_min(ts_incr(now, life), times->endtime); in update_ticket_times() 109 krb5_deltat life = 0, rlife = 0; in check_kdcpolicy_as() local 126 (const char **)ais, status, &life, &rlife); in check_kdcpolicy_as() 130 update_ticket_times(times, kdc_time, life, rlife); in check_kdcpolicy_as() 149 krb5_deltat life = 0, rlife = 0; in check_kdcpolicy_tgs() local 166 (const char **)ais, status, &life, &rlife); in check_kdcpolicy_tgs() 170 update_ticket_times(times, kdc_time, life, rlife); in check_kdcpolicy_tgs()
|
/freebsd/crypto/krb5/src/man/ |
H A D | kdb5_ldap_util.man | 133 (\fI\%getdate time\fP string) Specifies maximum ticket life for 137 (\fI\%getdate time\fP string) Specifies maximum renewable life of 193 (\fI\%getdate time\fP string) Specifies maximum ticket life for 197 (\fI\%getdate time\fP string) Specifies maximum renewable life of 239 Maximum ticket life: 0 days 01:00:00 240 Maximum renewable life: 0 days 10:00:00 354 (\fI\%getdate time\fP string) Specifies maximum ticket life for 358 (\fI\%getdate time\fP string) Specifies maximum renewable life of 430 Maximum ticket life: 0 days 01:00:00 431 Maximum renewable life: 0 days 10:00:00
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 88 long = "realm-max-ticket-life" 93 long = "realm-max-renewable-life" 148 long = "max-ticket-life" 154 long = "max-renewable-life" 157 help = "max renewable life" 302 long = "max-ticket-life" 308 long = "max-renewable-life" 311 help = "max renewable life"
|
H A D | kadmin.8 | 108 .Op Fl Fl max-ticket-life= Ns Ar lifetime 109 .Op Fl Fl max-renewable-life= Ns Ar lifetime 198 .Op Fl Fl max-ticket-life= Ns Ar lifetime 199 .Op Fl Fl max-renewable-life= Ns Ar lifetime 300 .Op Fl Fl realm-max-ticket-life= Ns Ar string 301 .Op Fl Fl realm-max-renewable-life= Ns Ar string
|
/freebsd/crypto/krb5/doc/admin/admin_commands/ |
H A D | kdb5_ldap_util.rst | 122 (:ref:`getdate` string) Specifies maximum ticket life for 126 (:ref:`getdate` string) Specifies maximum renewable life of 177 (:ref:`getdate` string) Specifies maximum ticket life for 181 (:ref:`getdate` string) Specifies maximum renewable life of 216 Maximum ticket life: 0 days 01:00:00 217 Maximum renewable life: 0 days 10:00:00 317 (:ref:`getdate` string) Specifies maximum ticket life for 321 (:ref:`getdate` string) Specifies maximum renewable life of 383 Maximum ticket life: 0 days 01:00:00 384 Maximum renewable life: 0 days 10:00:00
|
/freebsd/crypto/krb5/doc/html/_sources/admin/admin_commands/ |
H A D | kdb5_ldap_util.rst.txt | 122 (:ref:`getdate` string) Specifies maximum ticket life for 126 (:ref:`getdate` string) Specifies maximum renewable life of 177 (:ref:`getdate` string) Specifies maximum ticket life for 181 (:ref:`getdate` string) Specifies maximum renewable life of 216 Maximum ticket life: 0 days 01:00:00 217 Maximum renewable life: 0 days 10:00:00 317 (:ref:`getdate` string) Specifies maximum ticket life for 321 (:ref:`getdate` string) Specifies maximum renewable life of 383 Maximum ticket life: 0 days 01:00:00 384 Maximum renewable life: 0 days 10:00:00
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | life_cycle-kdf.7 | 64 life_cycle\-kdf \- The KDF algorithm life\-cycle 68 go through a number of stages in their life-cycle: 72 starting state for any life-cycle transitions. 83 for all life-cycle transitions. 86 The usual life-cycle of a KDF/PRF is illustrated:
|
H A D | life_cycle-mac.7 | 64 life_cycle\-mac \- The MAC algorithm life\-cycle 68 go through a number of stages in their life-cycle: 72 starting state for any life-cycle transitions. 90 for all life-cycle transitions. 93 The usual life-cycle of a MAC is illustrated:
|
H A D | life_cycle-rand.7 | 64 life_cycle\-rand \- The RAND algorithm life\-cycle 68 go through a number of stages in their life-cycle: 72 starting state for any life-cycle transitions. 88 for all life-cycle transitions. 91 The usual life-cycle of a RAND is illustrated:
|
H A D | life_cycle-digest.7 | 64 life_cycle\-digest \- The digest algorithm life\-cycle 67 All message digests (MDs) go through a number of stages in their life-cycle: 71 starting state for any life-cycle transitions. 96 for all life-cycle transitions. 99 The usual life-cycle of a MD is illustrated:
|
H A D | life_cycle-cipher.7 | 64 life_cycle\-cipher \- The cipher algorithm life\-cycle 68 life-cycle: 72 starting state for any life-cycle transitions. 104 for all life-cycle transitions. 107 The usual life-cycle of a CIPHER is illustrated:
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | README.md | 1 Algorithm Life-Cycle Diagrams 4 This directory contains the algorithm life-cycle diagram sources. 6 The canonical life-cycles are in the spreadsheet.
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | bump_pw_expire.c | 47 time_t life; in _kadm5_bump_pw_expire() local 49 life = krb5_config_get_time_default(context->context, in _kadm5_bump_pw_expire() 56 *(ent->pw_end) = time(NULL) + life; in _kadm5_bump_pw_expire()
|
H A D | kadm5_err.et | 32 error_code BAD_MIN_PASS_LIFE, "Password minimum life is greater than password maximum life" 37 error_code PASS_TOOSOON, "Current password's minimum life has not expired"
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-kdf.pod | 5 life_cycle-kdf - The KDF algorithm life-cycle 10 go through a number of stages in their life-cycle: 17 starting state for any life-cycle transitions. 31 for all life-cycle transitions. 37 The usual life-cycle of a KDF/PRF is illustrated:
|
H A D | life_cycle-rand.pod | 5 life_cycle-rand - The RAND algorithm life-cycle 10 go through a number of stages in their life-cycle: 17 starting state for any life-cycle transitions. 37 for all life-cycle transitions. 43 The usual life-cycle of a RAND is illustrated:
|
H A D | life_cycle-mac.pod | 5 life_cycle-mac - The MAC algorithm life-cycle 10 go through a number of stages in their life-cycle: 17 starting state for any life-cycle transitions. 40 for all life-cycle transitions. 46 The usual life-cycle of a MAC is illustrated:
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kinit.c | 125 { "renewable-life", 'r', arg_string, &renew_life, 233 krb5_deltat life) in renew_validate() argument 276 if(life) in renew_validate() 277 in.times.endtime = time(NULL) + life; in renew_validate() 584 char life[64]; in get_new_tickets() local 586 life, sizeof(life)); in get_new_tickets() 587 krb5_warnx(context, N_("NOTICE: ticket lifetime is %s", ""), life); in get_new_tickets() 592 char life[64]; in get_new_tickets() local 594 life, sizeof(life)); in get_new_tickets() 597 life); in get_new_tickets()
|
H A D | kinit.1 | 60 .Fl Fl renewable-life= Ns Ar time 122 .Fl Fl renewable-life , 124 .It Fl r Ar time , Fl Fl renewable-life= Ns Ar time 125 The max renewable ticket life.
|
/freebsd/lib/libmemstat/ |
H A D | memstat_internal.h | 61 uint64_t mt_memalloced; /* Bytes allocated over life time. */ 62 uint64_t mt_memfreed; /* Bytes freed over life time. */ 63 uint64_t mt_numallocs; /* Allocations over life time. */ 64 uint64_t mt_numfrees; /* Frees over life time. */
|
/freebsd/crypto/krb5/src/lib/kadm5/ |
H A D | kadm_err.et | 28 error_code KADM5_BAD_MIN_PASS_LIFE, "Password minimum life is greater than password maximum life" 33 error_code KADM5_PASS_TOOSOON, "Current password's minimum life has not expired"
|
/freebsd/crypto/openssh/ |
H A D | authfd.c | 507 encode_constraints(struct sshbuf *m, u_int life, u_int confirm, in encode_constraints() argument 516 if (life != 0) { in encode_constraints() 518 (r = sshbuf_put_u32(m, life)) != 0) in encode_constraints() 588 const char *comment, u_int life, u_int confirm, u_int maxsign, in ssh_add_identity_constrained() argument 593 int r, constrained = (life || confirm || maxsign || in ssh_add_identity_constrained() 631 (r = encode_constraints(msg, life, confirm, maxsign, in ssh_add_identity_constrained() 686 u_int life, u_int confirm, in ssh_update_card() argument 691 int r, constrained = (life || confirm || dest_constraints || certs); in ssh_update_card() 708 (r = encode_constraints(msg, life, confirm, 0, NULL, in ssh_update_card()
|
/freebsd/share/man/man4/ |
H A D | acpi_battery.4 | 75 Remaining battery life in minutes, 84 Remaining battery life is critically low. 321 Remaining battery life in minutes. 325 .It Va hw.acpi.battery.life
|