]> andersk Git - openssh.git/log
openssh.git
16 years ago - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
djm [Mon, 19 May 2008 05:28:35 +0000 (05:28 +0000)] 
 - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h

16 years ago- (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes
djm [Mon, 19 May 2008 05:26:54 +0000 (05:26 +0000)] 
- (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes

16 years ago - djm@cvs.openbsd.org 2008/05/08 12:02:23
djm [Mon, 19 May 2008 05:05:07 +0000 (05:05 +0000)] 
   - djm@cvs.openbsd.org 2008/05/08 12:02:23
     [auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c]
     [monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c]
     [ssh.c sshd.c]
     Implement a channel success/failure status confirmation callback
     mechanism. Each channel maintains a queue of callbacks, which will
     be drained in order (RFC4253 guarantees confirm messages are not
     reordered within an channel).
     Also includes a abandonment callback to clean up if a channel is
     closed without sending confirmation messages. This probably
     shouldn't happen in compliant implementations, but it could be
     abused to leak memory.
     ok markus@ (as part of a larger diff)

16 years ago - markus@cvs.openbsd.org 2008/05/08 06:59:01
djm [Mon, 19 May 2008 04:59:37 +0000 (04:59 +0000)] 
   - markus@cvs.openbsd.org 2008/05/08 06:59:01
     [bufaux.c buffer.h channels.c packet.c packet.h]
     avoid extra malloc/copy/free when receiving data over the net;
     ~10% speedup for localhost-scp; ok djm@

16 years ago - jmc@cvs.openbsd.org 2008/05/07 08:00:14
djm [Mon, 19 May 2008 04:59:02 +0000 (04:59 +0000)] 
   - jmc@cvs.openbsd.org 2008/05/07 08:00:14
     [sshd_config.5]
     sort;

16 years ago - pyr@cvs.openbsd.org 2008/05/07 06:43:35
djm [Mon, 19 May 2008 04:58:22 +0000 (04:58 +0000)] 
   - pyr@cvs.openbsd.org 2008/05/07 06:43:35
     [sshd_config]
     push the sshd_config bits in, spotted by ajacoutot@

16 years ago - pyr@cvs.openbsd.org 2008/05/07 05:49:37
djm [Mon, 19 May 2008 04:57:41 +0000 (04:57 +0000)] 
   - pyr@cvs.openbsd.org 2008/05/07 05:49:37
     [servconf.c servconf.h session.c sshd_config.5]
     Enable the AllowAgentForwarding option in sshd_config (global and match
     context), to specify if agents should be permitted on the server.
     As the man page states:
     ``Note that disabling Agent forwarding does not improve security
     unless users are also denied shell access, as they can always install
     their own forwarders.''
     ok djm@, ok and a mild frown markus@

16 years ago - djm@cvs.openbsd.org 2008/04/30 10:14:03
djm [Mon, 19 May 2008 04:56:33 +0000 (04:56 +0000)] 
   - djm@cvs.openbsd.org 2008/04/30 10:14:03
     [ssh-keyscan.1 ssh-keyscan.c]
     default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
     larsnooden AT openoffice.org

16 years ago - otto@cvs.openbsd.org 2008/04/29 11:20:31
djm [Mon, 19 May 2008 04:55:29 +0000 (04:55 +0000)] 
   - otto@cvs.openbsd.org 2008/04/29 11:20:31
     [monitor_mm.h]
     garbage collect two unused fields in struct mm_master; ok markus@

16 years ago - djm@cvs.openbsd.org 2008/04/18 22:01:33
djm [Mon, 19 May 2008 04:55:02 +0000 (04:55 +0000)] 
   - djm@cvs.openbsd.org 2008/04/18 22:01:33
     [session.c]
     remove unneccessary parentheses

16 years ago - jmc@cvs.openbsd.org 2008/04/18 17:15:47
djm [Mon, 19 May 2008 04:54:25 +0000 (04:54 +0000)] 
   - jmc@cvs.openbsd.org 2008/04/18 17:15:47
     [sftp.1]
     macro fixage;

16 years ago - djm@cvs.openbsd.org 2008/04/18 12:32:11
djm [Mon, 19 May 2008 04:53:33 +0000 (04:53 +0000)] 
   - djm@cvs.openbsd.org 2008/04/18 12:32:11
     [sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
     introduce sftp extension methods statvfs@openssh.com and
     fstatvfs@openssh.com that implement statvfs(2)-like operations,
     based on a patch from miklos AT szeredi.hu (bz#1399)
     also add a "df" command to the sftp client that uses the
     statvfs@openssh.com to produce a df(1)-like display of filesystem
     space and inode utilisation
     ok markus@

16 years ago - (djm) OpenBSD CVS Sync
djm [Mon, 19 May 2008 04:50:00 +0000 (04:50 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2008/04/13 00:22:17
     [dh.c sshd.c]
     Use arc4random_buf() when requesting more than a single word of output
     Use arc4random_uniform() when the desired random number upper bound
     is not a power of two
     ok deraadt@ millert@

16 years ago - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
djm [Mon, 19 May 2008 04:47:37 +0000 (04:47 +0000)] 
 - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
     [configure.ac] Implement arc4random_buf(), import implementation of
     arc4random_uniform() from OpenBSD

16 years ago - djm@cvs.openbsd.org 2008/04/05 02:46:02
djm [Mon, 19 May 2008 04:29:08 +0000 (04:29 +0000)] 
   - djm@cvs.openbsd.org 2008/04/05 02:46:02
     [sshd_config.5]
     HostbasedAuthentication is supported under Match too

16 years ago - djm@cvs.openbsd.org 2008/04/04 06:44:26
djm [Mon, 19 May 2008 04:28:19 +0000 (04:28 +0000)] 
   - djm@cvs.openbsd.org 2008/04/04 06:44:26
     [sshd_config.5]
     oops, some unrelated stuff crept into that commit - backout.
     spotted by jmc@

16 years ago - (djm) OpenBSD CVS Sync
djm [Mon, 19 May 2008 04:27:42 +0000 (04:27 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2008/04/04 05:14:38
     [sshd_config.5]
     ChrootDirectory is supported in Match blocks (in fact, it is most useful
     there). Spotted by Minstrel AT minstrel.org.uk

16 years ago - (djm) Force string arguments to replacement setproctitle() though
djm [Fri, 16 May 2008 00:01:54 +0000 (00:01 +0000)] 
 - (djm) Force string arguments to replacement setproctitle() though
   strnvis first. Ok dtucker@

16 years ago - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
djm [Fri, 4 Apr 2008 05:16:35 +0000 (05:16 +0000)] 
 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
   time warnings on LynxOS. Patch from ops AT iki.fi

16 years ago - (djm) Release 5.0p1 V_5_0_P1
djm [Thu, 3 Apr 2008 09:57:05 +0000 (09:57 +0000)] 
 - (djm) Release 5.0p1

16 years ago - (djm) [README] Update link to release notes
djm [Thu, 3 Apr 2008 09:56:38 +0000 (09:56 +0000)] 
 - (djm) [README] Update link to release notes

16 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
djm [Thu, 3 Apr 2008 09:55:44 +0000 (09:55 +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@cvs.openbsd.org 2008/04/03 09:50:14
djm [Thu, 3 Apr 2008 09:53:08 +0000 (09:53 +0000)] 
   - djm@cvs.openbsd.org 2008/04/03 09:50:14
     [version.h]
     openssh-5.0

16 years ago - jmc@cvs.openbsd.org 2008/03/27 22:37:57
djm [Thu, 3 Apr 2008 09:52:51 +0000 (09:52 +0000)] 
   - jmc@cvs.openbsd.org 2008/03/27 22:37:57
     [sshd.8]
     remove trailing whitespace;

16 years ago - markus@cvs.openbsd.org 2008/04/02 15:36:51
djm [Wed, 2 Apr 2008 21:43:57 +0000 (21:43 +0000)] 
   - markus@cvs.openbsd.org 2008/04/02 15:36:51
     [channels.c]
     avoid possible hijacking of x11-forwarded connections (back out 1.183)
     CVE-2008-1483; ok djm@

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@

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