]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
22 years ago - (djm) Release 3.7.1p2 V_3_7_1_P2
Damien Miller [Tue, 23 Sep 2003 09:33:17 +0000 (19:33 +1000)] 
 - (djm) Release 3.7.1p2

22 years ago - (djm) Crank version.h and spec version numbers
Damien Miller [Tue, 23 Sep 2003 09:26:51 +0000 (19:26 +1000)] 
 - (djm) Crank version.h and spec version numbers

22 years ago - (djm) Fix SSH1 challenge kludge
Damien Miller [Tue, 23 Sep 2003 09:24:21 +0000 (19:24 +1000)] 
 - (djm) Fix SSH1 challenge kludge
 - (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

22 years ago - markus@cvs.openbsd.org 2003/09/19 09:02:02
Darren Tucker [Tue, 23 Sep 2003 09:00:41 +0000 (19:00 +1000)] 
   - markus@cvs.openbsd.org 2003/09/19 09:02:02
     [packet.c]
     buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471

22 years ago - markus@cvs.openbsd.org 2003/09/18 08:49:45
Darren Tucker [Tue, 23 Sep 2003 08:59:08 +0000 (18:59 +1000)] 
   - markus@cvs.openbsd.org 2003/09/18 08:49:45
     [deattack.c misc.c session.c ssh-agent.c]
     more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
     ok millert@

22 years ago - markus@cvs.openbsd.org 2003/09/18 07:54:48
Darren Tucker [Tue, 23 Sep 2003 08:55:43 +0000 (18:55 +1000)] 
   - markus@cvs.openbsd.org 2003/09/18 07:54:48
     [buffer.c]
     protect against double free; #660;  zardoz at users.sf.net

22 years ago - markus@cvs.openbsd.org 2003/09/18 07:52:54
Darren Tucker [Tue, 23 Sep 2003 08:49:28 +0000 (18:49 +1000)] 
   - markus@cvs.openbsd.org 2003/09/18 07:52:54
     [sshconnect.c]
     missing {}; bug #656; jclonguet at free.fr

22 years ago[configure.ac] add --disable-etc-default-login option. ok djm
Tim Rice [Tue, 23 Sep 2003 02:51:36 +0000 (19:51 -0700)] 
[configure.ac] add --disable-etc-default-login option. ok djm

22 years ago - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
Darren Tucker [Mon, 22 Sep 2003 10:42:16 +0000 (20:42 +1000)] 
 - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
   article by genty at austin.ibm.com, included with the author's permission.

22 years ago[configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
Tim Rice [Mon, 22 Sep 2003 04:39:14 +0000 (21:39 -0700)] 
[configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
Report by distler AT golem ph utexas edu.

22 years agoFix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
Tim Rice [Mon, 22 Sep 2003 04:03:46 +0000 (21:03 -0700)] 
Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/

22 years ago - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
Darren Tucker [Mon, 22 Sep 2003 03:28:59 +0000 (13:28 +1000)] 
 - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
   higher.

22 years ago - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
Darren Tucker [Mon, 22 Sep 2003 03:05:48 +0000 (13:05 +1000)] 
 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
   add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
   thewrittenword.com

22 years ago - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
Darren Tucker [Mon, 22 Sep 2003 02:55:20 +0000 (12:55 +1000)] 
 - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
   OS does not support permanently dropping privileges.  Patch from
   vinschen at redhat.com.

22 years ago - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
Darren Tucker [Mon, 22 Sep 2003 02:32:43 +0000 (12:32 +1000)] 
 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
   ssh-host-config to match current defaults, bump README version.  Patch from
   vinschen at redhat.com.

22 years ago - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
Darren Tucker [Mon, 22 Sep 2003 02:09:17 +0000 (12:09 +1000)] 
 - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
   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

22 years ago - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
Darren Tucker [Mon, 22 Sep 2003 01:58:44 +0000 (11:58 +1000)] 
 - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
   Part of patch supplied by bugzilla-openssh at thewrittenword.com

22 years ago - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
Darren Tucker [Mon, 22 Sep 2003 01:40:50 +0000 (11:40 +1000)] 
 - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
   Patch from david.haughton at ncr.com

22 years ago - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
Darren Tucker [Mon, 22 Sep 2003 01:26:40 +0000 (11:26 +1000)] 
 - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.

22 years ago - (dtucker) [configure.ac] Bug #657: uid swappping issues on BSDi.
Darren Tucker [Mon, 22 Sep 2003 01:19:26 +0000 (11:19 +1000)] 
 - (dtucker) [configure.ac] Bug #657: uid swappping issues on BSDi.

22 years ago - (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X.
Darren Tucker [Mon, 22 Sep 2003 01:08:00 +0000 (11:08 +1000)] 
 - (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X.
   Patch from max at quendi.de.

22 years ago - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
Darren Tucker [Mon, 22 Sep 2003 01:00:11 +0000 (11:00 +1000)] 
 - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
   builds.  Portability corrections from tim@.

22 years ago - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
Darren Tucker [Fri, 19 Sep 2003 10:55:10 +0000 (20:55 +1000)] 
 - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
   when /etc/default/login doesn't exist or isn't readable.  Fixes from
   jparsons-lists at saffron.net and georg.oppenberg at deu mci com.

22 years ago - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
Darren Tucker [Fri, 19 Sep 2003 10:46:21 +0000 (20:46 +1000)] 
 - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
   unless required.  Reorder to reduce warnings.

22 years ago - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
Damien Miller [Fri, 19 Sep 2003 07:06:06 +0000 (17:06 +1000)] 
 - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim

22 years ago - (djm) Bug #680: Remove missing inet_ntoa.h header reference
Damien Miller [Fri, 19 Sep 2003 06:55:01 +0000 (16:55 +1000)] 
 - (djm) Bug #680: Remove missing inet_ntoa.h header reference

22 years ago - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
Damien Miller [Fri, 19 Sep 2003 06:31:31 +0000 (16:31 +1000)] 
 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
   djast AT cs.toronto.edu

22 years ago - (djm) Bug #652: Fix empty password auth
Damien Miller [Thu, 18 Sep 2003 08:26:48 +0000 (18:26 +1000)] 
 - (djm) Bug #652: Fix empty password auth

22 years agorpm spec versions V_3_7_1_P1
Damien Miller [Tue, 16 Sep 2003 21:35:09 +0000 (07:35 +1000)] 
rpm spec versions

22 years ago - (djm) OpenBSD Sync
Damien Miller [Tue, 16 Sep 2003 21:34:12 +0000 (07:34 +1000)] 
 - (djm) OpenBSD Sync
   - markus@cvs.openbsd.org 2003/09/16 21:02:40
     [buffer.c channels.c version.h]
     more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU

22 years agoreset release numbers to 1 V_3_7_P1
Damien Miller [Tue, 16 Sep 2003 06:02:40 +0000 (16:02 +1000)] 
reset release numbers to 1

22 years ago - (djm) Banish sprintf from auth-pam.c. Patch from bal
Damien Miller [Tue, 16 Sep 2003 06:00:52 +0000 (16:00 +1000)] 
 - (djm) Banish sprintf from auth-pam.c. Patch from bal

22 years ago[configure.ac] Fix portability issues.
Tim Rice [Tue, 16 Sep 2003 05:48:15 +0000 (22:48 -0700)] 
[configure.ac] Fix portability issues.

22 years agorelease
Damien Miller [Tue, 16 Sep 2003 04:08:37 +0000 (14:08 +1000)] 
release

22 years ago - (djm) Crank spec versions
Damien Miller [Tue, 16 Sep 2003 03:59:42 +0000 (13:59 +1000)] 
 - (djm) Crank spec versions

22 years ago - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
Ben Lindstrom [Tue, 16 Sep 2003 03:31:03 +0000 (03:31 +0000)] 
   - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
     [buffer.c]
     do not expand buffer before attempting to reallocate it; markus ok

22 years agoFix line width
Darren Tucker [Tue, 16 Sep 2003 03:24:50 +0000 (13:24 +1000)] 
Fix line width

22 years ago - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
Darren Tucker [Tue, 16 Sep 2003 01:52:19 +0000 (11:52 +1000)] 
 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
   PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
   (eg Solaris, Reliant Unix).  Patch from Robert.Dahlem at siemens.com.  ok djm@

22 years ago - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
Darren Tucker [Sun, 14 Sep 2003 03:16:55 +0000 (13:16 +1000)] 
 - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
   with vanilla "=".

Hopefully everybody's "make" will be happy with that.

22 years ago - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
Darren Tucker [Sun, 14 Sep 2003 01:40:35 +0000 (11:40 +1000)] 
 - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
   the regression tests from running with Solaris' make.  Patch from Brian
   Poole (raj at cerias.purdue.edu).

Further info:  Solaris' /usr/ccs/bin/make
* requires a space before "+=" (but not "=")
* does not like @for

The bit that relies on a trailing "/" on $OBJ so "rm ${OBJ}$$F works in the
current dir if OBJ isn't set is my fault.  Nasty but it works.

22 years agoAdd extern __progname, needed if SSHD_PAM_SERVICE not defined
Darren Tucker [Sat, 13 Sep 2003 12:12:11 +0000 (22:12 +1000)] 
Add extern __progname, needed if SSHD_PAM_SERVICE not defined

22 years ago - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
Darren Tucker [Sat, 13 Sep 2003 12:02:05 +0000 (22:02 +1000)] 
 - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
   from cjwatson at debian.org.

22 years ago[configure.ac] define WITH_ABBREV_NO_TTY for SCO. Report by Roger Cornelius.
Tim Rice [Sat, 13 Sep 2003 01:15:15 +0000 (18:15 -0700)] 
[configure.ac] define WITH_ABBREV_NO_TTY for SCO.  Report by Roger Cornelius.

22 years ago - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
Darren Tucker [Sat, 13 Sep 2003 00:41:56 +0000 (10:41 +1000)] 
 - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
   required to correctly reset failed login count when using a password
   registry other than "files" (eg LDAP, see bug #543).

22 years ago - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
Darren Tucker [Fri, 12 Sep 2003 23:46:03 +0000 (09:46 +1000)] 
 - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
   slower hosts, increase to 10 sec.

22 years ago[regress/yes-head.sh] shell portability fix.
Tim Rice [Fri, 12 Sep 2003 20:21:14 +0000 (13:21 -0700)] 
[regress/yes-head.sh] shell portability fix.

22 years ago[Makefile.in] only mkdir regress if it does not exist.
Tim Rice [Fri, 12 Sep 2003 20:02:16 +0000 (13:02 -0700)] 
[Makefile.in] only mkdir regress if it does not exist.

22 years ago[regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
Tim Rice [Fri, 12 Sep 2003 18:20:32 +0000 (11:20 -0700)] 
[regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".

22 years ago[regress/agent-ptrace.sh regress/dynamic-forward.sh
Tim Rice [Fri, 12 Sep 2003 05:32:17 +0000 (22:32 -0700)] 
[regress/agent-ptrace.sh regress/dynamic-forward.sh
regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
no longer depends on which(1). patch by dtucker@

22 years ago[configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
Tim Rice [Fri, 12 Sep 2003 05:24:36 +0000 (22:24 -0700)] 
[configure.ac] Prefer setuid/setgid on UnixWare and Open Server.

22 years ago[configure.ac] Move libgen tests to before libwrap to unbreak
Tim Rice [Fri, 12 Sep 2003 05:19:31 +0000 (22:19 -0700)] 
[configure.ac] Move libgen tests to before libwrap to unbreak
UnixWare 2.03 using --with-tcp-wrappers.

22 years ago - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
Darren Tucker [Thu, 11 Sep 2003 04:42:55 +0000 (14:42 +1000)] 
 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
   the dirname test, to allow a broken dirname to be detected correctly.
   Based partially on patch supplied by alex.kiernan at thus.net.  ok djm@

22 years ago - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
Darren Tucker [Wed, 10 Sep 2003 10:17:40 +0000 (20:17 +1000)] 
 - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
   "yes".

22 years ago- (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
Darren Tucker [Wed, 10 Sep 2003 05:22:44 +0000 (15:22 +1000)] 
- (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.

22 years ago - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
Darren Tucker [Wed, 10 Sep 2003 01:39:05 +0000 (11:39 +1000)] 
 - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
   Patch from wendyp at cray.com.

22 years ago[regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
Tim Rice [Tue, 9 Sep 2003 15:35:20 +0000 (08:35 -0700)] 
[regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
UX:rm: ERROR: Cannot remove '.' or '..'

22 years ago[regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
Tim Rice [Tue, 9 Sep 2003 15:27:40 +0000 (08:27 -0700)] 
[regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
with shell read-only variable.

22 years ago[regress/Makefile] Fixes for building outside of a read-only source tree.
Tim Rice [Tue, 9 Sep 2003 13:07:10 +0000 (06:07 -0700)] 
[regress/Makefile] Fixes for building outside of a read-only source tree.

22 years ago[ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
Tim Rice [Mon, 8 Sep 2003 23:11:33 +0000 (16:11 -0700)] 
[ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@

22 years ago[configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
Tim Rice [Mon, 8 Sep 2003 21:35:16 +0000 (14:35 -0700)] 
[configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
HEADER.ad in arpa/nameser.h

22 years ago[configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
Tim Rice [Mon, 8 Sep 2003 13:33:33 +0000 (06:33 -0700)] 
[configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
_getlong in #ifndef

22 years ago - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
Darren Tucker [Sun, 7 Sep 2003 02:34:54 +0000 (12:34 +1000)] 
 - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
   Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.

22 years ago - (dtucker) [acconfig.h] Typo.
Darren Tucker [Sun, 7 Sep 2003 01:37:27 +0000 (11:37 +1000)] 
 - (dtucker) [acconfig.h] Typo.

22 years ago - (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elif
Darren Tucker [Sat, 6 Sep 2003 23:43:42 +0000 (09:43 +1000)] 
 - (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elif

22 years ago - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
Darren Tucker [Sat, 6 Sep 2003 23:32:58 +0000 (09:32 +1000)] 
 - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.

22 years ago - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
Darren Tucker [Sat, 6 Sep 2003 23:31:02 +0000 (09:31 +1000)] 
 - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
   distinctive, so "rm ${BATCH}.*" doesn't match the script itself.

22 years ago - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
Darren Tucker [Sat, 6 Sep 2003 23:28:03 +0000 (09:28 +1000)] 
 - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
   Add ${EXEEXT}: required to work on Cygwin.

22 years ago - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
Darren Tucker [Sat, 6 Sep 2003 23:22:21 +0000 (09:22 +1000)] 
 - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
   Put "which" inside quotes.

22 years ago - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
Darren Tucker [Sat, 6 Sep 2003 06:44:39 +0000 (16:44 +1000)] 
 - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.

22 years ago - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
Darren Tucker [Fri, 5 Sep 2003 01:35:52 +0000 (11:35 +1000)] 
 - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.

22 years ago - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
Darren Tucker [Thu, 4 Sep 2003 12:06:16 +0000 (22:06 +1000)] 
   - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.

22 years ago - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
Darren Tucker [Thu, 4 Sep 2003 08:04:16 +0000 (18:04 +1000)] 
   - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
     not $OBJ.

22 years ago - [regress/README.regress] Add a basic readme.
Darren Tucker [Thu, 4 Sep 2003 05:39:54 +0000 (15:39 +1000)] 
   - [regress/README.regress] Add a basic readme.

22 years ago - [regress/Makefile] Remove BSDisms.
Darren Tucker [Thu, 4 Sep 2003 05:37:58 +0000 (15:37 +1000)] 
   - [regress/Makefile] Remove BSDisms.

22 years ago - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
Darren Tucker [Thu, 4 Sep 2003 05:35:48 +0000 (15:35 +1000)] 
   - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
     use Strictmodes no, wait longer for sshd startup.

22 years ago - [regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
Darren Tucker [Thu, 4 Sep 2003 05:26:57 +0000 (15:26 +1000)] 
   - [regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.

22 years ago - [regress/sftp-cmds.sh] Use portable "test" option.
Darren Tucker [Thu, 4 Sep 2003 05:24:50 +0000 (15:24 +1000)] 
   - [regress/sftp-cmds.sh] Use portable "test" option.

22 years ago - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
Darren Tucker [Thu, 4 Sep 2003 05:22:01 +0000 (15:22 +1000)] 
   - [regress/dynamic-forward.sh] Some "which" programs output on stderr.

22 years ago - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
Darren Tucker [Thu, 4 Sep 2003 05:16:56 +0000 (15:16 +1000)] 
   - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
     regress/test-exec.sh] Handle different was of echoing without newlines.

22 years ago - [regress/agent-ptrace.sh regress/agent-timeout.sh]
Darren Tucker [Thu, 4 Sep 2003 05:07:59 +0000 (15:07 +1000)] 
   - [regress/agent-ptrace.sh regress/agent-timeout.sh]
     "grep -q" -> "grep >/dev/null"

22 years ago - [regress/sftp.sh] Remove dependency on /dev/stdin.
Darren Tucker [Thu, 4 Sep 2003 05:00:55 +0000 (15:00 +1000)] 
   - [regress/sftp.sh] Remove dependency on /dev/stdin.

22 years agoMissing $
Darren Tucker [Thu, 4 Sep 2003 04:56:49 +0000 (14:56 +1000)] 
Missing $

22 years ago - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
Darren Tucker [Thu, 4 Sep 2003 04:54:39 +0000 (14:54 +1000)] 
   - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
     regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
     regress/transfer.sh] Use ${EXEEXT} where appropriate.

22 years ago - [regress/stderr-after-eof.sh] Search for a usable checksum program.
Darren Tucker [Thu, 4 Sep 2003 04:32:02 +0000 (14:32 +1000)] 
   - [regress/stderr-after-eof.sh] Search for a usable checksum program.

22 years ago - [regress/sftp-cmds.sh] Ensure file used for test are readable.
Darren Tucker [Thu, 4 Sep 2003 04:26:31 +0000 (14:26 +1000)] 
   - [regress/sftp-cmds.sh] Ensure file used for test are readable.

22 years ago - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
Darren Tucker [Thu, 4 Sep 2003 04:02:56 +0000 (14:02 +1000)] 
   - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
     it).  The sparse file will take less disk space too.

22 years ago - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
Darren Tucker [Thu, 4 Sep 2003 03:59:48 +0000 (13:59 +1000)] 
   - [regress/reconfigure/sh] Make path to sshd fully qualified if required.

22 years ago - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
Darren Tucker [Thu, 4 Sep 2003 03:55:25 +0000 (13:55 +1000)] 
   - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
     gdb cannot be found.

22 years ago - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
Darren Tucker [Thu, 4 Sep 2003 03:49:30 +0000 (13:49 +1000)] 
   - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
     getpeereid.

22 years ago - (dtucker) Portablize regression tests. Parts contributed by Roumen
Darren Tucker [Thu, 4 Sep 2003 03:41:06 +0000 (13:41 +1000)] 
 - (dtucker) Portablize regression tests.  Parts contributed by Roumen
   Petrov, David M. Williams and Corinna Vinschen.
   - [Makefile.in] Add "make tests" target and "make clean" hooks.

22 years ago - jmc@cvs.openbsd.org 2003/09/02 18:50:06
Damien Miller [Wed, 3 Sep 2003 02:13:30 +0000 (12:13 +1000)] 
   - jmc@cvs.openbsd.org 2003/09/02 18:50:06
     [sftp.1 ssh_config.5]
     escape punctuation;
     ok deraadt@

22 years ago - markus@cvs.openbsd.org 2003/09/02 16:40:29
Damien Miller [Wed, 3 Sep 2003 02:12:54 +0000 (12:12 +1000)] 
   - markus@cvs.openbsd.org 2003/09/02 16:40:29
     [version.h]
     enter 3.7

22 years ago - markus@cvs.openbsd.org 2003/08/28 12:54:34
Damien Miller [Wed, 3 Sep 2003 02:11:30 +0000 (12:11 +1000)] 
   - markus@cvs.openbsd.org 2003/08/28 12:54:34
     [auth.h]
     remove kerberos support from ssh1, since it has been replaced with GSSAPI;
     but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...

22 years ago - markus@cvs.openbsd.org 2003/08/26 09:58:43
Damien Miller [Tue, 2 Sep 2003 21:32:45 +0000 (07:32 +1000)] 
   - markus@cvs.openbsd.org 2003/08/26 09:58:43
     [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
     [auth2.c monitor.c]
     fix passwd auth for 'username leaks via timing'; with djm@, original
     patches from solar

22 years ago - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
Damien Miller [Tue, 2 Sep 2003 13:33:42 +0000 (23:33 +1000)] 
 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h

22 years ago - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
Damien Miller [Tue, 2 Sep 2003 13:18:52 +0000 (23:18 +1000)] 
 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
   management (now done in do_setusercontext). Largely from
   michael_steffens AT hp.com

22 years ago - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
Damien Miller [Tue, 2 Sep 2003 13:12:06 +0000 (23:12 +1000)] 
 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
   error. Part of Bug #423, patch from  michael_steffens AT hp.com

22 years agofix date
Damien Miller [Tue, 2 Sep 2003 13:09:41 +0000 (23:09 +1000)] 
fix date

22 years ago - markus@cvs.openbsd.org 2003/09/01 20:44:54
Damien Miller [Tue, 2 Sep 2003 12:59:01 +0000 (22:59 +1000)] 
   - markus@cvs.openbsd.org 2003/09/01 20:44:54
     [auth2-gss.c]
     fix leak

22 years ago - markus@cvs.openbsd.org 2003/09/01 18:15:50
Damien Miller [Tue, 2 Sep 2003 12:58:22 +0000 (22:58 +1000)] 
   - markus@cvs.openbsd.org 2003/09/01 18:15:50
     [readconf.c readconf.h servconf.c servconf.h ssh.c]
     remove unused kerberos code; ok henning@