]> andersk Git - openssh.git/log
openssh.git
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

16 years ago - dtucker@cvs.openbsd.org 2007/11/03 02:00:32
dtucker [Sun, 2 Dec 2007 12:21:16 +0000 (12:21 +0000)] 
   - dtucker@cvs.openbsd.org 2007/11/03 02:00:32
     [ssh.c]
     Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@

16 years ago - deraadt@cvs.openbsd.org 2007/11/03 01:24:06
dtucker [Sun, 2 Dec 2007 12:16:32 +0000 (12:16 +0000)] 
   - deraadt@cvs.openbsd.org 2007/11/03 01:24:06
     [ssh.c]
     bz #1377: getpwuid results were being clobbered by another getpw* call
     inside tilde_expand_filename(); save the data we need carefully
     ok djm

16 years ago - djm@cvs.openbsd.org 2007/11/03 00:36:14
dtucker [Sun, 2 Dec 2007 12:12:30 +0000 (12:12 +0000)] 
   - djm@cvs.openbsd.org 2007/11/03 00:36:14
     [clientloop.c]
     fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM;
     ok dtucker@

16 years ago - jmc@cvs.openbsd.org 2007/10/29 07:48:19
dtucker [Sun, 2 Dec 2007 12:09:30 +0000 (12:09 +0000)] 
   - jmc@cvs.openbsd.org 2007/10/29 07:48:19
     [ssh_config.5]
     clean up after previous macro removal;

16 years ago - dtucker@cvs.openbsd.org 2007/10/29 06:54:50
dtucker [Sun, 2 Dec 2007 12:06:35 +0000 (12:06 +0000)] 
   - dtucker@cvs.openbsd.org 2007/10/29 06:54:50
     [ssh.c]
     Make LocalCommand work for Protocol 1 too; ok djm@

16 years ago - dtucker@cvs.openbsd.org 2007/10/29 06:51:59
dtucker [Sun, 2 Dec 2007 12:05:09 +0000 (12:05 +0000)] 
   - dtucker@cvs.openbsd.org 2007/10/29 06:51:59
     [ssh_config.5]
     ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@

16 years ago - dtucker@cvs.openbsd.org 2007/10/29 04:08:08
dtucker [Sun, 2 Dec 2007 12:02:15 +0000 (12:02 +0000)] 
   - dtucker@cvs.openbsd.org 2007/10/29 04:08:08
     [monitor_wrap.c monitor.c]
     Send config block back to slave for invalid users too so options
     set by a Match block (eg Banner) behave the same for non-existent
     users.  Found by and ok djm@

16 years ago - dtucker@cvs.openbsd.org 2007/10/29 01:55:04
dtucker [Sun, 2 Dec 2007 12:01:03 +0000 (12:01 +0000)] 
   - dtucker@cvs.openbsd.org 2007/10/29 01:55:04
     [ssh.c]
     Plug tiny mem leaks in ControlPath and ProxyCommand option processing;
     ok djm@

16 years ago - dtucker@cvs.openbsd.org 2007/10/29 00:52:45
dtucker [Sun, 2 Dec 2007 11:59:45 +0000 (11:59 +0000)] 
   - dtucker@cvs.openbsd.org 2007/10/29 00:52:45
     [auth2-gss.c]
     Allow build without -DGSSAPI; ok deraadt@
     (Id sync only, Portable already has the ifdefs)

16 years ago - (dtucker) [scp.c] Update $OpenBSD tag missing from rev 1.175 and remove
dtucker [Sun, 2 Dec 2007 11:48:40 +0000 (11:48 +0000)] 
 - (dtucker) [scp.c] Update $OpenBSD tag missing from rev 1.175 and remove
   leftover debug code.

16 years ago - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where
dtucker [Sun, 2 Dec 2007 10:02:22 +0000 (10:02 +0000)] 
 - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where
   gcc supports it.  ok djm@

16 years ago - djm@cvs.openbsd.org 2007/10/29 23:49:41
djm [Mon, 29 Oct 2007 23:52:44 +0000 (23:52 +0000)] 
   - djm@cvs.openbsd.org 2007/10/29 23:49:41
     [openbsd-compat/sys-tree.h]
     remove extra backslash at the end of RB_PROTOTYPE, report from
     Jan.Pechanec AT Sun.COM; ok deraadt@

16 years ago - millert@cvs.openbsd.org 2004/10/07 16:56:11
djm [Fri, 26 Oct 2007 06:48:13 +0000 (06:48 +0000)] 
   - millert@cvs.openbsd.org 2004/10/07 16:56:11
     GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE
     block.
     (NB. mostly an RCS ID sync, as portable strips out the conditionals)

16 years ago - otto@cvs.openbsd.org 2007/04/30 18:42:34
djm [Fri, 26 Oct 2007 06:46:31 +0000 (06:46 +0000)] 
   - otto@cvs.openbsd.org 2007/04/30 18:42:34
     [openbsd-compat/sys-queue.h]
     Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels.
     Input and okays from krw@, millert@, otto@, deraadt@, miod@.

16 years ago - otto@cvs.openbsd.org 2005/11/25 08:06:25
djm [Fri, 26 Oct 2007 06:45:32 +0000 (06:45 +0000)] 
   - otto@cvs.openbsd.org 2005/11/25 08:06:25
     [openbsd-compat/sys-queue.h]
     Introduce debugging aid for queue macros. Disabled by default; but
     developers are encouraged to run with this enabled.
     ok krw@ fgsch@ deraadt@

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

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