Home
last modified time | relevance | path

Searched refs:krb5_format_time (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c48 krb5_format_time(context, cred->times.starttime, t1, sizeof(t1), 1); in print_cred()
50 krb5_format_time(context, cred->times.authtime, t1, sizeof(t1), 1); in print_cred()
53 krb5_format_time(context, cred->times.endtime, t2, sizeof(t2), 1); in print_cred()
/freebsd/crypto/heimdal/kdc/
H A Dkerberos5.c254 krb5_format_time(context, authtime, in _kdc_log_timestamp()
257 krb5_format_time(context, *starttime, in _kdc_log_timestamp()
261 krb5_format_time(context, endtime, in _kdc_log_timestamp()
264 krb5_format_time(context, *renew_till, in _kdc_log_timestamp()
773 krb5_format_time(context, *client->valid_start, in kdc_check_flags()
783 krb5_format_time(context, *client->valid_end, in kdc_check_flags()
794 krb5_format_time(context, *client->pw_end, in kdc_check_flags()
833 krb5_format_time(context, *server->valid_start, in kdc_check_flags()
843 krb5_format_time(context, *server->valid_end, in kdc_check_flags()
853 krb5_format_time(context, *server->pw_end, in kdc_check_flags()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dtime.c109 krb5_format_time(krb5_context context, time_t t, in krb5_format_time() function
H A Dversion-script.map269 krb5_format_time;
H A Dlog.c428 krb5_format_time(context, t, buf, sizeof(buf), TRUE); in krb5_vlog_msg()
H A Dkrb5-protos.h1825 krb5_format_time (
/freebsd/crypto/heimdal/admin/
H A Dlist.c111 krb5_format_time(context, entry.timestamp, buf, in do_list()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c698 krb5_format_time(context, t, str, sizeof(str), TRUE); in write_master_down()
716 krb5_format_time(context, t, str, sizeof(str), TRUE); in write_stats()
757 ret = krb5_format_time(context, slaves->seen, str, sizeof(str), TRUE); in write_stats()
/freebsd/crypto/heimdal/
H A DChangeLog.2000711 * lib/krb5/log.c (krb5_vlog_msg): use krb5_format_time
716 * lib/krb5/time.c (krb5_format_time): new function to format time
H A DChangeLog.2004315 * lib/krb5/time.c (krb5_format_time): check return value from