summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2003-12-19 - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if weV_3_7Darren Tucker
typedef size_t ourselves.
2003-12-18 - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.Darren Tucker
2003-12-17 - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check forDarren Tucker
setres[ug]id() present but not implemented (eg some Linux/glibc combinations).
2003-12-08[configure.ac] Bug 770. Fix --without-rpath.Tim Rice
2003-11-15 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris andDarren Tucker
HP-UX, skip test on AIX.
2003-11-13 - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO andDarren Tucker
PAM_ERROR_MSG messages.
2003-11-13 - (dtucker) [README ssh-host-config ssh-user-config Makefile] (AllDarren Tucker
contrib/cygwin). Major update from vinschen at redhat.com. - Makefile provides a `cygwin-postinstall' target to run right after `make install'. - Better support for Windows 2003 Server. - Try to get permissions as correct as possible. - New command line options to allow full automated host configuration. - Create configs from skeletons in /etc/defaults/etc. - Use /bin/bash, allows reading user input with readline support. - Remove really old configs from /usr/local.
2003-11-13 - (dtucker) [auth-pam.c] Append newlines to lines output by theDarren Tucker
pam_chauthtok_conv().
2003-11-13 - (dtucker) [sshd_config] Clarify UsePAM consequences a little more, fromDarren Tucker
current.
2003-11-03 - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.Darren Tucker
2003-11-03 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/servicesDarren Tucker
are created correctly with CRLF line terminations. Patch from vinschen at redhat.com.
2003-10-21Remove OBJ, shouldn't be thereDarren Tucker
2003-10-21 - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,Darren Tucker
make agent setgid during test.
2003-10-21 - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwordsDarren Tucker
directly. Noted by Darren.Moffat at sun.com.
2003-10-17 - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms withDarren Tucker
MD5 passwords even if PAM support is enabled. From steev at detritus.net.
2003-10-15[regress/banner.sh] portability fix.Tim Rice
2003-10-15 - markus@cvs.openbsd.org 2003/10/11 08:26:43Darren Tucker
[sshconnect2.c] search keys in reverse order; fixes #684
2003-10-15 - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.Darren Tucker
2003-10-09 - (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@Darren Tucker
2003-10-08 - djm@cvs.openbsd.org 2003/10/07 07:04:52Darren Tucker
[regress/sftp-cmds.sh] more sftp quoting regress tests; ok markus
2003-10-08 - dtucker@cvs.openbsd.org 2003/10/07 01:52:13Darren Tucker
[regress/Makefile regress/banner.sh] Test SSH2 banner. ok markus@
2003-10-08 - deraadt@cvs.openbsd.org 2003/10/07 21:58:28Darren Tucker
[sshconnect2.c] set ptr to NULL after free
2003-10-08 - djm@cvs.openbsd.org 2003/10/07 07:04:16Darren Tucker
[sftp-int.c] sftp quoting fix from admorten AT umich.edu; ok markus@
2003-10-08 - dtucker@cvs.openbsd.org 2003/10/07 01:47:27Darren Tucker
[sshconnect2.c] Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707. ok markus@
2003-10-07 - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl onDarren Tucker
Reliant Unix. Based on patch from Robert.Dahlem at siemens.com.
2003-10-07 - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGIDDarren Tucker
on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
2003-10-07 - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is aDarren Tucker
run-time switch, always build --with-md5-passwords.
2003-10-03[contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default option.Tim Rice
2003-10-02[sshd_config] UsePAM defaults to no.Tim Rice
2003-10-02 - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.Darren Tucker
Based on patches by Matthias Koeppe and Thomas Baden. ok djm@
2003-10-02 - markus@cvs.openbsd.org 2003/09/23 20:18:52Darren Tucker
[progressmeter.c] don't print trailing \0; bug #709; Robert.Dahlem@siemens.com ok millert/deraadt@
2003-09-25 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: RemoveDarren Tucker
DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from michael_steffens at hp.com, ok djm@
2003-09-23 - (djm) Release 3.7.1p2V_3_7_1_P2Damien Miller
2003-09-23 - (djm) Crank version.h and spec version numbersDamien Miller
2003-09-23 - (djm) Fix SSH1 challenge kludgeDamien Miller
- (djm) Bug #671: Fix builds on OpenBSD - (djm) Bug #676: Fix PAM stack corruption - (djm) Fix bad free() in PAM code - (djm) Don't call pam_end before pam_init - (djm) Enable build with old OpenSSL again - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2003-09-23 - markus@cvs.openbsd.org 2003/09/19 09:02:02Darren Tucker
[packet.c] buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
2003-09-23 - markus@cvs.openbsd.org 2003/09/18 08:49:45Darren Tucker
[deattack.c misc.c session.c ssh-agent.c] more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@
2003-09-23 - markus@cvs.openbsd.org 2003/09/18 07:54:48Darren Tucker
[buffer.c] protect against double free; #660; zardoz at users.sf.net
2003-09-23 - markus@cvs.openbsd.org 2003/09/18 07:52:54Darren Tucker
[sshconnect.c] missing {}; bug #656; jclonguet at free.fr
2003-09-22[configure.ac] add --disable-etc-default-login option. ok djmTim Rice
2003-09-22 - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX fromDarren Tucker
article by genty at austin.ibm.com, included with the author's permission.
2003-09-21[configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.Tim Rice
Report by distler AT golem ph utexas edu.
2003-09-21Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/Tim Rice
2003-09-22 - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 orDarren Tucker
higher.
2003-09-22 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,Darren Tucker
add canohost.h to stop warning. Based on patch from openssh-unix-dev at thewrittenword.com
2003-09-22 - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since theDarren Tucker
OS does not support permanently dropping privileges. Patch from vinschen at redhat.com.
2003-09-22 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] UpdateDarren Tucker
ssh-host-config to match current defaults, bump README version. Patch from vinschen at redhat.com.
2003-09-22 - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.cDarren Tucker
openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with where gai_strerror is defined as "const char *". Part of patch supplied by bugzilla-openssh at thewrittenword.com
2003-09-22 - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.Darren Tucker
Part of patch supplied by bugzilla-openssh at thewrittenword.com
2003-09-22 - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.Darren Tucker
Patch from david.haughton at ncr.com