Searched refs:expiration (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcache-addrinfo.h118 time_t expiration; member in struct:face
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm5 Memoize::ExpireTest - test for Memoize expiration semantics
9 This module is just for testing expiration semantics. It's not a very
10 good example of how to write an expiration module.
H A DExpireFile.pm5 Memoize::ExpireFile - test for Memoize expiration semantics
H A DExpire.pm8 # This package will implement expiration by prepending a fixed-length header
11 # (4-byte expiration time: unsigned seconds-since-unix-epoch)
125 Memoize::Expire - Plug-in module for automatic expiration of memoized values
163 when either expiration condition holds.
175 # Memoize::Expire enforces data expiration policy
188 # Set up expiration policy, supplying persistent hash as a target
201 free to write your own expiration policy module that implements
300 To use this expiration policy, the user would say
317 work with Memoize and provides expiration of least-recently-used data.
322 Joshua Chamas's Tie::Cache module may be useful as an expiration
[all...]
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dutils.h58 krb5_timestamp expiration; member in struct:__anon2794
H A Dkrb5_acct_mgmt.c156 * expiration information in the key expiration field. If this was
158 * to fetching pw/account expiration information from kadm. We can not
160 * vs. principals that do not have an expiration policy. The up-shot
175 krb5_timestamp now, days, expiration; local
214 if (kmd->expiration != 0) {
215 expiration = kmd->expiration;
227 expiration = min(prent.princ_expire_time,
230 expiration
[all...]
H A Dkrb5_authenticate.c760 * expiration, that is found in the as_reply. The
854 kmd->expiration = as_reply->enc_part2->key_exp;
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c80 uint_t expiration; member in struct:_svc_rpc_gss_data
903 client_data->expiration =
906 client_data->expiration =
910 client_data->expiration = time_rec + time(0);
912 client_data->expiration = max_lifetime +
1194 client_data->expiration = init_lifetime + time(0);
1393 if ((cl->expiration != GSS_C_INDEFINITE &&
1394 cl->expiration <= time(0)) || cl->stale) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm292 =item B<1. expiration date>
294 The expiration date tells the browser how long to hang on to the
295 cookie. If the cookie specifies an expiration date in the future, the
297 to the server every time the user reconnects (until the expiration
298 date is reached). If the cookie species an expiration date in the
300 expiration date is not specified, the cookie will persist only until
516 Get or set the cookie's expiration time.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c608 entry->expiration = time(0) + CACHE_ENTRY_LIFETIME;
612 name, entry, entry->naddrs4, entry->naddrs6, entry->expiration);
630 printf(" checking expiration time of @%p: %d\n",
631 fp, fp->expiration);
633 if (fp->expiration < now) {
736 ce->expiration = time(0) + 30;
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c69 if (current->expiration != new->expiration)
412 if (ent->expiration >= 0) {
416 (uint32_t)ent->expiration;
709 ent->expiration = (krb5_timestamp) u.av_exp;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_xdr.c78 * [ attributes, max_life, max_renewable_life, expiration,
145 krb5_kdb_encode_int32(entry->expiration, nextloc);
285 krb5_kdb_decode_int32(nextloc, entry->expiration);
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c771 /* Get the value for the default principal expiration */
775 params.expiration = params_in->expiration;
778 if (!krb5_string_to_timestamp(svalue, &params.expiration)) {
784 params.expiration = 0;
1237 /* Get the value for the default principal expiration */
H A Dadmin.h320 krb5_timestamp expiration; member in struct:_kadm5_config_params
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1952 if ((st=krb5_ldap_get_time(ld, ent, "krbprincipalexpiration", &(entry->expiration),
2115 if (expiretime < entry->expiration)
2116 entry->expiration = expiretime;
2118 entry->expiration = expiretime;
H A Dldap_principal2.c978 if ((strval[0]=getstringtime(entries->expiration)) == NULL)
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c372 kdb.expiration = entry->princ_expire_time;
374 kdb.expiration = handle->params.expiration;
745 kdb.expiration = entry->princ_expire_time;
906 entry->princ_expire_time = kdb.expiration;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm965 See Memoize::Expire, which is a plug-in module that adds expiration
969 several examples. An expiration manager that implements a LRU policy
1029 and Andrew Johnson for more suggestions about expiration, to Brent
H A DCGI.pm1610 # if the user indicates an expiration time, then we need
5207 and gives other optional information, such as the language, expiration
5251 an absolute or relative expiration interval with this parameter, some
5253 indicated expiration date. The following forms are all valid for the
5268 such as expiration time. Use the cookie() method to create and retrieve
7033 =item 1. an expiration time
7037 script until this expiration date is reached if the user exits
7038 the browser and restarts it. If an expiration date isn't specified, the cookie
7113 The optional expiration date for this cookie. The format is as described
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h174 krb5_timestamp expiration; /* When the client expires */ member in struct:_krb5_db_entry_new

Completed in 88 milliseconds