summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Theo E. Schlossnagle's <jesus@omniti.com> SecurID patch to contrib/V_2_5_2Damien Miller2001-04-102-0/+6813
* - (stevesk) nchan.c: remove ostate checks and add EINVAL toKevin Steves2001-04-042-4/+7
* - (djm) Patch from OpenBSD CVS:Damien Miller2001-03-303-7/+14
* - (djm) Document default protocol order in config filesDamien Miller2001-03-303-3/+4
* - (djm) Another openbsd-compat/glob.c syncDamien Miller2001-03-302-30/+60
* - (djm) Sync openbsd-compat/glob.cDamien Miller2001-03-282-45/+39
* - (djm) Rework krbIV tests to get us closer to building on Redhat. StillDamien Miller2001-03-282-6/+24
* - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggestedDamien Miller2001-03-284-9/+38
* - (djm) Reorder tests and library inclusion for Krb4/AFS to try toDamien Miller2001-03-282-71/+74
* - (djm) Reestablish PAM credentials (which can be supplemental groupDamien Miller2001-03-274-8/+23
* - djm@cvs.openbsd.org 2001/03/23 11:04:07Ben Lindstrom2001-03-245-6/+49
* - deraadt@cvs.openbsd.org 2001/03/22 20:22:55Ben Lindstrom2001-03-242-7/+7
* - markus@cvs.openbsd.org 2001/03/23 13:10:57Ben Lindstrom2001-03-242-5/+12
* - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.Ben Lindstrom2001-03-242-3/+6
* 2.5.2p2V_2_5_2_P2Damien Miller2001-03-221-1/+2
* - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>Damien Miller2001-03-222-3/+7
* - (djm) Correctly handle SIA and AIX when no tty present. Spotted andDamien Miller2001-03-212-3/+6
* Update version number prior to 2.5.2p2 releaseDamien Miller2001-03-214-4/+4
* Merge changes on HEAD to 2.5.2 branchDamien Miller2001-03-215-17/+25
* add get_arg_max(). Use sysconf() if ARG_MAX is not defined.Tim Rice2001-03-192-4/+18
* change S_ISLNK macro to work for UnixWare 2.03Tim Rice2001-03-192-4/+4
* change S_ISLNK macro to work for UnixWare 2.03Tim Rice2001-03-192-3/+5
* - (djm) Update RPM spec versionV_2_5_2_P1Damien Miller2001-03-204-4/+6
* - markus@cvs.openbsd.org 2001/03/19 17:12:10Damien Miller2001-03-202-2/+5
* - markus@cvs.openbsd.org 2001/03/19 17:07:23Damien Miller2001-03-203-14/+9
* - (bal) Oops. Missed globc.h change (OpenBSD CVS).Ben Lindstrom2001-03-192-2/+4
* - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).Ben Lindstrom2001-03-192-4/+8
* - (bal) glob.c update to added GLOB_LIMITS.Ben Lindstrom2001-03-192-23/+42
* 64-bit builds on HP-UX 11.XKevin Steves2001-03-191-3/+8
* - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAXBen Lindstrom2001-03-192-2/+4
* - djm@cvs.openbsd.org 2001/03/19 05:49:52Damien Miller2001-03-192-2/+13
* - djm@cvs.openbsd.org 2001/03/19 12:10:17Damien Miller2001-03-192-2/+14
* - djm@cvs.openbsd.org 2001/03/19 12:10:17Damien Miller2001-03-191-1/+3
* - deraadt@cvs.openbsd.org 2001/03/18 23:30:55Damien Miller2001-03-194-4/+17
* - (djm) OpenBSD CVS SyncDamien Miller2001-03-192-4/+12
* - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*Ben Lindstrom2001-03-193-10/+11
* - (bal) Small fix to scp. %lu vs %ldBen Lindstrom2001-03-192-4/+5
* - Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposixBen Lindstrom2001-03-192-2/+7
* move HAVE_LONG_LONG_INT where it worksTim Rice2001-03-182-5/+5
* Better fix for long longDamien Miller2001-03-192-2/+6
* - (djm) Make scp work on systems without 64-bit intsDamien Miller2001-03-192-1/+10
* - markus@cvs.openbsd.org 2001/03/18 12:07:52Ben Lindstrom2001-03-192-3/+8
* - (djm) Add getusershell() functions from OpenBSD CVSDamien Miller2001-03-197-7/+169
* Add missing headersDamien Miller2001-03-191-1/+3
* - (djm) Seed PRNG at startup, rather than waiting for arc4random calls toDamien Miller2001-03-197-22/+40
* - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]Tim Rice2001-03-172-2/+4
* - markus@cvs.openbsd.org 2001/03/17 17:27:59Ben Lindstrom2001-03-172-3/+16
* - (bal) Fixed scp type casing issue which causes "scp: protocol error:Ben Lindstrom2001-03-172-2/+6
* - Check for gl_matchc support in glob_t and fall back to theBen Lindstrom2001-03-176-8/+36
* - markus@cvs.openbsd.org 2001/03/16 19:06:30Ben Lindstrom2001-03-176-83/+159