]> andersk Git - openssh.git/log
openssh.git
16 years ago - (djm) bz#1325: Fix SELinux in permissive mode where it would V_4_6
dtucker [Thu, 28 Jun 2007 00:07:43 +0000 (00:07 +0000)] 
 - (djm) bz#1325: Fix SELinux in permissive mode where it would
   incorrectly fatal() on errors. patch from cjwatson AT debian.org;
   ok dtucker
   (backport from current)

16 years ago - djm@cvs.openbsd.org 2007/06/14 22:48:05
dtucker [Mon, 25 Jun 2007 08:59:31 +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:35:49 +0000 (08:35 +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:33:56 +0000 (08:33 +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 - djm@cvs.openbsd.org 2007/06/12 11:11:08
dtucker [Tue, 12 Jun 2007 13:49:11 +0000 (13:49 +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@

16 years ago - dtucker@cvs.openbsd.org 2007/06/12 11:56:15
dtucker [Tue, 12 Jun 2007 13:47:25 +0000 (13:47 +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 - (dtucker) [includes.h] Bug #1243: HAVE_PATHS -> HAVE_PATHS_H. Should
dtucker [Mon, 11 Jun 2007 04:44:17 +0000 (04:44 +0000)] 
 - (dtucker) [includes.h] Bug #1243: HAVE_PATHS -> HAVE_PATHS_H.  Should
   prevent warnings about redefinitions of various things in paths.h.
   Spotted by cartmanltd at hotmail.com.

16 years ago - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
dtucker [Mon, 11 Jun 2007 04:32:30 +0000 (04:32 +0000)] 
 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
   fix; tested by dtucker@ and jochen.kirn AT gmail.com (backport from HEAD)

16 years ago - (dtucker) [mdoc2man.awk] Sync with rev 1.8, mainly for %R reference
dtucker [Tue, 5 Jun 2007 10:05:37 +0000 (10:05 +0000)] 
 - (dtucker) [mdoc2man.awk] Sync with rev 1.8, mainly for %R reference
   support used for RFCs.

17 years ago - dtucker@cvs.openbsd.org 2007/04/23 10:15:39
dtucker [Sun, 20 May 2007 05:06:11 +0000 (05:06 +0000)] 
   - dtucker@cvs.openbsd.org 2007/04/23 10:15:39
     [servconf.c]
     Remove debug() left over from development.  ok deraadt@
     (This fixes a null pointer deref on startup with Match+debug on some
     platforms).

17 years ago - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1299: Use the
dtucker [Sun, 29 Apr 2007 03:58:47 +0000 (03:58 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1299: Use the
   platform's _res if it has one.  Should fix problem of DNSSEC record lookups
   on NetBSD as reported by Curt Sampson.

17 years ago - (tim) [auth.c configure.ac defines.h session.c openbsd-compat/port-uw.c
dtucker [Tue, 27 Mar 2007 09:07:48 +0000 (09:07 +0000)] 
 - (tim) [auth.c configure.ac defines.h session.c openbsd-compat/port-uw.c
   openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] Rework libiaf test/defines
   to account for IRIX having libiaf but not set_id(). Patch with & ok dtucker@

  (backport from -HEAD)

17 years ago - dtucker@cvs.openbsd.org 2007/03/09 05:20:06
dtucker [Wed, 21 Mar 2007 09:40:10 +0000 (09:40 +0000)] 
   - dtucker@cvs.openbsd.org 2007/03/09 05:20:06
     [servconf.c sshd.c]
     Move C/R -> kbdint special case to after the defaults have been
     loaded, which makes ChallengeResponse default to yes again.  This
     was broken by the Match changes and not fixed properly subsequently.
     Found by okan at demirmen.com, ok djm@ "please do it" deraadt@

17 years ago - (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in
dtucker [Tue, 13 Mar 2007 07:49:31 +0000 (07:49 +0000)] 
 - (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in
   bug #1291 also affects Protocol 1 3des.  While at it, use compat-openssl.h
   in cipher-bf1.c.  Patch from Juan Gallego.

17 years ago - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include
dtucker [Mon, 12 Mar 2007 20:33:34 +0000 (20:33 +0000)] 
 - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include
   string.h to prevent warnings, from vapier at gentoo.org.

17 years ago - (djm) [README] correct link to release notes V_4_6_P1
djm [Tue, 6 Mar 2007 10:27:55 +0000 (10:27 +0000)] 
 - (djm) [README] correct link to release notes

17 years ago - (djm) Release 4.6p1
djm [Tue, 6 Mar 2007 10:24:00 +0000 (10:24 +0000)] 
 - (djm) Release 4.6p1

17 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
djm [Tue, 6 Mar 2007 10:23:24 +0000 (10:23 +0000)] 
 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] crank spec files for release

17 years ago - djm@cvs.openbsd.org 2007/03/06 10:13:14
djm [Tue, 6 Mar 2007 10:21:37 +0000 (10:21 +0000)] 
   - djm@cvs.openbsd.org 2007/03/06 10:13:14
     [version.h]
     openssh-4.6; "please" deraadt@

17 years ago - OpenBSD CVS Sync
djm [Tue, 6 Mar 2007 10:21:18 +0000 (10:21 +0000)] 
 - OpenBSD CVS Sync
   - jmc@cvs.openbsd.org 2007/03/01 16:19:33
     [sshd_config.5]
     sort the `match' keywords;

17 years ago - (dtucker) [openbsd-compat/openssl-compat.h] Bug #1291: Work around a
dtucker [Mon, 5 Mar 2007 07:25:20 +0000 (07:25 +0000)] 
 - (dtucker) [openbsd-compat/openssl-compat.h] Bug #1291: Work around a
   bug in OpenSSL 0.9.8e that prevents aes256-ctr, aes192-ctr and arcfour256
   ciphers from working correctly (disconnects with "Bad packet length"
   errors) as found by Ben Harris.  ok djm@

17 years ago - (djm) [configure.ac] add a --without-openssl-header-check option to
djm [Mon, 5 Mar 2007 00:51:27 +0000 (00:51 +0000)] 
 - (djm) [configure.ac] add a --without-openssl-header-check option to
   configure, as some platforms (OS X) ship OpenSSL headers whose version
   does not match that of the shipping library. ok dtucker@

17 years ago - (dtucker) [regress/agent-ptrace.sh] Make ttrace gdb error a little more
dtucker [Fri, 2 Mar 2007 22:42:23 +0000 (22:42 +0000)] 
 - (dtucker) [regress/agent-ptrace.sh] Make ttrace gdb error a little more
   general to cover newer gdb versions on HP-UX.

17 years ago - (dtucker) [INSTALL] Update to autoconf-2.61.
dtucker [Fri, 2 Mar 2007 06:53:41 +0000 (06:53 +0000)] 
 - (dtucker) [INSTALL] Update to autoconf-2.61.

17 years ago - (dtucker) [configure.ac] For Cygwin, read files in textmode (which allows
dtucker [Fri, 2 Mar 2007 06:50:03 +0000 (06:50 +0000)] 
 - (dtucker) [configure.ac] For Cygwin, read files in textmode (which allows
   CRLF as well as LF lineendings) and write in binary mode.  Patch from
   vinschen at redhat.com.

17 years ago - (tim) [buildpkg.sh.in openssh.xml.in] Clean up Solaris 10 smf(5) bits.
tim [Thu, 1 Mar 2007 17:34:52 +0000 (17:34 +0000)] 
 - (tim) [buildpkg.sh.in openssh.xml.in] Clean up Solaris 10 smf(5) bits.
   "Looks sane" dtucker@

17 years ago - dtucker@cvs.openbsd.org 2007/03/01 10:28:02
dtucker [Thu, 1 Mar 2007 10:31:28 +0000 (10:31 +0000)] 
   - dtucker@cvs.openbsd.org 2007/03/01 10:28:02
     [auth2.c sshd_config.5 servconf.c]
     Remove ChallengeResponseAuthentication support inside a Match
     block as its interaction with KbdInteractive makes it difficult to
     support.  Also, relocate the CR/kbdint option special-case code into
     servconf.  "please commit" djm@, ok markus@ for the relocation.

17 years ago - dtucker@cvs.openbsd.org 2007/02/28 00:55:30
dtucker [Wed, 28 Feb 2007 10:19:58 +0000 (10:19 +0000)] 
   - dtucker@cvs.openbsd.org 2007/02/28 00:55:30
     [ssh-agent.c]
     Remove expired keys periodically so they don't remain in memory when
     the agent is entirely idle, as noted by David R. Piegdon.  This is the
     simple fix, a more efficient one will be done later.  With markus,
     deraadt, with & ok djm.

17 years ago - ray@cvs.openbsd.org 2007/02/24 03:30:11
dtucker [Sun, 25 Feb 2007 09:38:55 +0000 (09:38 +0000)] 
   - ray@cvs.openbsd.org 2007/02/24 03:30:11
     [moduli.c]
     - strlen returns size_t, not int.
     - Pass full buffer size to fgets.
     OK djm@, millert@, and moritz@.

17 years ago - dtucker@cvs.openbsd.org 2007/02/22 12:58:40
dtucker [Sun, 25 Feb 2007 09:37:52 +0000 (09:37 +0000)] 
   - dtucker@cvs.openbsd.org 2007/02/22 12:58:40
     [servconf.c]
     Check activep so Match and GatewayPorts work together; ok markus@

17 years ago - dtucker@cvs.openbsd.org 2007/02/21 11:00:05
dtucker [Sun, 25 Feb 2007 09:37:21 +0000 (09:37 +0000)] 
   - dtucker@cvs.openbsd.org 2007/02/21 11:00:05
     [sshd.c]
     Clear alarm() before restarting sshd on SIGHUP.  Without this, if there's
     a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the
     newly exec'ed sshd will get the SIGALRM and not have a handler for it,
     and the default action will terminate the listening sshd.  Analysis and
     patch from andrew at gaul.org.

17 years ago - djm@cvs.openbsd.org 2007/02/20 10:25:14
dtucker [Sun, 25 Feb 2007 09:36:49 +0000 (09:36 +0000)] 
   - djm@cvs.openbsd.org 2007/02/20 10:25:14
     [clientloop.c]
     set maximum packet and window sizes the same for multiplexed clients
     as normal connections; ok markus@

17 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Don't attempt to calloc
dtucker [Mon, 19 Feb 2007 11:56:55 +0000 (11:56 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Don't attempt to calloc
   an array for signatures when there are none since "calloc(0, n) returns
   NULL on some platforms (eg Tru64), which is explicitly permitted by
   POSIX.  Diagnosis and patch by svallet genoscope.cns.fr.

17 years ago - (dtucker) [contrib/findssl.sh] Add "which" as a shell function since some
dtucker [Mon, 19 Feb 2007 11:44:25 +0000 (11:44 +0000)] 
 - (dtucker) [contrib/findssl.sh] Add "which" as a shell function since some
   platforms don't have it.  Patch from dleonard at vintela.com.

17 years ago - dtucker@cvs.openbsd.org 2007/02/19 10:45:58
dtucker [Mon, 19 Feb 2007 11:25:37 +0000 (11:25 +0000)] 
   - dtucker@cvs.openbsd.org 2007/02/19 10:45:58
     [monitor_wrap.c servconf.c servconf.h monitor.c sshd_config.5]
     Teach Match how handle config directives that are used before
     authentication.  This allows configurations such as permitting password
     authentication from the local net only while requiring pubkey from
     offsite.  ok djm@, man page bits ok jmc@

17 years ago - stevesk@cvs.openbsd.org 2007/02/14 14:32:00
dtucker [Mon, 19 Feb 2007 11:17:28 +0000 (11:17 +0000)] 
   - stevesk@cvs.openbsd.org 2007/02/14 14:32:00
     [bufbn.c]
     typos in comments; ok jmc@

17 years ago - djm@cvs.openbsd.org 2007/01/22 13:06:21
dtucker [Mon, 19 Feb 2007 11:14:11 +0000 (11:14 +0000)] 
   - djm@cvs.openbsd.org 2007/01/22 13:06:21
     [scp.c]
     fix detection of whether we should show progress meter or not: scp
     tested isatty(stderr) but wrote the progress meter to stdout. This patch
     makes it test stdout. bz#1265 reported by junkmail AT bitsculpture.com;
     of dtucker@

17 years ago - djm@cvs.openbsd.org 2007/01/22 11:32:50
dtucker [Mon, 19 Feb 2007 11:13:39 +0000 (11:13 +0000)] 
   - djm@cvs.openbsd.org 2007/01/22 11:32:50
     [sftp-client.c]
     return error from do_upload() when a write fails. fixes bz#1252: zero
     exit status from sftp when uploading to a full device. report from
     jirkat AT atlas.cz; ok dtucker@

17 years ago - stevesk@cvs.openbsd.org 2007/01/21 01:45:35
dtucker [Mon, 19 Feb 2007 11:12:53 +0000 (11:12 +0000)] 
   - stevesk@cvs.openbsd.org 2007/01/21 01:45:35
     [readconf.c]
     spaces

17 years agoChangeLog entries for previous 2 commits
dtucker [Mon, 19 Feb 2007 11:12:23 +0000 (11:12 +0000)] 
ChangeLog entries for previous 2 commits

17 years ago - stevesk@cvs.openbsd.org 2007/01/21 01:41:54
dtucker [Mon, 19 Feb 2007 11:10:25 +0000 (11:10 +0000)] 
   - stevesk@cvs.openbsd.org 2007/01/21 01:41:54
     [auth-skey.c kex.c ssh-keygen.c session.c clientloop.c]
     spaces

17 years ago - dtucker@cvs.openbsd.org 2007/01/17 23:22:52
dtucker [Mon, 19 Feb 2007 11:09:45 +0000 (11:09 +0000)] 
   - dtucker@cvs.openbsd.org 2007/01/17 23:22:52
     [readconf.c]
     Honour activep for times (eg ServerAliveInterval) while parsing
     ssh_config and ~/.ssh/config so they work properly with Host directives.
     From mario.lorenz@wincor-nixdorf.com via bz #1275.  ok markus@

17 years ago - jmc@cvs.openbsd.org 2007/01/12 20:20:41
dtucker [Mon, 19 Feb 2007 11:09:06 +0000 (11:09 +0000)] 
   - jmc@cvs.openbsd.org 2007/01/12 20:20:41
     [ssh-keygen.1 ssh-keygen.c]
     more secsh -> rfc 4716 updates;
     spotted by wiz@netbsd
     ok markus

17 years ago - jmc@cvs.openbsd.org 2007/01/10 13:23:22
dtucker [Mon, 19 Feb 2007 11:08:17 +0000 (11:08 +0000)] 
   - jmc@cvs.openbsd.org 2007/01/10 13:23:22
     [ssh_config.5]
     do not use a list for SYNOPSIS;
     this is actually part of a larger report sent by eric s. raymond
     and forwarded by brad, but i only read half of it. spotted by brad.

17 years ago - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52)
djm [Sun, 28 Jan 2007 23:16:28 +0000 (23:16 +0000)] 
 - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52)
   when closing a tty session when a background process still holds tty
   fds open. Great detective work and patch by Marc Aurele La France,
   slightly tweaked by me; ok dtucker@

17 years ago - (dtucker) [openbsd-compat/bsd-snprintf.c] Static declarations for public
dtucker [Tue, 23 Jan 2007 13:07:29 +0000 (13:07 +0000)] 
 - (dtucker) [openbsd-compat/bsd-snprintf.c] Static declarations for public
   library interfaces aren't very helpful. Fix up the DOPR_OUTCH macro
   so it works properly and modify its callers so that they don't pre or
   post decrement arguments that are conditionally evaluated. While there,
   put SNPRINTF_CONST back as it prevents build failures in some
   configurations.  ok djm@ (for most of it)

17 years ago - (djm) [ssh-rand-helper.8] manpage nits;
djm [Mon, 22 Jan 2007 01:44:53 +0000 (01:44 +0000)] 
 - (djm) [ssh-rand-helper.8] manpage nits;
   from dleonard AT vintela.com (bz#1529)

17 years ago - (dtucker) [packet.c] Re-remove in_systm.h since it's already in includes.h
dtucker [Wed, 17 Jan 2007 00:00:13 +0000 (00:00 +0000)] 
 - (dtucker) [packet.c] Re-remove in_systm.h since it's already in includes.h
   and multiple including it causes problems on old IRIXes.  (It snuck back
   in during a sync.)  Found (again) by Georg Schwarz.

17 years ago - (djm) [openbsd-compat/bsd-snprintf.c] Fix integer overflow in return
djm [Sun, 14 Jan 2007 10:20:30 +0000 (10:20 +0000)] 
 - (djm) [openbsd-compat/bsd-snprintf.c] Fix integer overflow in return
   value of snprintf replacement, similar to bugs in various libc
   implementations. This overflow is not exploitable in OpenSSH.
   While I'm fiddling with it, make it a fair bit faster by inlining the
   append-char routine; ok dtucker@

17 years agotypo
dtucker [Sat, 13 Jan 2007 23:26:25 +0000 (23:26 +0000)] 
typo

17 years ago - (dtucker) [ssh-keygen.c] ac -> argv to match earlier sync.
dtucker [Sat, 13 Jan 2007 23:19:59 +0000 (23:19 +0000)] 
 - (dtucker) [ssh-keygen.c] ac -> argv to match earlier sync.

17 years ago - stevesk@cvs.openbsd.org 2007/01/03 07:22:36
djm [Fri, 5 Jan 2007 05:31:02 +0000 (05:31 +0000)] 
   - stevesk@cvs.openbsd.org 2007/01/03 07:22:36
     [sftp-server.c]
     spaces

17 years ago - stevesk@cvs.openbsd.org 2007/01/03 04:09:15
djm [Fri, 5 Jan 2007 05:30:41 +0000 (05:30 +0000)] 
   - stevesk@cvs.openbsd.org 2007/01/03 04:09:15
     [sftp.c]
     ARGSUSED for lint

17 years ago - stevesk@cvs.openbsd.org 2007/01/03 03:01:40
djm [Fri, 5 Jan 2007 05:30:16 +0000 (05:30 +0000)] 
   - stevesk@cvs.openbsd.org 2007/01/03 03:01:40
     [auth2-chall.c channels.c dns.c sftp.c ssh-keygen.c ssh.c]
     spaces

17 years ago - stevesk@cvs.openbsd.org 2007/01/03 00:53:38
djm [Fri, 5 Jan 2007 05:29:55 +0000 (05:29 +0000)] 
   - stevesk@cvs.openbsd.org 2007/01/03 00:53:38
     [ssh-keygen.c]
     remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scan

17 years ago - jmc@cvs.openbsd.org 2007/01/02 09:57:25
djm [Fri, 5 Jan 2007 05:29:30 +0000 (05:29 +0000)] 
   - jmc@cvs.openbsd.org 2007/01/02 09:57:25
     [sshd_config.5]
     do not use lists for SYNOPSIS;
     from eric s. raymond via brad

17 years ago - dtucker@cvs.openbsd.org 2006/12/14 10:01:14
djm [Fri, 5 Jan 2007 05:29:02 +0000 (05:29 +0000)] 
   - dtucker@cvs.openbsd.org 2006/12/14 10:01:14
     [servconf.c]
     Make "PermitOpen all" first-match within a block to match the way other
     options work.  ok markus@ djm@

17 years ago - dtucker@cvs.openbsd.org 2006/12/13 08:34:39
djm [Fri, 5 Jan 2007 05:28:36 +0000 (05:28 +0000)] 
   - dtucker@cvs.openbsd.org 2006/12/13 08:34:39
     [servconf.c]
     Make PermitOpen work with multiple values like the man pages says.
     bz #1267 with details from peter at dmtz.com, with & ok djm@

17 years ago - djm@cvs.openbsd.org 2006/12/12 03:58:42
djm [Fri, 5 Jan 2007 05:26:45 +0000 (05:26 +0000)] 
   - djm@cvs.openbsd.org 2006/12/12 03:58:42
     [channels.c compat.c compat.h]
     bz #1019: some ssh.com versions apparently can't cope with the
     remote port forwarding bind_address being a hostname, so send
     them an address for cases where they are not explicitly
     specified (wildcard or localhost bind).  reported by daveroth AT
     acm.org; ok dtucker@ deraadt@

17 years ago - markus@cvs.openbsd.org 2006/12/11 21:25:46
djm [Fri, 5 Jan 2007 05:25:46 +0000 (05:25 +0000)] 
   - markus@cvs.openbsd.org 2006/12/11 21:25:46
     [ssh-keygen.1 ssh.1]
     add rfc 4716 (public key format); ok jmc

17 years ago - ray@cvs.openbsd.org 2006/11/23 01:35:11
djm [Fri, 5 Jan 2007 05:24:47 +0000 (05:24 +0000)] 
   - ray@cvs.openbsd.org 2006/11/23 01:35:11
     [misc.c sftp.c]
     Don't access buf[strlen(buf) - 1] for zero-length strings.
     ``ok by me'' djm@.

17 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 5 Jan 2007 05:22:57 +0000 (05:22 +0000)] 
 - (djm) OpenBSD CVS Sync
   - deraadt@cvs.openbsd.org 2006/11/14 19:41:04
     [ssh-keygen.c]
     use argc and argv not some made up short form

17 years ago - (djm) [bsd-asprintf.c] Better test for bad vsnprintf lengths; ok dtucker@
djm [Tue, 5 Dec 2006 11:58:09 +0000 (11:58 +0000)] 
 - (djm) [bsd-asprintf.c] Better test for bad vsnprintf lengths; ok dtucker@

17 years ago - (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would
djm [Mon, 4 Dec 2006 22:08:54 +0000 (22:08 +0000)] 
 - (djm) [auth.c] Fix NULL pointer dereference in fakepw().  Crash would
   occur if the server did not have the privsep user and an invalid user
   tried to login and both privsep and krb5 auth are disabled.

17 years ago - markus@cvs.openbsd.org 2006/11/07 13:02:07
dtucker [Tue, 7 Nov 2006 23:01:36 +0000 (23:01 +0000)] 
   - markus@cvs.openbsd.org 2006/11/07 13:02:07
     [dh.c]
     BN_hex2bn returns int; from dtucker@

17 years ago - (dtucker) Release 4.5p1.
dtucker [Tue, 7 Nov 2006 12:27:34 +0000 (12:27 +0000)] 
 - (dtucker) Release 4.5p1.

17 years ago - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump
dtucker [Tue, 7 Nov 2006 12:25:45 +0000 (12:25 +0000)] 
 - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump
   versions.

17 years ago - markus@cvs.openbsd.org 2006/11/07 10:31:31
dtucker [Tue, 7 Nov 2006 12:16:08 +0000 (12:16 +0000)] 
   - markus@cvs.openbsd.org 2006/11/07 10:31:31
     [monitor.c version.h]
     correctly check for bad signatures in the monitor, otherwise the monitor
     and the unpriv process can get out of sync. with dtucker@, ok djm@,
     dtucker@

17 years ago - markus@cvs.openbsd.org 2006/11/06 21:25:28
dtucker [Tue, 7 Nov 2006 12:14:41 +0000 (12:14 +0000)] 
   - markus@cvs.openbsd.org 2006/11/06 21:25:28
     [auth-rsa.c kexgexc.c kexdhs.c key.c ssh-dss.c sshd.c kexgexs.c
     ssh-keygen.c bufbn.c moduli.c scard.c kexdhc.c sshconnect1.c dh.c rsa.c]
     add missing checks for openssl return codes; with & ok djm@

17 years ago - (dtucker) [sshd.c] Use privsep_pw if we have it, but only require it
dtucker [Tue, 7 Nov 2006 00:28:40 +0000 (00:28 +0000)] 
 - (dtucker) [sshd.c] Use privsep_pw if we have it, but only require it
   if we absolutely need it.  Pointed out by Corinna, ok djm@

17 years ago - markus@cvs.openbsd.org 2006/10/31 16:33:12
djm [Sat, 4 Nov 2006 18:32:02 +0000 (18:32 +0000)] 
   - markus@cvs.openbsd.org 2006/10/31 16:33:12
     [kexdhc.c kexdhs.c kexgexc.c kexgexs.c]
     check DH_compute_key() for -1 even if it should not happen because of
     earlier calls to dh_pub_is_valid(); report krahmer at suse.de; ok djm

17 years ago - (djm) OpenBSD CVS Sync
djm [Sat, 4 Nov 2006 18:31:33 +0000 (18:31 +0000)] 
 - (djm) OpenBSD CVS Sync
   - otto@cvs.openbsd.org 2006/10/28 18:08:10
     [ssh.1]
     correct/expand example of usage of -w; ok jmc@ stevesk@

17 years ago - (dtucker) [openbsd-compat/port-solaris.c] Bug #1255: Make only hwerr
dtucker [Tue, 31 Oct 2006 23:28:49 +0000 (23:28 +0000)] 
 - (dtucker) [openbsd-compat/port-solaris.c] Bug #1255: Make only hwerr
   events fatal in Solaris process contract support and tell it to signal
   only processes in the same process group when something happens.
   Based on information from andrew.benham at thus.net and similar to
   a patch from Chad Mynhier.  ok djm@

17 years ago- (djm) [auth.c] gc some dead code
djm [Fri, 27 Oct 2006 15:10:15 +0000 (15:10 +0000)] 
- (djm) [auth.c] gc some dead code

17 years ago - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
tim [Mon, 23 Oct 2006 21:44:47 +0000 (21:44 +0000)] 
 - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
   autoconf 2.60 from complaining.

17 years ago - djm@cvs.openbsd.org 2006/10/22 02:25:50
djm [Mon, 23 Oct 2006 17:03:02 +0000 (17:03 +0000)] 
   - djm@cvs.openbsd.org 2006/10/22 02:25:50
     [sftp-client.c]
     cancel progress meter when upload write fails; ok deraadt@

17 years ago - markus@cvs.openbsd.org 2006/10/11 12:38:03
djm [Mon, 23 Oct 2006 17:02:41 +0000 (17:02 +0000)] 
   - markus@cvs.openbsd.org 2006/10/11 12:38:03
     [clientloop.c serverloop.c]
     exit instead of doing a blocking tcp send if we detect a client/server
     timeout, since the tcp sendqueue might be already full (of alive
     requests); ok dtucker, report mpf

17 years ago - markus@cvs.openbsd.org 2006/10/10 10:12:45
djm [Mon, 23 Oct 2006 17:02:23 +0000 (17:02 +0000)] 
   - markus@cvs.openbsd.org 2006/10/10 10:12:45
     [sshconnect.c]
     sleep before retrying (not after) since sleep changes errno; fixes
     pr 5250; rad@twig.com; ok dtucker djm

17 years ago - djm@cvs.openbsd.org 2006/10/09 23:36:11
djm [Mon, 23 Oct 2006 17:01:56 +0000 (17:01 +0000)] 
   - djm@cvs.openbsd.org 2006/10/09 23:36:11
     [session.c]
     xmalloc -> xcalloc that was missed previously, from portable
     (NB. Id sync only for portable, obviously)

17 years ago - djm@cvs.openbsd.org 2006/10/06 02:29:19
djm [Mon, 23 Oct 2006 17:01:16 +0000 (17:01 +0000)] 
   - djm@cvs.openbsd.org 2006/10/06 02:29:19
     [ssh-agent.c ssh-keyscan.c ssh.c]
     sys/resource.h needs sys/time.h; prompted by brad@
     (NB. Id sync only for portable)

17 years ago - (djm) OpenBSD CVS Sync
djm [Mon, 23 Oct 2006 17:00:12 +0000 (17:00 +0000)] 
 - (djm) OpenBSD CVS Sync
   - ray@cvs.openbsd.org 2006/09/30 17:48:22
     [sftp.c]
     Clear errno before calling the strtol functions.
     From Paul Stoeber <x0001 at x dot de1 dot cc>.
     OK deraadt@.

17 years ago - (dtucker) [sshd.c] Reshuffle storing of pw struct; prevents warnings
dtucker [Wed, 18 Oct 2006 12:51:31 +0000 (12:51 +0000)] 
 - (dtucker) [sshd.c] Reshuffle storing of pw struct; prevents warnings
   on older versions of OS X.  ok djm@

17 years ago - ray@cvs.openbsd.org 2006/09/25 04:55:38
dtucker [Tue, 17 Oct 2006 21:53:06 +0000 (21:53 +0000)] 
   - ray@cvs.openbsd.org 2006/09/25 04:55:38
     [ssh-keyscan.1 ssh.1]
     Change "a SSH" to "an SSH".  Hurray, I'm not the only one who
     pronounces "SSH" as "ess-ess-aich".
     OK jmc@ and stevesk@.

17 years ago - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros
dtucker [Mon, 16 Oct 2006 09:49:12 +0000 (09:49 +0000)] 
 - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros
   on older (2.0) Linuxes.  Based on patch from thmo-13 at gmx de.

17 years ago - (tim) [buildpkg.sh.in] Some systems have really limited nawk (OpenServer).
tim [Sat, 7 Oct 2006 01:49:36 +0000 (01:49 +0000)] 
 - (tim) [buildpkg.sh.in] Some systems have really limited nawk (OpenServer).
   Allow setting alternate awk in openssh-config.local.

17 years ago - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for
dtucker [Fri, 6 Oct 2006 23:07:20 +0000 (23:07 +0000)] 
 - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for
   SELinux functions so they're detected correctly.  Patch from pebenito at
   gentoo.org.

17 years ago20061006
tim [Fri, 6 Oct 2006 21:58:38 +0000 (21:58 +0000)] 
20061006
 - (tim) [buildpkg.sh.in] Use uname -r instead of -v in OS_VER for Solaris.
   Differentiate between OpenServer 5 and OpenServer 6

17 years ago - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
tim [Tue, 3 Oct 2006 16:34:35 +0000 (16:34 +0000)] 
 - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
   section so additional platform specific CHECK_HEADER tests will work
   correctly. Fixes "<net/if_tap.h> on FreeBSD" problem report by des AT des.no
   Feedback and "seems like a good idea" dtucker@

17 years ago - (dtucker) [audit-bsm.c] Include errno.h. Pointed out by des at des.no.
dtucker [Sat, 30 Sep 2006 22:09:50 +0000 (22:09 +0000)] 
 - (dtucker) [audit-bsm.c] Include errno.h.  Pointed out by des at des.no.

17 years ago - (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine
dtucker [Fri, 29 Sep 2006 10:16:51 +0000 (10:16 +0000)] 
 - (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine
   support.  Patch from andrew.benham at thus net.

17 years ago - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
dtucker [Thu, 28 Sep 2006 09:40:20 +0000 (09:40 +0000)] 
 - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
   on Solaris 8 w/out /dev/random or prngd.  Patch from rl at
   math.technion.ac.il.

17 years agoMarker for 4.4p1 release
dtucker [Thu, 28 Sep 2006 09:08:32 +0000 (09:08 +0000)] 
Marker for 4.4p1 release

17 years ago - (dtucker) [sftp-server.8] Resync; spotted by djm@
dtucker [Tue, 26 Sep 2006 10:14:28 +0000 (10:14 +0000)] 
 - (dtucker) [sftp-server.8] Resync; spotted by djm@

17 years ago - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not
dtucker [Tue, 26 Sep 2006 08:59:34 +0000 (08:59 +0000)] 
 - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not
   referenced any more.  ok djm@

17 years agoTrim ChangeLog Prior to 4.2p1
dtucker [Tue, 26 Sep 2006 08:57:28 +0000 (08:57 +0000)] 
Trim ChangeLog Prior to 4.2p1

17 years ago20060924
tim [Sun, 24 Sep 2006 19:08:59 +0000 (19:08 +0000)] 
20060924
 - (tim) [configure.ac] Remove CFLAGS hack for UnixWare 1.x/2.x (added
   to rev 1.308) to work around broken gcc 2.x header file.

17 years ago - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
dtucker [Sat, 23 Sep 2006 06:25:19 +0000 (06:25 +0000)] 
 - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
   $LDFLAGS.  Patch from vapier at gentoo org.

17 years ago - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
dtucker [Fri, 22 Sep 2006 09:22:17 +0000 (09:22 +0000)] 
 - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
   some platforms (eg HP-UX 11.00).  From santhi.amirta at gmail com.

17 years ago - (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes
dtucker [Thu, 21 Sep 2006 13:13:30 +0000 (13:13 +0000)] 
 - (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes
   build error on Ultrix.  From Bernhard Simon.

17 years ago - markus@cvs.openbsd.org 2006/09/19 21:14:08
dtucker [Thu, 21 Sep 2006 03:00:25 +0000 (03:00 +0000)] 
   - markus@cvs.openbsd.org 2006/09/19 21:14:08
     [packet.c]
     client NULL deref on protocol error; Tavis Ormandy, Google Security Team

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