summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - (bal) disable privsep if no MAP_ANON. We can re-enable itPRE_SW_KRBVBen Lindstrom2002-04-122-2/+4
* - (bal) Mistaken in Cygwin scripts for ssh starting. Patch byBen Lindstrom2002-04-122-3/+5
* [configure.ac] add <sys/types.h> to msghdr tests.Tim Rice2002-04-122-3/+7
* - (stevesk) [auth-sia.[ch]] add BSD license from Chris AdamsKevin Steves2002-04-123-1/+52
* [acconfig.h defines.h includes.h] put includes in includes.h andTim Rice2002-04-127-119/+107
* - (stevesk) [auth-sia.c] cleanupKevin Steves2002-04-112-18/+12
* oops. time for beer i think.Kevin Steves2002-04-111-2/+2
* - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIRKevin Steves2002-04-112-1/+7
* - markus@cvs.openbsd.org 2002/04/10 08:56:01Ben Lindstrom2002-04-102-4/+7
* - markus@cvs.openbsd.org 2002/04/10 08:21:47Ben Lindstrom2002-04-103-8/+19
* - markus@cvs.openbsd.org 2002/04/10 08:21:47Ben Lindstrom2002-04-101-1/+6
* - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>Kevin Steves2002-04-102-2/+5
* - (bal) Minor OpenSC updates. Fix up header locations and updateBen Lindstrom2002-04-084-8/+13
* - (stevesk) wrap munmap() with HAVE_MMAP also.Kevin Steves2002-04-082-1/+7
* oops, user should be a string constantKevin Steves2002-04-071-2/+2
* - (stevesk) --with-privsep-user; default sshdKevin Steves2002-04-074-4/+20
* - (stevesk) remove configure support for poll.h; it was removedKevin Steves2002-04-073-11/+6
* - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them inKevin Steves2002-04-073-4/+13
* - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yesKevin Steves2002-04-072-1/+13
* - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.Kevin Steves2002-04-073-3/+26
* - (bal) We no longer use atexit()/xatexit()/on_exit()Ben Lindstrom2002-04-074-20/+7
* - (bal) Quiet down configure.ac if /bin/test does not exist.Ben Lindstrom2002-04-062-3/+4
* - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code isBen Lindstrom2002-04-063-23/+12
* - mouring@cvs.openbsd.org 2002/04/06 18:24:09Ben Lindstrom2002-04-062-3/+7
* - (bal) Slight update to OpenSC support. Better version checking. patchBen Lindstrom2002-04-062-3/+4
* - djm@cvs.openbsd.org 2002/04/06 00:30:08Ben Lindstrom2002-04-062-5/+13
* - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.Ben Lindstrom2002-04-062-1/+6
* - (djm) Typo in Suse SPEC file. Fix from Carsten GrohmannDamien Miller2002-04-062-2/+6
* - stevesk@cvs.openbsd.org 2002/04/05 20:56:21Ben Lindstrom2002-04-062-10/+25
* - (bal) Too many <sys/queue.h> issues. Remove all workarounds andBen Lindstrom2002-04-057-30/+91
* - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom2002-04-058-17/+530
* - markus@cvs.openbsd.org 2002/04/03 09:26:11Ben Lindstrom2002-04-053-6/+12
* - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.hKevin Steves2002-04-048-72/+62
* - (bal) mispelling in uidswap.c (portable only)Ben Lindstrom2002-04-032-2/+3
* - markus@cvs.openbsd.org 2002/04/02 20:11:38Ben Lindstrom2002-04-032-10/+5
* - markus@cvs.openbsd.org 2002/04/02 17:37:48Ben Lindstrom2002-04-022-3/+7
* - markus@cvs.openbsd.org 2002/04/02 11:49:39Ben Lindstrom2002-04-022-3/+7
* - markus@cvs.openbsd.org 2002/04/01 22:07:17Ben Lindstrom2002-04-022-4/+7
* - markus@cvs.openbsd.org 2002/04/01 22:02:16Ben Lindstrom2002-04-022-3/+6
* - (bal) CVS ID sync of uidswap.cBen Lindstrom2002-04-022-2/+3
* - markus@cvs.openbsd.org 2002/03/30 18:51:15Ben Lindstrom2002-04-026-21/+33
* - stevesk@cvs.openbsd.org 2002/03/29 19:18:33Ben Lindstrom2002-04-024-6/+14
* - stevesk@cvs.openbsd.org 2002/03/29 19:16:22Ben Lindstrom2002-04-022-2/+9
* - markus@cvs.openbsd.org 2002/03/29 18:59:32Ben Lindstrom2002-04-023-16/+20
* - markus@cvs.openbsd.org 2002/03/28 15:34:51Ben Lindstrom2002-04-022-5/+10
* - markus@cvs.openbsd.org 2002/03/27 22:21:45Ben Lindstrom2002-04-022-2/+13
* - (bal) Hand Sync of scp.c (reverted to upstream code)Ben Lindstrom2002-04-022-13/+18
* - (stevesk) [auth1.c] fix password auth for protocol 1 whenKevin Steves2002-04-022-1/+4
* - (stevesk) [monitor.c] PAM should work again; will *not* work withKevin Steves2002-04-012-1/+11
* [sshconnect2.c] change uint32_t to u_int32_tTim Rice2002-03-312-2/+3