Searched refs:pw_end (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dbump_pw_expire.c46 if (ent->pw_end != NULL) {
56 *(ent->pw_end) = time(NULL) + life;
H A Dent_setup.c153 set_value(ent->entry.pw_end, princ->pw_expiration);
155 set_null(ent->entry.pw_end);
H A Dlog.c611 if (log_ent.entry.pw_end == NULL) {
612 ent.entry.pw_end = NULL;
614 if (ent.entry.pw_end == NULL) {
615 ent.entry.pw_end = malloc(sizeof(*ent.entry.pw_end));
616 if (ent.entry.pw_end == NULL) {
622 *ent.entry.pw_end = *log_ent.entry.pw_end;
H A Dget_s.c152 if(mask & KADM5_PW_EXPIRATION && ent.entry.pw_end)
153 out->pw_expiration = *ent.entry.pw_end;
H A Diprop-log.c193 if(ent.pw_end == NULL) {
197 localtime(ent.pw_end));
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dmisc.c315 if (client->pw_end && *client->pw_end < kdc_time
318 krb5_format_time(context, *client->pw_end,
375 if (server->pw_end && *server->pw_end < kdc_time) {
377 krb5_format_time(context, *server->pw_end,
H A Dkerberos5.c2366 * If there's a pw_end or valid_end we will use that,
2375 if (r->client->entry.pw_end
2377 || kdc_time + config->kdc_warn_pwexpire >= *r->client->entry.pw_end)) {
2379 r->ek.last_req.val[r->ek.last_req.len].lr_value = *r->client->entry.pw_end;
2393 if (r->client->entry.valid_end || r->client->entry.pw_end) {
2396 if (r->client->entry.pw_end)
2398 *r->client->entry.pw_end);
2402 *r->ek.key_expiration = *r->client->entry.pw_end;
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dhdb-ldap.c543 if (ent->entry.pw_end) {
544 if (orig.entry.pw_end == NULL || (*(ent->entry.pw_end) != *(orig.entry.pw_end))) {
548 ent->entry.pw_end);
556 *(ent->entry.pw_end));
1224 ent->entry.pw_end = malloc(sizeof(*ent->entry.pw_end));
1225 if (ent->entry.pw_end == NULL) {
1231 ent->entry.pw_end);
[all...]
H A Dprint.c190 if(ent->pw_end)
191 append_string(context, sp, "%s ", time2str(*ent->pw_end));
H A Dmit_dump.c303 ALLOC(ent.entry.pw_end);
304 *ent.entry.pw_end = tmp;
H A Dhdb-mitdb.c369 entry->pw_end = malloc(sizeof(*entry->pw_end));
370 *entry->pw_end = u32;
H A Dhdb-od.c1315 ret = updateTimePolicy(reltime, &entry->entry.pw_end);
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dload.c47 char *pw_end; member in struct:entry
430 e.pw_end = p;
489 if (parse_time_string_alloc (&ent.entry.pw_end, e.pw_end) == -1) {
491 filename, line, e.pw_end);

Completed in 167 milliseconds