Home
last modified time | relevance | path

Searched refs:password_change_min_usec (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Duser-record-nss.c124 SET_IF(hr->password_change_min_usec, in nss_passwd_to_user_record()
153 …_PAIR_CONDITION(hr->password_change_min_usec != UINT64_MAX, "passwordChangeMinUSec", JSON_BUILD_UN… in nss_passwd_to_user_record()
Duser-record-show.c429 if (hr->password_change_min_usec != UINT64_MAX || in user_record_show()
436 if (hr->password_change_min_usec != UINT64_MAX) { in user_record_show()
437 printf(" min %s", FORMAT_TIMESPAN(hr->password_change_min_usec, 0)); in user_record_show()
Duser-record.c78 .password_change_min_usec = UINT64_MAX, in user_record_new()
1218 … json_dispatch_uint64, offsetof(UserRecord, password_change_min_usec), 0 … in dispatch_per_machine()
1571 … json_dispatch_uint64, offsetof(UserRecord, password_change_min_usec), 0 … in user_record_load()
2153 (h->password_change_min_usec != UINT64_MAX || in user_record_test_password_change_required()
2159 if (h->password_change_min_usec != UINT64_MAX) { in user_record_test_password_change_required()
2165 if (h->password_change_min_usec >= UINT64_MAX - h->last_password_change_usec) in user_record_test_password_change_required()
2168 … change_permitted = n >= h->last_password_change_usec + h->password_change_min_usec; in user_record_test_password_change_required()
Duser-record.h345 uint64_t password_change_min_usec; /* maps to .sp_min */ member
/systemd-251/src/nss-systemd/
Duserdb-glue.c160 ….sp_min = hr->password_change_min_usec != UINT64_MAX ? (long int) (hr->password_change_min_usec / … in nss_pack_user_record_shadow()