]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
12 years ago - jmc@cvs.openbsd.org 2013/01/18 08:00:49
Damien Miller [Sun, 20 Jan 2013 11:33:44 +0000 (22:33 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 08:00:49
     [sshd_config.5]
     tweak previous;

12 years ago - jmc@cvs.openbsd.org 2013/01/18 07:59:46
Damien Miller [Sun, 20 Jan 2013 11:33:23 +0000 (22:33 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 07:59:46
     [ssh-keygen.c]
     -u before -V in usage();

12 years ago - jmc@cvs.openbsd.org 2013/01/18 07:57:47
Damien Miller [Sun, 20 Jan 2013 11:33:02 +0000 (22:33 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 07:57:47
     [ssh-keygen.1]
     tweak previous;

12 years ago - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h]
Damien Miller [Sun, 20 Jan 2013 11:31:29 +0000 (22:31 +1100)] 
 - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h]
   Move prototypes for replacement ciphers to openssl-compat.h; fix EVP
   prototypes for openssl-1.0.0-fips.

12 years ago - djm@cvs.openbsd.org 2013/01/18 03:00:32
Damien Miller [Fri, 18 Jan 2013 04:32:03 +0000 (15:32 +1100)] 
   - djm@cvs.openbsd.org 2013/01/18 03:00:32
     [krl.c]
     fix KRL generation bug for list sections

12 years ago - djm@cvs.openbsd.org 2013/01/18 00:45:29
Damien Miller [Fri, 18 Jan 2013 00:51:56 +0000 (11:51 +1100)] 
   - djm@cvs.openbsd.org 2013/01/18 00:45:29
     [regress/Makefile regress/cert-userkey.sh regress/krl.sh]
     Tests for Key Revocation Lists (KRLs)

12 years ago - djm@cvs.openbsd.org 2013/01/17 23:00:01
Damien Miller [Fri, 18 Jan 2013 00:44:04 +0000 (11:44 +1100)] 
   - djm@cvs.openbsd.org 2013/01/17 23:00:01
     [auth.c key.c key.h ssh-keygen.1 ssh-keygen.c sshd_config.5]
     [krl.c krl.h PROTOCOL.krl]
     add support for Key Revocation Lists (KRLs). These are a compact way to
     represent lists of revoked keys and certificates, taking as little as
     a single bit of incremental cost to revoke a certificate by serial number.
     KRLs are loaded via the existing RevokedKeys sshd_config option.
     feedback and ok markus@

12 years ago - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]
Damien Miller [Thu, 17 Jan 2013 03:31:57 +0000 (14:31 +1100)] 
 - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]
   check for GCM support before testing GCM ciphers.

12 years ago - (djm) [regress/integrity.sh] repair botched merge
Damien Miller [Sat, 12 Jan 2013 12:10:47 +0000 (23:10 +1100)] 
 - (djm) [regress/integrity.sh] repair botched merge

12 years ago - djm@cvs.openbsd.org 2013/01/12 11:23:53
Damien Miller [Sat, 12 Jan 2013 11:46:26 +0000 (22:46 +1100)] 
   - djm@cvs.openbsd.org 2013/01/12 11:23:53
     [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]
     test AES-GCM modes; feedback markus@

12 years ago - djm@cvs.openbsd.org 2013/01/12 11:22:04
Damien Miller [Sat, 12 Jan 2013 11:41:26 +0000 (22:41 +1100)] 
   - djm@cvs.openbsd.org 2013/01/12 11:22:04
     [cipher.c]
     improve error message for integrity failure in AES-GCM modes; ok markus@

12 years ago - djm@cvs.openbsd.org 2013/01/09 05:40:17
Damien Miller [Wed, 9 Jan 2013 05:44:54 +0000 (16:44 +1100)] 
   - djm@cvs.openbsd.org 2013/01/09 05:40:17
     [ssh-keygen.c]
     correctly initialise fingerprint type for fingerprinting PKCS#11 keys

12 years ago - (djm) [cipher.c configure.ac openbsd-compat/openssl-compat.h]
Damien Miller [Wed, 9 Jan 2013 05:42:47 +0000 (16:42 +1100)] 
 - (djm) [cipher.c configure.ac openbsd-compat/openssl-compat.h]
   Fix merge botch, automatically detect AES-GCM in OpenSSL, move a little
   cipher compat code to openssl-compat.h

12 years ago - markus@cvs.openbsd.org 2013/01/08 18:49:04
Damien Miller [Wed, 9 Jan 2013 05:12:19 +0000 (16:12 +1100)] 
   - markus@cvs.openbsd.org 2013/01/08 18:49:04
     [PROTOCOL authfile.c cipher.c cipher.h kex.c kex.h monitor_wrap.c]
     [myproposal.h packet.c ssh_config.5 sshd_config.5]
     support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)
     ok and feedback djm@

12 years ago - jmc@cvs.openbsd.org 2013/01/04 19:26:38
Damien Miller [Wed, 9 Jan 2013 04:58:21 +0000 (15:58 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/04 19:26:38
     [sftp-server.8 sftp-server.c]
     sftp-server.8: add argument name to -d
     sftp-server.c: add -d to usage()
     ok djm

12 years ago - djm@cvs.openbsd.org 2013/01/03 23:22:58
Damien Miller [Wed, 9 Jan 2013 04:58:00 +0000 (15:58 +1100)] 
   - djm@cvs.openbsd.org 2013/01/03 23:22:58
     [ssh-keygen.c]
     allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ...
     ok markus@

12 years ago - djm@cvs.openbsd.org 2013/01/03 12:54:49
Damien Miller [Wed, 9 Jan 2013 04:57:36 +0000 (15:57 +1100)] 
   - djm@cvs.openbsd.org 2013/01/03 12:54:49
     [sftp-server.8 sftp-server.c]
     allow specification of an alternate start directory for sftp-server(8)
     "I like this" markus@

12 years ago - djm@cvs.openbsd.org 2013/01/03 12:49:01
Damien Miller [Wed, 9 Jan 2013 04:57:16 +0000 (15:57 +1100)] 
   - djm@cvs.openbsd.org 2013/01/03 12:49:01
     [PROTOCOL]
     fix description of MAC calculation for EtM modes; ok markus@

12 years ago - djm@cvs.openbsd.org 2013/01/03 05:49:36
Damien Miller [Wed, 9 Jan 2013 04:56:45 +0000 (15:56 +1100)] 
   - djm@cvs.openbsd.org 2013/01/03 05:49:36
     [servconf.h]
     add a couple of ServerOptions members that should be copied to the privsep
     child (for consistency, in this case they happen only to be accessed in
     the monitor); ok dtucker@

12 years ago - djm@cvs.openbsd.org 2013/01/02 00:33:49
Damien Miller [Wed, 9 Jan 2013 04:56:13 +0000 (15:56 +1100)] 
   - djm@cvs.openbsd.org 2013/01/02 00:33:49
     [PROTOCOL.agent]
     correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED
     bz#2051 from david AT lechnology.com

12 years ago - djm@cvs.openbsd.org 2013/01/02 00:32:07
Damien Miller [Wed, 9 Jan 2013 04:55:50 +0000 (15:55 +1100)] 
   - djm@cvs.openbsd.org 2013/01/02 00:32:07
     [clientloop.c mux.c]
     channel_setup_local_fwd_listener() returns 0 on failure, not -ve
     bz#2055 reported by mathieu.lacage AT gmail.com

12 years ago - dtucker@cvs.openbsd.org 2012/12/14 05:26:43
Damien Miller [Wed, 9 Jan 2013 04:54:48 +0000 (15:54 +1100)] 
   - dtucker@cvs.openbsd.org 2012/12/14 05:26:43
     [auth.c]
     use correct string in error message; from rustybsd at gmx.fr

12 years ago - (dtucker) [Makefile.in] Add some scaffolding so that the new regress
Darren Tucker [Mon, 17 Dec 2012 04:59:42 +0000 (15:59 +1100)] 
 - (dtucker) [Makefile.in] Add some scaffolding so that the new regress
   tests will work with VPATH directories.

12 years ago - (djm) [cipher.c] Fix missing prototype for compat code
Damien Miller [Wed, 12 Dec 2012 21:25:07 +0000 (08:25 +1100)] 
 - (djm) [cipher.c] Fix missing prototype for compat code

12 years ago - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our
Damien Miller [Wed, 12 Dec 2012 21:18:56 +0000 (08:18 +1100)] 
 - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our
   compat code for older OpenSSL

12 years ago - markus@cvs.openbsd.org 2012/12/12 16:45:52
Damien Miller [Wed, 12 Dec 2012 20:18:59 +0000 (07:18 +1100)] 
   - markus@cvs.openbsd.org 2012/12/12 16:45:52
     [packet.c]
     reset incoming_packet buffer for each new packet in EtM-case, too;
     this happens if packets are parsed only parially (e.g. ignore
     messages sent when su/sudo turn off echo); noted by sthen/millert

12 years ago - (djm) [regress/Makefile] fix t-exec rule
Damien Miller [Wed, 12 Dec 2012 01:51:54 +0000 (12:51 +1100)] 
 - (djm) [regress/Makefile] fix t-exec rule

12 years ago- (djm) [regress/integrity.sh] Fix awk quoting, packet length skip
Damien Miller [Wed, 12 Dec 2012 01:37:32 +0000 (12:37 +1100)] 
- (djm) [regress/integrity.sh] Fix awk quoting, packet length skip

12 years ago - (djm) [regress/Makefile regress/integrity.sh] Make the integrity.sh test
Damien Miller [Wed, 12 Dec 2012 01:10:10 +0000 (12:10 +1100)] 
 - (djm) [regress/Makefile regress/integrity.sh] Make the integrity.sh test
   work on platforms without 'jot'

12 years ago - (djm) [mac.c] fix merge botch
Damien Miller [Wed, 12 Dec 2012 00:00:37 +0000 (11:00 +1100)] 
 - (djm) [mac.c] fix merge botch

12 years ago - markus@cvs.openbsd.org 2012/12/11 23:12:13
Damien Miller [Tue, 11 Dec 2012 23:55:32 +0000 (10:55 +1100)] 
   - markus@cvs.openbsd.org 2012/12/11 23:12:13
     [try-ciphers.sh]
     add hmac-ripemd160-etm@openssh.com

12 years ago - markus@cvs.openbsd.org 2012/12/11 22:42:11
Damien Miller [Tue, 11 Dec 2012 23:54:37 +0000 (10:54 +1100)] 
   - markus@cvs.openbsd.org 2012/12/11 22:42:11
     [regress/Makefile regress/modpipe.c regress/integrity.sh]
     test the integrity of the packets; with djm@

12 years ago - markus@cvs.openbsd.org 2012/12/11 22:32:56
Damien Miller [Tue, 11 Dec 2012 23:52:07 +0000 (10:52 +1100)] 
   - markus@cvs.openbsd.org 2012/12/11 22:32:56
     [regress/try-ciphers.sh]
     add etm modes

12 years ago - sthen@cvs.openbsd.org 2012/12/11 22:51:45
Damien Miller [Tue, 11 Dec 2012 23:46:53 +0000 (10:46 +1100)] 
   - sthen@cvs.openbsd.org 2012/12/11 22:51:45
     [mac.c]
     fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@

12 years ago - markus@cvs.openbsd.org 2012/12/11 22:31:18
Damien Miller [Tue, 11 Dec 2012 23:46:31 +0000 (10:46 +1100)] 
   - markus@cvs.openbsd.org 2012/12/11 22:31:18
     [PROTOCOL authfile.c cipher.c cipher.h kex.h mac.c myproposal.h]
     [packet.c ssh_config.5 sshd_config.5]
     add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms
     that change the packet format and compute the MAC over the encrypted
     message (including the packet size) instead of the plaintext data;
     these EtM modes are considered more secure and used by default.
     feedback and ok djm@

12 years ago - markus@cvs.openbsd.org 2012/12/11 22:16:21
Damien Miller [Tue, 11 Dec 2012 23:44:38 +0000 (10:44 +1100)] 
   - markus@cvs.openbsd.org 2012/12/11 22:16:21
     [monitor.c]
     drain the log messages after receiving the keystate from the unpriv
     child. otherwise it might block while sending. ok djm@

12 years ago - dtucker@cvs.openbsd.org 2012/12/07 01:51:35
Darren Tucker [Fri, 7 Dec 2012 02:07:46 +0000 (13:07 +1100)] 
   - dtucker@cvs.openbsd.org 2012/12/07 01:51:35
     [serverloop.c]
     Cast signal to int for logging.  A no-op on openbsd (they're always ints)
     but will prevent warnings in portable.  ok djm@

12 years ago - markus@cvs.openbsd.org 2012/12/05 15:42:52
Darren Tucker [Fri, 7 Dec 2012 02:07:02 +0000 (13:07 +1100)] 
   - markus@cvs.openbsd.org 2012/12/05 15:42:52
     [ssh-add.c]
     prevent double-free of comment; ok djm@

12 years ago - jmc@cvs.openbsd.org 2012/12/03 08:33:03
Darren Tucker [Fri, 7 Dec 2012 02:06:13 +0000 (13:06 +1100)] 
   - jmc@cvs.openbsd.org 2012/12/03 08:33:03
     [ssh-add.1 sshd_config.5]
     tweak previous;

12 years ago - dtucker@cvs.openbsd.org 2012/12/06 06:06:54
Darren Tucker [Fri, 7 Dec 2012 02:03:10 +0000 (13:03 +1100)] 
   - dtucker@cvs.openbsd.org 2012/12/06 06:06:54
     [regress/keys-command.sh]
     Fix some problems with the keys-command test:
      - use string comparison rather than numeric comparison
      - check for existing KEY_COMMAND file and don't clobber if it exists
      - clean up KEY_COMMAND file if we do create it.
      - check that KEY_COMMAND is executable (which it won't be if eg /var/run
        is mounted noexec).
     ok djm.

12 years ago20121205
Tim Rice [Tue, 4 Dec 2012 15:50:03 +0000 (07:50 -0800)] 
20121205
 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.

12 years ago - (djm) [configure.ac] Revert previous. configure.ac already does this
Damien Miller [Mon, 3 Dec 2012 01:35:55 +0000 (12:35 +1100)] 
 - (djm) [configure.ac] Revert previous. configure.ac already does this
   for us.

12 years ago - (djm) [configure.ac] Turn on -g for gcc compilers. Helps pre-installation
Damien Miller [Mon, 3 Dec 2012 00:55:53 +0000 (11:55 +1100)] 
 - (djm) [configure.ac] Turn on -g for gcc compilers. Helps pre-installation
   debugging. ok dtucker@

12 years ago - djm@cvs.openbsd.org 2012/12/03 00:14:06
Damien Miller [Mon, 3 Dec 2012 00:25:30 +0000 (11:25 +1100)] 
   - djm@cvs.openbsd.org 2012/12/03 00:14:06
     [auth2-chall.c ssh-keygen.c]
     Fix compilation with -Wall -Werror (trivial type fixes)

12 years ago - djm@cvs.openbsd.org 2012/12/02 20:47:48
Damien Miller [Sun, 2 Dec 2012 23:13:39 +0000 (10:13 +1100)] 
   - djm@cvs.openbsd.org 2012/12/02 20:47:48
     [Makefile regress/forward-control.sh]
     regress for AllowTcpForwarding local/remote; ok markus@

12 years ago - djm@cvs.openbsd.org 2012/11/22 22:49:30
Damien Miller [Sun, 2 Dec 2012 23:12:13 +0000 (10:12 +1100)] 
   - djm@cvs.openbsd.org 2012/11/22 22:49:30
     [regress/Makefile regress/keys-command.sh]
     regress for AuthorizedKeysCommand; hints from markus@

12 years ago - djm@cvs.openbsd.org 2012/10/19 05:10:42
Damien Miller [Sun, 2 Dec 2012 23:09:04 +0000 (10:09 +1100)] 
   - djm@cvs.openbsd.org 2012/10/19 05:10:42
     [regress/cert-userkey.sh]
     include a serial number when generating certs

12 years ago - dtucker@cvs.openbsd.org 2012/10/05 02:20:48
Damien Miller [Sun, 2 Dec 2012 23:08:25 +0000 (10:08 +1100)] 
   - dtucker@cvs.openbsd.org 2012/10/05 02:20:48
     [regress/cipher-speed.sh regress/try-ciphers.sh]
     Add umac-128@openssh.com to the list of MACs to be tested

12 years ago - dtucker@cvs.openbsd.org 2012/10/05 02:05:30
Damien Miller [Sun, 2 Dec 2012 23:06:37 +0000 (10:06 +1100)] 
   - dtucker@cvs.openbsd.org 2012/10/05 02:05:30
     [regress/multiplex.sh]
     Use 'kill -0' to test for the presence of a pid since it's more portable

12 years ago - djm@cvs.openbsd.org 2012/12/02 20:34:10
Damien Miller [Sun, 2 Dec 2012 22:53:20 +0000 (09:53 +1100)] 
   - djm@cvs.openbsd.org 2012/12/02 20:34:10
     [auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-jpake.c auth2.c]
     [monitor.c monitor.h]
     Fixes logging of partial authentication when privsep is enabled
     Previously, we recorded "Failed xxx" since we reset authenticated before
     calling auth_log() in auth2.c. This adds an explcit "Partial" state.

     Add a "submethod" to auth_log() to report which submethod is used
     for keyboard-interactive.

     Fix multiple authentication when one of the methods is
     keyboard-interactive.

     ok markus@

12 years ago - djm@cvs.openbsd.org 2012/12/02 20:46:11
Damien Miller [Sun, 2 Dec 2012 22:50:54 +0000 (09:50 +1100)] 
   - djm@cvs.openbsd.org 2012/12/02 20:46:11
     [auth-options.c channels.c servconf.c servconf.h serverloop.c session.c]
     [sshd_config.5]
     make AllowTcpForwarding accept "local" and "remote" in addition to its
     current "yes"/"no" to allow the server to specify whether just local or
     remote TCP forwarding is enabled. ok markus@

12 years ago - djm@cvs.openbsd.org 2012/12/02 20:42:15
Damien Miller [Sun, 2 Dec 2012 22:50:24 +0000 (09:50 +1100)] 
   - djm@cvs.openbsd.org 2012/12/02 20:42:15
     [ssh-add.1 ssh-add.c]
     make deleting explicit keys "ssh-add -d" symmetric with adding keys -
     try to delete the corresponding certificate too and respect the -k option
     to allow deleting of the key only; feedback and ok markus@

12 years ago - djm@cvs.openbsd.org 2012/12/02 20:26:11
Damien Miller [Sun, 2 Dec 2012 22:49:52 +0000 (09:49 +1100)] 
   - djm@cvs.openbsd.org 2012/12/02 20:26:11
     [ssh_config.5 sshconnect2.c]
     Make IdentitiesOnly apply to keys obtained from a PKCS11Provider.
     This allows control of which keys are offered from tokens using
     IdentityFile. ok markus@

12 years ago - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD to get
Damien Miller [Sun, 2 Dec 2012 22:37:56 +0000 (09:37 +1100)] 
 - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD to get
   TAILQ_FOREACH_SAFE needed for upcoming changes.

12 years ago - djm@cvs.openbsd.org 2012/11/14 02:32:15
Damien Miller [Wed, 14 Nov 2012 08:04:33 +0000 (19:04 +1100)] 
   - djm@cvs.openbsd.org 2012/11/14 02:32:15
     [ssh-keygen.c]
     allow the full range of unsigned serial numbers; 'fine' deraadt@

12 years ago - djm@cvs.openbsd.org 2012/11/14 02:24:27
Damien Miller [Wed, 14 Nov 2012 08:04:02 +0000 (19:04 +1100)] 
   - djm@cvs.openbsd.org 2012/11/14 02:24:27
     [auth2-pubkey.c]
     fix username passed to helper program
     prepare stdio fds before closefrom()

     spotted by landry@

12 years ago - jmc@cvs.openbsd.org 2012/09/26 17:34:38
Damien Miller [Tue, 6 Nov 2012 21:36:00 +0000 (08:36 +1100)] 
   - jmc@cvs.openbsd.org 2012/09/26 17:34:38
     [moduli.5]
     last stage of rfc changes, using consistent Rs/Re blocks, and moving the
     references into a STANDARDS section;

12 years ago - eric@cvs.openbsd.org 2011/11/28 08:46:27
Damien Miller [Tue, 6 Nov 2012 21:35:38 +0000 (08:35 +1100)] 
   - eric@cvs.openbsd.org 2011/11/28 08:46:27
     [moduli.5]
     fix formula
     ok djm@

12 years ago - (dtucker) [auth2-pubkey.c] wrap paths.h in an ifdef for platforms that
Darren Tucker [Mon, 5 Nov 2012 06:07:43 +0000 (17:07 +1100)] 
 - (dtucker) [auth2-pubkey.c] wrap paths.h in an ifdef for platforms that
   don't have it.  Spotted by tim@.

12 years ago - (dtucker) [uidswap.c openbsd-compat/Makefile.in
Darren Tucker [Mon, 5 Nov 2012 06:04:37 +0000 (17:04 +1100)] 
 - (dtucker) [uidswap.c openbsd-compat/Makefile.in
   openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h
   openbsd-compat/openbsd-compat.h]  Move the fallback code for setting uids
   and gids from uidswap.c to the compat library, which allows it to work with
   the new setresuid calls in auth2-pubkey.  with tim@, ok djm@

12 years ago - djm@cvs.openbsd.org 2012/11/04 11:09:15
Damien Miller [Sun, 4 Nov 2012 12:21:40 +0000 (23:21 +1100)] 
   - djm@cvs.openbsd.org 2012/11/04 11:09:15
     [auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c]
     [sshd_config.5]
     Support multiple required authentication via an AuthenticationMethods
     option. This option lists one or more comma-separated lists of
     authentication method names. Successful completion of all the methods in
     any list is required for authentication to complete;
     feedback and ok markus@

12 years ago - djm@cvs.openbsd.org 2012/11/04 10:38:43
Damien Miller [Sun, 4 Nov 2012 11:23:14 +0000 (22:23 +1100)] 
   - djm@cvs.openbsd.org 2012/11/04 10:38:43
     [auth2-pubkey.c sshd.c sshd_config.5]
     Remove default of AuthorizedCommandUser. Administrators are now expected
     to explicitly specify a user. feedback and ok markus@

12 years ago - OpenBSD CVS Sync
Damien Miller [Sun, 4 Nov 2012 11:22:52 +0000 (22:22 +1100)] 
 - OpenBSD CVS Sync
   - jmc@cvs.openbsd.org 2012/10/31 08:04:50
     [sshd_config.5]
     tweak previous;

12 years ago - djm@cvs.openbsd.org 2012/10/30 21:29:55
Damien Miller [Tue, 30 Oct 2012 21:58:58 +0000 (08:58 +1100)] 
   - djm@cvs.openbsd.org 2012/10/30 21:29:55
     [auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h]
     [sshd.c sshd_config sshd_config.5]
     new sshd_config option AuthorizedKeysCommand to support fetching
     authorized_keys from a command in addition to (or instead of) from
     the filesystem. The command is run as the target server user unless
     another specified via a new AuthorizedKeysCommandUser option.

     patch originally by jchadima AT redhat.com, reworked by me; feedback
     and ok markus@

12 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Tue, 30 Oct 2012 21:57:55 +0000 (08:57 +1100)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2012/10/05 12:34:39
     [sftp.c]
     fix signed vs unsigned warning; feedback & ok: djm@

12 years ago - (tim) [buildpkg.sh.in] Double up on some backslashes so they end up in
Tim Rice [Fri, 19 Oct 2012 04:38:58 +0000 (21:38 -0700)] 
 - (tim) [buildpkg.sh.in] Double up on some backslashes so they end up in
   the generated file as intended.

12 years ago - [Makefile.in] "Using $< in a non-suffix rule context is a GNUmake idiom"
Darren Tucker [Fri, 5 Oct 2012 05:41:06 +0000 (15:41 +1000)] 
 - [Makefile.in] "Using $< in a non-suffix rule context is a GNUmake idiom"

12 years ago - [umac.c] Enforce allowed umac output sizes. From djm@.
Darren Tucker [Fri, 5 Oct 2012 02:11:33 +0000 (12:11 +1000)] 
 - [umac.c] Enforce allowed umac output sizes.  From djm@.

12 years ago - dtucker@cvs.openbsd.org 2012/09/10 01:51:19
Darren Tucker [Fri, 5 Oct 2012 02:04:10 +0000 (12:04 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/10 01:51:19
     [regress/multiplex.sh]
     use -Ocheck and waiting for completions by PID to make multiplexing test
     less racy and (hopefully) more reliable on slow hardware.

12 years ago - dtucker@cvs.openbsd.org 2012/09/10 00:49:21
Darren Tucker [Fri, 5 Oct 2012 01:45:39 +0000 (11:45 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/10 00:49:21
     [regress/multiplex.sh]
     Log -O cmd output to the log file and make logging consistent with the
     other tests.  Test clean shutdown of an existing channel when testing
     "stop".

12 years ago - dtucker@cvs.openbsd.org 2012/09/09 11:51:25
Darren Tucker [Fri, 5 Oct 2012 01:43:57 +0000 (11:43 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/09 11:51:25
     [multiplex.sh]
     Add test for ssh -Ostop

12 years ago - dtucker@cvs.openbsd.org 2012/09/06 04:11:07
Darren Tucker [Fri, 5 Oct 2012 01:41:52 +0000 (11:41 +1000)] 
  - dtucker@cvs.openbsd.org 2012/09/06 04:11:07
     [regress/try-ciphers.sh]
     Restore missing space.  (Id sync only).

12 years ago - [Makefile umac.c] Add special-case target to build umac128.o.
Darren Tucker [Fri, 5 Oct 2012 01:38:24 +0000 (11:38 +1000)] 
 - [Makefile umac.c] Add special-case target to build umac128.o.

12 years agoremove stray '+' from sync
Darren Tucker [Fri, 5 Oct 2012 01:23:59 +0000 (11:23 +1000)] 
remove stray '+' from sync

12 years ago - markus@cvs.openbsd.org 2012/10/04 13:21:50
Darren Tucker [Fri, 5 Oct 2012 01:02:39 +0000 (11:02 +1000)] 
   - markus@cvs.openbsd.org 2012/10/04 13:21:50
     [myproposal.h ssh_config.5 umac.h sshd_config.5 ssh.1 sshd.8 mac.c]
     add umac128 variant; ok djm@ at n2k12
     (note: further Makefile work is required)

12 years ago - djm@cvs.openbsd.org 2012/10/02 07:07:45
Darren Tucker [Fri, 5 Oct 2012 00:52:51 +0000 (10:52 +1000)] 
   - djm@cvs.openbsd.org 2012/10/02 07:07:45
     [ssh-keygen.c]
     fix -z option, broken in revision 1.215

12 years ago - naddy@cvs.openbsd.org 2012/10/01 13:59:51
Darren Tucker [Fri, 5 Oct 2012 00:51:59 +0000 (10:51 +1000)] 
   - naddy@cvs.openbsd.org 2012/10/01 13:59:51
     [monitor_wrap.c]
     pasto; ok djm@

12 years ago - jmc@cvs.openbsd.org 2012/09/26 16:12:13
Darren Tucker [Fri, 5 Oct 2012 00:50:15 +0000 (10:50 +1000)] 
   - jmc@cvs.openbsd.org 2012/09/26 16:12:13
     [ssh.1]
     last stage of rfc changes, using consistent Rs/Re blocks, and moving the
     references into a STANDARDS section;

12 years ago - dtucker@cvs.openbsd.org 2012/09/21 10:55:04
Darren Tucker [Fri, 5 Oct 2012 00:46:16 +0000 (10:46 +1000)] 
  - dtucker@cvs.openbsd.org 2012/09/21 10:55:04
     [sftp.c]
     Fix handling of filenames containing escaped globbing characters and
     escape "#" and "*".  Patch from Jean-Marc Robert via tech@, ok djm.

12 years ago - dtucker@cvs.openbsd.org 2012/09/21 10:53:07
Darren Tucker [Fri, 5 Oct 2012 00:45:01 +0000 (10:45 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/21 10:53:07
     [sftp.c]
     Fix improper handling of absolute paths when PWD is part of the completed
     path.  Patch from Jean-Marc Robert via tech@, ok djm.

12 years ago - dtucker@cvs.openbsd.org 2012/09/18 10:36:12
Darren Tucker [Fri, 5 Oct 2012 00:43:58 +0000 (10:43 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/18 10:36:12
     [sftp.c]
     Add bounds check on sftp tab-completion.  Part of a patch from from
     Jean-Marc Robert via tech@, ok djm

12 years ago - markus@cvs.openbsd.org 2012/09/17 13:04:11
Darren Tucker [Fri, 5 Oct 2012 00:42:53 +0000 (10:42 +1000)] 
   - markus@cvs.openbsd.org 2012/09/17 13:04:11
     [packet.c]
     clear old keys on rekeing; ok djm

12 years ago - (dtucker) OpenBSD CVS Sync
Darren Tucker [Fri, 5 Oct 2012 00:41:25 +0000 (10:41 +1000)] 
 - (dtucker) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2012/09/17 09:54:44
     [sftp.c]
     an XXX for later

12 years ago - markus@cvs.openbsd.org 2012/09/14 16:51:34
Darren Tucker [Mon, 17 Sep 2012 03:25:44 +0000 (13:25 +1000)] 
   - markus@cvs.openbsd.org 2012/09/14 16:51:34
     [sshconnect.c]
     remove unused variable

12 years ago - dtucker@cvs.openbsd.org 2012/09/13 23:37:36
Darren Tucker [Mon, 17 Sep 2012 03:25:06 +0000 (13:25 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/13 23:37:36
     [servconf.c]
     Fix comment line length

13 years agoFix author's name for RFC6594 SSHFP change
Darren Tucker [Fri, 7 Sep 2012 08:08:23 +0000 (18:08 +1000)] 
Fix author's name for RFC6594 SSHFP change

13 years ago - dtucker@cvs.openbsd.org 2012/09/07 06:34:21
Darren Tucker [Fri, 7 Sep 2012 06:38:53 +0000 (16:38 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/07 06:34:21
     [clientloop.c]
     when muxmaster is run with -N, make it shut down gracefully when a client
     sends it "-O stop" rather than hanging around (bz#1985).  ok djm@

13 years ago - dtucker@cvs.openbsd.org 2012/09/07 01:10:21
Darren Tucker [Fri, 7 Sep 2012 01:22:24 +0000 (11:22 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/07 01:10:21
     [clientloop.c]
     Merge escape help text for ~v and ~V; ok djm@

13 years ago - dtucker@cvs.openbsd.org 2012/09/07 00:30:19
Darren Tucker [Fri, 7 Sep 2012 01:21:42 +0000 (11:21 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/07 00:30:19
     [clientloop.c]
     Print '^Z' instead of a raw ^Z when the sequence is not supported.  ok djm@

13 years ago - jmc@cvs.openbsd.org 2012/09/06 13:57:42
Darren Tucker [Fri, 7 Sep 2012 01:21:03 +0000 (11:21 +1000)] 
   - jmc@cvs.openbsd.org 2012/09/06 13:57:42
     [ssh.1]
     missing letter in previous;

13 years ago - dtucker@cvs.openbsd.org 2012/09/06 09:50:13
Darren Tucker [Fri, 7 Sep 2012 01:20:20 +0000 (11:20 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/06 09:50:13
     [clientloop.c]
     Make the escape command help (~?) context sensitive so that only commands
     that will work in the current session are shown.  ok markus@

(note: previous commit with this description was a mistake on my part while
pulling changes from OpenBSD)

13 years agobz#2039: add acknowledgement of the original authors of the ECDSA SSHFP DNS
Darren Tucker [Fri, 7 Sep 2012 00:44:34 +0000 (10:44 +1000)] 
bz#2039: add acknowledgement of the original authors of the ECDSA SSHFP DNS
work.  From Ondřej Surý.

13 years ago - dtucker@cvs.openbsd.org 2012/09/06 09:50:13
Darren Tucker [Thu, 6 Sep 2012 11:26:34 +0000 (21:26 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/06 09:50:13
     [clientloop.c]
     Make the escape command help (~?) context sensitive so that only commands
     that will work in the current session are shown.  ok markus@

13 years ago - dtucker@cvs.openbsd.org 2012/09/06 04:37:39
Darren Tucker [Thu, 6 Sep 2012 11:25:37 +0000 (21:25 +1000)] 
   - dtucker@cvs.openbsd.org 2012/09/06 04:37:39
     [clientloop.c log.c ssh.1 log.h]
     Add ~v and ~V escape sequences to raise and lower the logging level
     respectively. Man page help from jmc, ok deraadt jmc

13 years ago - djm@cvs.openbsd.org 2012/08/17 01:30:00
Darren Tucker [Thu, 6 Sep 2012 11:21:56 +0000 (21:21 +1000)] 
   - djm@cvs.openbsd.org 2012/08/17 01:30:00
     [compat.c sshconnect.c]
     Send client banner immediately, rather than waiting for the server to
     move first for SSH protocol 2 connections (the default). Patch based on
     one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@

13 years ago - djm@cvs.openbsd.org 2012/08/17 01:25:58
Darren Tucker [Thu, 6 Sep 2012 11:20:39 +0000 (21:20 +1000)] 
   - djm@cvs.openbsd.org 2012/08/17 01:25:58
     [ssh-keygen.c]
     print details of which host lines were deleted when using
     "ssh-keygen -R host"; ok markus@

13 years ago - djm@cvs.openbsd.org 2012/08/17 01:22:56
Darren Tucker [Thu, 6 Sep 2012 11:19:51 +0000 (21:19 +1000)] 
   - djm@cvs.openbsd.org 2012/08/17 01:22:56
     [kex.c]
     add some comments about better handling first-KEX-follows notifications
     from the server. Nothing uses these right now. No binary change

13 years ago - dtucker@cvs.openbsd.org 2012/08/17 00:45:45
Darren Tucker [Thu, 6 Sep 2012 11:19:05 +0000 (21:19 +1000)] 
   - dtucker@cvs.openbsd.org 2012/08/17 00:45:45
     [clientloop.c clientloop.h mux.c]
     Force a clean shutdown of ControlMaster client sessions when the ~. escape
     sequence is used.  This means that ~. should now work in mux clients even
     if the server is no longer responding.  Found by tedu, ok djm.

13 years ago - jmc@cvs.openbsd.org 2012/08/15 18:25:50
Darren Tucker [Thu, 6 Sep 2012 11:18:11 +0000 (21:18 +1000)] 
   - jmc@cvs.openbsd.org 2012/08/15 18:25:50
     [ssh-keygen.1]
     a little more info on certificate validity;
     requested by Ross L Richardson, and provided by djm

13 years ago - (dtucker) [moduli] Import new moduli file.
Darren Tucker [Thu, 30 Aug 2012 00:42:47 +0000 (10:42 +1000)] 
 - (dtucker) [moduli] Import new moduli file.