OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:renew_till
(Results
1 - 18
of
18
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
creds.c
178
a->
renew_till
== b->
renew_till
;
245
match = (mcreds->times.
renew_till
<= creds->times.
renew_till
) &&
rd_cred.c
294
if (kci->
renew_till
)
295
creds->times.
renew_till
= *kci->
renew_till
;
ticket.c
850
if (rep->enc_part.
renew_till
) {
851
tmp_time = *rep->enc_part.
renew_till
;
855
if (creds->times.
renew_till
!= 0
856
&& tmp_time > creds->times.
renew_till
) {
862
creds->times.
renew_till
= tmp_time;
get_for_creds.c
379
ALLOC(krb_cred_info->
renew_till
, 1);
380
*krb_cred_info->
renew_till
= out_creds->times.
renew_till
;
krb5_ccapi.h
116
cc_time_t
renew_till
;
member in struct:cc_credentials_v5_t
get_in_tkt.c
199
if(creds->times.
renew_till
){
205
*a->req_body.rtime = creds->times.
renew_till
;
acache.c
218
cred->times.
renew_till
= incred->
renew_till
;
360
cred->
renew_till
= incred->times.
renew_till
;
store.c
1218
ret = krb5_store_int32(sp, times.
renew_till
);
1248
times->
renew_till
= tmp;
get_cred.c
214
if (t->req_body.kdc_options.renewable && krbtgt->times.
renew_till
) {
220
*t->req_body.rtime = in_creds->times.
renew_till
;
1198
mcreds.times.
renew_till
= 0;
init_creds_pw.c
259
cred->times.
renew_till
= now + tmp;
457
if (ctx->cred.times.
renew_till
)
712
if(creds->times.
renew_till
){
718
*a->req_body.rtime = creds->times.
renew_till
;
krb5.h
410
krb5_timestamp
renew_till
;
member in struct:krb5_times
/src/crypto/external/bsd/heimdal/dist/kdc/
krb5tgs.c
486
if(!tgt->flags.renewable || tgt->
renew_till
== NULL){
492
ALLOC(et->
renew_till
);
494
*et->
renew_till
= *b->rtime;
498
if(!tgt->flags.renewable || tgt->
renew_till
== NULL){
509
if (et->
renew_till
!= NULL)
510
et->endtime = min(*et->
renew_till
, et->endtime);
878
et.
renew_till
== NULL && et.endtime < *b->till &&
879
tgt->
renew_till
!= NULL)
882
ALLOC(et.
renew_till
);
883
*et.
renew_till
= *b->till
[
all
...]
kerberos5.c
336
KerberosTime endtime, KerberosTime *
renew_till
)
350
if (
renew_till
)
351
krb5_format_time(context, *
renew_till
,
2102
ALLOC(r->et.
renew_till
);
2103
*r->et.
renew_till
= t;
2168
if (r->et.
renew_till
) {
2169
ALLOC(r->ek.
renew_till
);
2170
*r->ek.
renew_till
= *r->et.
renew_till
;
2225
r->et.endtime, r->et.
renew_till
);
[
all
...]
/src/crypto/external/bsd/heimdal/dist/kcm/
renew.c
94
in.times.
renew_till
= time(NULL) + ccache->renew_life;
/src/crypto/external/bsd/heimdal/dist/kuser/
kimpersonate.c
100
et.
renew_till
= NULL;
188
cred.times.
renew_till
= 0;
klist.c
208
printable_time_long(cred->times.
renew_till
));
kinit.c
761
krb5_deltat d = cred.times.
renew_till
- cred.times.starttime;
879
*renew = cred->times.
renew_till
- curtime;
/src/external/bsd/openldap/dist/contrib/slapd-modules/kinit/
kinit.c
108
if (creds.times.
renew_till
-60 > now) {
109
int renewal=creds.times.
renew_till
-now;
Completed in 42 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026