]> andersk Git - openssh.git/log
openssh.git
18 years ago - djm@cvs.openbsd.org 2005/06/08 03:50:00
djm [Thu, 16 Jun 2005 03:19:06 +0000 (03:19 +0000)] 
   - djm@cvs.openbsd.org 2005/06/08 03:50:00
     [ssh-keygen.1 ssh-keygen.c sshd.8]
     increase default rsa/dsa key length from 1024 to 2048 bits;
     ok markus@ deraadt@

18 years ago - djm@cvs.openbsd.org 2005/06/06 11:20:36
djm [Thu, 16 Jun 2005 03:18:34 +0000 (03:18 +0000)] 
   - djm@cvs.openbsd.org 2005/06/06 11:20:36
     [auth.c auth.h misc.c misc.h ssh.c ssh_config.5 sshconnect.c]
     introduce a generic %foo expansion function. replace existing % expansion
     and add expansion to ControlPath; ok markus@

18 years ago - (djm) OpenBSD CVS Sync
djm [Thu, 16 Jun 2005 03:18:04 +0000 (03:18 +0000)] 
 - (djm) OpenBSD CVS Sync
   - jaredy@cvs.openbsd.org 2005/06/07 13:25:23
     [progressmeter.c]
     catch SIGWINCH and resize progress meter accordingly; ok markus dtucker

18 years agotypo
dtucker [Thu, 9 Jun 2005 13:40:39 +0000 (13:40 +0000)] 
typo

18 years ago - (dtucker) [cipher.c openbsd-compat/Makefile.in
dtucker [Thu, 9 Jun 2005 11:45:10 +0000 (11:45 +0000)] 
 - (dtucker) [cipher.c openbsd-compat/Makefile.in
   openbsd-compat/openbsd-compat.{c,h} openbsd-compat/openssl-compat.h]
   Move compatibility code for supporting older OpenSSL versions to the
   compat layer.  Suggested by and "no objection" djm@

18 years ago - (dtucker) [configure.ac] Continue the hunt for LLONG_MIN and LLONG_MAX:
dtucker [Tue, 7 Jun 2005 07:53:40 +0000 (07:53 +0000)] 
 - (dtucker) [configure.ac] Continue the hunt for LLONG_MIN and LLONG_MAX:
   in today's episode we attempt to coax it from limits.h where it may be
   hiding, failing that we take the DIY approach.  Tested by tim@

19 years ago - (djm) [README README.privsep] Mention FreeBSD and NetBSD as being
djm [Sat, 4 Jun 2005 23:21:41 +0000 (23:21 +0000)] 
 - (djm) [README README.privsep] Mention FreeBSD and NetBSD as being
   supported by privsep. Requested by des AT des.no

19 years ago - (dtucker) [configure.ac] Point configure's reporting address at the
dtucker [Fri, 3 Jun 2005 09:33:10 +0000 (09:33 +0000)] 
 - (dtucker) [configure.ac] Point configure's reporting address at the
   openssh-unix-dev list.  ok tim@ djm@

19 years ago - (dtucker) [configure.ac] Only try gcc -std=gnu99 if LLONG_MAX isn't
dtucker [Fri, 3 Jun 2005 07:58:31 +0000 (07:58 +0000)] 
 - (dtucker) [configure.ac] Only try gcc -std=gnu99 if LLONG_MAX isn't
   defined, and check that it helps before keeping it in CFLAGS.  Some old
   gcc's don't set an error code when encountering an unknown value in -std.
   Found and tested by tim@.

19 years ago - (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h.
tim [Fri, 3 Jun 2005 03:28:29 +0000 (03:28 +0000)] 
 - (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h.
   Take AC_CHECK_HEADERS test out of ultrix section. It caused other platforms
   to skip builtin standard includes tests. (first AC_CHECK_HEADERS test
   must be run on all platforms) Add missing ;; to case statement. OK dtucker@

19 years ago - (tim) [configure.ac] set TEST_SHELL for OpenServer 6
tim [Thu, 2 Jun 2005 03:09:28 +0000 (03:09 +0000)] 
 - (tim) [configure.ac] set TEST_SHELL for OpenServer 6

19 years ago - (tim) [config.guess config.sub] Update to '2005-05-27' version.
tim [Thu, 2 Jun 2005 02:57:45 +0000 (02:57 +0000)] 
 - (tim) [config.guess config.sub] Update to '2005-05-27' version.

19 years ago - djm@cvs.openbsd.org 2005/05/27 08:30:37
dtucker [Wed, 1 Jun 2005 13:08:51 +0000 (13:08 +0000)] 
   - djm@cvs.openbsd.org 2005/05/27 08:30:37
     [ssh.c]
     fix -O for cases where no ControlPath has been specified or socket at
     ControlPath is not contactable; spotted by and ok avsm@

19 years ago - dtucker@cvs.openbsd.org 2005/05/26 09:08:12
dtucker [Wed, 1 Jun 2005 13:02:25 +0000 (13:02 +0000)] 
   - dtucker@cvs.openbsd.org 2005/05/26 09:08:12
     [ssh-keygen.c]
     uint32_t -> u_int32_t for consistency; ok djm@

19 years ago - avsm@cvs.openbsd.org 2005/05/26 02:08:05
dtucker [Wed, 1 Jun 2005 13:01:12 +0000 (13:01 +0000)] 
   - avsm@cvs.openbsd.org 2005/05/26 02:08:05
     [scp.c]
     If copying multiple files to a target file (which normally fails, as it
     must be a target directory), kill the spawned ssh child before exiting.
     This stops it trying to authenticate and spewing lots of output.
     deraadt@ ok

19 years ago - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoll.c]
dtucker [Wed, 1 Jun 2005 11:39:33 +0000 (11:39 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoll.c]
   Add strtoll to the compat library, from OpenBSD.

19 years ago - (dtucker) [configure.ac] Look for _getshort and _getlong in
dtucker [Wed, 1 Jun 2005 08:57:45 +0000 (08:57 +0000)] 
 - (dtucker) [configure.ac] Look for _getshort and _getlong in
   arpa/nameser.h.

19 years ago - (dtucker) [mdoc2man.awk] Teach it to understand .Ox.
dtucker [Tue, 31 May 2005 06:59:16 +0000 (06:59 +0000)] 
 - (dtucker) [mdoc2man.awk] Teach it to understand .Ox.

19 years ago - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at
dtucker [Tue, 31 May 2005 06:51:07 +0000 (06:51 +0000)] 
 - (dtucker) [contrib/aix/pam.conf] Correct comments.  From davidl at
   vintela.com.

19 years ago - (dtucker) [README] Link to new release notes. Beter late than never...
dtucker [Sun, 29 May 2005 23:58:40 +0000 (23:58 +0000)] 
 - (dtucker) [README] Link to new release notes.  Beter late than never...

19 years agotypo in comment
dtucker [Sun, 29 May 2005 07:22:29 +0000 (07:22 +0000)] 
typo in comment

19 years ago - (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
dtucker [Sun, 29 May 2005 00:54:27 +0000 (00:54 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
   spotted by tim@.

19 years ago - (dtucker) [openbsd-compat/port-aix.c] Whitespace cleanups while there.
dtucker [Sun, 29 May 2005 00:32:47 +0000 (00:32 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.c] Whitespace cleanups while there.

19 years ago20050529
dtucker [Sun, 29 May 2005 00:28:48 +0000 (00:28 +0000)] 
20050529
 - (dtucker) [openbsd-compat/port-aix.c] Bug #1046: AIX 5.3 expects the
   argument to passwdexpired to be initialized to NULL.  Suggested by tim@
   While at it, initialize the other arguments to auth functions in case they
   ever acquire this behaviour.

19 years ago - (dtucker) [openbsd-compat/port-aix.h] Use the HAVE_DECL_* definitions as
dtucker [Sat, 28 May 2005 10:28:39 +0000 (10:28 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.h] Use the HAVE_DECL_* definitions as
   per the autoconf man page.  Configure should always define them but it
   doesn't hurt to check.

19 years ago - (dtucker) [configure.ac] Merge HP-UX blocks into a common block with minor
dtucker [Sat, 28 May 2005 08:31:42 +0000 (08:31 +0000)] 
 - (dtucker) [configure.ac] Merge HP-UX blocks into a common block with minor
   version-specific variations as required.

19 years ago - (dtucker) [configure.ac] getpgrp may be defined in unistd.h, so check for
dtucker [Sat, 28 May 2005 06:57:00 +0000 (06:57 +0000)] 
 - (dtucker) [configure.ac] getpgrp may be defined in unistd.h, so check for
   its presence before doing AC_FUNC_GETPGRP.

19 years ago - (dtucker) [configure.ac] strsep() may be defined in string.h, so check
dtucker [Sat, 28 May 2005 06:54:36 +0000 (06:54 +0000)] 
 - (dtucker) [configure.ac] strsep() may be defined in string.h, so check
   for its presence and include it in the strsep check.

19 years agomissing space
dtucker [Sat, 28 May 2005 06:01:18 +0000 (06:01 +0000)] 
missing space

19 years ago - (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have
dtucker [Sat, 28 May 2005 05:58:14 +0000 (05:58 +0000)] 
 - (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have
   one entry per line to make it easier to merge changes.  ok djm@

19 years ago - (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c
dtucker [Fri, 27 May 2005 11:13:40 +0000 (11:13 +0000)] 
 - (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c
   openbsd-compat/bsd-misc.c] Add support for Ultrix.  No, that's not a typo.
   Required changes from Bernhard Simon, integrated by me.  ok djm@

19 years ago - (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by
djm [Fri, 27 May 2005 09:36:56 +0000 (09:36 +0000)] 
 - (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by
   David Leach; ok dtucker@

19 years ago - (djm) [configure.ac openbsd-compat/Makefile.in]
djm [Thu, 26 May 2005 10:48:25 +0000 (10:48 +0000)] 
 - (djm) [configure.ac openbsd-compat/Makefile.in]
         [openbsd-compat/openbsd-compat.h openbsd-compat/strtonum.c]
         Add strtonum(3) from OpenBSD libc, new code needs it.
         Unfortunately Linux forces us to do a bizarre dance with compiler
         options to get LLONG_MIN/MAX; Spotted by and ok dtucker@

19 years ago - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide
dtucker [Thu, 26 May 2005 10:12:15 +0000 (10:12 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide
   templates for _getshort and _getlong if missing to prevent compiler warnings
   on Linux.

19 years ago - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux:
dtucker [Thu, 26 May 2005 09:59:48 +0000 (09:59 +0000)] 
 - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux:
  warning: dereferencing type-punned pointer will break strict-aliasing rules
  warning: passing arg 3 of `pam_get_item' from incompatible pointer type
  The type-punned pointer fix is based on a patch from SuSE's rpm.  ok djm@

19 years ago - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
dtucker [Thu, 26 May 2005 03:43:57 +0000 (03:43 +0000)] 
 - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
   Cygwin.

19 years ago - avsm@cvs.openbsd.org 2005/05/24 17:32:44
djm [Thu, 26 May 2005 02:23:44 +0000 (02:23 +0000)] 
   - avsm@cvs.openbsd.org 2005/05/24 17:32:44
     [atomicio.c atomicio.h authfd.c monitor_wrap.c msg.c scp.c sftp-client.c]
     [ssh-keyscan.c sshconnect.c]
     Switch atomicio to use a simpler interface; it now returns a size_t
     (containing number of bytes read/written), and indicates error by
     returning 0.  EOF is signalled by errno==EPIPE.
     Typical use now becomes:

     if (atomicio(read, ..., len) != len)
             err(1,"read");

     ok deraadt@, cloder@, djm@

19 years ago - avsm@cvs.openbsd.org 2005/05/24 02:05:09
djm [Thu, 26 May 2005 02:19:39 +0000 (02:19 +0000)] 
   - avsm@cvs.openbsd.org 2005/05/24 02:05:09
     [ssh-keygen.c]
     some style nits from dmiller@, and use a fatal() instead of a printf()/exit

19 years ago - djm@cvs.openbsd.org 2005/05/23 23:32:46
djm [Thu, 26 May 2005 02:19:17 +0000 (02:19 +0000)] 
   - djm@cvs.openbsd.org 2005/05/23 23:32:46
     [cipher.c myproposal.h ssh.1 ssh_config.5 sshd_config.5]
     add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;
     ok markus@

19 years ago - avsm@cvs.openbsd.org 2005/05/23 22:44:01
djm [Thu, 26 May 2005 02:16:18 +0000 (02:16 +0000)] 
   - avsm@cvs.openbsd.org 2005/05/23 22:44:01
     [moduli.c ssh-keygen.c]
     - removes signed/unsigned comparisons in moduli generation
     - use strtonum instead of atoi where its easier
     - check some strlcpy overflow and fatal instead of truncate

19 years ago - jmc@cvs.openbsd.org 2005/05/20 11:23:32
djm [Thu, 26 May 2005 02:14:32 +0000 (02:14 +0000)] 
   - jmc@cvs.openbsd.org 2005/05/20 11:23:32
     [ssh_config.5]
     oops - article and spacing;

19 years ago - djm@cvs.openbsd.org 2005/05/20 10:50:55
djm [Thu, 26 May 2005 02:13:56 +0000 (02:13 +0000)] 
   - djm@cvs.openbsd.org 2005/05/20 10:50:55
     [ssh_config.5]
     give a ProxyCommand example using nc(1), with and ok jmc@

19 years ago - djm@cvs.openbsd.org 2005/05/19 02:42:26
djm [Thu, 26 May 2005 02:13:42 +0000 (02:13 +0000)] 
   - djm@cvs.openbsd.org 2005/05/19 02:42:26
     [includes.h]
     fix cast, from grunk AT pestilenz.org

19 years ago - djm@cvs.openbsd.org 2005/05/19 02:40:52
djm [Thu, 26 May 2005 02:12:37 +0000 (02:12 +0000)] 
   - djm@cvs.openbsd.org 2005/05/19 02:40:52
     [sshd_config]
     whitespace nit, from grunk AT pestilenz.org

19 years ago - djm@cvs.openbsd.org 2005/05/19 02:39:55
djm [Thu, 26 May 2005 02:12:19 +0000 (02:12 +0000)] 
   - djm@cvs.openbsd.org 2005/05/19 02:39:55
     [sshd_config.5]
     sort config options, from grunk AT pestilenz.org; ok jmc@

19 years ago - markus@cvs.openbsd.org 2005/05/16 15:30:51
djm [Thu, 26 May 2005 02:11:56 +0000 (02:11 +0000)] 
   - markus@cvs.openbsd.org 2005/05/16 15:30:51
     [readconf.c servconf.c]
     check return value from strdelim() for NULL (AddressFamily); mpech

19 years ago - djm@cvs.openbsd.org 2005/05/10 10:30:43
djm [Thu, 26 May 2005 02:11:28 +0000 (02:11 +0000)] 
   - djm@cvs.openbsd.org 2005/05/10 10:30:43
     [ssh.c]
     report real errors on fallback from ControlMaster=no to normal connect

19 years ago - djm@cvs.openbsd.org 2005/05/10 10:28:11
djm [Thu, 26 May 2005 02:09:32 +0000 (02:09 +0000)] 
   - djm@cvs.openbsd.org 2005/05/10 10:28:11
     [ssh.c]
     print nice error message for EADDRINUSE as well (ID sync only)

19 years ago - markus@cvs.openbsd.org 2005/05/02 21:13:22
djm [Thu, 26 May 2005 02:07:47 +0000 (02:07 +0000)] 
   - markus@cvs.openbsd.org 2005/05/02 21:13:22
     [readpass.c]
     missing {}

19 years ago - moritz@cvs.openbsd.org 2005/04/28 10:17:56
djm [Thu, 26 May 2005 02:07:32 +0000 (02:07 +0000)] 
   - moritz@cvs.openbsd.org 2005/04/28 10:17:56
     [progressmeter.c ssh-keyscan.c]
     add snprintf checks. ok djm@ markus@

19 years ago - jakob@cvs.openbsd.org 2005/04/26 13:08:37
djm [Thu, 26 May 2005 02:07:13 +0000 (02:07 +0000)] 
   - jakob@cvs.openbsd.org 2005/04/26 13:08:37
     [ssh.c ssh_config.5]
     fallback gracefully if client cannot connect to ControlPath. ok djm@

19 years ago - jmc@cvs.openbsd.org 2005/04/26 12:59:02
djm [Thu, 26 May 2005 02:05:49 +0000 (02:05 +0000)] 
   - jmc@cvs.openbsd.org 2005/04/26 12:59:02
     [sftp-client.h]
     spelling correction in comment from wiz@netbsd;

19 years ago - dtucker@cvs.openbsd.org 2005/04/23 23:43:47
djm [Thu, 26 May 2005 02:05:28 +0000 (02:05 +0000)] 
   - dtucker@cvs.openbsd.org 2005/04/23 23:43:47
     [readpass.c]
     Add debug message if read_passphrase can't open /dev/tty; bz #471;
     ok djm@

19 years ago - djm@cvs.openbsd.org 2005/04/21 11:47:19
djm [Thu, 26 May 2005 02:05:05 +0000 (02:05 +0000)] 
   - djm@cvs.openbsd.org 2005/04/21 11:47:19
     [ssh.c]
     don't allocate a pty when -n flag (/dev/null stdin) is set, patch from
     ignasi.roca AT fujitsu-siemens.com (bz #829); ok dtucker@

19 years ago - djm@cvs.openbsd.org 2005/04/21 06:17:50
djm [Thu, 26 May 2005 02:04:02 +0000 (02:04 +0000)] 
   - djm@cvs.openbsd.org 2005/04/21 06:17:50
     [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 ssh_config.5 sshd.8]
     [sshd_config.5] OpenSSH doesn't ever look at the $HOME environment
     variable, so don't say that we do (bz #623); ok deraadt@

19 years ago - jakob@cvs.openbsd.org 2005/04/20 10:05:45
djm [Thu, 26 May 2005 02:03:31 +0000 (02:03 +0000)] 
   - jakob@cvs.openbsd.org 2005/04/20 10:05:45
     [dns.c]
     do not try to look up SSHFP for numerical hostname. ok djm@

19 years ago - jmc@cvs.openbsd.org 2005/04/14 12:30:30
djm [Thu, 26 May 2005 02:03:15 +0000 (02:03 +0000)] 
   - jmc@cvs.openbsd.org 2005/04/14 12:30:30
     [ssh.1]
     arg to -b is an address, not if_name;
     ok markus@

19 years ago - djm@cvs.openbsd.org 2005/04/09 04:32:54
djm [Thu, 26 May 2005 02:02:14 +0000 (02:02 +0000)] 
   - djm@cvs.openbsd.org 2005/04/09 04:32:54
     [misc.c misc.h tildexpand.c Makefile.in]
     replace tilde_expand_filename with a simpler implementation, ahead of
     more whacking; ok deraadt@

19 years ago - dtucker@cvs.openbsd.org 2005/04/06 12:26:06
djm [Thu, 26 May 2005 02:01:22 +0000 (02:01 +0000)] 
   - dtucker@cvs.openbsd.org 2005/04/06 12:26:06
     [ssh.c]
     Fix debug call for port forwards; patch from pete at seebeyond.com,
     ok djm@ (ID sync only - change already in portable)

19 years ago - djm@cvs.openbsd.org 2005/04/06 09:43:59
djm [Thu, 26 May 2005 01:59:32 +0000 (01:59 +0000)] 
   - djm@cvs.openbsd.org 2005/04/06 09:43:59
     [sshd.c]
     avoid harmless logspam by not performing setsockopt() on non-socket;
     ok markus@

19 years ago - (djm) OpenBSD CVS Sync
djm [Thu, 26 May 2005 01:59:06 +0000 (01:59 +0000)] 
 - (djm) OpenBSD CVS Sync
   - otto@cvs.openbsd.org 2005/04/05 13:45:31
     [ssh-keygen.c]

19 years agotypo
djm [Thu, 26 May 2005 01:47:54 +0000 (01:47 +0000)] 
typo

19 years ago - (djm) [mpaux.c mpaux.h Makefile.in] Remove old mpaux.[ch] code, it has not
djm [Thu, 26 May 2005 01:35:37 +0000 (01:35 +0000)] 
 - (djm) [mpaux.c mpaux.h Makefile.in] Remove old mpaux.[ch] code, it has not
   been used for a while

19 years agotiny KNF nit
djm [Thu, 26 May 2005 01:34:51 +0000 (01:34 +0000)] 
tiny KNF nit

19 years ago - Release 4.1p1
djm [Thu, 26 May 2005 01:34:36 +0000 (01:34 +0000)] 
 - Release 4.1p1

19 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Ensure sufficient memory
dtucker [Wed, 25 May 2005 09:42:10 +0000 (09:42 +0000)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Ensure sufficient memory
   allocation when retrieving core Windows environment.  Add CYGWIN variable
   to propagated variables.  Patch from vinschen at redhat.com, ok djm@

19 years ago - (dtucker) [auth-pam.c] Since people don't seem to be getting the message
dtucker [Wed, 25 May 2005 06:18:09 +0000 (06:18 +0000)] 
 - (dtucker) [auth-pam.c] Since people don't seem to be getting the message
   that USE_POSIX_THREADS is unsupported, not recommended and generally a bad
   idea, it is now known as UNSUPPORTED_POSIX_THREADS_HACK.  Attempting to use
   USE_POSIX_THREADS will now generate an error so we don't silently change
   behaviour.  ok djm@

19 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
djm [Wed, 25 May 2005 04:43:47 +0000 (04:43 +0000)] 
 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
         [contrib/suse/openssh.spec] Update spec file versions to 4.1p1

19 years agorestore portable-specific tweak
djm [Tue, 24 May 2005 06:42:00 +0000 (06:42 +0000)] 
restore portable-specific tweak

19 years agonicer fix from millert@
djm [Tue, 24 May 2005 06:39:03 +0000 (06:39 +0000)] 
nicer fix from millert@

19 years ago - (djm) [openbsd-compat/readpassphrase.c] bz #950: Retry tcsetattr to ensure
djm [Tue, 24 May 2005 05:54:27 +0000 (05:54 +0000)] 
 - (djm) [openbsd-compat/readpassphrase.c] bz #950: Retry tcsetattr to ensure
   terminal modes are reset correctly. Fix from peak AT argo.troja.mff.cuni.cz;
   "looks ok" dtucker@

19 years ago20050512
tim [Thu, 12 May 2005 17:32:19 +0000 (17:32 +0000)] 
20050512
 - (tim) [buildpkg.sh.in] missing ${PKG_INSTALL_ROOT} in init script
   hard link section. Bug 1038.

19 years ago - (dtucker) [contrib/cygwin/ssh-host-config] Add a test and warning for a
dtucker [Mon, 9 May 2005 13:48:17 +0000 (13:48 +0000)] 
 - (dtucker) [contrib/cygwin/ssh-host-config] Add a test and warning for a
   user-mode mounts in Cygwin installation.  Patch from vinschen at redhat.com.

19 years ago - (djm) [ssh.c] some systems return EADDRINUSE on a bind to an already-used
djm [Wed, 4 May 2005 05:33:09 +0000 (05:33 +0000)] 
 - (djm) [ssh.c] some systems return EADDRINUSE on a bind to an already-used
   unix domain socket, so catch that too; from jakob@ ok dtucker@

19 years ago - (dtucker) [canohost.c] normalise socket addresses returned by
dtucker [Tue, 3 May 2005 09:05:32 +0000 (09:05 +0000)] 
 - (dtucker) [canohost.c] normalise socket addresses returned by
   get_remote_hostname().  This means that IPv4 addresses in log messages
   on IPv6 enabled machines will no longer be prefixed by "::ffff:" and
   AllowUsers, DenyUsers, AllowGroups, DenyGroups will match IPv4-style
   addresses only for 4-in-6 mapped connections, regardless of whether
   or not the machine is IPv6 enabled.  ok djm@

19 years agotypo
dtucker [Mon, 25 Apr 2005 07:03:29 +0000 (07:03 +0000)] 
typo

19 years ago - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so running
dtucker [Mon, 25 Apr 2005 07:01:26 +0000 (07:01 +0000)] 
 - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so running
   "make tests" works even if you'r building on a filesystem that doesn't
   support sockets.  From deengert at anl.gov, ok djm@

19 years ago - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh
dtucker [Mon, 25 Apr 2005 04:49:48 +0000 (04:49 +0000)] 
 - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh
   will clean up anyway.  From tim@

19 years ago - (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for the
dtucker [Mon, 25 Apr 2005 04:48:22 +0000 (04:48 +0000)] 
 - (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for the
   existence of a process since it's more portable.  Found by jbasney at
   ncsa.uiuc.edu; ok tim@

19 years ago - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or
dtucker [Sun, 24 Apr 2005 07:52:22 +0000 (07:52 +0000)] 
 - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or
   1.2.1.2 or higher.  With tim@, ok djm@

19 years ago - (tim) [config.guess] Add support for OpenServer 6.
tim [Sun, 24 Apr 2005 01:17:29 +0000 (01:17 +0000)] 
 - (tim) [config.guess] Add support for OpenServer 6.

19 years ago - (dtucker) [session.c] Bug #1024: Don't check pam_session_is_open if
dtucker [Thu, 21 Apr 2005 09:50:55 +0000 (09:50 +0000)] 
 - (dtucker) [session.c] Bug #1024: Don't check pam_session_is_open if
   UseLogin is set as PAM is not used to establish credentials in that
   case.  Found by Michael Selvesteen, ok djm@

19 years ago - (dtucker) [INSTALL] Fix s/key text too.
dtucker [Tue, 19 Apr 2005 05:40:51 +0000 (05:40 +0000)] 
 - (dtucker) [INSTALL] Fix s/key text too.

19 years ago - (dtucker) [INSTALL] Put the s/key text and URL back together.
dtucker [Tue, 19 Apr 2005 05:31:49 +0000 (05:31 +0000)] 
 - (dtucker) [INSTALL] Put the s/key text and URL back together.

19 years ago - (dtucker) [INSTALL] Reference README.privsep for the privilege separation
dtucker [Tue, 19 Apr 2005 02:21:21 +0000 (02:21 +0000)] 
 - (dtucker) [INSTALL] Reference README.privsep for the privilege separation
   requirements.  Pointed out by Bengt Svensson.

19 years ago - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
tim [Tue, 12 Apr 2005 02:00:18 +0000 (02:00 +0000)] 
 - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME

19 years ago - (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of
dtucker [Tue, 5 Apr 2005 11:00:47 +0000 (11:00 +0000)] 
 - (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of
   sys_auth_passwd, pointed out by cmadams at hiwaay.net.

19 years ago - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on
dtucker [Tue, 5 Apr 2005 10:58:37 +0000 (10:58 +0000)] 
 - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on
   Tru64.  Patch from cmadams at hiwaay.net.

19 years ago - (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it. ok djm@
dtucker [Tue, 5 Apr 2005 09:22:45 +0000 (09:22 +0000)] 
 - (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it.  ok djm@

19 years ago - (dtucker) [monitor.c] Don't free buffers in audit functions, monitor_read
dtucker [Sun, 3 Apr 2005 02:44:23 +0000 (02:44 +0000)] 
 - (dtucker) [monitor.c] Don't free buffers in audit functions, monitor_read
   will free as needed.  ok tim@ djm@

19 years ago - djm@cvs.openbsd.org 2005/04/02 12:41:16
djm [Sun, 3 Apr 2005 00:16:39 +0000 (00:16 +0000)] 
   - djm@cvs.openbsd.org 2005/04/02 12:41:16
     [scp.c]
     since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror
     build

19 years ago - deraadt@cvs.openbsd.org 2005/03/31 18:39:21
djm [Sun, 3 Apr 2005 00:16:11 +0000 (00:16 +0000)] 
   - deraadt@cvs.openbsd.org 2005/03/31 18:39:21
     [scp.c]
     copy argv[] element instead of smashing the one that ps will see; ok otto

19 years ago - (dtucker) [monitor.c] Remaining part of fix for bug #1006.
dtucker [Thu, 31 Mar 2005 13:52:04 +0000 (13:52 +0000)] 
 - (dtucker) [monitor.c] Remaining part of fix for bug #1006.

19 years ago - (dtucker) [ssh.c] Prevent null pointer deref in port forwarding debug
dtucker [Thu, 31 Mar 2005 11:51:54 +0000 (11:51 +0000)] 
 - (dtucker) [ssh.c] Prevent null pointer deref in port forwarding debug
   message on some platforms.  Patch from pete at seebeyond.com via djm.

19 years ago - (dtucker) [auth.h sshd.c openbsd-compat/port-aix.c] Bug #1006: fix bug in
dtucker [Thu, 31 Mar 2005 11:39:25 +0000 (11:39 +0000)] 
 - (dtucker) [auth.h sshd.c openbsd-compat/port-aix.c] Bug #1006: fix bug in
   handling of password expiry messages returned by AIX's authentication
   routines, originally reported by robvdwal at sara.nl.

19 years ago - jmc@cvs.openbsd.org 2005/03/18 17:05:00
dtucker [Thu, 31 Mar 2005 11:33:50 +0000 (11:33 +0000)] 
   - jmc@cvs.openbsd.org 2005/03/18 17:05:00
     [sshd_config.5]
     typo;

19 years ago - markus@cvs.openbsd.org 2005/03/16 21:17:39
dtucker [Thu, 31 Mar 2005 11:31:54 +0000 (11:31 +0000)] 
   - markus@cvs.openbsd.org 2005/03/16 21:17:39
     [version.h]
     4.1

19 years ago - jmc@cvs.openbsd.org 2005/03/16 11:10:38
dtucker [Thu, 31 Mar 2005 11:31:10 +0000 (11:31 +0000)] 
   - jmc@cvs.openbsd.org 2005/03/16 11:10:38
     [ssh_config.5]
     get the syntax right for {Local,Remote}Forward;
     based on a diff from markus;
     problem report from ponraj;
     ok dtucker@ markus@ deraadt@

19 years ago - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're
dtucker [Tue, 29 Mar 2005 13:24:12 +0000 (13:24 +0000)] 
 - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're
   interested in which is much faster in large (eg LDAP or NIS) environments.
   Patch from dleonard at vintela.com.

19 years ago - (dtucker) [configure.ac openbsd-compat/port-aix.h] Prevent redefinitions
dtucker [Mon, 21 Mar 2005 11:46:34 +0000 (11:46 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/port-aix.h] Prevent redefinitions
   of setauthdb on AIX 5.3, reported by anders.liljegren at its.uu.se.

This page took 0.089134 seconds and 4 git commands to generate.