Searched refs:max_life (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/kdc/
H A Dkaserver.c453 time_t max_life; local
555 max_life = end_time - kdc_time;
558 if(max_life < 1)
559 max_life = 1;
560 if (client_entry->entry.max_life)
561 max_life = min(max_life, *client_entry->entry.max_life);
562 if (server_entry->entry.max_life)
563 max_life
670 time_t max_life; local
[all...]
H A Dkerberos5.c1506 if(client->entry.max_life)
1507 t = start + min(t - start, *client->entry.max_life);
1508 if(server->entry.max_life)
1509 t = start + min(t - start, *server->entry.max_life);
1511 t = min(t, start + realm->max_life);
H A Dkrb5tgs.c764 if(client && client->entry.max_life)
765 life = min(life, *client->entry.max_life);
766 if(server->entry.max_life)
767 life = min(life, *server->entry.max_life);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/kdc/
H A Dkaserver.c453 time_t max_life; local
555 max_life = end_time - kdc_time;
558 if(max_life < 1)
559 max_life = 1;
560 if (client_entry->entry.max_life)
561 max_life = min(max_life, *client_entry->entry.max_life);
562 if (server_entry->entry.max_life)
563 max_life
670 time_t max_life; local
[all...]
H A Dkerberos5.c1506 if(client->entry.max_life)
1507 t = start + min(t - start, *client->entry.max_life);
1508 if(server->entry.max_life)
1509 t = start + min(t - start, *server->entry.max_life);
1511 t = min(t, start + realm->max_life);
H A Dkrb5tgs.c764 if(client && client->entry.max_life)
765 life = min(life, *client->entry.max_life);
766 if(server->entry.max_life)
767 life = min(life, *server->entry.max_life);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/kdc/
H A Dkaserver.c453 time_t max_life; local
555 max_life = end_time - kdc_time;
558 if(max_life < 1)
559 max_life = 1;
560 if (client_entry->entry.max_life)
561 max_life = min(max_life, *client_entry->entry.max_life);
562 if (server_entry->entry.max_life)
563 max_life
670 time_t max_life; local
[all...]
H A Dkerberos5.c1506 if(client->entry.max_life)
1507 t = start + min(t - start, *client->entry.max_life);
1508 if(server->entry.max_life)
1509 t = start + min(t - start, *server->entry.max_life);
1511 t = min(t, start + realm->max_life);
H A Dkrb5tgs.c764 if(client && client->entry.max_life)
765 life = min(life, *client->entry.max_life);
766 if(server->entry.max_life)
767 life = min(life, *server->entry.max_life);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/kdc/
H A Dhdb-samba4.c692 entry_ex->entry.max_life = NULL;
879 entry_ex->entry.max_life = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/kdc/
H A Dhdb-samba4.c692 entry_ex->entry.max_life = NULL;
879 entry_ex->entry.max_life = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/kdc/
H A Dhdb-samba4.c692 entry_ex->entry.max_life = NULL;
879 entry_ex->entry.max_life = NULL;

Completed in 93 milliseconds