summaryrefslogtreecommitdiff
path: root/auth.c
Commit message (Expand)AuthorAgeFilesLines
...
* - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitorDarren Tucker2006-05-211-36/+2
* - dtucker@cvs.openbsd.org 2006/03/30 11:40:21Damien Miller2006-03-311-1/+5
* - djm@cvs.openbsd.org 2006/03/25 13:17:03Damien Miller2006-03-261-0/+1
* - djm@cvs.openbsd.org 2006/03/25 00:05:41Damien Miller2006-03-261-7/+5
* - deraadt@cvs.openbsd.org 2006/03/20 17:10:19Damien Miller2006-03-261-1/+0
* - deraadt@cvs.openbsd.org 2006/03/19 18:51:18Damien Miller2006-03-261-1/+0
* - stevesk@cvs.openbsd.org 2006/02/20 17:02:44Damien Miller2006-03-151-1/+4
* fix spacing of includeDamien Miller2006-03-151-1/+1
* - stevesk@cvs.openbsd.org 2006/02/08 12:15:27Damien Miller2006-03-151-1/+4
* - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.cTim Rice2005-08-311-2/+5
* - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.cTim Rice2005-08-261-0/+4
* - djm@cvs.openbsd.org 2005/06/17 02:44:33Damien Miller2005-06-171-2/+2
* - djm@cvs.openbsd.org 2005/06/06 11:20:36Damien Miller2005-06-161-41/+18
* - dtucker@cvs.openbsd.org 2005/03/14 11:44:42Darren Tucker2005-03-141-2/+3
* - (dtucker) [README.platform auth.c configure.ac loginrec.cDarren Tucker2005-02-151-1/+1
* - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.cDarren Tucker2005-02-081-10/+10
* - (dtucker) [auth.c] Fix parens in audit log check.Darren Tucker2005-02-041-2/+2
* - (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.cDarren Tucker2005-02-031-0/+42
* - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c]Darren Tucker2005-02-021-1/+4
* - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}]Darren Tucker2005-02-021-2/+5
* - dtucker@cvs.openbsd.org 2005/01/22 08:17:59Darren Tucker2005-01-241-11/+14
* - markus@cvs.openbsd.org 2004/07/28 09:40:29Darren Tucker2004-08-121-2/+2
* - (djm) OpenBSD CVS SyncDamien Miller2004-07-211-2/+2
* - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]Darren Tucker2004-06-231-25/+4
* - dtucker@cvs.openbsd.org 2004/05/23 23:59:53Darren Tucker2004-05-241-2/+2
* - deraadt@cvs.openbsd.org 2004/05/11 19:01:43Darren Tucker2004-05-131-3/+3
* - deraadt@cvs.openbsd.org 2004/05/08 00:01:37Darren Tucker2004-05-131-2/+1
* - (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry testDarren Tucker2004-02-221-25/+8
* - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.hDarren Tucker2004-02-101-19/+0
* more whitespace (tabs this time)Damien Miller2003-11-211-1/+1
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-5/+5
* - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.Darren Tucker2003-10-151-2/+9
* - markus@cvs.openbsd.org 2003/09/23 20:17:11Darren Tucker2003-10-021-9/+1
* - markus@cvs.openbsd.org 2003/08/26 09:58:43Damien Miller2003-09-031-1/+22
* - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.Darren Tucker2003-08-261-2/+2
* - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: denyDarren Tucker2003-08-251-8/+43
* - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]Darren Tucker2003-07-081-21/+16
* - (djm) OpenBSD CVS SyncDamien Miller2003-06-031-2/+2
* - (djm) Add new UsePAM configuration directive to allow runtime controlDamien Miller2003-05-141-5/+5
* - (djm) RCSID sync w/ OpenBSDDamien Miller2003-05-141-1/+1
* - (dtucker) Move handling of bad password authentications into a platformDarren Tucker2003-05-021-10/+5
* - (djm) Fix missed log => logit occurance (reference by function pointer)Damien Miller2003-04-091-1/+1
* *** empty log message ***Damien Miller2003-04-091-15/+15
* - (djm) Revert fix for Bug #442 for now.Damien Miller2003-01-181-44/+28
* [auth.c] declare today at top of allowed_user() to keep older compilers happy.Tim Rice2003-01-081-1/+4
* - (djm) Fix my fix of the fix for the Bug #442 for PAM case. Spotted byDamien Miller2003-01-071-33/+36
* - (djm) Bug #178: On AIX /etc/nologin wasnt't shown to users. Fix fromDamien Miller2003-01-071-2/+8
* - (djm) Fix Bug #442 for PAM caseDamien Miller2003-01-071-3/+1
* - (djm) Bug #442: Check for and deny access to accounts with lockedDamien Miller2003-01-071-5/+16
* - (bal) AIX does not log login attempts for unknown users (bug #432).Ben Lindstrom2002-11-091-0/+5