]> andersk Git - openssh.git/log
openssh.git
14 years ago - (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere V_5_3
djm [Sat, 26 Sep 2009 04:53:59 +0000 (04:53 +0000)] 
 - (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere

14 years ago - (djm) [README] update relnotes URL
djm [Sat, 26 Sep 2009 04:11:47 +0000 (04:11 +0000)] 
 - (djm) [README] update relnotes URL

14 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
djm [Sat, 26 Sep 2009 04:09:33 +0000 (04:09 +0000)] 
 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
         [contrib/suse/openssh.spec] Update for release

14 years ago - (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS X
dtucker [Fri, 11 Sep 2009 04:56:08 +0000 (04:56 +0000)] 
 - (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS X
   10.6 (which doesn't have BIND8_COMPAT and thus uses res_9_query).  Patch
   from jbasney at ncsa uiuc edu.

14 years ago - (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
djm [Wed, 9 Sep 2009 01:07:28 +0000 (01:07 +0000)] 
 - (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
   (-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@

14 years ago - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
dtucker [Tue, 1 Sep 2009 08:26:00 +0000 (08:26 +0000)] 
 - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
   krb5-config if it's not in the location specified by --with-kerberos5.
   Patch from jchadima at redhat.

14 years ago - (dtucker) [README.platform] Add text about development packages, based on
dtucker [Fri, 28 Aug 2009 23:14:48 +0000 (23:14 +0000)] 
 - (dtucker) [README.platform] Add text about development packages, based on
   text from Chris Pepper in bug #1631.

14 years ago - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
dtucker [Fri, 28 Aug 2009 05:01:20 +0000 (05:01 +0000)] 
 - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.

14 years ago - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
dtucker [Fri, 28 Aug 2009 01:21:06 +0000 (01:21 +0000)] 
 - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
   size a compile-time option and set it to 64k on Cygwin, since Corinna
   reports that it makes a significant difference to performance.  ok djm@

14 years ago - (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
dtucker [Fri, 28 Aug 2009 01:02:37 +0000 (01:02 +0000)] 
 - (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
    the pty master on Solaris, since it never succeeds and can hang if large
    amounts of data is sent to the slave (eg a copy-paste).  Based on a patch
    originally from Doke Scott, ok djm@

14 years ago - (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
djm [Fri, 28 Aug 2009 00:47:38 +0000 (00:47 +0000)] 
 - (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
   in argv, so pass them in the environment; ok dtucker@

14 years ago- (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
djm [Fri, 28 Aug 2009 00:43:13 +0000 (00:43 +0000)] 
- (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
  attempting atomic rename(); ok dtucker@

14 years ago - (djm) [sshd_config.5] downgrade mention of login.conf to be an example
djm [Fri, 28 Aug 2009 00:40:30 +0000 (00:40 +0000)] 
 - (djm) [sshd_config.5] downgrade mention of login.conf to be an example
   and mention PAM as another provider for ChallengeResponseAuthentication;
   bz#1408; ok dtucker@

14 years agodowngrade mention of login.conf to be an example and mention PAM as
djm [Fri, 28 Aug 2009 00:27:08 +0000 (00:27 +0000)] 
downgrade mention of login.conf to be an example and mention PAM as
another provider for ChallengeResponseAuthentication; bz#1408; ok dtucker@

14 years ago - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
dtucker [Fri, 28 Aug 2009 00:16:44 +0000 (00:16 +0000)] 
 - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
   causes problems in some Tru64 configurations.

14 years ago - (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
dtucker [Thu, 20 Aug 2009 06:20:50 +0000 (06:20 +0000)] 
 - (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
   the setpcred call on AIX to immediately before the permanently_set_uid().
   Ensures that we still have privileges when we call chroot and
   pam_open_sesson.  Based on a patch from David Leonard.

14 years ago - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
dtucker [Thu, 20 Aug 2009 06:16:01 +0000 (06:16 +0000)] 
 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
   using it since the type conflicts can cause problems on FreeBSD.  Patch
   from Jonathan Chen.

14 years ago - (dtucker) [sshlogin.c openbsd-compat/port-aix.{c,h}] Bug #1595: make
dtucker [Sun, 16 Aug 2009 23:40:00 +0000 (23:40 +0000)] 
 - (dtucker) [sshlogin.c openbsd-compat/port-aix.{c,h}] Bug #1595: make
   PrintLastLog work on AIX.  Based in part on a patch from Miguel Sanders.

14 years ago - (dtucker) [configure.ac] Check for headers before libraries for openssl an
dtucker [Sun, 16 Aug 2009 23:35:22 +0000 (23:35 +0000)] 
 - (dtucker) [configure.ac] Check for headers before libraries for openssl an
   zlib, which should make the errors slightly more meaningful on platforms
   where there's separate "-devel" packages for those.

14 years ago - (tim) [contrib/cygwin/ssh-user-config] Change script to call correct error
tim [Wed, 29 Jul 2009 14:21:13 +0000 (14:21 +0000)] 
 - (tim) [contrib/cygwin/ssh-user-config] Change script to call correct error
   function. Patch from Corinna Vinschen.

14 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
dtucker [Mon, 13 Jul 2009 01:38:23 +0000 (01:38 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
   fits into 16 bits to work around a bug in glibc's resolver where it masks
   off the buffer size at 16 bits.  Patch from Hauke Lampe, ok djm jakob.

14 years agoadd credit for bug #1534 patch
dtucker [Sun, 12 Jul 2009 12:12:28 +0000 (12:12 +0000)] 
add credit for bug #1534 patch

14 years ago - (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials on
dtucker [Sun, 12 Jul 2009 12:07:21 +0000 (12:07 +0000)] 
 - (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials on
   logout to after the session close.  Patch from Anicka Bernathova, ok djm.

14 years ago - (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. Patch
dtucker [Sun, 12 Jul 2009 11:58:42 +0000 (11:58 +0000)] 
 - (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. Patch
   from Corinna Vinschen.

14 years ago - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test,
dtucker [Sun, 12 Jul 2009 11:56:29 +0000 (11:56 +0000)] 
 - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test,
   prevents configure complaining on older BSDs.

14 years ago - (dtucker) [contrib/cygwin/ssh-host-config] better support for automated
dtucker [Tue, 7 Jul 2009 11:19:11 +0000 (11:19 +0000)] 
 - (dtucker) [contrib/cygwin/ssh-host-config] better support for automated
   scripts and fix usage of eval.  Patch from Corinna Vinschen.

14 years ago - stevesk@cvs.openbsd.org 2009/07/05 19:28:33
dtucker [Sun, 5 Jul 2009 21:17:35 +0000 (21:17 +0000)] 
   - stevesk@cvs.openbsd.org 2009/07/05 19:28:33
     [clientloop.c]
     only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@
     ok deraadt@ markus@

14 years ago - dtucker@cvs.openbsd.org 2009/07/02 02:11:47
dtucker [Sun, 5 Jul 2009 21:16:56 +0000 (21:16 +0000)] 
   - dtucker@cvs.openbsd.org 2009/07/02 02:11:47
     [ssh.c]
     allow for long home dir paths (bz #1615).  ok deraadt
     (based in part on a patch from jchadima at redhat)

14 years ago - markus@cvs.openbsd.org 2009/06/30 14:54:40
dtucker [Sun, 5 Jul 2009 21:13:04 +0000 (21:13 +0000)] 
   - markus@cvs.openbsd.org 2009/06/30 14:54:40
     [version.h]
     crank version; ok deraadt

14 years ago - andreas@cvs.openbsd.org 2009/06/27 09:35:06
dtucker [Sun, 5 Jul 2009 21:12:27 +0000 (21:12 +0000)] 
   - andreas@cvs.openbsd.org 2009/06/27 09:35:06
     [readconf.h readconf.c]
     Add client option UseRoaming. It doesn't do anything yet but will
     control whether the client tries to use roaming if enabled on the
     server. From Martin Forssen.
     ok markus@

14 years ago - andreas@cvs.openbsd.org 2009/06/27 09:32:43
dtucker [Sun, 5 Jul 2009 21:11:52 +0000 (21:11 +0000)] 
   - andreas@cvs.openbsd.org 2009/06/27 09:32:43
     [roaming_common.c roaming.h]
     It may be necessary to retransmit some data when resuming, so add it
     to a buffer when roaming is enabled.
     Most of this code was written by Martin Forssen, maf at appgate dot com.
     ok markus@

14 years ago - andreas@cvs.openbsd.org 2009/06/27 09:29:06
dtucker [Sun, 5 Jul 2009 21:11:13 +0000 (21:11 +0000)] 
   - andreas@cvs.openbsd.org 2009/06/27 09:29:06
     [packet.h packet.c]
     packet_bacup_state() and packet_restore_state() will be used to
     temporarily save the current state ren resuming a suspended connection.
     ok markus@

14 years ago - dtucker@cvs.openbsd.org 2009/06/22 05:39:28
dtucker [Mon, 22 Jun 2009 06:11:06 +0000 (06:11 +0000)] 
   - dtucker@cvs.openbsd.org 2009/06/22 05:39:28
     [monitor_wrap.c monitor_mm.c ssh-keygen.c auth2.c gss-genr.c sftp-client.c]
     alphabetize includes; reduces diff vs portable and style(9).
     ok stevesk djm
     (Id sync only; these were already in order in -portable)

14 years ago - (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include <inttypes.h> in
dtucker [Sun, 21 Jun 2009 12:22:08 +0000 (12:22 +0000)] 
 - (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include <inttypes.h> in
   ifdef.

14 years ago - (dtucker) [servconf.c sshd.c] More whitespace sync.
dtucker [Sun, 21 Jun 2009 10:26:17 +0000 (10:26 +0000)] 
 - (dtucker) [servconf.c sshd.c] More whitespace sync.

14 years ago - (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
dtucker [Sun, 21 Jun 2009 09:50:08 +0000 (09:50 +0000)] 
 - (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
   header-order changes to reduce diff vs OpenBSD.

14 years ago - dtucker@cvs.openbsd.org 2009/06/21 09:04:03
dtucker [Sun, 21 Jun 2009 09:08:48 +0000 (09:08 +0000)] 
   - dtucker@cvs.openbsd.org 2009/06/21 09:04:03
     [roaming.h roaming_common.c roaming_dummy.c]
     Add  tags for the benefit of the sync scripts
     Also: pull in the changes for 1.1->1.2 missed in the previous sync.

14 years ago - dtucker@cvs.openbsd.org 2009/06/21 07:37:15
dtucker [Sun, 21 Jun 2009 09:00:20 +0000 (09:00 +0000)] 
   - dtucker@cvs.openbsd.org 2009/06/21 07:37:15
     [kexdhs.c kexgexs.c]
     abort if key_sign fails, preventing possible null deref.  Based on report
     from Paolo Ganci, ok markus@ djm@

14 years ago - andreas@cvs.openbsd.org 2009/06/12 20:58:32
dtucker [Sun, 21 Jun 2009 08:59:36 +0000 (08:59 +0000)] 
   - andreas@cvs.openbsd.org 2009/06/12 20:58:32
     [packet.c]
     Move some more statics into session_state
     ok markus@ djm@

14 years ago - andreas@cvs.openbsd.org 2009/06/12 20:43:22
dtucker [Sun, 21 Jun 2009 08:58:46 +0000 (08:58 +0000)] 
   - andreas@cvs.openbsd.org 2009/06/12 20:43:22
     [monitor.c packet.c]
     Fix warnings found by chl@ and djm@ and change roaming_atomicio's
     return type to match atomicio's
     Diff from djm@, ok markus@

14 years ago - andreas@cvs.openbsd.org 2009/05/28 16:50:16
dtucker [Sun, 21 Jun 2009 08:53:53 +0000 (08:53 +0000)] 
   - andreas@cvs.openbsd.org 2009/05/28 16:50:16
     [sshd.c packet.c serverloop.c monitor_wrap.c clientloop.c sshconnect.c
     monitor.c Added roaming.h roaming_common.c roaming_dummy.c]
     Keep track of number of bytes read and written. Needed for upcoming
     changes. Most code from Martin Forssen, maf at appgate dot com.
     ok markus@
     Also, applied appropriate changes to Makefile.in

14 years ago - andreas@cvs.openbsd.org 2009/05/28 16:50:16
dtucker [Sun, 21 Jun 2009 08:17:19 +0000 (08:17 +0000)] 
   - andreas@cvs.openbsd.org 2009/05/28 16:50:16
     [sshd.c packet.c serverloop.c monitor_wrap.c clientloop.c sshconnect.c
     monitor.c]
     Keep track of number of bytes read and written. Needed for upcoming
     changes. Most code from Martin Forssen, maf at appgate dot com.
     ok markus@

14 years ago - andreas@cvs.openbsd.org 2009/05/27 06:38:16
dtucker [Sun, 21 Jun 2009 08:16:26 +0000 (08:16 +0000)] 
   - andreas@cvs.openbsd.org 2009/05/27 06:38:16
     [sshconnect.h sshconnect.c]
     Un-static ssh_exchange_identification(), part of a larger change from
     Martin Forssen and needed for upcoming changes.
     ok markus@

14 years ago - andreas@cvs.openbsd.org 2009/05/27 06:36:07
dtucker [Sun, 21 Jun 2009 08:15:25 +0000 (08:15 +0000)] 
   - andreas@cvs.openbsd.org 2009/05/27 06:36:07
     [packet.h packet.c]
     Add packet_put_int64() and packet_get_int64(), part of a larger change
     from Martin Forssen.

14 years ago - andreas@cvs.openbsd.org 2009/05/27 06:34:36
dtucker [Sun, 21 Jun 2009 08:14:48 +0000 (08:14 +0000)] 
   - andreas@cvs.openbsd.org 2009/05/27 06:34:36
     [kex.c kex.h]
     Move the KEX_COOKIE_LEN define to kex.h
     ok markus@

14 years ago - andreas@cvs.openbsd.org 2009/05/27 06:33:39
dtucker [Sun, 21 Jun 2009 08:13:57 +0000 (08:13 +0000)] 
   - andreas@cvs.openbsd.org 2009/05/27 06:33:39
     [clientloop.c]
     Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger
     change from Martin Forssen, maf at appgate dot com.
     ok markus@

14 years ago - andreas@cvs.openbsd.org 2009/05/27 06:31:25
dtucker [Sun, 21 Jun 2009 08:12:20 +0000 (08:12 +0000)] 
   - andreas@cvs.openbsd.org 2009/05/27 06:31:25
     [canohost.h canohost.c]
     Add clear_cached_addr(), needed for upcoming changes allowing the peer
     address to change.
     ok markus@

14 years ago - stevesk@cvs.openbsd.org 2009/04/21 15:13:17
dtucker [Sun, 21 Jun 2009 07:56:51 +0000 (07:56 +0000)] 
   - stevesk@cvs.openbsd.org 2009/04/21 15:13:17
     [sshd_config.5]
     clarify we cd to user's home after chroot; ok markus@ on
     earlier version; tweaks and ok jmc@

14 years ago - jmc@cvs.openbsd.org 2009/04/18 18:39:10
dtucker [Sun, 21 Jun 2009 07:56:25 +0000 (07:56 +0000)] 
   - jmc@cvs.openbsd.org 2009/04/18 18:39:10
     [sshd_config.5]
     tweak previous; ok stevesk

14 years ago - stevesk@cvs.openbsd.org 2009/04/17 19:40:17
dtucker [Sun, 21 Jun 2009 07:56:00 +0000 (07:56 +0000)] 
   - stevesk@cvs.openbsd.org 2009/04/17 19:40:17
     [sshd_config.5]
     clarify that even internal-sftp needs /dev/log for logging to work; ok
     markus@

14 years ago - stevesk@cvs.openbsd.org 2009/04/17 19:23:06
dtucker [Sun, 21 Jun 2009 07:55:23 +0000 (07:55 +0000)] 
   - stevesk@cvs.openbsd.org 2009/04/17 19:23:06
     [session.c]
     use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
     ok djm@ markus@

14 years ago - jj@cvs.openbsd.org 2009/04/14 21:10:54
dtucker [Sun, 21 Jun 2009 07:54:47 +0000 (07:54 +0000)] 
   - jj@cvs.openbsd.org 2009/04/14 21:10:54
     [servconf.c]
     Fixed a few the-the misspellings in comments. Skipped a bunch in
     binutils,gcc and so on. ok jmc@

14 years ago - stevesk@cvs.openbsd.org 2009/04/14 16:33:42
dtucker [Sun, 21 Jun 2009 07:53:48 +0000 (07:53 +0000)] 
   - stevesk@cvs.openbsd.org 2009/04/14 16:33:42
     [sftp-server.c]
     remove unused option character from getopt() optstring; ok markus@

14 years ago - stevesk@cvs.openbsd.org 2009/04/13 19:07:44
dtucker [Sun, 21 Jun 2009 07:53:04 +0000 (07:53 +0000)] 
   - stevesk@cvs.openbsd.org 2009/04/13 19:07:44
     [sshd_config.5]
     fix possessive; ok djm@

14 years ago - sobrado@cvs.openbsd.org 2009/03/26 08:38:39
dtucker [Sun, 21 Jun 2009 07:52:27 +0000 (07:52 +0000)] 
   - sobrado@cvs.openbsd.org 2009/03/26 08:38:39
     [sftp-server.8 sshd.8 ssh-agent.1]
     fix a few typographical errors found by spell(1).
     ok dtucker@, jmc@

14 years ago - tobias@cvs.openbsd.org 2009/03/23 19:38:04
dtucker [Sun, 21 Jun 2009 07:50:15 +0000 (07:50 +0000)] 
   - tobias@cvs.openbsd.org 2009/03/23 19:38:04
     [ssh-agent.c]
     My previous commit didn't fix the problem at all, so stick at my first
     version of the fix presented to dtucker.
     Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).
     ok dtucker

14 years ago - tobias@cvs.openbsd.org 2009/03/23 08:31:19
dtucker [Sun, 21 Jun 2009 07:49:36 +0000 (07:49 +0000)] 
   - tobias@cvs.openbsd.org 2009/03/23 08:31:19
     [ssh-agent.c]
     Fixed a possible out-of-bounds memory access if the environment variable
     SHELL is shorter than 3 characters.
     with input by and ok dtucker

14 years ago - jmc@cvs.openbsd.org 2009/03/19 15:15:09
dtucker [Sun, 21 Jun 2009 07:48:52 +0000 (07:48 +0000)] 
  - jmc@cvs.openbsd.org 2009/03/19 15:15:09
     [ssh.1]
     for "Ciphers", just point the reader to the keyword in ssh_config(5), just
     as we do for "MACs": this stops us getting out of sync when the lists
     change;
     fixes documentation/6102, submitted by Peter J. Philipp
     alternative fix proposed by djm
     ok markus

14 years ago - (dtucker) OpenBSD CVS Sync
dtucker [Sun, 21 Jun 2009 07:48:00 +0000 (07:48 +0000)] 
 - (dtucker) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2009/03/17 21:37:00
     [ssh.c]
     pass correct argv[0] to openlog(); ok djm@

14 years ago - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
dtucker [Tue, 16 Jun 2009 06:11:02 +0000 (06:11 +0000)] 
 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
   is a struct with a __val member.  Fixes build on, eg, Redhat 6.2.

15 years ago - (dtucker) [sshlogin.c] Move the NO_SSH_LASTLOG #ifndef line to include
dtucker [Mon, 4 May 2009 02:52:47 +0000 (02:52 +0000)] 
 - (dtucker) [sshlogin.c] Move the NO_SSH_LASTLOG #ifndef line to include
   variable declarations.  Should prevent unused warnings anywhere it's set
   (only Crays as far as I can tell) and be a no-op everywhere else.

15 years ago - (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
tim [Wed, 18 Mar 2009 18:25:02 +0000 (18:25 +0000)] 
 - (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
   that setsockopt(IP_TOS) doesn't work on Cygwin has been fixed since 2005.
   Based on patch from vinschen at redhat com.

15 years ago - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
dtucker [Sun, 8 Mar 2009 00:40:27 +0000 (00:40 +0000)] 
 - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
   auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h}
   openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old
   version of Cygwin.  Patch from vinschen at redhat com.

15 years ago - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]
dtucker [Sat, 7 Mar 2009 11:22:35 +0000 (11:22 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]
   EVP_DigestUpdate does not exactly match the other OLD_EVP functions (eg
   in openssl 0.9.6) so add an explicit test for it.

15 years ago - (dtucker) [configure.ac] Missing comma in type list.
dtucker [Sat, 7 Mar 2009 07:06:22 +0000 (07:06 +0000)] 
 - (dtucker) [configure.ac] Missing comma in type list.

15 years ago - (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.
dtucker [Sat, 7 Mar 2009 01:32:22 +0000 (01:32 +0000)] 
 - (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.

15 years ago - (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
dtucker [Sat, 7 Mar 2009 01:01:47 +0000 (01:01 +0000)] 
 - (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
   EVP_DigestUpdate to the OLD_EVP compatibility functions and tell schnorr.c
   to use them.  Allows building with older OpenSSL versions.

15 years ago - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
dtucker [Fri, 6 Mar 2009 23:22:10 +0000 (23:22 +0000)] 
 - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
   exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS
   has a /dev/random).

15 years ago - djm@cvs.openbsd.org 2009/03/05 11:30:50
djm [Thu, 5 Mar 2009 13:58:39 +0000 (13:58 +0000)] 
   - djm@cvs.openbsd.org 2009/03/05 11:30:50
     [uuencode.c]
     document what these functions do so I don't ever have to recuse into
     b64_pton/ntop to remember their return values

15 years ago - djm@cvs.openbsd.org 2009/03/05 07:18:19
djm [Thu, 5 Mar 2009 13:58:22 +0000 (13:58 +0000)] 
   - djm@cvs.openbsd.org 2009/03/05 07:18:19
     [auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c]
     [sshconnect2.c]
     refactor the (disabled) Schnorr proof code to make it a little more
     generally useful

15 years ago - (djm) Release openssh-5.2p1 V_5_2_P1
djm [Mon, 23 Feb 2009 00:12:29 +0000 (00:12 +0000)] 
 - (djm) Release openssh-5.2p1

15 years ago - (djm) [README] update for 5.2
djm [Mon, 23 Feb 2009 00:11:57 +0000 (00:11 +0000)] 
 - (djm) [README] update for 5.2

15 years agotrim
djm [Mon, 23 Feb 2009 00:11:12 +0000 (00:11 +0000)] 
trim

15 years ago - djm@cvs.openbsd.org 2009/02/23 00:06:15
djm [Mon, 23 Feb 2009 00:09:25 +0000 (00:09 +0000)] 
   - djm@cvs.openbsd.org 2009/02/23 00:06:15
     [version.h]
     openssh-5.2

15 years ago - djm@cvs.openbsd.org 2009/02/22 23:59:25
djm [Mon, 23 Feb 2009 00:00:24 +0000 (00:00 +0000)] 
   - djm@cvs.openbsd.org 2009/02/22 23:59:25
     [sshd_config.5]
     missing period

15 years ago - djm@cvs.openbsd.org 2009/02/22 23:50:57
djm [Sun, 22 Feb 2009 23:53:58 +0000 (23:53 +0000)] 
   - djm@cvs.openbsd.org 2009/02/22 23:50:57
     [ssh_config.5 sshd_config.5]
     don't advertise experimental options

15 years ago - (djm) OpenBSD CVS Sync
djm [Sat, 21 Feb 2009 21:47:02 +0000 (21:47 +0000)] 
 - (djm) OpenBSD CVS Sync
   - tobias@cvs.openbsd.org 2009/02/21 19:32:04
     [misc.c sftp-server-main.c ssh-keygen.c]
     Added missing newlines in error messages.
     ok dtucker

15 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
djm [Sat, 21 Feb 2009 07:03:04 +0000 (07:03 +0000)] 
 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Prepare for 5.2p1

15 years ago - djm@cvs.openbsd.org 2009/02/18 04:31:21
djm [Sat, 21 Feb 2009 01:45:18 +0000 (01:45 +0000)] 
   - djm@cvs.openbsd.org 2009/02/18 04:31:21
     [schnorr.c]
     signature should hash over the entire group, not just the generator
     (this is still disabled code)

15 years ago - djm@cvs.openbsd.org 2009/02/17 01:28:32
djm [Sat, 21 Feb 2009 01:45:02 +0000 (01:45 +0000)] 
   - djm@cvs.openbsd.org 2009/02/17 01:28:32
     [ssh_config]
     sync with revised default ciphers; pointed out by dkrause@

15 years ago - (djm) [configure.ac] support GNU/kFreeBSD and GNU/kOpensolaris
djm [Mon, 16 Feb 2009 04:37:03 +0000 (04:37 +0000)] 
 - (djm) [configure.ac] support GNU/kFreeBSD and GNU/kOpensolaris
   systems; patch from Aurelien Jarno via rmh AT aybabtu.com

15 years ago - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
djm [Mon, 16 Feb 2009 04:21:39 +0000 (04:21 +0000)] 
 - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
   [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled
   interop tests from FATAL error to a warning. Allows some interop
   tests to proceed if others are missing necessary prerequisites.

15 years ago - djm@cvs.openbsd.org 2009/02/14 06:35:49
djm [Sat, 14 Feb 2009 07:00:52 +0000 (07:00 +0000)] 
   - djm@cvs.openbsd.org 2009/02/14 06:35:49
     [PROTOCOL]
     mention that eow and no-more-sessions extensions are sent only to
     OpenSSH peers

15 years ago - markus@cvs.openbsd.org 2009/02/13 11:50:21
djm [Sat, 14 Feb 2009 05:35:01 +0000 (05:35 +0000)] 
   - markus@cvs.openbsd.org 2009/02/13 11:50:21
     [packet.c]
     check for enc !=NULL in packet_start_discard

15 years ago - jmc@cvs.openbsd.org 2009/02/12 07:34:20
djm [Sat, 14 Feb 2009 05:34:39 +0000 (05:34 +0000)] 
   - jmc@cvs.openbsd.org 2009/02/12 07:34:20
     [ssh_config.5]
     kill trailing whitespace;

15 years ago - djm@cvs.openbsd.org 2009/02/12 03:46:17
djm [Sat, 14 Feb 2009 05:34:21 +0000 (05:34 +0000)] 
   - djm@cvs.openbsd.org 2009/02/12 03:46:17
     [ssh_config.5]
     document RemoteForward usage with 0 listen port

15 years ago - djm@cvs.openbsd.org 2009/02/12 03:44:25
djm [Sat, 14 Feb 2009 05:34:05 +0000 (05:34 +0000)] 
   - djm@cvs.openbsd.org 2009/02/12 03:44:25
     [ssh.1]
     consistency: Dq => Ql

15 years ago - djm@cvs.openbsd.org 2009/02/12 03:42:09
djm [Sat, 14 Feb 2009 05:33:49 +0000 (05:33 +0000)] 
   - djm@cvs.openbsd.org 2009/02/12 03:42:09
     [ssh.1]
     document -R0:... usage

15 years ago - djm@cvs.openbsd.org 2009/02/12 03:26:22
djm [Sat, 14 Feb 2009 05:33:31 +0000 (05:33 +0000)] 
   - djm@cvs.openbsd.org 2009/02/12 03:26:22
     [monitor.c]
     some paranoia: check that the serialised key is really KEY_RSA before
     diddling its internals

15 years ago - djm@cvs.openbsd.org 2009/02/12 03:16:01
djm [Sat, 14 Feb 2009 05:33:09 +0000 (05:33 +0000)] 
   - djm@cvs.openbsd.org 2009/02/12 03:16:01
     [serverloop.c]
     tighten check for -R0:... forwarding: only allow dynamic allocation
     if want_reply is set in the packet

15 years ago - djm@cvs.openbsd.org 2009/02/12 03:00:56
djm [Sat, 14 Feb 2009 05:28:21 +0000 (05:28 +0000)] 
   - djm@cvs.openbsd.org 2009/02/12 03:00:56
     [canohost.c canohost.h channels.c channels.h clientloop.c readconf.c]
     [readconf.h serverloop.c ssh.c]
     support remote port forwarding with a zero listen port (-R0:...) to
     dyamically allocate a listen port at runtime (this is actually
     specified in rfc4254); bz#1003 ok markus@

15 years ago - dtucker@cvs.openbsd.org 2009/02/02 11:15:14
djm [Sat, 14 Feb 2009 05:26:19 +0000 (05:26 +0000)] 
   - dtucker@cvs.openbsd.org 2009/02/02 11:15:14
     [sftp.c]
     Initialize a few variables to prevent spurious "may be used
     uninitialized" warnings from newer gcc's.  ok djm@

15 years ago - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
djm [Thu, 12 Feb 2009 02:12:21 +0000 (02:12 +0000)] 
 - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
   OSX provides a getlastlogxbyname function that automates the reading of
   a lastlog file. Also, the pututxline function will update lastlog so
   there is no need for loginrec.c to do it explicitly. Collapse some
   overly verbose code while I'm in there.

15 years ago - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
djm [Thu, 12 Feb 2009 01:19:20 +0000 (01:19 +0000)] 
 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
   set ownership and modes, so avoid explicitly setting them

15 years ago - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
dtucker [Sun, 1 Feb 2009 11:19:54 +0000 (11:19 +0000)] 
 - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
   channels.c too, so move the definition for non-IP6 platforms to defines.h
   where it can be shared.

15 years ago - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.
tim [Thu, 29 Jan 2009 20:40:30 +0000 (20:40 +0000)] 
 - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.

15 years ago - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
tim [Thu, 29 Jan 2009 20:30:01 +0000 (20:30 +0000)] 
 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
   If the CYGWIN environment variable is empty, the installer script
   should not install the service with an empty CYGWIN variable, but
   rather without setting CYGWNI entirely.

15 years ago - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
tim [Wed, 28 Jan 2009 20:50:04 +0000 (20:50 +0000)] 
 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
   Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x.
   The information given for the setting of the CYGWIN environment variable
   is wrong for both releases so I just removed it, together with the
   unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.

15 years ago - markus@cvs.openbsd.org 2009/01/26 09:58:15
djm [Wed, 28 Jan 2009 05:38:41 +0000 (05:38 +0000)] 
   - markus@cvs.openbsd.org 2009/01/26 09:58:15
     [cipher.c cipher.h packet.c]
     Work around the CPNI-957037 Plaintext Recovery Attack by always
     reading 256K of data on packet size or HMAC errors (in CBC mode only).
     Help, feedback and ok djm@
     Feedback from Martin Albrecht and Paterson Kenny

15 years ago - naddy@cvs.openbsd.org 2009/01/24 17:10:22
djm [Wed, 28 Jan 2009 05:34:00 +0000 (05:34 +0000)] 
   - naddy@cvs.openbsd.org 2009/01/24 17:10:22
     [ssh_config.5 sshd_config.5]
     sync list of preferred ciphers; ok djm@

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