summaryrefslogtreecommitdiff
path: root/loginrec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cray fixes (bug 367) based on patch from Wendy Palm @ cray.tim2002-09-261-3/+3
* - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncmouring2002-07-221-3/+3
* [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()tim2002-07-141-1/+2
* [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.nettim2002-07-141-2/+2
* - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch fromdjm2002-04-231-1/+6
* [loginrec.c session.c sshlogin.c sshlogin.h] Bug 84tim2002-02-251-6/+4
* [TODO defines.h loginrec.c] Change the references to configure.intim2001-10-301-2/+2
* - (bal) Set the correct current time in login_utmp_only(). Patch bymouring2001-10-261-1/+2
* - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).djm2001-10-221-11/+14
* - (stevesk) loginrec.c: fix type conversion problems exposed when usingstevesk2001-10-021-6/+6
* - (bal) Second around of UNICOS patches. A few other things left.mouring2001-08-061-1/+7
* - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davisonmouring2001-05-081-1/+22
* - (stevesk) remove erroneous #ifdef sgi code.stevesk2001-02-221-6/+1
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27stevesk2001-02-051-52/+52
* Hopefully things did not get mixed around too much. It compiles undermouring2001-01-221-1/+3
* 20001228mouring2000-12-281-1/+5
* 20001202mouring2000-12-011-6/+1
* Two Ooops. =)mouring2000-11-101-2/+6
* - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems onlydjm2000-09-301-4/+14
* - (djm) Seperate tests for int64_t and u_int64_t typesdjm2000-09-231-2/+1
* - (djm) Fix address logging in utmp from Kevin Stevesdjm2000-09-231-2/+5
* - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>djm2000-09-051-1/+3
* - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>djm2000-08-291-7/+8
* - (djm) Lastlog was not getting closed after writing login entrydjm2000-08-181-9/+11
* - (djm) Don't seek in directory based lastlogsdjm2000-08-151-7/+10
* - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>djm2000-08-151-9/+31
* - (djm) utmp direct write & SunOS 4 patch from Charles Levertdjm2000-08-091-2/+2
* - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, reportdjm2000-07-111-9/+9
* - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>djm2000-07-091-11/+1
* - (djm) Replace ut_name with ut_user. Patch from Jim Wattdjm2000-07-091-4/+4
* - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>djm2000-07-011-2/+2
* - (djm) Login fixes from Tom Bertelson <tbert@abac.com>djm2000-07-011-4/+13
* - (djm) Fixes to lastlog code for Irixdjm2000-06-271-32/+24
* - (djm) Formattingdjm2000-06-271-194/+145
* - (djm) Fixes to login code - not setting li->uid, cleanupsdjm2000-06-261-28/+26
* - (djm) Typo in loginrec.cdjm2000-06-201-2/+2
* *** empty log message ***andre2000-06-191-3/+4
* Big loginrec.c updateandre2000-06-191-86/+250
* - (djm) Fix short copy in loginrec.c (based on patch from Phill Campdjm2000-06-131-6/+6
* Fixed getlast_entry() so that it doesn't try to use utmp(x) ifandre2000-06-121-5/+16
* - (djm) Remove duplicate headers from loginrec.cdjm2000-06-071-28/+6
* Many changes to new login code based on Damien's feedback:andre2000-06-041-425/+380
* Disable lastlog for AIX, as it's handled by the OS as part of the loginandre2000-06-031-2/+2
* Added new login recording codeandre2000-06-031-0/+1385