Searched refs:last_req (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dkerberos5.c2364 * To fix this, always send at least one no-op last_req
2369 r->ek.last_req.val = malloc(2 * sizeof(*r->ek.last_req.val));
2370 if (r->ek.last_req.val == NULL) {
2374 r->ek.last_req.len = 0;
2378 r->ek.last_req.val[r->ek.last_req.len].lr_type = LR_PW_EXPTIME;
2379 r->ek.last_req.val[r->ek.last_req.len].lr_value = *r->client->entry.pw_end;
2380 ++r->ek.last_req
[all...]
H A Dkrb5tgs.c918 /* MIT must have at least one last_req */
919 ek.last_req.len = 1;
920 ek.last_req.val = calloc(1, sizeof(*ek.last_req.val));
921 if (ek.last_req.val == NULL) {
1003 free_LastReq(&ek.last_req);
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXlib.h465 char *last_req; /* beginning of last request, or dummy */ member in struct:_XDisplay
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXlib.h474 char *last_req; /* beginning of last request, or dummy */ member in struct:_XDisplay
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dinit_creds_pw.c309 lr = &ctx->enc_part.last_req;
371 lr = &ctx->enc_part.last_req;
/macosx-10.10/MITKerberosShim-66/Kerberos/
H A Dkrb5.h1105 krb5_last_req_entry **last_req; /* array of ptrs to entries */ member in struct:_krb5_enc_kdc_rep_part
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-krb5.h1081 mit_krb5_last_req_entry **last_req; /* array of ptrs to entries */ member in struct:_mit_krb5_enc_kdc_rep_part
/macosx-10.10/MITKerberosShim-66/mit-include/krb5/
H A Dkrb5.h1107 krb5_last_req_entry **last_req; /* array of ptrs to entries */ member in struct:_krb5_enc_kdc_rep_part

Completed in 239 milliseconds