]> andersk Git - openssh.git/log
openssh.git
16 years ago - otto@cvs.openbsd.org 2005/10/25 06:37:47
djm [Fri, 26 Oct 2007 06:44:27 +0000 (06:44 +0000)] 
   - otto@cvs.openbsd.org 2005/10/25 06:37:47
     [openbsd-compat/sys-queue.h]
     Some uvm problem is being exposed with the more strict macros.
     Revert until we've found out what's causing the panics.

16 years ago - otto@cvs.openbsd.org 2005/10/24 20:25:14
djm [Fri, 26 Oct 2007 06:43:22 +0000 (06:43 +0000)] 
   - otto@cvs.openbsd.org 2005/10/24 20:25:14
     [openbsd-compat/sys-queue.h]
     Partly backout. NOLIST, used in LISTs is probably interfering.
     requested by deraadt@

16 years ago - otto@cvs.openbsd.org 2005/10/17 20:19:42
djm [Fri, 26 Oct 2007 06:42:18 +0000 (06:42 +0000)] 
   - otto@cvs.openbsd.org 2005/10/17 20:19:42
     [openbsd-compat/sys-queue.h]
     Performing certain operations on queue.h data structurs produced
     funny results.  An example is calling  LIST_REMOVE on the same
     element twice. This will not fail, but result in a data structure
     referencing who knows what. Prevent these accidents by NULLing some
     fields on remove and replace. This way, either a panic or segfault
     will be produced on the faulty operation.

16 years ago - deraadt@cvs.openbsd.org 2005/02/25 13:29:30
djm [Fri, 26 Oct 2007 06:41:14 +0000 (06:41 +0000)] 
   - deraadt@cvs.openbsd.org 2005/02/25 13:29:30
     [openbsd-compat/sys-queue.h]
     minor white spacing

16 years ago - grange@cvs.openbsd.org 2004/05/04 16:59:32
djm [Fri, 26 Oct 2007 06:40:20 +0000 (06:40 +0000)] 
   - grange@cvs.openbsd.org 2004/05/04 16:59:32
     [openbsd-compat/sys-queue.h]
     Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
     This matches our SLIST behaviour and NetBSD's SIMPLEQ as well.
     ok millert krw deraadt

16 years ago - tdeval@cvs.openbsd.org 2004/11/24 18:10:42
djm [Fri, 26 Oct 2007 06:39:05 +0000 (06:39 +0000)] 
   - tdeval@cvs.openbsd.org 2004/11/24 18:10:42
     [openbsd-compat/sys-tree.h]
     typo

16 years ago - frantzen@@cvs.openbsd.org 2004/04/24 18:11:46
djm [Fri, 26 Oct 2007 06:37:43 +0000 (06:37 +0000)] 
   - frantzen@@cvs.openbsd.org 2004/04/24 18:11:46
     [openbsd-compat/tree.h]
     sync to Niels Provos' version.  avoid unused variable warning in
     RB_NEXT()

16 years ago - jakob@cvs.openbsd.org 2007/10/11 18:36:41
djm [Fri, 26 Oct 2007 06:26:46 +0000 (06:26 +0000)] 
   - jakob@cvs.openbsd.org 2007/10/11 18:36:41
     [openbsd-compat/getrrsetbyname.c openbsd-compat/getrrsetbyname.h]
     use RRSIG instead of SIG for DNSSEC. ok djm@

16 years ago - otto@cvs.openbsd.org 2006/10/21 09:55:03
djm [Fri, 26 Oct 2007 06:17:24 +0000 (06:17 +0000)] 
   - otto@cvs.openbsd.org 2006/10/21 09:55:03
     [openbsd-compat/base64.c]
     remove calls to abort(3) that can't happen anyway; from
     <bret dot lambert at gmail.com>; ok millert@ deraadt@

16 years ago - (djm) [openbsd-compat/bindresvport.c]
djm [Fri, 26 Oct 2007 06:16:09 +0000 (06:16 +0000)] 
 - (djm) [openbsd-compat/bindresvport.c]
   Sync RCS ID after irrelevant (for portable OpenSSH) header shuffling

16 years ago - jakob@cvs.openbsd.org 2007/10/11 18:36:41
djm [Fri, 26 Oct 2007 06:14:46 +0000 (06:14 +0000)] 
   - jakob@cvs.openbsd.org 2007/10/11 18:36:41
     [openbsd-compat/getrrsetbyname.c]
     use RRSIG instead of SIG for DNSSEC. ok djm@

16 years ago - deraadt@cvs.openbsd.org 2005/11/28 17:50:12
djm [Fri, 26 Oct 2007 06:13:39 +0000 (06:13 +0000)] 
   - deraadt@cvs.openbsd.org 2005/11/28 17:50:12
     [openbsd-compat/glob.c]
     unused arg in internal static API

16 years ago - djm@cvs.openbsd.org 2007/10/24 03:44:02
djm [Fri, 26 Oct 2007 05:39:15 +0000 (05:39 +0000)] 
  - djm@cvs.openbsd.org 2007/10/24 03:44:02
     [scp.c]
     factor out network read/write into an atomicio()-like function, and
     use it to handle short reads, apply bandwidth limits and update
     counters. make network IO non-blocking, so a small trickle of
     reads/writes has a chance of updating the progress meter; bz #799
     ok dtucker@

16 years ago - (djm) [regress/sftp-cmds.sh]
djm [Fri, 26 Oct 2007 05:37:50 +0000 (05:37 +0000)] 
 - (djm) [regress/sftp-cmds.sh]
   Use more restrictive glob to pick up test files from /bin - some platforms
   ship broken symlinks there which could spoil the test.

16 years ago - djm@cvs.openbsd.org 2007/10/26 05:30:01
djm [Fri, 26 Oct 2007 05:35:54 +0000 (05:35 +0000)] 
   - djm@cvs.openbsd.org 2007/10/26 05:30:01
     [regress/sftp-glob.sh regress/test-exec.sh]
     remove "echo -E" crap that I added in last commit and use printf(1) for
     cases where we strictly require echo not to reprocess escape characters.

16 years ago - djm@cvs.openbsd.org 2007/10/24 03:32:35
djm [Fri, 26 Oct 2007 04:54:12 +0000 (04:54 +0000)] 
   - djm@cvs.openbsd.org 2007/10/24 03:32:35
     [regress/sftp-cmds.sh regress/sftp-glob.sh regress/test-exec.sh]
     comprehensive tests for sftp escaping its interaction with globbing;
     ok dtucker@

16 years ago - pvalchev@cvs.openbsd.org 2007/06/07 19:41:46
djm [Fri, 26 Oct 2007 04:45:57 +0000 (04:45 +0000)] 
   - pvalchev@cvs.openbsd.org 2007/06/07 19:41:46
     [regress/cipher-speed.sh regress/try-ciphers.sh]
     test umac-64@openssh.com
     ok djm@

16 years ago - dtucker@cvs.openbsd.org 2006/12/13 08:36:36
djm [Fri, 26 Oct 2007 04:45:13 +0000 (04:45 +0000)] 
   - dtucker@cvs.openbsd.org 2006/12/13 08:36:36
     [regress/cfgmatch.sh]
     Additional test for multiple PermitOpen entries.  ok djm@

16 years ago - markus@cvs.openbsd.org 2006/11/06 09:27:43
djm [Fri, 26 Oct 2007 04:44:34 +0000 (04:44 +0000)] 
   - markus@cvs.openbsd.org 2006/11/06 09:27:43
     [regress/cfgmatch.sh]
     fix quoting for non-(c)sh login shells.

16 years ago - djm@cvs.openbsd.org 2006/08/29 09:44:00
djm [Fri, 26 Oct 2007 04:43:50 +0000 (04:43 +0000)] 
   - djm@cvs.openbsd.org 2006/08/29 09:44:00
     [regress/sftp-cmds.sh]
     clean up our mess

16 years ago - djm@cvs.openbsd.org 2007/10/24 03:44:02
djm [Fri, 26 Oct 2007 04:28:01 +0000 (04:28 +0000)] 
  - djm@cvs.openbsd.org 2007/10/24 03:44:02
     [scp.c]
     factor out network read/write into an atomicio()-like function, and
     use it to handle short reads, apply bandwidth limits and update
     counters. make network IO non-blocking, so a small trickle of
     reads/writes has a chance of updating the progress meter; bz #799
     ok dtucker@

16 years ago - djm@cvs.openbsd.org 2007/10/24 03:30:02
djm [Fri, 26 Oct 2007 04:27:45 +0000 (04:27 +0000)] 
   - djm@cvs.openbsd.org 2007/10/24 03:30:02
     [sftp.c]
     rework argument splitting and parsing to cope correctly with common
     shell escapes and make handling of escaped characters consistent
     with sh(1) and between sftp commands (especially between ones that
     glob their arguments and ones that don't).
     parse command flags using getopt(3) rather than hand-rolled parsers.
     ok dtucker@

16 years ago - markus@cvs.openbsd.org 2007/10/22 19:10:24
djm [Fri, 26 Oct 2007 04:27:22 +0000 (04:27 +0000)] 
   - markus@cvs.openbsd.org 2007/10/22 19:10:24
     [readconf.c]
     make sure that both the local and remote port are correct when
     parsing -L; Jan Pechanec (bz #1378)

16 years ago - chl@cvs.openbsd.org 2007/10/02 17:49:58
djm [Fri, 26 Oct 2007 04:27:02 +0000 (04:27 +0000)] 
   - chl@cvs.openbsd.org 2007/10/02 17:49:58
     [ssh-keygen.c]
     handles zero-sized strings that fgets can return
     properly removes trailing newline
     removes an unused variable
     correctly counts line number
     "looks ok" ray@ markus@

16 years ago - chl@cvs.openbsd.org 2007/10/02 17:49:58
djm [Fri, 26 Oct 2007 04:26:32 +0000 (04:26 +0000)] 
   - chl@cvs.openbsd.org 2007/10/02 17:49:58
     [ssh-keygen.c]
     handles zero-sized strings that fgets can return

16 years ago - dtucker@cvs.openbsd.org 2007/09/29 00:25:51
djm [Fri, 26 Oct 2007 04:26:15 +0000 (04:26 +0000)] 
   - dtucker@cvs.openbsd.org 2007/09/29 00:25:51
     [auth2.c]
     Remove unused prototype.  ok djm@

16 years ago - ray@cvs.openbsd.org 2007/09/27 00:15:57
djm [Fri, 26 Oct 2007 04:25:55 +0000 (04:25 +0000)] 
   - ray@cvs.openbsd.org 2007/09/27 00:15:57
     [dh.c]
     Don't return -1 on error in dh_pub_is_valid(), since it evaluates
     to true.
     Also fix a typo.
     Initial diff from Matthew Dempsky, input from djm.
     OK djm, markus.

16 years ago - canacar@cvs.openbsd.org 2007/09/25 23:48:57
djm [Fri, 26 Oct 2007 04:25:31 +0000 (04:25 +0000)] 
   - canacar@cvs.openbsd.org 2007/09/25 23:48:57
     [ssh-agent.c]
     When adding a key that already exists, update the properties
     (time, confirm, comment) instead of discarding them. ok djm@ markus@

16 years ago - djm@cvs.openbsd.org 2007/09/21 08:15:29
djm [Fri, 26 Oct 2007 04:25:12 +0000 (04:25 +0000)] 
   - djm@cvs.openbsd.org 2007/09/21 08:15:29
     [auth-bsdauth.c auth-passwd.c auth.c auth.h auth1.c auth2-chall.c]
     [monitor.c monitor_wrap.c]
     unifdef -DBSD_AUTH
     unifdef -USKEY
     These options have been in use for some years;
     ok markus@ "no objection" millert@
     (NB. RCD ID sync only for portable)

16 years ago - djm@cvs.openbsd.org 2007/09/21 03:05:23
djm [Fri, 26 Oct 2007 04:24:48 +0000 (04:24 +0000)] 
   - djm@cvs.openbsd.org 2007/09/21 03:05:23
     [ssh_config.5]
     document KbdInteractiveAuthentication in ssh_config.5;
     patch from dkg AT fifthhorseman.net

16 years ago - stevesk@cvs.openbsd.org 2007/09/11 23:49:09
djm [Fri, 26 Oct 2007 04:24:30 +0000 (04:24 +0000)] 
   - stevesk@cvs.openbsd.org 2007/09/11 23:49:09
     [sshpty.c]
     remove #if defined block not needed; ok markus@ dtucker@
     (NB. RCD ID sync only for portable)

16 years ago - (dtucker) [configure.ac defines.h] Shadow expiry does not work on QNX6
dtucker [Wed, 26 Sep 2007 21:03:20 +0000 (21:03 +0000)] 
 - (dtucker) [configure.ac defines.h] Shadow expiry does not work on QNX6
   so disable it for that platform.  From bacon at cs nyu edu.

16 years ago - (dtucker) [configure.ac atomicio.c] Fall back to <sys/poll.h> if we don't
dtucker [Wed, 26 Sep 2007 21:00:09 +0000 (21:00 +0000)] 
 - (dtucker) [configure.ac atomicio.c] Fall back to <sys/poll.h> if we don't
   have <poll.h> (eq QNX).  From bacon at cs nyu edu.

16 years ago - (djm) [atomicio.c] Fix spin avoidance for platforms that define
djm [Fri, 21 Sep 2007 03:12:49 +0000 (03:12 +0000)] 
 - (djm) [atomicio.c] Fix spin avoidance for platforms that define
   EWOULDBLOCK; patch from ben AT psc.edu

16 years ago - (tim) [defines.h] Fix regression in long password support on OpenServer 6.
tim [Mon, 17 Sep 2007 15:32:32 +0000 (15:32 +0000)] 
 - (tim) [defines.h] Fix regression in long password support on OpenServer 6.
   Problem report and additional testing rac AT tenzing.org.

16 years ago - djm@cvs.openbsd.org 2007/09/16 00:55:52
djm [Mon, 17 Sep 2007 06:12:03 +0000 (06:12 +0000)] 
   - djm@cvs.openbsd.org 2007/09/16 00:55:52
     [sftp-client.c]
     use off_t instead of u_int64_t for file offsets, matching what the
     progressmeter code expects; bz #842

16 years ago - djm@cvs.openbsd.org 2007/09/13 04:39:04
djm [Mon, 17 Sep 2007 06:11:33 +0000 (06:11 +0000)] 
   - djm@cvs.openbsd.org 2007/09/13 04:39:04
     [sftp-server.c]
     fix incorrect test when setting syslog facility; from Jan Pechanec

16 years ago - stevesk@cvs.openbsd.org 2007/09/12 19:39:19
djm [Mon, 17 Sep 2007 06:11:01 +0000 (06:11 +0000)] 
   - stevesk@cvs.openbsd.org 2007/09/12 19:39:19
     [umac.c]
     use xmalloc() and xfree(); ok markus@ pvalchev@

16 years ago - stevesk@cvs.openbsd.org 2007/09/11 23:49:09
djm [Mon, 17 Sep 2007 06:10:21 +0000 (06:10 +0000)] 
   - stevesk@cvs.openbsd.org 2007/09/11 23:49:09
     [sshpty.c]
     remove #if defined block not needed; ok markus@ dtucker@
     NB. RCS ID sync only

16 years ago - gilles@cvs.openbsd.org 2007/09/11 15:47:17
djm [Mon, 17 Sep 2007 06:09:15 +0000 (06:09 +0000)] 
   - gilles@cvs.openbsd.org 2007/09/11 15:47:17
     [session.c ssh-keygen.c sshlogin.c]
     use strcspn to properly overwrite '\n' in fgets returned buffer
     ok pyr@, ray@, millert@, moritz@, chl@

16 years ago - stevesk@cvs.openbsd.org 2007/09/11 04:36:29
djm [Mon, 17 Sep 2007 06:07:32 +0000 (06:07 +0000)] 
   - stevesk@cvs.openbsd.org 2007/09/11 04:36:29
     [sshpty.c]
     sort #include
     NB. RCS ID sync only

16 years ago - sobrado@cvs.openbsd.org 2007/09/09 11:38:01
djm [Mon, 17 Sep 2007 06:05:50 +0000 (06:05 +0000)] 
   - sobrado@cvs.openbsd.org 2007/09/09 11:38:01
     [ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.c]
     sort synopsis and options in ssh-agent(1); usage is lowercase
     ok jmc@

16 years ago - djm@cvs.openbsd.org 2007/09/04 11:15:56
djm [Mon, 17 Sep 2007 02:06:57 +0000 (02:06 +0000)] 
   - djm@cvs.openbsd.org 2007/09/04 11:15:56
     [ssh.c sshconnect.c sshconnect.h]
     make ssh(1)'s ConnectTimeout option apply to both the TCP connection and
     SSH banner exchange (previously it just covered the TCP connection).
     This allows callers of ssh(1) to better detect and deal with stuck servers
     that accept a TCP connection but don't progress the protocol, and also
     makes ConnectTimeout useful for connections via a ProxyCommand;
     feedback and "looks ok" markus@

16 years ago - djm@cvs.openbsd.org 2007/09/04 03:21:03
djm [Mon, 17 Sep 2007 02:04:08 +0000 (02:04 +0000)] 
   - djm@cvs.openbsd.org 2007/09/04 03:21:03
     [clientloop.c monitor.c monitor_fdpass.c monitor_fdpass.h]
     [monitor_wrap.c ssh.c]
     make file descriptor passing code return an error rather than call fatal()
     when it encounters problems, and use this to make session multiplexing
     masters survive slaves failing to pass all stdio FDs; ok markus@

16 years ago - djm@cvs.openbsd.org 2007/08/23 03:23:26
djm [Mon, 17 Sep 2007 01:58:04 +0000 (01:58 +0000)] 
   - djm@cvs.openbsd.org 2007/08/23 03:23:26
     [sshconnect.c]
     Execute ProxyCommands with $SHELL rather than /bin/sh unconditionally

16 years ago - djm@cvs.openbsd.org 2007/08/23 03:22:16
djm [Mon, 17 Sep 2007 01:57:38 +0000 (01:57 +0000)] 
   - djm@cvs.openbsd.org 2007/08/23 03:22:16
     [auth2-none.c sshd_config sshd_config.5]
     Support "Banner=none" to disable displaying of the pre-login banner;
     ok dtucker@ deraadt@

16 years ago - djm@cvs.openbsd.org 2007/08/23 03:06:10
djm [Mon, 17 Sep 2007 01:55:25 +0000 (01:55 +0000)] 
   - djm@cvs.openbsd.org 2007/08/23 03:06:10
     [auth.h]
     login_cap.h doesn't belong here
     NB. RCS ID sync only for portable

16 years ago - djm@cvs.openbsd.org 2007/08/23 02:55:51
djm [Mon, 17 Sep 2007 01:54:24 +0000 (01:54 +0000)] 
   - djm@cvs.openbsd.org 2007/08/23 02:55:51
     [auth-passwd.c auth.c session.c]
     missed include bits from last commit
     NB. RCS ID sync only for portable

16 years ago - djm@cvs.openbsd.org 2007/08/23 02:49:43
djm [Mon, 17 Sep 2007 01:52:59 +0000 (01:52 +0000)] 
   - djm@cvs.openbsd.org 2007/08/23 02:49:43
     [auth-passwd.c auth.c session.c]
     unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@
     NB. RCS ID sync only for portable

16 years ago - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path.
dtucker [Fri, 14 Sep 2007 00:04:15 +0000 (00:04 +0000)] 
 - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path.
   Patch from Jan.Pechanec at sun com.

16 years ago - (tim) [configure.ac] Autoconf didn't define HAVE_LIBIAF because we
tim [Mon, 10 Sep 2007 23:24:17 +0000 (23:24 +0000)] 
 - (tim) [configure.ac] Autoconf didn't define HAVE_LIBIAF because we
   did a AC_CHECK_FUNCS within the AC_CHECK_LIB test.

16 years ago - (dtucker) [openbsd-compat/regress/closefromtest.c] Bug #1358: Always
dtucker [Mon, 10 Sep 2007 03:20:14 +0000 (03:20 +0000)] 
 - (dtucker) [openbsd-compat/regress/closefromtest.c] Bug #1358: Always
   return 0 on successful test.  From David.Leonard at quest com.

16 years agodon't say it twice
djm [Tue, 4 Sep 2007 06:49:39 +0000 (06:49 +0000)] 
don't say it twice

16 years agocredit Jan Pechanec
djm [Tue, 4 Sep 2007 04:26:32 +0000 (04:26 +0000)] 
credit Jan Pechanec

16 years agoMention Jan Pechanec
dtucker [Tue, 4 Sep 2007 04:05:24 +0000 (04:05 +0000)] 
Mention Jan Pechanec

16 years ago - (dtucker) [INSTALL] Link to tcpwrappers.
dtucker [Fri, 17 Aug 2007 12:52:05 +0000 (12:52 +0000)] 
 - (dtucker) [INSTALL] Link to tcpwrappers.

16 years ago - (dtucker) [INSTALL] Give PAM its own heading.
dtucker [Fri, 17 Aug 2007 12:12:14 +0000 (12:12 +0000)] 
 - (dtucker) [INSTALL] Give PAM its own heading.

16 years ago - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
dtucker [Fri, 17 Aug 2007 12:10:10 +0000 (12:10 +0000)] 
 - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.

16 years ago - (dtucker) [INSTALL] Group the parts describing random options and PAM
dtucker [Fri, 17 Aug 2007 12:03:09 +0000 (12:03 +0000)] 
 - (dtucker) [INSTALL] Group the parts describing random options and PAM
   implementations together which is hopefully more coherent.

16 years agotypo
dtucker [Fri, 17 Aug 2007 11:40:22 +0000 (11:40 +0000)] 
typo

16 years ago - (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked
dtucker [Thu, 16 Aug 2007 23:42:32 +0000 (23:42 +0000)] 
 - (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked
   accounts and that's what the code looks for, so make man page and code
   agree.  Pointed out by Roumen Petrov.

16 years ago - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
dtucker [Thu, 16 Aug 2007 13:28:04 +0000 (13:28 +0000)] 
 - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
   connections too.  Based on a patch from Sandro Wefel, with & ok djm@

16 years ago - stevesk@cvs.openbsd.org 2007/08/15 12:13:41
dtucker [Wed, 15 Aug 2007 12:20:22 +0000 (12:20 +0000)] 
   - stevesk@cvs.openbsd.org 2007/08/15 12:13:41
     [ssh_config.5]
     tun device forwarding now honours ExitOnForwardFailure; ok markus@

16 years ago - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec
dtucker [Wed, 15 Aug 2007 09:22:20 +0000 (09:22 +0000)] 
 - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec
   contrib/suse/openssh.spec] Crank version.

16 years ago - (dtucker) [openbsd-compat/bsd-cray.c] Remove debug from signal handler.
dtucker [Wed, 15 Aug 2007 09:17:43 +0000 (09:17 +0000)] 
 - (dtucker) [openbsd-compat/bsd-cray.c] Remove debug from signal handler.
   ok djm@

16 years ago - markus@cvs.openbsd.org 2007/08/15 08:16:49
dtucker [Wed, 15 Aug 2007 09:14:52 +0000 (09:14 +0000)] 
   - markus@cvs.openbsd.org 2007/08/15 08:16:49
     [version.h]
     openssh 4.7

16 years ago - markus@cvs.openbsd.org 2007/08/15 08:14:46
dtucker [Wed, 15 Aug 2007 09:13:41 +0000 (09:13 +0000)] 
   - markus@cvs.openbsd.org 2007/08/15 08:14:46
     [clientloop.c]
     do NOT fall back to the trused x11 cookie if generation of an untrusted
     cookie fails; from security-alert at sun.com; ok dtucker

16 years ago - (dtucker) [session.c] Bug #1339: ensure that pam_setcred() is always
dtucker [Mon, 13 Aug 2007 13:11:56 +0000 (13:11 +0000)] 
 - (dtucker) [session.c] Bug #1339: ensure that pam_setcred() is always
   called with PAM_ESTABLISH_CRED at least once, which resolves a problem
   with pam_dhkeys.  Patch from David Leonard, ok djm@

16 years ago - (dtucker) [configure.ac] Bug #1343: Set DISABLE_FD_PASSING for QNX6. From.
dtucker [Fri, 10 Aug 2007 04:36:12 +0000 (04:36 +0000)] 
 - (dtucker) [configure.ac] Bug #1343: Set DISABLE_FD_PASSING for QNX6. From.
   Matt Kraai, ok djm@.

16 years ago - (dtucker) [auth-pam.c] Use sigdie here too. ok djm@
dtucker [Fri, 10 Aug 2007 04:32:34 +0000 (04:32 +0000)] 
 - (dtucker) [auth-pam.c] Use sigdie here too.  ok djm@

16 years agoCredit Bernhard Simon who also reported this.
dtucker [Thu, 9 Aug 2007 05:03:23 +0000 (05:03 +0000)] 
Credit Bernhard Simon who also reported this.

16 years ago - (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
dtucker [Thu, 9 Aug 2007 04:37:52 +0000 (04:37 +0000)] 
 - (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
   used anywhere and are a potential source of warnings.

16 years ago - (dtucker) [README.platform] Document the interaction between PermitRootLogin
dtucker [Thu, 9 Aug 2007 04:31:53 +0000 (04:31 +0000)] 
 - (dtucker) [README.platform] Document the interaction between PermitRootLogin
   and the AIX native login restrictions.

16 years ago - (dtucker) [openbsd-compat/port-aix.c] Comment typo.
dtucker [Thu, 9 Aug 2007 04:29:47 +0000 (04:29 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.c] Comment typo.

16 years ago - djm@cvs.openbsd.org 2007/08/07 07:32:53
djm [Wed, 8 Aug 2007 04:32:41 +0000 (04:32 +0000)] 
   - djm@cvs.openbsd.org 2007/08/07 07:32:53
     [clientloop.c clientloop.h ssh.c]
     bz#1232: ensure that any specified LocalCommand is executed after the
     tunnel device is opened. Also, make failures to open a tunnel device
     fatal when ExitOnForwardFailure is active.
     Reported by h.goebel AT goebel-consult.de; ok dtucker markus reyk deraadt

16 years ago - sobrado@cvs.openbsd.org 2007/08/06 19:16:06
djm [Wed, 8 Aug 2007 04:29:58 +0000 (04:29 +0000)] 
   - sobrado@cvs.openbsd.org 2007/08/06 19:16:06
     [scp.1 scp.c]
     the ellipsis is not an optional argument; while here, sync the usage
     and synopsis of commands
     lots of good ideas by jmc@
     ok jmc@

16 years ago - ray@cvs.openbsd.org 2007/07/12 05:48:05
djm [Wed, 8 Aug 2007 04:28:26 +0000 (04:28 +0000)] 
   - ray@cvs.openbsd.org 2007/07/12 05:48:05
     [key.c]
     Delint: remove some unreachable statements, from Bret Lambert.
     OK markus@ and dtucker@.

16 years ago - (tim) [buildpkg.sh.in] s|$FAKE_ROOT/${sysconfdir}|$FAKE_ROOT${sysconfdir}|
tim [Wed, 25 Jul 2007 04:40:59 +0000 (04:40 +0000)] 
 - (tim) [buildpkg.sh.in] s|$FAKE_ROOT/${sysconfdir}|$FAKE_ROOT${sysconfdir}|

16 years ago - (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5)
tim [Wed, 25 Jul 2007 04:16:07 +0000 (04:16 +0000)] 
 - (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5)
   files are installed.

16 years ago - (tim) [openbsd-compat/regress/closefromtest.c] Bug 1345: fix open() call.
tim [Wed, 25 Jul 2007 03:54:09 +0000 (03:54 +0000)] 
 - (tim) [openbsd-compat/regress/closefromtest.c] Bug 1345: fix open() call.
   Report/patch by David.Leonard AT quest.com

16 years ago - (tim) [openssh.xml.in] make FMRI match what package scripts use.
tim [Tue, 24 Jul 2007 20:13:42 +0000 (20:13 +0000)] 
 - (tim) [openssh.xml.in] make FMRI match what package scripts use.

16 years ago - (djm) bz#1325: Fix SELinux in permissive mode where it would
djm [Wed, 27 Jun 2007 22:48:02 +0000 (22:48 +0000)] 
 - (djm) bz#1325: Fix SELinux in permissive mode where it would
   incorrectly fatal() on errors. patch from cjwatson AT debian.org;
   ok dtucker

16 years ago - (dtucker) [atomicio.c configure.ac openbsd-compat/Makefile.in
dtucker [Mon, 25 Jun 2007 12:15:12 +0000 (12:15 +0000)] 
 - (dtucker) [atomicio.c configure.ac openbsd-compat/Makefile.in
   openbsd-compat/bsd-poll.{c,h} openbsd-compat/openbsd-compat.h]
   Add an implementation of poll() built on top of select(2).  Code from
   OpenNTPD with changes suggested by djm.  ok djm@

16 years ago - dtucker@cvs.openbsd.org 2007/06/25 12:02:27
dtucker [Mon, 25 Jun 2007 12:08:10 +0000 (12:08 +0000)] 
   - dtucker@cvs.openbsd.org 2007/06/25 12:02:27
     [atomicio.c]
     Include <poll.h> like the man page says rather than <sys/poll.h>.  ok djm@

16 years ago - (dtucker) [atomicio.c] Test for EWOULDBLOCK in atomiciov to match
dtucker [Mon, 25 Jun 2007 09:06:53 +0000 (09:06 +0000)] 
 - (dtucker) [atomicio.c] Test for EWOULDBLOCK in atomiciov to match
   atomicio.

16 years ago - dtucker@cvs.openbsd.org 2007/06/25 08:20:03
dtucker [Mon, 25 Jun 2007 09:04:46 +0000 (09:04 +0000)] 
   - dtucker@cvs.openbsd.org 2007/06/25 08:20:03
     [channels.c]
     Correct test for window updates every three packets; prevents sending
     window updates for every single packet.  ok markus@

16 years ago - djm@cvs.openbsd.org 2007/06/19 02:04:43
dtucker [Mon, 25 Jun 2007 09:04:12 +0000 (09:04 +0000)] 
   - djm@cvs.openbsd.org 2007/06/19 02:04:43
     [atomicio.c]
     if the fd passed to atomicio/atomiciov() is non blocking, then poll() to
     avoid a spin if it is not yet ready for reading/writing; ok dtucker@

16 years ago - djm@cvs.openbsd.org 2007/06/14 22:48:05
dtucker [Mon, 25 Jun 2007 08:59:17 +0000 (08:59 +0000)] 
   - djm@cvs.openbsd.org 2007/06/14 22:48:05
     [ssh.c]
     when waiting for the multiplex exit status, read until the master end
     writes an entire int of data *and* closes the client_fd; fixes mux
     regression spotted by dtucker, ok dtucker@

16 years ago - djm@cvs.openbsd.org 2007/06/14 21:43:25
dtucker [Mon, 25 Jun 2007 08:34:43 +0000 (08:34 +0000)] 
   - djm@cvs.openbsd.org 2007/06/14 21:43:25
     [ssh.c]
     handle EINTR when waiting for mux exit status properly

16 years ago - djm@cvs.openbsd.org 2007/06/13 00:21:27
dtucker [Mon, 25 Jun 2007 08:32:33 +0000 (08:32 +0000)] 
   - djm@cvs.openbsd.org 2007/06/13 00:21:27
     [scp.c]
     don't ftruncate() non-regular files; bz#1236 reported by wood AT
     xmission.com; ok dtucker@

16 years ago - (dtucker) [openbsd-compat/openssl-compat.h] Remove redundant definition
dtucker [Thu, 14 Jun 2007 13:47:31 +0000 (13:47 +0000)] 
 - (dtucker) [openbsd-compat/openssl-compat.h] Remove redundant definition
   of USE_BUILTIN_RIJNDAEL since the <0.9.6 test is covered by the
   subsequent <0.9.7 test.

16 years ago - (dtucker) [openbsd-compat/openssl-compat.h] Merge USE_BUILTIN_RIJNDAEL
dtucker [Thu, 14 Jun 2007 13:38:39 +0000 (13:38 +0000)] 
 - (dtucker) [openbsd-compat/openssl-compat.h] Merge USE_BUILTIN_RIJNDAEL
   sections.  Fixes builds with early OpenSSL 0.9.6 versions.

16 years ago - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the
dtucker [Thu, 14 Jun 2007 13:21:32 +0000 (13:21 +0000)] 
 - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the
   USE_BUILTIN_RIJNDAEL compat goop to openssl-compat.h so it can be
   shared with umac.c.  Allows building with OpenSSL 0.9.5 again including
   umac support.  With tim@ djm@, ok djm.

16 years ago - dtucker@cvs.openbsd.org 2007/06/12 13:54:28
dtucker [Tue, 12 Jun 2007 14:02:07 +0000 (14:02 +0000)] 
   - dtucker@cvs.openbsd.org 2007/06/12 13:54:28
     [scp.c]
     Encode filename with strnvis if the name contains a newline (which can't
     be represented in the scp protocol), from bz #891.  ok markus@

16 years ago - jmc@cvs.openbsd.org 2007/06/12 13:43:55
dtucker [Tue, 12 Jun 2007 14:00:58 +0000 (14:00 +0000)] 
   - jmc@cvs.openbsd.org 2007/06/12 13:43:55
     [ssh.1]
     add -K to SYNOPSIS;

16 years ago - jmc@cvs.openbsd.org 2007/06/12 13:41:03
dtucker [Tue, 12 Jun 2007 14:00:27 +0000 (14:00 +0000)] 
   - jmc@cvs.openbsd.org 2007/06/12 13:41:03
     [ssh-add.1]
     identies -> identities;

16 years ago - dtucker@cvs.openbsd.org 2007/06/12 11:56:15
dtucker [Tue, 12 Jun 2007 13:44:36 +0000 (13:44 +0000)] 
   - dtucker@cvs.openbsd.org 2007/06/12 11:56:15
     [gss-genr.c]
     Pass GSS OID to gss_display_status to provide better information in
     error messages.  Patch from Simon Wilkinson via bz 1220.  ok djm@

16 years ago - djm@cvs.openbsd.org 2007/06/12 11:45:27
dtucker [Tue, 12 Jun 2007 13:44:10 +0000 (13:44 +0000)] 
   - djm@cvs.openbsd.org 2007/06/12 11:45:27
     [ssh.c]
     improved exit message from multiplex slave sessions; bz #1262
     reported by alexandre.nunes AT gmail.com; ok dtucker@

16 years ago - djm@cvs.openbsd.org 2007/06/12 11:15:17
dtucker [Tue, 12 Jun 2007 13:43:16 +0000 (13:43 +0000)] 
   - djm@cvs.openbsd.org 2007/06/12 11:15:17
     [ssh.c ssh.1]
     Add "-K" flag for ssh to set GSSAPIAuthentication=yes and
     GSSAPIDelegateCredentials=yes. This is symmetric with -k (disable GSSAPI)
     and is useful for hosts with /home on Kerberised NFS; bz #1312
     patch from Markus.Kuhn AT cl.cam.ac.uk; ok dtucker@ markus@

16 years ago - djm@cvs.openbsd.org 2007/06/12 11:11:08
dtucker [Tue, 12 Jun 2007 13:41:33 +0000 (13:41 +0000)] 
   - djm@cvs.openbsd.org 2007/06/12 11:11:08
     [ssh.c]
     fix slave exit value when a control master goes away without passing the
     full exit status by ensuring that the slave reads a full int. bz#1261
     reported by frekko AT gmail.com; ok markus@ dtucker@

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