]> andersk Git - openssh.git/log
openssh.git
16 years ago - (djm) Release 4.9p1 V_4_9 V_4_9_P1
djm [Thu, 27 Mar 2008 06:53:20 +0000 (06:53 +0000)] 
 - (djm) Release 4.9p1

16 years ago - (djm) Release 4.9p1
djm [Thu, 27 Mar 2008 06:53:09 +0000 (06:53 +0000)] 
 - (djm) Release 4.9p1

16 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
djm [Thu, 27 Mar 2008 06:43:45 +0000 (06:43 +0000)] 
 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Crank version numbers in RPM spec files

16 years ago - (djm) [README] Update link to release notes
djm [Thu, 27 Mar 2008 06:43:34 +0000 (06:43 +0000)] 
 - (djm) [README] Update link to release notes

16 years ago - (djm) [regress/Makefile] cleanup PuTTY interop test droppings
djm [Thu, 27 Mar 2008 06:42:06 +0000 (06:42 +0000)] 
 - (djm) [regress/Makefile] cleanup PuTTY interop test droppings

16 years ago - (djm) [configure.ac] --with-selinux too
djm [Thu, 27 Mar 2008 01:33:07 +0000 (01:33 +0000)] 
 - (djm) [configure.ac] --with-selinux too

16 years ago - (djm) [configure.ac] fix alignment of --without-stackprotect description
djm [Thu, 27 Mar 2008 01:30:18 +0000 (01:30 +0000)] 
 - (djm) [configure.ac] fix alignment of --without-stackprotect description

16 years ago - djm@cvs.openbsd.org 2008/03/24 21:46:54
djm [Thu, 27 Mar 2008 00:26:56 +0000 (00:26 +0000)] 
   - djm@cvs.openbsd.org 2008/03/24 21:46:54
     [regress/sftp-badcmds.sh]
     disable no-replace rename test now that we prefer a POSIX rename; spotted
     by dkrause@

16 years ago - djm@cvs.openbsd.org 2008/03/27 00:16:49
djm [Thu, 27 Mar 2008 00:18:13 +0000 (00:18 +0000)] 
   - djm@cvs.openbsd.org 2008/03/27 00:16:49
     [version.h]
     openssh-4.9

16 years ago - djm@cvs.openbsd.org 2008/03/26 21:28:14
djm [Thu, 27 Mar 2008 00:03:05 +0000 (00:03 +0000)] 
   - djm@cvs.openbsd.org 2008/03/26 21:28:14
     [auth-options.c auth-options.h session.c sshd.8]
     add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc

16 years ago - djm@cvs.openbsd.org 2008/03/25 23:01:41
djm [Thu, 27 Mar 2008 00:02:27 +0000 (00:02 +0000)] 
   - djm@cvs.openbsd.org 2008/03/25 23:01:41
     [session.c]
     last patch had backwards test; spotted by termim AT gmail.com

16 years ago - djm@cvs.openbsd.org 2008/03/25 11:58:02
djm [Thu, 27 Mar 2008 00:02:02 +0000 (00:02 +0000)] 
   - djm@cvs.openbsd.org 2008/03/25 11:58:02
     [session.c sshd_config.5]
     ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;
     from dtucker@ ok deraadt@ djm@

16 years ago - deraadt@cvs.openbsd.org 2008/03/24 16:11:07
djm [Thu, 27 Mar 2008 00:01:15 +0000 (00:01 +0000)] 
   - deraadt@cvs.openbsd.org 2008/03/24 16:11:07
     [monitor_fdpass.c]
     msg_controllen has to be CMSG_SPACE so that the kernel can account for
     each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len).  This
     works now that kernel fd passing has been fixed to accept a bit of
     sloppiness because of this ABI repair.
     lots of discussion with kettenis

16 years ago - djm@cvs.openbsd.org 2008/03/23 12:54:01
djm [Wed, 26 Mar 2008 23:59:57 +0000 (23:59 +0000)] 
   - djm@cvs.openbsd.org 2008/03/23 12:54:01
     [sftp-client.c]
     prefer POSIX-style file renaming over filexfer rename behaviour if the
     server supports the posix-rename@openssh.com extension.
     Note that the old (filexfer) behaviour would refuse to clobber an
     existing file. Users who depended on this should adjust their sftp(1)
     usage.
     ok deraadt@ markus@

16 years ago - deraadt@cvs.openbsd.org 2008/03/15 16:19:02
djm [Wed, 26 Mar 2008 23:54:44 +0000 (23:54 +0000)] 
   - deraadt@cvs.openbsd.org 2008/03/15 16:19:02
     [monitor_fdpass.c]
     Repair the simple cases for msg_controllen where it should just be
     CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because
     of alignment; ok kettenis hshoexer

16 years ago - deraadt@cvs.openbsd.org 2008/03/13 01:49:53
djm [Wed, 26 Mar 2008 23:53:23 +0000 (23:53 +0000)] 
   - deraadt@cvs.openbsd.org 2008/03/13 01:49:53
     [monitor_fdpass.c]
     Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
     an extensive discussion with otto, kettenis, millert, and hshoexer

16 years ago - jmc@cvs.openbsd.org 2008/02/11 07:58:28
djm [Wed, 26 Mar 2008 23:50:21 +0000 (23:50 +0000)] 
   - jmc@cvs.openbsd.org 2008/02/11 07:58:28
     [ssh.1 sshd.8 sshd_config.5]
     bump Mdocdate for pages committed in "febuary", necessary because
     of a typo in rcs.c;

16 years ago - (djm) Fix RCS ident in sftp-server-main.c
djm [Wed, 26 Mar 2008 23:45:49 +0000 (23:45 +0000)] 
 - (djm) Fix RCS ident in sftp-server-main.c

16 years ago - (dtucker) Cache selinux status earlier so we know if it's enabled after a
dtucker [Wed, 26 Mar 2008 20:27:20 +0000 (20:27 +0000)] 
 - (dtucker) Cache selinux status earlier so we know if it's enabled after a
   chroot.  Allows ChrootDirectory to work with selinux support compiled in
   but not enabled.  Using it with selinux enabled will require some selinux
   support inside the chroot.  "looks sane" djm@

16 years ago - (djm) [session.c] Relocate incorrectly-placed closefrom() that was causing
djm [Sat, 15 Mar 2008 06:27:58 +0000 (06:27 +0000)] 
 - (djm) [session.c] Relocate incorrectly-placed closefrom() that was causing
   crashes when used with ChrootDirectory

16 years ago - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
djm [Fri, 14 Mar 2008 22:25:54 +0000 (22:25 +0000)] 
 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
   empty; report and patch from Peter Stuge
 - (djm) [regress/test-exec.sh] Silence noise from detection of putty
   commands; report from Peter Stuge

16 years ago - (tim) [regress/localcommand.sh] Shell portability fix. Reported by imorgan at
tim [Fri, 14 Mar 2008 18:02:51 +0000 (18:02 +0000)] 
 - (tim) [regress/localcommand.sh] Shell portability fix. Reported by imorgan at
   nas.nasa.gov

16 years ago - (tim) [regress/sftp-cmds.sh] s/cd/lcd/ in lls test. Reported by
tim [Fri, 14 Mar 2008 17:39:17 +0000 (17:39 +0000)] 
 - (tim) [regress/sftp-cmds.sh] s/cd/lcd/ in lls test. Reported by
   vinschen at redhat.com. Add () to put echo commands in subshell for lls test
   I mistakenly left out of last commit.

16 years agoforgot to add vinschen at redhat.com on last commit
tim [Fri, 14 Mar 2008 01:37:05 +0000 (01:37 +0000)] 
forgot to add vinschen at redhat.com on last commit

16 years ago - (tim) [regress/sftp-cmds.sh regress/ssh2putty.sh] Shell portability fixes
tim [Fri, 14 Mar 2008 01:21:06 +0000 (01:21 +0000)] 
 - (tim) [regress/sftp-cmds.sh regress/ssh2putty.sh] Shell portability fixes
   from imorgan at nas.nasa.gov

16 years ago - (tim) [scp.c] Use poll.h if available, fall back to sys/poll.h if not. Patch
tim [Fri, 14 Mar 2008 00:59:50 +0000 (00:59 +0000)] 
 - (tim) [scp.c] Use poll.h if available, fall back to sys/poll.h if not. Patch
   by vinschen at redhat.com.

16 years ago - (djm) [Makefile.in regress/test-exec.sh] Find installed plink(1) and
djm [Thu, 13 Mar 2008 01:41:31 +0000 (01:41 +0000)] 
 - (djm) [Makefile.in regress/test-exec.sh] Find installed plink(1) and
   puttygen(1) by $PATH

16 years ago - (djm) [Makefile.in regress/Makefile] Fix interop-tests target (note to
djm [Thu, 13 Mar 2008 01:05:40 +0000 (01:05 +0000)] 
 - (djm) [Makefile.in regress/Makefile] Fix interop-tests target (note to
   self: make changes to Makefile.in next time, not the generated Makefile).

16 years ago - djm@cvs.openbsd.org 2007/12/21 04:13:53
djm [Wed, 12 Mar 2008 13:17:00 +0000 (13:17 +0000)] 
   - djm@cvs.openbsd.org 2007/12/21 04:13:53
     [regress/Makefile regress/test-exec.sh regress/putty-ciphers.sh]
     [regress/putty-kex.sh regress/putty-transfer.sh regress/ssh2putty.sh]
     basic (crypto, kex and transfer) interop regression tests against putty
     To run these, install putty and run "make interop-tests" from the build
     directory - the tests aren't run by default yet.

16 years ago - djm@cvs.openbsd.org 2007/12/12 05:04:03
djm [Wed, 12 Mar 2008 12:59:43 +0000 (12:59 +0000)] 
   - djm@cvs.openbsd.org 2007/12/12 05:04:03
     [regress/sftp-cmds.sh]
     unbreak lls command and add a regress test that would have caught the
     breakage; spotted by mouring@
     NB. sftp code change already committed.

16 years ago - jmc@cvs.openbsd.org 2007/11/25 15:35:09
djm [Wed, 12 Mar 2008 12:58:55 +0000 (12:58 +0000)] 
   - jmc@cvs.openbsd.org 2007/11/25 15:35:09
     [regress/agent-getpeereid.sh regress/agent.sh]
     more existant -> existent, from Martynas Venckus;
     pfctl changes: ok henning
     ssh changes: ok deraadt

16 years ago - dtucker@cvs.openbsd.org 2007/10/29 06:57:13
djm [Wed, 12 Mar 2008 12:58:05 +0000 (12:58 +0000)] 
   - dtucker@cvs.openbsd.org 2007/10/29 06:57:13
     [regress/Makefile regress/localcommand.sh]
     Add simple regress test for LocalCommand; ok djm@

16 years agofix log date
dtucker [Tue, 11 Mar 2008 12:01:44 +0000 (12:01 +0000)] 
fix log date

16 years ago - (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: Move
dtucker [Tue, 11 Mar 2008 11:58:25 +0000 (11:58 +0000)] 
 - (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: Move
   pam_open_session and pam_close_session into the privsep monitor, which
   will ensure that pam_session_close is called as root.  Patch from Tomas
   Mraz.

16 years ago - (dtucker) [configure.ac] Run stack-protector tests with -Werror to catch
dtucker [Sun, 9 Mar 2008 11:50:50 +0000 (11:50 +0000)] 
 - (dtucker) [configure.ac] Run stack-protector tests with -Werror to catch
   platforms where gcc understands the option but it's not supported (and
   thus generates a warning).

16 years ago - (dtucker) [openbsd-compat/regress/strtonumtest.c] Bug #1347: Use platform's
dtucker [Sun, 9 Mar 2008 06:10:09 +0000 (06:10 +0000)] 
 - (dtucker) [openbsd-compat/regress/strtonumtest.c] Bug #1347: Use platform's
   equivalent of LLONG_MAX for the compat regression tests, which makes them
   run on AIX and HP-UX.  Patch from David Leonard.

16 years ago - (dtucker) [openbsd-compat/port-aix.{c,h}] Remove AIX specific initgroups
dtucker [Sun, 9 Mar 2008 05:36:55 +0000 (05:36 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.{c,h}] Remove AIX specific initgroups
   implementation.  It's not needed to fix bug #1081 and breaks the build
   on some AIX configurations.

16 years ago - (dtucker) [configure.ac] It turns out gcc's -fstack-protector-all doesn't
dtucker [Sun, 9 Mar 2008 00:34:23 +0000 (00:34 +0000)] 
 - (dtucker) [configure.ac] It turns out gcc's -fstack-protector-all doesn't
   always work for all platforms and versions, so test what we can and
   add a configure flag to turn it of if needed.  ok djm@

16 years ago - (tim) [regress/sftp-glob.sh] Shell portability fix.
tim [Sat, 8 Mar 2008 03:00:33 +0000 (03:00 +0000)] 
 - (tim) [regress/sftp-glob.sh] Shell portability fix.

16 years ago - deraadt@cvs.openbsd.org 2008/03/04 21:15:42
djm [Fri, 7 Mar 2008 07:35:47 +0000 (07:35 +0000)] 
   - deraadt@cvs.openbsd.org 2008/03/04 21:15:42
     [version.h]
     crank version; from djm

16 years ago - deraadt@cvs.openbsd.org 2008/03/02 18:19:35
djm [Fri, 7 Mar 2008 07:35:26 +0000 (07:35 +0000)] 
   - deraadt@cvs.openbsd.org 2008/03/02 18:19:35
     [monitor_fdpass.c]
     use a union to ensure alignment of the cmsg (pay attention: various other
     parts of the tree need this treatment too); ok djm

16 years ago - djm@cvs.openbsd.org 2008/02/27 20:21:15
djm [Fri, 7 Mar 2008 07:33:53 +0000 (07:33 +0000)] 
   - djm@cvs.openbsd.org 2008/02/27 20:21:15
     [sftp-server.c]
     add an extension method "posix-rename@openssh.com" to perform POSIX atomic
     rename() operations. based on patch from miklos AT szeredi.hu in bz#1400;
     ok dtucker@ markus@

16 years ago - dtucker@cvs.openbsd.org 2008/02/22 20:44:02
djm [Fri, 7 Mar 2008 07:33:30 +0000 (07:33 +0000)] 
   - dtucker@cvs.openbsd.org 2008/02/22 20:44:02
     [clientloop.c packet.c packet.h serverloop.c]
     Allow all SSH2 packet types, including UNIMPLEMENTED to reset the
     keepalive timer (bz #1307).  ok markus@

16 years ago - djm@cvs.openbsd.org 2008/02/22 05:58:56
djm [Fri, 7 Mar 2008 07:33:12 +0000 (07:33 +0000)] 
   - djm@cvs.openbsd.org 2008/02/22 05:58:56
     [session.c]
     closefrom() call was too early, delay it until just before we execute
     the user's rc files (if any).

16 years ago - markus@cvs.openbsd.org 2008/02/20 15:25:26
djm [Fri, 7 Mar 2008 07:32:42 +0000 (07:32 +0000)] 
   - markus@cvs.openbsd.org 2008/02/20 15:25:26
     [session.c]
     correct boolean encoding for coredump; der Mouse via dugsong

16 years ago - mbalmer@cvs.openbsd.org 2008/02/14 13:10:31
djm [Fri, 7 Mar 2008 07:31:47 +0000 (07:31 +0000)] 
   - mbalmer@cvs.openbsd.org 2008/02/14 13:10:31
     [sshd.c]
     When started in configuration test mode (-t) do not check that sshd is
     being started with an absolute path.
     ok djm

16 years ago - djm@cvs.openbsd.org 2008/02/13 22:38:17
djm [Fri, 7 Mar 2008 07:31:24 +0000 (07:31 +0000)] 
   - djm@cvs.openbsd.org 2008/02/13 22:38:17
     [servconf.h session.c sshd.c]
     rekey arc4random and OpenSSL RNG in postauth child
     closefrom fds > 2 before shell/command execution
     ok markus@

16 years ago - jmc@cvs.openbsd.org 2008/02/11 07:58:28
djm [Fri, 7 Mar 2008 07:27:58 +0000 (07:27 +0000)] 
   - jmc@cvs.openbsd.org 2008/02/11 07:58:28
     [ssh.1 sshd.8 sshd_config.5]
     bump Mdocdate for pages committed in "febuary", necessary because
     of a typo in rcs.c;

16 years ago - (dtucker) [configure.ac] FreeBSD's glob() doesn't behave the way we expect
dtucker [Sun, 2 Mar 2008 10:52:27 +0000 (10:52 +0000)] 
 - (dtucker) [configure.ac] FreeBSD's glob() doesn't behave the way we expect
   either, so use our own.

16 years ago - (djm) [contrib/gnome-ssh-askpass2.h] Keep askpass windown on top. From
djm [Fri, 29 Feb 2008 11:53:40 +0000 (11:53 +0000)] 
 - (djm) [contrib/gnome-ssh-askpass2.h] Keep askpass windown on top. From
   Debian patch via bernd AT openbsd.org

16 years ago - (dtucker) [scp.c] Include sys/poll.h inside HAVE_SYS_POLL_H.
dtucker [Fri, 29 Feb 2008 04:07:01 +0000 (04:07 +0000)] 
 - (dtucker) [scp.c] Include sys/poll.h inside HAVE_SYS_POLL_H.

16 years ago - (dtucker) [openbsd-compat/bsd-poll.c] We don't check for select(2) in
dtucker [Fri, 29 Feb 2008 02:57:47 +0000 (02:57 +0000)] 
 - (dtucker) [openbsd-compat/bsd-poll.c] We don't check for select(2) in
   configure (and there's not much point, as openssh won't work without it)
   so HAVE_SELECT is not defined and the poll(2) compat code doesn't get
   built in.  Remove HAVE_SELECT so we can build on platforms without poll.

16 years ago - (dtucker) [sshd.c] Bug #1042: make log messages for tcpwrappers use the
dtucker [Thu, 28 Feb 2008 12:20:48 +0000 (12:20 +0000)] 
 - (dtucker) [sshd.c] Bug #1042: make log messages for tcpwrappers use the
   same SyslogFacility as the rest of sshd.  Patch from William Knox,
   ok djm@.

16 years ago - (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Bug #1081: Implement
dtucker [Thu, 28 Feb 2008 12:16:04 +0000 (12:16 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Bug #1081: Implement
   getgrouplist via getgrset on AIX, rather than iterating over getgrent.
   This allows, eg, Match and AllowGroups directives to work with NIS and
   LDAP groups.

16 years ago - (dtucker) [key.c defines.h openbsd-compat/openssl-compat.h] Move old OpenSSL
dtucker [Thu, 28 Feb 2008 08:22:04 +0000 (08:22 +0000)] 
 - (dtucker) [key.c defines.h openbsd-compat/openssl-compat.h] Move old OpenSSL
   compat glue into openssl-compat.h.

16 years ago - (dtucker) [includes.h ssh-add.c ssh-agent.c ssh-keygen.c ssh.c sshd.c
dtucker [Thu, 28 Feb 2008 08:13:52 +0000 (08:13 +0000)] 
 - (dtucker) [includes.h ssh-add.c ssh-agent.c ssh-keygen.c ssh.c sshd.c
   openbsd-compat/openssl-compat.{c,h}] Bug #1437 Move the OpenSSL compat
   header to after OpenSSL headers, since some versions of OpenSSL have
   SSLeay_add_all_algorithms as a macro already.

16 years ago - (dtucker) [configure.ac] Add -fstack-protector to LDFLAGS too, fixes
dtucker [Thu, 28 Feb 2008 04:01:13 +0000 (04:01 +0000)] 
 - (dtucker) [configure.ac] Add -fstack-protector to LDFLAGS too, fixes
   linking problems on AIX with gcc 4.1.x.

16 years ago - (dtucker) [includes.h openbsd-compat/openssl-compat.c] Bug #1437: reshuffle
dtucker [Mon, 25 Feb 2008 10:13:47 +0000 (10:13 +0000)] 
 - (dtucker) [includes.h openbsd-compat/openssl-compat.c] Bug #1437: reshuffle
   headers so ./configure --with-ssl-engine actually works.  Patch from
   Ian Lister.

16 years ago - (dtucker) [configure.ac audit-bsm.c] Bug #1420: Add a local implementation
dtucker [Mon, 25 Feb 2008 10:05:04 +0000 (10:05 +0000)] 
 - (dtucker) [configure.ac audit-bsm.c] Bug #1420: Add a local implementation
   of aug_get_machine for systems that don't have their own (eg OS X, FreeBSD).    Help and testing from csjp at FreeBSD org, vgiffin at apple com.  ok djm@

16 years ago - (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack
dtucker [Mon, 25 Feb 2008 09:21:20 +0000 (09:21 +0000)] 
 - (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack
   since it now conflicts with the helper function in misc.c.  From
   vinschen AT redhat.com.

16 years ago20080224
dtucker [Mon, 25 Feb 2008 09:18:31 +0000 (09:18 +0000)] 
20080224
 - (tim) [contrib/cygwin/ssh-host-config]
   Grammar changes on SYSCONFDIR LOCALSTATEDIR messages.
   Check more thoroughly that it's possible to create the /var/empty directory.
   Patch by vinschen AT redhat.com

16 years ago[contrib/cygwin/ssh-host-config]
tim [Sat, 23 Feb 2008 22:47:37 +0000 (22:47 +0000)] 
[contrib/cygwin/ssh-host-config]
Grammar changes on SYSCONFDIR LOCALSTATEDIR messages.
Check more thoroughly that it's possible to create the /var/empty directory.
Patch by vinschen AT redhat.com

16 years ago - djm@cvs.openbsd.org 2008/02/10 10:54:29
djm [Sun, 10 Feb 2008 11:48:55 +0000 (11:48 +0000)] 
   - djm@cvs.openbsd.org 2008/02/10 10:54:29
     [servconf.c session.c]
     delay ~ expansion for ChrootDirectory so it expands to the logged-in user's
     home, rather than the user who starts sshd (probably root)

16 years ago - djm@cvs.openbsd.org 2008/02/10 09:55:37
djm [Sun, 10 Feb 2008 11:47:24 +0000 (11:47 +0000)] 
   - djm@cvs.openbsd.org 2008/02/10 09:55:37
     [sshd_config.5]
     mantion that "internal-sftp" is useful with ForceCommand too

16 years ago - mcbride@cvs.openbsd.org 2008/02/09 12:15:43
djm [Sun, 10 Feb 2008 11:46:22 +0000 (11:46 +0000)] 
   - mcbride@cvs.openbsd.org 2008/02/09 12:15:43
     [ssh.1 sshd.8]
     Document the correct permissions for the ~/.ssh/ directory.
     ok jmc

16 years ago - jmc@cvs.openbsd.org 2008/02/09 08:04:31
djm [Sun, 10 Feb 2008 11:45:13 +0000 (11:45 +0000)] 
   - jmc@cvs.openbsd.org 2008/02/09 08:04:31
     [sshd_config.5]
     missing `)';

16 years ago - djm@cvs.openbsd.org 2008/02/08 23:24:07
djm [Sun, 10 Feb 2008 11:44:20 +0000 (11:44 +0000)] 
   - djm@cvs.openbsd.org 2008/02/08 23:24:07
     [servconf.c servconf.h session.c sftp-server.c sftp.h sshd_config]
     [sshd_config.5]
     add sshd_config ChrootDirectory option to chroot(2) users to a directory
     and tweak internal sftp server to work with it (no special files in chroot
     required). ok markus@

16 years ago - djm@cvs.openbsd.org 2008/02/08 23:24:07
djm [Sun, 10 Feb 2008 11:40:12 +0000 (11:40 +0000)] 
   - djm@cvs.openbsd.org 2008/02/08 23:24:07
     [servconf.c servconf.h session.c sftp-server.c sftp.h sshd_config]
     [sshd_config.5]
     add sshd_config ChrootDirectory option to chroot(2) users to a directory
     and tweak internal sftp server to work with it (no special files in
     chroot required). ok markus@

16 years ago - markus@cvs.openbsd.org 2008/02/04 21:53:00
djm [Sun, 10 Feb 2008 11:29:40 +0000 (11:29 +0000)] 
   - markus@cvs.openbsd.org 2008/02/04 21:53:00
     [session.c sftp-server.c sftp.h]
     link sftp-server into sshd; feedback and ok djm@

16 years ago - jmc@cvs.openbsd.org 2008/01/31 20:06:50
djm [Sun, 10 Feb 2008 11:28:45 +0000 (11:28 +0000)] 
   - jmc@cvs.openbsd.org 2008/01/31 20:06:50
     [scp.1]
     explain how to handle local file names containing colons;
     requested by Tamas TEVESZ
     ok dtucker

16 years ago - dtucker@cvs.openbsd.org 2008/01/23 01:56:54
djm [Sun, 10 Feb 2008 11:27:47 +0000 (11:27 +0000)] 
   - dtucker@cvs.openbsd.org 2008/01/23 01:56:54
     [clientloop.c packet.c serverloop.c]
     Revert the change for bz #1307 as it causes connection aborts if an IGNORE
     packet arrives while we're waiting in packet_read_expect (and possibly
     elsewhere).

16 years ago - djm@cvs.openbsd.org 2008/01/21 19:20:17
djm [Sun, 10 Feb 2008 11:27:24 +0000 (11:27 +0000)] 
   - djm@cvs.openbsd.org 2008/01/21 19:20:17
     [sftp-client.c]
     when a remote write error occurs during an upload, ensure that ACKs for
     all issued requests are properly drained. patch from t8m AT centrum.cz

16 years ago - djm@cvs.openbsd.org 2008/01/21 17:24:30
djm [Sun, 10 Feb 2008 11:26:51 +0000 (11:26 +0000)] 
   - djm@cvs.openbsd.org 2008/01/21 17:24:30
     [sftp-server.c]
     Remove the fixed 100 handle limit in sftp-server and allocate as many
     as we have available file descriptors. Patch from miklos AT szeredi.hu;
     ok dtucker@ markus@

16 years ago - djm@cvs.openbsd.org 2008/01/20 00:38:30
djm [Sun, 10 Feb 2008 11:26:24 +0000 (11:26 +0000)] 
   - djm@cvs.openbsd.org 2008/01/20 00:38:30
     [sftp.c]
     When uploading, correctly handle the case of an unquoted filename with
     glob metacharacters that match a file exactly but not as a glob, e.g. a
     file called "[abcd]". report and test cases from duncan2nd AT gmx.de

16 years ago - djm@cvs.openbsd.org 2008/01/19 23:09:49
djm [Sun, 10 Feb 2008 11:25:52 +0000 (11:25 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 23:09:49
     [readconf.c readconf.h sshconnect2.c]
     promote rekeylimit to a int64 so it can hold the maximum useful limit
     of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@

16 years ago - djm@cvs.openbsd.org 2008/01/19 23:02:40
djm [Sun, 10 Feb 2008 11:25:24 +0000 (11:25 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 23:02:40
     [channels.c]
     When we added support for specified bind addresses for port forwards, we
     added a quirk SSH_OLD_FORWARD_ADDR. There is a bug in our handling of
     this for -L port forwards that causes the client to listen on both v4
     and v6 addresses when connected to a server with this quirk, despite
     having set 0.0.0.0 as a bind_address.
     report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@

16 years ago - djm@cvs.openbsd.org 2008/01/19 22:37:19
djm [Sun, 10 Feb 2008 11:24:55 +0000 (11:24 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 22:37:19
     [ssh-keygen.c]
     unbreak line numbering (broken in revision 1.164), fix error message

16 years ago - djm@cvs.openbsd.org 2008/01/19 22:22:58
djm [Sun, 10 Feb 2008 11:24:30 +0000 (11:24 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 22:22:58
     [ssh-keygen.c]
     when hashing individual hosts (ssh-keygen -Hf hostname), make sure we
     hash just the specified hostname and not the entire hostspec from the
     keyfile. It may be of the form "hostname,ipaddr", which would lead to
     a hash that never matches. report and fix from jp AT devnull.cz

16 years ago - djm@cvs.openbsd.org 2008/01/19 22:04:57
djm [Sun, 10 Feb 2008 11:23:41 +0000 (11:23 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 22:04:57
     [sftp-client.c]
     fix remote handle leak in do_download() local file open error path;
     report and fix from sworley AT chkno.net

16 years ago - djm@cvs.openbsd.org 2008/01/19 20:51:26
djm [Sun, 10 Feb 2008 11:23:18 +0000 (11:23 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 20:51:26
     [ssh.c]
     ignore SIGPIPE in multiplex client mode - we can receive this if the
     server runs out of fds on us midway. Report and patch from
     gregory_shively AT fanniemae.com

16 years ago - djm@cvs.openbsd.org 2008/01/19 20:48:53
djm [Sun, 10 Feb 2008 11:22:53 +0000 (11:22 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 20:48:53
     [clientloop.c]
     fd leak on session multiplexing error path. Report and patch from
     gregory_shively AT fanniemae.com

16 years ago - djm@cvs.openbsd.org 2008/01/19 19:25:50
djm [Sun, 10 Feb 2008 11:22:29 +0000 (11:22 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 19:25:50
     [scp.1]
     scp -q implies ssh -q for the underlying connection, it doesn't just
     hush the progress meter

16 years ago - djm@cvs.openbsd.org 2008/01/19 19:13:28
djm [Sun, 10 Feb 2008 11:21:28 +0000 (11:21 +0000)] 
   - djm@cvs.openbsd.org 2008/01/19 19:13:28
     [ssh.1]
     satisfy the pedants: -q does not suppress all diagnostic messages (e.g.
     some commandline parsing warnings go unconditionally to stdout).

16 years ago - chl@cvs.openbsd.org 2008/01/11 07:22:28
djm [Sun, 10 Feb 2008 11:20:44 +0000 (11:20 +0000)] 
   - chl@cvs.openbsd.org 2008/01/11 07:22:28
     [sftp-client.c sftp-client.h]
     disable unused functions
     initially from tobias@, but disabled them by placing them in
     "#ifdef notyet" which was asked by djm@
     ok djm@ tobias@

16 years ago - (djm) Only listen for IPv6 connections on AF_INET6 sockets; patch from
djm [Sat, 19 Jan 2008 21:56:00 +0000 (21:56 +0000)] 
 - (djm) Only listen for IPv6 connections on AF_INET6 sockets; patch from
   tsr2600 AT gmail.com

16 years ago - (djm) Silence noice from expr in ssh-copy-id; patch from
djm [Sat, 19 Jan 2008 18:52:04 +0000 (18:52 +0000)] 
 - (djm) Silence noice from expr in ssh-copy-id; patch from
   mikel AT mikelward.com

16 years ago - (dtucker) [configure.ac] Fix message for -fstack-protector-all test.
dtucker [Wed, 2 Jan 2008 07:08:45 +0000 (07:08 +0000)] 
 - (dtucker) [configure.ac] Fix message for -fstack-protector-all test.

16 years ago - dtucker@cvs.openbsd.org 2008/01/01 08:51:20
dtucker [Tue, 1 Jan 2008 13:09:16 +0000 (13:09 +0000)] 
   - dtucker@cvs.openbsd.org 2008/01/01 08:51:20
     [moduli]
     Updated moduli file; ok djm@

16 years ago - dtucker@cvs.openbsd.org 2008/01/01 09:27:33
dtucker [Tue, 1 Jan 2008 09:36:56 +0000 (09:36 +0000)] 
   - dtucker@cvs.openbsd.org 2008/01/01 09:27:33
     [sshd_config.5 servconf.c]
     Allow PermitRootLogin in a Match block.  Allows for, eg, permitting root
     only from the local network.  ok markus@, man page bit ok jmc@

16 years agoAdd missing ChangeLog entries
dtucker [Tue, 1 Jan 2008 09:36:25 +0000 (09:36 +0000)] 
Add missing ChangeLog entries

16 years ago - dtucker@cvs.openbsd.org 2008/01/01 09:06:39
dtucker [Tue, 1 Jan 2008 09:33:57 +0000 (09:33 +0000)] 
   - dtucker@cvs.openbsd.org 2008/01/01 09:06:39
     [scp.c]
     If scp -p encounters a pre-epoch timestamp, use the epoch which is
     as close as we can get given that it's used unsigned.  Add a little
     debugging while there.  bz #828, ok djm@

16 years ago - dtucker@cvs.openbsd.org 2008/01/01 08:47:04
dtucker [Tue, 1 Jan 2008 09:33:35 +0000 (09:33 +0000)] 
   - dtucker@cvs.openbsd.org 2008/01/01 08:47:04
     [misc.c]
     spaces -> tabs from my previous commit

16 years ago - dtucker@cvs.openbsd.org 2007/12/31 15:27:04
dtucker [Tue, 1 Jan 2008 09:33:09 +0000 (09:33 +0000)] 
   - dtucker@cvs.openbsd.org 2007/12/31 15:27:04
     [sshd.c]
     When in inetd mode, have sshd generate a Protocol 1 ephemeral server
     key only for connections where the client chooses Protocol 1 as opposed
     to when it's enabled in the server's config.  Speeds up Protocol 2
     connections to inetd-mode servers that also allow Protocol 1.  bz #440,
     based on a patch from bruno at wolff.to, ok markus@

16 years ago - (dtucker) OpenBSD CVS Sync
dtucker [Tue, 1 Jan 2008 09:32:26 +0000 (09:32 +0000)] 
 - (dtucker) OpenBSD CVS Sync
   - dtucker@cvs.openbsd.org 2007/12/31 10:41:31
     [readconf.c servconf.c]
     Prevent strict-aliasing warnings on newer gcc versions.  bz #1355, patch
     from Dmitry V. Levin, ok djm@

16 years ago - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of
dtucker [Mon, 31 Dec 2007 10:29:26 +0000 (10:29 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of
   builtin glob implementation on Mac OS X.  Based on a patch from
   vgiffin at apple.

16 years ago - dtucker@cvs.openbsd.org 2007/12/28 22:34:47
dtucker [Fri, 28 Dec 2007 22:37:10 +0000 (22:37 +0000)] 
   - dtucker@cvs.openbsd.org 2007/12/28 22:34:47
     [clientloop.c]
     Use the correct packet maximum sizes for remote port and agent forwarding.
     Prevents the server from killing the connection if too much data is queued
     and an excessively large packet gets sent.  bz #1360, ok djm@.

16 years ago - dtucker@cvs.openbsd.org 2007/12/28 15:32:24
dtucker [Fri, 28 Dec 2007 15:45:07 +0000 (15:45 +0000)] 
   - dtucker@cvs.openbsd.org 2007/12/28 15:32:24
     [clientloop.c serverloop.c packet.c]
     Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the
     ServerAlive and ClientAlive timers.  Prevents dropping a connection
     when these are enabled but the peer does not support our keepalives.
     bz #1307, ok djm@.

16 years ago - dtucker@cvs.openbsd.org 2007/12/27 14:22:08
dtucker [Fri, 28 Dec 2007 15:43:51 +0000 (15:43 +0000)] 
   - dtucker@cvs.openbsd.org 2007/12/27 14:22:08
     [servconf.c canohost.c misc.c channels.c sshconnect.c misc.h ssh-keyscan.c
     sshd.c]
     Add a small helper function to consistently handle the EAI_SYSTEM error
     code of getaddrinfo.  Prompted by vgiffin at apple com via bz #1417.
     ok markus@ stevesk@

16 years ago - djm@cvs.openbsd.org 2007/12/12 05:04:03
dtucker [Fri, 28 Dec 2007 15:40:43 +0000 (15:40 +0000)] 
   - djm@cvs.openbsd.org 2007/12/12 05:04:03
     [sftp.c]
     unbreak lls command and add a regress test that would have caught the
     breakage; spotted by mouring@

16 years ago - deraadt@cvs.openbsd.org 2007/11/03 02:03:49
dtucker [Sun, 2 Dec 2007 12:22:52 +0000 (12:22 +0000)] 
   - deraadt@cvs.openbsd.org 2007/11/03 02:03:49
     [ssh.c]
     avoid errno trashing in signal handler; ok dtucker

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