Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-13 | - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp | Damien Miller | |
<P.S.S.Camp@ukc.ac.uk> | |||
2000-06-12 | Fixed getlast_entry() so that it doesn't try to use utmp(x) if | andre | |
DISABLE_LASTLOG is defined. Bug reported by Tom Bertelson <tbert@abac.com> for AIX. | |||
2000-06-07 | - (djm) Remove duplicate headers from loginrec.c | Damien Miller | |
2000-06-04 | Many changes to new login code based on Damien's feedback: | andre | |
- Removed many redundant accessor/mutator methods as they're not necesary in OpenSSH - Added proper credits for OpenBSD code in loginrec.c - Changed function definitions to the OpenBSD style - Removed spurious 'L' prefix in line filename abbreviation for ut_line - Added some documentation in loginrec.c - Changed lastlog access function names - Removed #include lines in mid-file loginrec.c - loginrec.h, login.c and logintest.c changed to reflect new interface - Added TODO note for ttyslot() replacement | |||
2000-06-03 | Disable lastlog for AIX, as it's handled by the OS as part of the login | andre | |
message | |||
2000-06-03 | Added new login recording code | andre | |
Added test program for login code (make logintest) |