summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_lastlog/pam_lastlog.c
Commit message (Expand)AuthorAgeFilesLines
* MFH (r269115): remove useless getpwnam() calldes2014-08-231-3/+1
* Ensure pam_lastlog removes the /dev/ component of the TTY name.ed2011-11-071-0/+5
* Let pam_lastlog use random ut_id's.ed2010-01-181-11/+42
* Let pam_lastlog use utmpx instead of libulog's utmpx interface.ed2010-01-131-5/+6
* Several refinements to libulog's API.ed2009-12-261-1/+1
* Convert pam_lastlog(8) to libulog.ed2009-12-111-82/+20
* Prevents pam_lastlog from segfaulting on session close when tty is null.jon2009-08-301-0/+5
* Apply the same error checks to PAM_TTY in pam_sm_close_session() as indes2007-07-221-1/+9
* Whitespace cleanupdes2007-07-221-6/+6
* Additional debugging stuff I had in my tree.des2006-08-111-3/+10
* Implement pam_sm_close_session().des2004-01-261-1/+13
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsdes2003-12-111-7/+8
* Treat an empty PAM_RHOST the same as a NULL one.des2003-04-301-2/+2
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanpeter2002-11-151-4/+6
* Missed one in previous commit.des2002-05-301-2/+4
* Hide a couple of unguarded error returns behind the no_fail test.des2002-05-231-5/+6
* Add a no_fail option.des2002-05-081-6/+7
* Oops, fix an inverted if test.des2002-04-201-1/+1
* Strip /dev/ from tty name, and clean up the "last login" printout.des2002-04-201-6/+10
* Major cleanup:des2002-04-121-83/+22
* NAI DBA update.des2002-03-141-1/+1
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-12/+3
* Create /var/log/lastlog if it doesn't exist.sobomax2002-02-201-1/+1
* #include cleanup.des2002-02-051-1/+2
* WARNS=n fixes (and some stylistic issues).markm2002-02-031-1/+1
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-241-5/+5
* Change the order in which pam_sm_open_session() updates the logs. Thisdes2002-01-241-20/+13
* Style nits.des2002-01-241-2/+2
* Add a PAM module that records sessions in utmp/wtmp/lastlog.des2002-01-241-0/+240
OpenPOWER on IntegriCloud