summaryrefslogtreecommitdiff
path: root/loginrec.c
Commit message (Expand)AuthorAgeFilesLines
* - (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c]Damien Miller2005-07-171-17/+17
* - (djm) [loginrec.c ssh-rand-helper.c] Fix -Wsign-compare for portable,Damien Miller2005-06-191-2/+2
* - (dtucker) [loginrec.c] Add missing #include.Darren Tucker2005-02-151-1/+2
* - (dtucker) [README.platform auth.c configure.ac loginrec.cDarren Tucker2005-02-151-2/+4
* - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.cDarren Tucker2005-02-081-2/+2
* - (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.cDarren Tucker2005-02-031-1/+8
* - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c]Darren Tucker2005-02-021-1/+103
* - (djm) [loginrec.c] xmallocDamien Miller2004-09-121-5/+2
* - (djm) [loginrec.c] __func__ifiyDamien Miller2004-09-121-34/+34
* - (djm) [loginrec.c] Start KNF and tidy up of this long-neglected file.Damien Miller2004-09-121-326/+316
* - (djm) [loginrec.c] Typo and bad args in error messages; Spotted byDamien Miller2004-08-231-6/+6
* - (djm) [loginrec.c] Check that seek succeeded here too; ok dtuckerDamien Miller2004-08-151-6/+25
* - (dtucker) [loginrec.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]Darren Tucker2004-08-151-1/+6
* - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined andDarren Tucker2004-04-081-5/+1
* - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncatingDarren Tucker2004-04-081-1/+5
* - (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platformsDarren Tucker2004-02-101-1/+6
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-3/+3
* - (dtucker) [ssh-rand-helper.c loginrec.c]Darren Tucker2003-07-061-5/+5
* - (djm) 2-clause license on loginrec.c, with permission fromDamien Miller2003-05-101-6/+1
* - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. ReportDamien Miller2003-04-091-3/+3
* *** empty log message ***Damien Miller2003-04-091-33/+33
* - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. ReportDamien Miller2003-04-091-2/+2
* - (djm) One more portable-specific one from dlheine@suif.Stanford.EDU/Damien Miller2003-03-101-1/+2
* - (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix basedDamien Miller2003-01-071-12/+22
* - (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch fromDamien Miller2003-01-031-1/+33
* Cray fixes (bug 367) based on patch from Wendy Palm @ cray.Tim Rice2002-09-251-3/+3
* - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncBen Lindstrom2002-07-221-3/+3
* [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()Tim Rice2002-07-141-1/+2
* [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.netTim Rice2002-07-141-2/+2
* - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch fromDamien Miller2002-04-231-1/+6
* [loginrec.c session.c sshlogin.c sshlogin.h] Bug 84Tim Rice2002-02-241-6/+4
* [TODO defines.h loginrec.c] Change the references to configure.inTim Rice2001-10-291-2/+2
* - (bal) Set the correct current time in login_utmp_only(). Patch byBen Lindstrom2001-10-261-1/+2
* - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).Damien Miller2001-10-221-11/+14
* - (stevesk) loginrec.c: fix type conversion problems exposed when usingKevin Steves2001-10-021-6/+6
* - (bal) Second around of UNICOS patches. A few other things left.Ben Lindstrom2001-08-061-1/+7
* - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne DavisonBen Lindstrom2001-05-081-1/+22
* - (stevesk) remove erroneous #ifdef sgi code.Kevin Steves2001-02-221-6/+1
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27Kevin Steves2001-02-051-52/+52
* Hopefully things did not get mixed around too much. It compiles underBen Lindstrom2001-01-221-1/+3
* 20001228Ben Lindstrom2000-12-281-1/+5
* 20001202Ben Lindstrom2000-12-011-6/+1
* Two Ooops. =)Ben Lindstrom2000-11-101-2/+6
* - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems onlyDamien Miller2000-09-301-4/+14
* - (djm) Seperate tests for int64_t and u_int64_t typesDamien Miller2000-09-231-2/+1
* - (djm) Fix address logging in utmp from Kevin StevesDamien Miller2000-09-231-2/+5
* - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>Damien Miller2000-09-051-1/+3
* - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>Damien Miller2000-08-291-7/+8
* - (djm) Lastlog was not getting closed after writing login entryDamien Miller2000-08-181-9/+11
* - (djm) Don't seek in directory based lastlogsDamien Miller2000-08-151-7/+10