summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-27 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark MillerDamien Miller
<markm@swoon.net>
2001-02-27avoid warningDamien Miller
2001-02-27 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. ThisDamien Miller
change is being made as 2.5.x configfiles are not back-compatible with 2.3.x.
2001-02-27 - (djm) Fix PAM fixDamien Miller
2001-02-27Bump spec versions tooDamien Miller
2001-02-27Bump version to 2.5.1p2 so I can generate new test RPMsDamien Miller
2001-02-27 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark MillerDamien Miller
<markm@swoon.net>
2001-02-27 - (djm) Move PAM init to after fork for non-Solaris derived PAMsDamien Miller
2001-02-27 - (djm) fatal() on OpenSSL version mismatchDamien Miller
2001-02-27whitspaceDamien Miller
2001-02-26Second Ooops... =) I started with the wrong date.Ben Lindstrom
2001-02-27dohDamien Miller
2001-02-27 - (djm) Fix up POSIX saved uid support. Report from Mark MillerDamien Miller
<markm@swoon.net> - (djm) Search for -lcrypt on FreeBSD too
2001-02-26 - (bal) sshd.init support for all Redhat release. Patch by Jim KnobleBen Lindstrom
<jmknoble@jmknoble.cx>
2001-02-26 - markus@cvs.openbsd.org 2001/02/23 15:37:45Ben Lindstrom
[session.c] handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
2001-02-26 - (bal) Applied shutdown() patch for sftp.c by Corinna VinschenBen Lindstrom
<vinschen@redhat.com>
2001-02-26 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.Damien Miller
Based on patch from Tim Rice <tim@multitalents.net>
2001-02-25 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.Ben Lindstrom
2001-02-25 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not everyBen Lindstrom
platform defines u_int64_t as being that.
2001-02-25 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfileDamien Miller
Patch from Adrian Ho <lexfiend@usa.net>
2001-02-24 - (bal) Missed part of the UNIX sockets patch. Patch by CorinnaBen Lindstrom
Vinschen <vinschen@redhat.com> - (bal) Reorder where 'strftime' is detected to resolve linking issues on SCO. Patch by Tim Rice <tim@multitalents.net>
2001-02-24cleanups.Kevin Steves
2001-02-24 - (bal) Generalize lack of UNIX sockets since this also effects CrayBen Lindstrom
not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
2001-02-24 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems withBen Lindstrom
some platforms.
2001-02-24 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.Ben Lindstrom
Patch by Pekka Savola <pekkas@netcore.fi>
2001-02-23 - (bal) Double -I for OpenSSL on SCO. Patch by Tim RiceBen Lindstrom
<tim@multitalents.net>
2001-02-23 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSLBen Lindstrom
that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
2001-02-23 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve TellBen Lindstrom
<tell@telltronics.org>
2001-02-22 - (stevesk) remove erroneous #ifdef sgi code.Kevin Steves
Michael Stone <mstone@cs.loyola.edu>
2001-02-22 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>Ben Lindstrom
- (bal) Removed reference to liblogin from contrib/README. It was integrated into OpenSSH a long while ago.
2001-02-21 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>Ben Lindstrom
2001-02-21 - (stevesk) session.c: back out to where we were before:Kevin Steves
- (djm) Move PAM session initialisation until after fork in sshd. Patch from Nalin Dahyabhai <nalin@redhat.com>
2001-02-21 - (bal) Reverted out of 2001/02/15 patch by djm below because itBen Lindstrom
breaks Solaris. - (djm) Move PAM session setup back to before setuid to user. fixes problems on Solaris-drived PAMs.
2001-02-21 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim RiceBen Lindstrom
<tim@multitalents.net>
2001-02-20 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.Ben Lindstrom
2001-02-20 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05Ben Lindstrom
[sshd.c] clarify message to make it not mention "ident"
2001-02-19 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c andBen Lindstrom
getcwd.c.
2001-02-19 - Update versions in RPM spec filesDamien Miller
- Release 2.5.1p1
2001-02-19 - OpenBSD CVS Sync:Damien Miller
- reinhard@cvs.openbsd.org 2001/02/17 08:24:40 [sftp.1] typo - deraadt@cvs.openbsd.org 2001/02/17 16:28:58 [ssh.c] cleanup -V output; noted by millert - deraadt@cvs.openbsd.org 2001/02/17 16:48:48 [sshd.8] it's the OpenSSH one - markus@cvs.openbsd.org 2001/02/18 11:33:54 [dispatch.c] typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi - markus@cvs.openbsd.org 2001/02/19 02:53:32 [compat.c compat.h serverloop.c] ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ - markus@cvs.openbsd.org 2001/02/19 03:35:23 [version.h] OpenSSH_2.5.1 adds bug compat with 1.2.{18-22} - deraadt@cvs.openbsd.org 2001/02/19 03:36:25 [scp.c] np is changed by recursion; vinschen@redhat.com
2001-02-19 - (djm) Rework search for OpenSSL location. Skip directories which don'tDamien Miller
exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO with its limit of 6 -L options.
2001-02-18 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] andBen Lindstrom
pty.[ch] -> sshpty.[ch]
2001-02-18Forgot to commit ChangelogDamien Miller
- (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie enable with --with-bsd-auth.
2001-02-18 - (stevesk) entropy.c: typo; should be SIGPIPEKevin Steves
2001-02-18 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzieDamien Miller
enable with --with-bsd-auth.
2001-02-18 - (djm) Update RPM spec files for 2.5.0p1Damien Miller
2001-02-18 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it hasDamien Miller
a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. Miller <Todd.Miller@courtesan.com>
2001-02-18 - (djm) Move entropy.c over to mysignal()Damien Miller
2001-02-18Accidentally applied test code, revertDamien Miller
2001-02-18 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only forDamien Miller
SIGALRM.
2001-02-18 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.Kevin Steves