summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2001-04-10Add Theo E. Schlossnagle's <jesus@omniti.com> SecurID patch to contrib/V_2_5_2Damien Miller
2001-04-04 - (stevesk) nchan.c: remove ostate checks and add EINVAL toKevin Steves
shutdown(SHUT_RD) error() bypass for HP-UX.
2001-03-30 - (djm) Patch from OpenBSD CVS:Damien Miller
- stevesk@cvs.openbsd.org 2001/03/29 21:06:21 [sshconnect2.c sshd.c] need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
2001-03-30 - (djm) Document default protocol order in config filesDamien Miller
2001-03-30 - (djm) Another openbsd-compat/glob.c syncDamien Miller
2001-03-28 - (djm) Sync openbsd-compat/glob.cDamien Miller
2001-03-28 - (djm) Rework krbIV tests to get us closer to building on Redhat. StillDamien Miller
doesn't work because of conflicts between krbIV's and OpenSSL's des.h
2001-03-28 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggestedDamien Miller
fix from Philippe Levan <levan@epix.net>
2001-03-28 - (djm) Reorder tests and library inclusion for Krb4/AFS to try toDamien Miller
resolve linking conflicts with libcrypto. Report and suggested fix from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2001-03-27 - (djm) Reestablish PAM credentials (which can be supplemental groupDamien Miller
memberships) after initgroups() blows them away. Report and suggested fix from Nalin Dahyabhai <nalin@redhat.com>
2001-03-24 - djm@cvs.openbsd.org 2001/03/23 11:04:07Ben Lindstrom
[compat.c compat.h sshconnect2.c sshd.c] Compat for OpenSSH with broken Rijndael/AES. ok markus@
2001-03-24 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55Ben Lindstrom
[sshd.c] do not place linefeeds in buffer
2001-03-24 - markus@cvs.openbsd.org 2001/03/23 13:10:57Ben Lindstrom
[sftp-int.c] fix put, upload to _absolute_ path, ok djm@
2001-03-24 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.Ben Lindstrom
2001-03-222.5.2p2V_2_5_2_P2Damien Miller
2001-03-22 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>Damien Miller
2001-03-21 - (djm) Correctly handle SIA and AIX when no tty present. Spotted andDamien Miller
suggested fix from Mike Battersby <mib@unimelb.edu.au>
2001-03-21Update version number prior to 2.5.2p2 releaseDamien Miller
2001-03-21Merge changes on HEAD to 2.5.2 branchDamien Miller
2001-03-19add get_arg_max(). Use sysconf() if ARG_MAX is not defined.Tim Rice
2001-03-19 change S_ISLNK macro to work for UnixWare 2.03Tim Rice
2001-03-19 change S_ISLNK macro to work for UnixWare 2.03Tim Rice
2001-03-20 - (djm) Update RPM spec versionV_2_5_2_P1Damien Miller
- (djm) Release 2.5.2p1
2001-03-20 - markus@cvs.openbsd.org 2001/03/19 17:12:10Damien Miller
[version.h] version 2.5.2
2001-03-20 - markus@cvs.openbsd.org 2001/03/19 17:07:23Damien Miller
[auth.c readconf.c] undo /etc/shell and proto 2,1 change for openssh-2.5.2
2001-03-19 - (bal) Oops. Missed globc.h change (OpenBSD CVS).Ben Lindstrom
2001-03-19 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).Ben Lindstrom
2001-03-19 - (bal) glob.c update to added GLOB_LIMITS.Ben Lindstrom
2001-03-1964-bit builds on HP-UX 11.XKevin Steves
2001-03-19 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAXBen Lindstrom
2001-03-19 - djm@cvs.openbsd.org 2001/03/19 05:49:52Damien Miller
[ssh.1] document PreferredAuthentications option; ok markus@
2001-03-19 - djm@cvs.openbsd.org 2001/03/19 12:10:17Damien Miller
[sshd.8] Document permitopen authorized_keys option; ok markus@
2001-03-19 - djm@cvs.openbsd.org 2001/03/19 12:10:17Damien Miller
[sshd.8] Document permitopen authorized_keys option; ok markus@
2001-03-19 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55Damien Miller
[compat.c compat.h sshd.c] specifically version match on ssh scanners. do not log scan information to the console
2001-03-19 - (djm) OpenBSD CVS SyncDamien Miller
- djm@cvs.openbsd.org 2001/03/19 03:52:51 [sftp-client.c] Report ssh connection closing correctly; ok deraadt@
2001-03-19 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*Ben Lindstrom
2001-03-19 - (bal) Small fix to scp. %lu vs %ldBen Lindstrom
2001-03-19 - Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposixBen Lindstrom
stuff. Change suggested by Mark Miller <markm@swoon.net>
2001-03-18move HAVE_LONG_LONG_INT where it worksTim Rice
2001-03-19Better fix for long longDamien Miller
2001-03-19 - (djm) Make scp work on systems without 64-bit intsDamien Miller
2001-03-19 - markus@cvs.openbsd.org 2001/03/18 12:07:52Ben Lindstrom
[auth-options.c] ignore permitopen="host:port" if AllowTcpForwarding==no
2001-03-19 - (djm) Add getusershell() functions from OpenBSD CVSDamien Miller
2001-03-19Add missing headersDamien Miller
2001-03-19 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls toDamien Miller
do it implicitly.
2001-03-17 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]Tim Rice
openbsd-compat/fake-regex.h
2001-03-17 - markus@cvs.openbsd.org 2001/03/17 17:27:59Ben Lindstrom
[auth.c] check /etc/shells, too
2001-03-17 - (bal) Fixed scp type casing issue which causes "scp: protocol error:Ben Lindstrom
size not delimited" fatal errors when tranfering.
2001-03-17 - Check for gl_matchc support in glob_t and fall back to theBen Lindstrom
openbsd-compat/glob.[ch] support if it does not exist.
2001-03-17 - markus@cvs.openbsd.org 2001/03/16 19:06:30Ben Lindstrom
[auth-options.c channels.c channels.h serverloop.c session.c] implement "permitopen" key option, restricts -L style forwarding to to specified host:port pairs. based on work by harlan@genua.de