Home
last modified time | relevance | path

Searched refs:print_lastlog (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h64 int print_lastlog; /* If true, print lastlog */ member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c86 options->print_lastlog = -1; in initialize_server_options()
272 if (options->print_lastlog == -1) in fill_default_server_options()
273 options->print_lastlog = 1; in fill_default_server_options()
1022 intptr = &options->print_lastlog; in process_server_config_line()
H A Dsession.c744 if (options.print_lastlog && s->last_login_time != 0) { in do_login()
1665 if (options.print_lastlog) { in session_pty_req()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c453 if (options.print_lastlog && ue.ue_logtime != 0) { in cray_setup()