Home
last modified time | relevance | path

Searched refs:sh_track_dates (Results 1 – 3 of 3) sorted by relevance

/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_login_track.c345 struct sh_track_dates { struct
348 struct sh_track_dates * next; argument
350 struct sh_track_dates * user_dates = NULL;
358 struct sh_track_dates *u_old, *u; in sh_login_reset()
398 static struct sh_track_dates * find_user(const char * user) in find_user()
400 struct sh_track_dates * u = user_dates; in find_user()
419 struct sh_track_dates * u; in sh_login_set_user_allow()
446 u = SH_ALLOC(sizeof(struct sh_track_dates)); in sh_login_set_user_allow()
447 memset(u, 0, sizeof(struct sh_track_dates)); in sh_login_set_user_allow()
675 struct sh_track_dates * allowed = NULL; in check_login_date()
[all …]
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_login_track.c345 struct sh_track_dates { struct
348 struct sh_track_dates * next; argument
350 struct sh_track_dates * user_dates = NULL;
358 struct sh_track_dates *u_old, *u; in sh_login_reset()
398 static struct sh_track_dates * find_user(const char * user) in find_user()
400 struct sh_track_dates * u = user_dates; in find_user()
419 struct sh_track_dates * u; in sh_login_set_user_allow()
446 u = SH_ALLOC(sizeof(struct sh_track_dates)); in sh_login_set_user_allow()
447 memset(u, 0, sizeof(struct sh_track_dates)); in sh_login_set_user_allow()
675 struct sh_track_dates * allowed = NULL; in check_login_date()
[all …]
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_login_track.c345 struct sh_track_dates { struct
348 struct sh_track_dates * next; argument
350 struct sh_track_dates * user_dates = NULL;
358 struct sh_track_dates *u_old, *u; in sh_login_reset()
398 static struct sh_track_dates * find_user(const char * user) in find_user()
400 struct sh_track_dates * u = user_dates; in find_user()
419 struct sh_track_dates * u; in sh_login_set_user_allow()
446 u = SH_ALLOC(sizeof(struct sh_track_dates)); in sh_login_set_user_allow()
447 memset(u, 0, sizeof(struct sh_track_dates)); in sh_login_set_user_allow()
675 struct sh_track_dates * allowed = NULL; in check_login_date()
[all …]