summaryrefslogtreecommitdiffstats
path: root/auth-passwd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-04-07 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them inKevin Steves3-4/+13
2002-04-07 - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yesKevin Steves2-1/+13
2002-04-07 - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.Kevin Steves3-3/+26
2002-04-07 - (bal) We no longer use atexit()/xatexit()/on_exit()Ben Lindstrom4-20/+7
2002-04-06 - (bal) Quiet down configure.ac if /bin/test does not exist.Ben Lindstrom2-3/+4
2002-04-06 - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code isBen Lindstrom3-23/+12
2002-04-06 - mouring@cvs.openbsd.org 2002/04/06 18:24:09Ben Lindstrom2-3/+7
2002-04-06 - (bal) Slight update to OpenSC support. Better version checking. patchBen Lindstrom2-3/+4
2002-04-06 - djm@cvs.openbsd.org 2002/04/06 00:30:08Ben Lindstrom2-5/+13
2002-04-06 - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.Ben Lindstrom2-1/+6
2002-04-06 - (djm) Typo in Suse SPEC file. Fix from Carsten GrohmannDamien Miller2-2/+6
2002-04-06 - stevesk@cvs.openbsd.org 2002/04/05 20:56:21Ben Lindstrom2-10/+25
2002-04-05 - (bal) Too many <sys/queue.h> issues. Remove all workarounds andBen Lindstrom7-30/+91
2002-04-05 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom8-17/+530
2002-04-05 - markus@cvs.openbsd.org 2002/04/03 09:26:11Ben Lindstrom3-6/+12
2002-04-04 - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.hKevin Steves8-72/+62
2002-04-03 - (bal) mispelling in uidswap.c (portable only)Ben Lindstrom2-2/+3
2002-04-03 - markus@cvs.openbsd.org 2002/04/02 20:11:38Ben Lindstrom2-10/+5
2002-04-02 - markus@cvs.openbsd.org 2002/04/02 17:37:48Ben Lindstrom2-3/+7
2002-04-02 - markus@cvs.openbsd.org 2002/04/02 11:49:39Ben Lindstrom2-3/+7
2002-04-02 - markus@cvs.openbsd.org 2002/04/01 22:07:17Ben Lindstrom2-4/+7
2002-04-02 - markus@cvs.openbsd.org 2002/04/01 22:02:16Ben Lindstrom2-3/+6
2002-04-02 - (bal) CVS ID sync of uidswap.cBen Lindstrom2-2/+3
2002-04-02 - markus@cvs.openbsd.org 2002/03/30 18:51:15Ben Lindstrom6-21/+33
2002-04-02 - stevesk@cvs.openbsd.org 2002/03/29 19:18:33Ben Lindstrom4-6/+14
2002-04-02 - stevesk@cvs.openbsd.org 2002/03/29 19:16:22Ben Lindstrom2-2/+9
2002-04-02 - markus@cvs.openbsd.org 2002/03/29 18:59:32Ben Lindstrom3-16/+20
2002-04-02 - markus@cvs.openbsd.org 2002/03/28 15:34:51Ben Lindstrom2-5/+10
2002-04-02 - markus@cvs.openbsd.org 2002/03/27 22:21:45Ben Lindstrom2-2/+13
2002-04-02 - (bal) Hand Sync of scp.c (reverted to upstream code)Ben Lindstrom2-13/+18
2002-04-02 - (stevesk) [auth1.c] fix password auth for protocol 1 whenKevin Steves2-1/+4
2002-04-01 - (stevesk) [monitor.c] PAM should work again; will *not* work withKevin Steves2-1/+11
2002-03-31[sshconnect2.c] change uint32_t to u_int32_tTim Rice2-2/+3
2002-03-31[configure.ac] use /bin/test -L to work around broken builtin on Solaris 8Tim Rice2-3/+7
2002-03-30remove blank line at end of fileKevin Steves1-1/+0
2002-03-30 - (stevesk) [configure.ac] remove header check for sys/ttcompat.hKevin Steves2-3/+7
2002-03-27 - mouring@cvs.openbsd.org 2002/03/27 11:45:42Ben Lindstrom2-4/+7
2002-03-27 - markus@cvs.openbsd.org 2002/03/26 23:14:51Ben Lindstrom2-9/+26
2002-03-27 - markus@cvs.openbsd.org 2002/03/26 23:13:03Ben Lindstrom2-2/+12
2002-03-27 - markus@cvs.openbsd.org 2002/03/26 22:50:39Ben Lindstrom2-3/+6
2002-03-27 - rees@cvs.openbsd.org 2002/03/26 18:46:59Ben Lindstrom2-31/+38
2002-03-27 - markus@cvs.openbsd.org 2002/03/26 15:58:46Ben Lindstrom4-6/+86
2002-03-27 - markus@cvs.openbsd.org 2002/03/26 15:23:40Ben Lindstrom2-3/+6
2002-03-27 - markus@cvs.openbsd.org 2002/03/26 11:37:05Ben Lindstrom2-3/+6
2002-03-27 - markus@cvs.openbsd.org 2002/03/26 11:34:49Ben Lindstrom3-9/+14
2002-03-27 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted byBen Lindstrom2-2/+6
2002-03-26 - stevesk@cvs.openbsd.org 2002/03/26 03:24:01Ben Lindstrom5-1/+12
2002-03-26 - markus@cvs.openbsd.org 2002/03/25 21:13:51Ben Lindstrom6-49/+84
2002-03-26 - markus@cvs.openbsd.org 2002/03/25 21:04:02Ben Lindstrom2-4/+7
2002-03-26 - stevesk@cvs.openbsd.org 2002/03/25 20:12:10Ben Lindstrom3-14/+19