summaryrefslogtreecommitdiffstats
path: root/logintest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien Miller2003-08-221-2/+2
| | | | -lbroken; ok dtucker
* sync logintest license with that of loginrec.cDamien Miller2003-06-021-6/+1
|
* - (stevesk) logintest.c: fix for systems without __prognameKevin Steves2001-04-061-1/+7
|
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27Kevin Steves2001-02-051-15/+15
| | | | | [many files; did this manually to our top-level source dir] unexpand and remove end-of-line whitespace; ok markus@
* Added some extra timings to help spot lastlog problemsandre2000-06-191-13/+26
| | | | | Increased delay before logout Improved message detail
* Changed to OpenBSD indent and function declaration styleandre2000-06-131-161/+173
| | | | Added display of time when logging out, to try to catch lastlog bugs
* Backed out previous changes - 'tolerance' setting may just hide a bug inandre2000-06-131-3/+3
| | | | the lastlog-from-utmp code for HPUX
* Allow a small tolerance for slow systems when testing lastlogandre2000-06-131-3/+3
| | | | recording
* Many changes to new login code based on Damien's feedback:andre2000-06-041-44/+21
| | | | | | | | | | | | | - 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
* Added new login recording codeandre2000-06-031-0/+307
Added test program for login code (make logintest)