Damien Miller | f9a9aab | 2014-02-28 10:00:27 +1100 | [diff] [blame] | 1 | 20140228 |
| 2 | - OpenBSD CVS Sync |
| 3 | - djm@cvs.openbsd.org 2014/02/27 00:41:49 |
| 4 | [bufbn.c] |
| 5 | fix unsigned overflow that could lead to reading a short ssh protocol |
| 6 | 1 bignum value; found by Ben Hawkes; ok deraadt@ |
Damien Miller | 172ec7e | 2014-02-28 10:00:57 +1100 | [diff] [blame] | 7 | - djm@cvs.openbsd.org 2014/02/27 08:25:09 |
| 8 | [bufbn.c] |
| 9 | off by one in range check |
Damien Miller | fc5d675 | 2014-02-28 10:01:28 +1100 | [diff] [blame] | 10 | - djm@cvs.openbsd.org 2014/02/27 22:47:07 |
| 11 | [sshd_config.5] |
| 12 | bz#2184 clarify behaviour of a keyword that appears in multiple |
| 13 | matching Match blocks; ok dtucker@ |
Damien Miller | 92cf5ad | 2014-02-28 10:01:53 +1100 | [diff] [blame] | 14 | - djm@cvs.openbsd.org 2014/02/27 22:57:40 |
| 15 | [version.h] |
| 16 | openssh-6.6 |
Damien Miller | f483cc1 | 2014-02-28 10:19:11 +1100 | [diff] [blame] | 17 | - dtucker@cvs.openbsd.org 2014/01/19 23:43:02 |
| 18 | [regress/sftp-chroot.sh] |
| 19 | Don't use -q on sftp as it suppresses logging, instead redirect the |
| 20 | output to the regress logfile. |
Damien Miller | 1e2aa3d | 2014-02-28 10:19:51 +1100 | [diff] [blame] | 21 | - dtucker@cvs.openbsd.org 2014/01/20 00:00:30 |
Damien Miller | b843923 | 2014-02-28 10:21:26 +1100 | [diff] [blame] | 22 | [sregress/ftp-chroot.sh] |
Damien Miller | 1e2aa3d | 2014-02-28 10:19:51 +1100 | [diff] [blame] | 23 | append to rather than truncating the log file |
Damien Miller | b843923 | 2014-02-28 10:21:26 +1100 | [diff] [blame] | 24 | - dtucker@cvs.openbsd.org 2014/01/25 04:35:32 |
| 25 | [regress/Makefile regress/dhgex.sh] |
| 26 | Add a test for DH GEX sizes |
Damien Miller | 624a3ca | 2014-02-28 10:22:37 +1100 | [diff] [blame] | 27 | - djm@cvs.openbsd.org 2014/01/26 10:22:10 |
| 28 | [regress/cert-hostkey.sh] |
| 29 | automatically generate revoked keys from listed keys rather than |
| 30 | manually specifying each type; from portable |
| 31 | (Id sync only) |
Damien Miller | d705d98 | 2014-02-28 10:23:26 +1100 | [diff] [blame^] | 32 | - djm@cvs.openbsd.org 2014/01/26 10:49:17 |
| 33 | [scp-ssh-wrapper.sh scp.sh] |
| 34 | make sure $SCP is tested on the remote end rather than whichever one |
| 35 | happens to be in $PATH; from portable |
| 36 | (Id sync only) |
Damien Miller | 6486f16 | 2014-02-28 10:03:52 +1100 | [diff] [blame] | 37 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 38 | [contrib/suse/openssh.spec] Crank version numbers |
Damien Miller | f9a9aab | 2014-02-28 10:00:27 +1100 | [diff] [blame] | 39 | |
Damien Miller | 08b57c6 | 2014-02-27 10:17:13 +1100 | [diff] [blame] | 40 | 20140227 |
| 41 | - OpenBSD CVS Sync |
| 42 | - djm@cvs.openbsd.org 2014/02/26 20:18:37 |
| 43 | [ssh.c] |
| 44 | bz#2205: avoid early hostname lookups unless canonicalisation is enabled; |
| 45 | ok dtucker@ markus@ |
Damien Miller | e6a74ae | 2014-02-27 10:17:49 +1100 | [diff] [blame] | 46 | - djm@cvs.openbsd.org 2014/02/26 20:28:44 |
| 47 | [auth2-gss.c gss-serv.c ssh-gss.h sshd.c] |
| 48 | bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep |
| 49 | sandboxing, as running this code in the sandbox can cause violations; |
| 50 | ok markus@ |
Damien Miller | 1348129 | 2014-02-27 10:18:32 +1100 | [diff] [blame] | 51 | - djm@cvs.openbsd.org 2014/02/26 20:29:29 |
| 52 | [channels.c] |
| 53 | don't assume that the socks4 username is \0 terminated; |
| 54 | spotted by Ben Hawkes; ok markus@ |
Damien Miller | fb3423b | 2014-02-27 10:20:07 +1100 | [diff] [blame] | 55 | - markus@cvs.openbsd.org 2014/02/26 21:53:37 |
| 56 | [sshd.c] |
| 57 | ssh_gssapi_prepare_supported_oids needs GSSAPI |
Damien Miller | 08b57c6 | 2014-02-27 10:17:13 +1100 | [diff] [blame] | 58 | |
Damien Miller | d3cf67e | 2014-02-24 15:55:36 +1100 | [diff] [blame] | 59 | 20140224 |
| 60 | - OpenBSD CVS Sync |
| 61 | - djm@cvs.openbsd.org 2014/02/07 06:55:54 |
| 62 | [cipher.c mac.c] |
| 63 | remove some logging that makes ssh debugging output very verbose; |
| 64 | ok markus |
Damien Miller | 0890dc8 | 2014-02-24 15:56:07 +1100 | [diff] [blame] | 65 | - djm@cvs.openbsd.org 2014/02/15 23:05:36 |
| 66 | [channels.c] |
| 67 | avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W; |
| 68 | bz#2200, debian#738692 via Colin Watson; ok dtucker@ |
Damien Miller | 0628780 | 2014-02-24 15:56:45 +1100 | [diff] [blame] | 69 | - djm@cvs.openbsd.org 2014/02/22 01:32:19 |
| 70 | [readconf.c] |
| 71 | when processing Match blocks, skip 'exec' clauses if previous predicates |
| 72 | failed to match; ok markus@ |
Damien Miller | bee3a23 | 2014-02-24 15:57:22 +1100 | [diff] [blame] | 73 | - djm@cvs.openbsd.org 2014/02/23 20:03:42 |
| 74 | [ssh-ed25519.c] |
| 75 | check for unsigned overflow; not reachable in OpenSSH but others might |
| 76 | copy our code... |
Damien Miller | 13f97b2 | 2014-02-24 15:57:55 +1100 | [diff] [blame] | 77 | - djm@cvs.openbsd.org 2014/02/23 20:11:36 |
| 78 | [readconf.c readconf.h ssh.c ssh_config.5] |
| 79 | reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes |
| 80 | the hostname. This allows users to write configurations that always |
| 81 | refer to canonical hostnames, e.g. |
| 82 | |
| 83 | CanonicalizeHostname yes |
| 84 | CanonicalDomains int.example.org example.org |
| 85 | CanonicalizeFallbackLocal no |
| 86 | |
| 87 | Host *.int.example.org |
| 88 | Compression off |
| 89 | Host *.example.org |
| 90 | User djm |
| 91 | |
| 92 | ok markus@ |
Tim Rice | 03ae081 | 2014-02-21 09:09:34 -0800 | [diff] [blame] | 93 | |
Darren Tucker | 4a20959 | 2014-02-13 16:38:32 +1100 | [diff] [blame] | 94 | 20140213 |
| 95 | - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat |
| 96 | code for older OpenSSL versions that don't have EVP_MD_CTX_copy_ex. |
| 97 | |
Damien Miller | 6ce35b6 | 2014-02-07 09:24:14 +1100 | [diff] [blame] | 98 | 20140207 |
| 99 | - OpenBSD CVS Sync |
| 100 | - naddy@cvs.openbsd.org 2014/02/05 20:13:25 |
| 101 | [ssh-keygen.1 ssh-keygen.c] |
| 102 | tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ |
| 103 | while here, fix ordering in usage(); requested by jmc@ |
Damien Miller | d1a7a9c | 2014-02-07 09:24:33 +1100 | [diff] [blame] | 104 | - djm@cvs.openbsd.org 2014/02/06 22:21:01 |
| 105 | [sshconnect.c] |
| 106 | in ssh_create_socket(), only do the getaddrinfo for BindAddress when |
| 107 | BindAddress is actually specified. Fixes regression in 6.5 for |
| 108 | UsePrivilegedPort=yes; patch from Corinna Vinschen |
Damien Miller | 6ce35b6 | 2014-02-07 09:24:14 +1100 | [diff] [blame] | 109 | |
Darren Tucker | 8d36f9a | 2014-02-06 10:44:13 +1100 | [diff] [blame] | 110 | 20140206 |
| 111 | - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL |
| 112 | before freeing since free(NULL) is a no-op. ok djm. |
Damien Miller | 6434cb2 | 2014-02-06 11:17:50 +1100 | [diff] [blame] | 113 | - (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define |
| 114 | __NR_shutdown; some go via the socketcall(2) multiplexer. |
Darren Tucker | 8d36f9a | 2014-02-06 10:44:13 +1100 | [diff] [blame] | 115 | |
Damien Miller | a0959da | 2014-02-05 10:33:45 +1100 | [diff] [blame] | 116 | 20140205 |
| 117 | - (djm) [sandbox-capsicum.c] Don't fatal if Capsicum is offered by |
| 118 | headers/libc but not supported by the kernel. Patch from Loganaden |
| 119 | Velvindron @ AfriNIC |
| 120 | |
Damien Miller | 4e8d937 | 2014-02-04 11:02:42 +1100 | [diff] [blame] | 121 | 20140204 |
| 122 | - OpenBSD CVS Sync |
| 123 | - markus@cvs.openbsd.org 2014/01/27 18:58:14 |
| 124 | [Makefile.in digest.c digest.h hostfile.c kex.h mac.c hmac.c hmac.h] |
| 125 | replace openssl HMAC with an implementation based on our ssh_digest_* |
| 126 | ok and feedback djm@ |
Damien Miller | 4a1c7aa | 2014-02-04 11:03:36 +1100 | [diff] [blame] | 127 | - markus@cvs.openbsd.org 2014/01/27 19:18:54 |
| 128 | [auth-rsa.c cipher.c ssh-agent.c sshconnect1.c sshd.c] |
| 129 | replace openssl MD5 with our ssh_digest_*; ok djm@ |
Damien Miller | ec93d15 | 2014-02-04 11:07:13 +1100 | [diff] [blame] | 130 | - markus@cvs.openbsd.org 2014/01/27 20:13:46 |
| 131 | [digest.c digest-openssl.c digest-libc.c Makefile.in] |
| 132 | rename digest.c to digest-openssl.c and add libc variant; ok djm@ |
Damien Miller | f8f35bc | 2014-02-04 11:09:12 +1100 | [diff] [blame] | 133 | - jmc@cvs.openbsd.org 2014/01/28 14:13:39 |
| 134 | [ssh-keyscan.1] |
| 135 | kill some bad Pa; |
| 136 | From: Jan Stary |
Damien Miller | b0f2654 | 2014-02-04 11:10:01 +1100 | [diff] [blame] | 137 | - djm@cvs.openbsd.org 2014/01/29 00:19:26 |
| 138 | [sshd.c] |
| 139 | use kill(0, ...) instead of killpg(0, ...); on most operating systems |
| 140 | they are equivalent, but SUSv2 describes the latter as having undefined |
| 141 | behaviour; from portable; ok dtucker |
| 142 | (Id sync only; change is already in portable) |
Damien Miller | 7cc194f | 2014-02-04 11:12:56 +1100 | [diff] [blame] | 143 | - djm@cvs.openbsd.org 2014/01/29 06:18:35 |
| 144 | [Makefile.in auth.h auth2-jpake.c auth2.c jpake.c jpake.h monitor.c] |
| 145 | [monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h] |
| 146 | [schnorr.c schnorr.h servconf.c servconf.h ssh2.h sshconnect2.c] |
| 147 | remove experimental, never-enabled JPAKE code; ok markus@ |
Damien Miller | e1e480a | 2014-02-04 11:13:17 +1100 | [diff] [blame] | 148 | - jmc@cvs.openbsd.org 2014/01/29 14:04:51 |
| 149 | [sshd_config.5] |
| 150 | document kbdinteractiveauthentication; |
| 151 | requested From: Ross L Richardson |
| 152 | |
| 153 | dtucker/markus helped explain its workings; |
Damien Miller | 3928de0 | 2014-02-04 11:13:54 +1100 | [diff] [blame] | 154 | - djm@cvs.openbsd.org 2014/01/30 22:26:14 |
| 155 | [sandbox-systrace.c] |
| 156 | allow shutdown(2) syscall in sandbox - it may be called by packet_close() |
| 157 | from portable |
| 158 | (Id sync only; change is already in portable) |
Damien Miller | 1d2c456 | 2014-02-04 11:18:20 +1100 | [diff] [blame] | 159 | - tedu@cvs.openbsd.org 2014/01/31 16:39:19 |
| 160 | [auth2-chall.c authfd.c authfile.c bufaux.c bufec.c canohost.c] |
| 161 | [channels.c cipher-chachapoly.c clientloop.c configure.ac hostfile.c] |
| 162 | [kexc25519.c krl.c monitor.c sandbox-systrace.c session.c] |
| 163 | [sftp-client.c ssh-keygen.c ssh.c sshconnect2.c sshd.c sshlogin.c] |
| 164 | [openbsd-compat/explicit_bzero.c openbsd-compat/openbsd-compat.h] |
| 165 | replace most bzero with explicit_bzero, except a few that cna be memset |
| 166 | ok djm dtucker |
Damien Miller | a5103f4 | 2014-02-04 11:20:14 +1100 | [diff] [blame] | 167 | - djm@cvs.openbsd.org 2014/02/02 03:44:32 |
| 168 | [auth1.c auth2-chall.c auth2-passwd.c authfile.c bufaux.c bufbn.c] |
| 169 | [buffer.c cipher-3des1.c cipher.c clientloop.c gss-serv.c kex.c] |
| 170 | [kexdhc.c kexdhs.c kexecdhc.c kexgexc.c kexecdhs.c kexgexs.c key.c] |
| 171 | [monitor.c monitor_wrap.c packet.c readpass.c rsa.c serverloop.c] |
| 172 | [ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c] |
| 173 | [ssh-keygen.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c] |
| 174 | [sshd.c] |
| 175 | convert memset of potentially-private data to explicit_bzero() |
Damien Miller | aae07e2 | 2014-02-04 11:20:40 +1100 | [diff] [blame] | 176 | - djm@cvs.openbsd.org 2014/02/03 23:28:00 |
| 177 | [ssh-ecdsa.c] |
| 178 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike |
| 179 | DSA_SIG_new. Reported by Batz Spear; ok markus@ |
Damien Miller | db3c595 | 2014-02-04 11:25:45 +1100 | [diff] [blame] | 180 | - djm@cvs.openbsd.org 2014/02/02 03:44:31 |
| 181 | [digest-libc.c digest-openssl.c] |
| 182 | convert memset of potentially-private data to explicit_bzero() |
Damien Miller | eb6d870 | 2014-02-04 11:26:34 +1100 | [diff] [blame] | 183 | - djm@cvs.openbsd.org 2014/02/04 00:24:29 |
| 184 | [ssh.c] |
| 185 | delay lowercasing of hostname until right before hostname |
| 186 | canonicalisation to unbreak case-sensitive matching of ssh_config; |
| 187 | reported by Ike Devolder; ok markus@ |
Damien Miller | bf7e0f0 | 2014-02-04 11:37:50 +1100 | [diff] [blame] | 188 | - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o |
Damien Miller | 9c449bc | 2014-02-04 11:38:28 +1100 | [diff] [blame] | 189 | - (djm) [regress/setuid-allowed.c] Missing string.h for strerror() |
Damien Miller | 4e8d937 | 2014-02-04 11:02:42 +1100 | [diff] [blame] | 190 | |
Damien Miller | 7e5cec6 | 2014-01-31 09:25:34 +1100 | [diff] [blame] | 191 | 20140131 |
| 192 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) |
| 193 | syscall from sandboxes; it may be called by packet_close. |
Darren Tucker | 0eeafcd | 2014-01-31 14:18:51 +1100 | [diff] [blame] | 194 | - (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes |
| 195 | build with HP-UX's compiler. Patch from Kevin Brott. |
Tim Rice | 69d0d09 | 2014-01-31 14:25:18 -0800 | [diff] [blame] | 196 | - (tim) [Makefile.in] build regress/setuid-allow. |
Damien Miller | 7e5cec6 | 2014-01-31 09:25:34 +1100 | [diff] [blame] | 197 | |
Damien Miller | c286819 | 2014-01-30 10:21:19 +1100 | [diff] [blame] | 198 | 20140130 |
| 199 | - (djm) [configure.ac] Only check for width-specified integer types |
| 200 | in headers that actually exist. patch from Tom G. Christensen; |
| 201 | ok dtucker@ |
Damien Miller | f5bbd3b | 2014-01-30 11:26:46 +1100 | [diff] [blame] | 202 | - (djm) [configure.ac atomicio.c] Kludge around NetBSD offering |
| 203 | different symbols for 'read' when various compiler flags are |
| 204 | in use, causing atomicio.c comparisons against it to break and |
| 205 | read/write operations to hang; ok dtucker |
Damien Miller | cdb6c90 | 2014-01-30 12:50:17 +1100 | [diff] [blame] | 206 | - (djm) Release openssh-6.5p1 |
Damien Miller | c286819 | 2014-01-30 10:21:19 +1100 | [diff] [blame] | 207 | |
| 208 | 20140129 |
Damien Miller | c161fc9 | 2014-01-29 21:01:33 +1100 | [diff] [blame] | 209 | - (djm) [configure.ac] Fix broken shell test '==' vs '='; patch from |
| 210 | Tom G. Christensen |
| 211 | |
Damien Miller | ab03949 | 2014-01-28 15:07:10 +1100 | [diff] [blame] | 212 | 20140128 |
| 213 | - (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl; |
| 214 | ok dtucker |
Damien Miller | ab16ef4 | 2014-01-28 15:08:12 +1100 | [diff] [blame] | 215 | - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the |
| 216 | latter being specified to have undefined behaviour in SUSv3; |
| 217 | ok dtucker |
Tim Rice | 6f917ad | 2014-01-28 10:26:25 -0800 | [diff] [blame] | 218 | - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variable |
| 219 | when used as an error message inside an if statement so we display the |
| 220 | correct into. agent.sh patch from Petr Lautrbach. |
Damien Miller | ab03949 | 2014-01-28 15:07:10 +1100 | [diff] [blame] | 221 | |
Darren Tucker | 4ab20a8 | 2014-01-27 17:35:04 +1100 | [diff] [blame] | 222 | 20140127 |
| 223 | - (dtucker) [Makefile.in] Remove trailing backslash which some make |
| 224 | implementations (eg older Solaris) do not cope with. |
| 225 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 226 | 20140126 |
Damien Miller | 76eea4a | 2014-01-26 09:37:25 +1100 | [diff] [blame] | 227 | - OpenBSD CVS Sync |
| 228 | - dtucker@cvs.openbsd.org 2014/01/25 10:12:50 |
| 229 | [cipher.c cipher.h kex.c kex.h kexgexc.c] |
| 230 | Add a special case for the DH group size for 3des-cbc, which has an |
| 231 | effective strength much lower than the key size. This causes problems |
| 232 | with some cryptlib implementations, which don't support group sizes larger |
| 233 | than 4k but also don't use the largest group size it does support as |
| 234 | specified in the RFC. Based on a patch from Petr Lautrbach at Redhat, |
| 235 | reduced by me with input from Markus. ok djm@ markus@ |
Damien Miller | a92ac74 | 2014-01-26 09:38:03 +1100 | [diff] [blame] | 236 | - markus@cvs.openbsd.org 2014/01/25 20:35:37 |
| 237 | [kex.c] |
| 238 | dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) |
| 239 | ok dtucker@, noted by mancha |
Damien Miller | 2035b22 | 2014-01-26 09:39:53 +1100 | [diff] [blame] | 240 | - (djm) [configure.ac sandbox-capsicum.c sandbox-rlimit.c] Disable |
| 241 | RLIMIT_NOFILE pseudo-sandbox on FreeBSD. In some configurations, |
| 242 | libc will attempt to open additional file descriptors for crypto |
| 243 | offload and crash if they cannot be opened. |
Damien Miller | 5b447c0 | 2014-01-26 09:46:53 +1100 | [diff] [blame] | 244 | - (djm) [configure.ac] correct AC_DEFINE for previous. |
Damien Miller | 76eea4a | 2014-01-26 09:37:25 +1100 | [diff] [blame] | 245 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 246 | 20140125 |
Damien Miller | f62ecef | 2014-01-25 12:34:38 +1100 | [diff] [blame] | 247 | - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD |
Damien Miller | c96d853 | 2014-01-25 13:12:28 +1100 | [diff] [blame] | 248 | - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless |
| 249 | sys/capability.h exists and cap_rights_limit is in libc. Fixes |
| 250 | build on FreeBSD9x which provides the header but not the libc |
| 251 | support. |
Damien Miller | 603b8f4 | 2014-01-25 13:16:59 +1100 | [diff] [blame] | 252 | - (djm) [configure.ac] autoconf sets finds to 'yes' not '1', so test |
| 253 | against the correct thing. |
Damien Miller | f62ecef | 2014-01-25 12:34:38 +1100 | [diff] [blame] | 254 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 255 | 20140124 |
Damien Miller | b0e0f76 | 2014-01-24 14:27:04 +1100 | [diff] [blame] | 256 | - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make |
| 257 | the scp regress test actually test the built scp rather than the one |
| 258 | in $PATH. ok dtucker@ |
| 259 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 260 | 20140123 |
Tim Rice | 617da33 | 2014-01-22 19:16:10 -0800 | [diff] [blame] | 261 | - (tim) [session.c] Improve error reporting on set_id(). |
Darren Tucker | 42a0925 | 2014-01-23 23:14:39 +1100 | [diff] [blame] | 262 | - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitously |
| 263 | incompatible with OpenBSD's despite post-dating it by more than a decade. |
| 264 | Declare it as broken, and document FreeBSD's as the same. ok djm@ |
Tim Rice | 617da33 | 2014-01-22 19:16:10 -0800 | [diff] [blame] | 265 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 266 | 20140122 |
Damien Miller | ee87838 | 2014-01-22 16:30:15 +1100 | [diff] [blame] | 267 | - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a |
| 268 | platform that is expected to use the reuse-argv style setproctitle |
| 269 | hack surprises us by providing a setproctitle in libc; ok dtucker |
Damien Miller | 852472a | 2014-01-22 16:31:18 +1100 | [diff] [blame] | 270 | - (djm) [configure.ac] Unless specifically requested, only attempt |
| 271 | to build Position Independent Executables on gcc >= 4.x; ok dtucker |
Damien Miller | 5c2ff5e | 2014-01-22 21:30:12 +1100 | [diff] [blame] | 272 | - (djm) [configure.ac aclocal.m4] More tests to detect fallout from |
| 273 | platform hardening options: include some long long int arithmatic |
| 274 | to detect missing support functions for -ftrapv in libgcc and |
| 275 | equivalents, actually test linking when -ftrapv is supplied and |
| 276 | set either both -pie/-fPIE or neither. feedback and ok dtucker@ |
Damien Miller | ee87838 | 2014-01-22 16:30:15 +1100 | [diff] [blame] | 277 | |
Darren Tucker | 096118d | 2014-01-21 12:48:51 +1100 | [diff] [blame] | 278 | 20140121 |
| 279 | - (dtucker) [configure.ac] Make PIE a configure-time option which defaults |
| 280 | to on platforms where it's known to be reliably detected and off elsewhere. |
| 281 | Works around platforms such as FreeBSD 9.1 where it does not interop with |
| 282 | -ftrapv (it seems to work but fails when trying to link ssh). ok djm@ |
Darren Tucker | a6d573c | 2014-01-21 12:50:46 +1100 | [diff] [blame] | 283 | - (dtucker) [aclocal.m4] Differentiate between compile-time and link-time |
| 284 | tests in the configure output. ok djm. |
Tim Rice | 9464ba6 | 2014-01-20 17:59:28 -0800 | [diff] [blame] | 285 | - (tim) [platform.c session.c] Fix bug affecting SVR5 platforms introduced |
| 286 | with sftp chroot support. Move set_id call after chroot. |
Damien Miller | 5c96a15 | 2014-01-21 13:10:26 +1100 | [diff] [blame] | 287 | - (djm) [aclocal.m4] Flesh out the code run in the OSSH_CHECK_CFLAG_COMPILE |
| 288 | and OSSH_CHECK_LDFLAG_LINK tests to give them a better chance of |
| 289 | detecting toolchain-related problems; ok dtucker |
Darren Tucker | 096118d | 2014-01-21 12:48:51 +1100 | [diff] [blame] | 290 | |
Damien Miller | 3510979 | 2014-01-20 12:41:53 +1100 | [diff] [blame] | 291 | 20140120 |
Darren Tucker | c74e70e | 2014-01-20 13:18:09 +1100 | [diff] [blame] | 292 | - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos |
| 293 | implementation does not have krb5_cc_new_unique, similar to what we do |
| 294 | in auth-krb5.c. |
Damien Miller | f9df7f6 | 2014-01-20 20:07:15 +1100 | [diff] [blame] | 295 | - (djm) [regress/cert-hostkey.sh] Fix regress failure on platforms that |
| 296 | skip one or more key types (e.g. RHEL/CentOS 6.5); ok dtucker@ |
Damien Miller | 3510979 | 2014-01-20 12:41:53 +1100 | [diff] [blame] | 297 | - (djm) OpenBSD CVS Sync |
| 298 | - djm@cvs.openbsd.org 2014/01/20 00:08:48 |
| 299 | [digest.c] |
| 300 | memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@ |
| 301 | |
Darren Tucker | 2aca159 | 2014-01-19 15:25:34 +1100 | [diff] [blame] | 302 | 20140119 |
| 303 | - (dtucker) OpenBSD CVS Sync |
| 304 | - dtucker@cvs.openbsd.org 2014/01/17 06:23:24 |
| 305 | [sftp-server.c] |
| 306 | fix log message statvfs. ok djm |
Darren Tucker | 293ee3c | 2014-01-19 15:28:01 +1100 | [diff] [blame] | 307 | - dtucker@cvs.openbsd.org 2014/01/18 09:36:26 |
| 308 | [session.c] |
| 309 | explicitly define USE_PIPES to 1 to prevent redefinition warnings in |
Darren Tucker | 7b1ded0 | 2014-01-19 15:30:02 +1100 | [diff] [blame] | 310 | portable on platforms that use pipes for everything. From vinschen at |
| 311 | redhat. |
| 312 | - dtucker@cvs.openbsd.org 2014/01/19 04:17:29 |
| 313 | [canohost.c addrmatch.c] |
| 314 | Cast socklen_t when comparing to size_t and use socklen_t to iterate over |
| 315 | the ip options, both to prevent signed/unsigned comparison warnings. |
| 316 | Patch from vinschen at redhat via portable openssh, begrudging ok deraadt. |
Darren Tucker | b7e01c0 | 2014-01-19 22:36:13 +1100 | [diff] [blame] | 317 | - djm@cvs.openbsd.org 2014/01/19 04:48:08 |
| 318 | [ssh_config.5] |
| 319 | fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal |
Darren Tucker | 7eee358 | 2014-01-19 22:37:02 +1100 | [diff] [blame] | 320 | - dtucker@cvs.openbsd.org 2014/01/19 11:21:51 |
| 321 | [addrmatch.c] |
| 322 | Cast the sizeof to socklen_t so it'll work even if the supplied len is |
| 323 | negative. Suggested by and ok djm, ok deraadt. |
Darren Tucker | 2aca159 | 2014-01-19 15:25:34 +1100 | [diff] [blame] | 324 | |
Darren Tucker | 89c532d | 2014-01-18 20:43:49 +1100 | [diff] [blame] | 325 | 20140118 |
| 326 | - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch |
| 327 | from vinschen at redhat.com |
Darren Tucker | 1411c92 | 2014-01-18 21:03:59 +1100 | [diff] [blame] | 328 | - (dtucker) [openbsd-compat/bsd-cygwin_util.h] Add missing function |
| 329 | declarations that stopped being included when we stopped including |
| 330 | <windows.h> from openbsd-compat/bsd-cygwin_util.h. Patch from vinschen at |
| 331 | redhat.com. |
Darren Tucker | fdce373 | 2014-01-18 21:12:42 +1100 | [diff] [blame] | 332 | - (dtucker) [configure.ac] On Cygwin the getopt variables (like optargs, |
| 333 | optind) are defined in getopt.h already. Unfortunately they are defined as |
| 334 | "declspec(dllimport)" for historical reasons, because the GNU linker didn't |
| 335 | allow auto-import on PE/COFF targets way back when. The problem is the |
| 336 | dllexport attributes collide with the definitions in the various source |
| 337 | files in OpenSSH, which obviousy define the variables without |
| 338 | declspec(dllimport). The least intrusive way to get rid of these warnings |
| 339 | is to disable warnings for GCC compiler attributes when building on Cygwin. |
| 340 | Patch from vinschen at redhat.com. |
Darren Tucker | 841f7da | 2014-01-18 22:12:15 +1100 | [diff] [blame] | 341 | - (dtucker) [sandbox-capsicum.c] Correct some error messages and make the |
| 342 | return value check for cap_enter() consistent with the other uses in |
| 343 | FreeBSD. From by Loganaden Velvindron @ AfriNIC via bz#2140. |
Darren Tucker | 89c532d | 2014-01-18 20:43:49 +1100 | [diff] [blame] | 344 | |
Darren Tucker | fd99437 | 2014-01-17 09:53:24 +1100 | [diff] [blame] | 345 | 20140117 |
| 346 | - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain |
| 347 | hardening flags including -fstack-protector-strong. These default to on |
| 348 | if the toolchain supports them, but there is a configure-time knob |
| 349 | (--without-hardening) to disable them if necessary. ok djm@ |
Damien Miller | c3d483f | 2014-01-17 11:20:26 +1100 | [diff] [blame] | 350 | - (djm) [sftp-client.c] signed/unsigned comparison fix |
Darren Tucker | 1c4a011 | 2014-01-17 12:23:23 +1100 | [diff] [blame] | 351 | - (dtucker) [loginrec.c] Cast to the types specfied in the format |
| 352 | specification to prevent warnings. |
Darren Tucker | ac413b6 | 2014-01-17 12:31:33 +1100 | [diff] [blame] | 353 | - (dtucker) [crypto_api.h] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H. |
Darren Tucker | 99df369 | 2014-01-17 12:42:17 +1100 | [diff] [blame] | 354 | - (dtucker) [poly1305.c] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H. |
Darren Tucker | f45f78a | 2014-01-17 12:43:43 +1100 | [diff] [blame] | 355 | - (dtucker) [blocks.c fe25519.c ge25519.c hash.c sc25519.c verify.c] Include |
| 356 | includes.h to pull in all of the compatibility stuff. |
Darren Tucker | c3ed065 | 2014-01-17 14:18:45 +1100 | [diff] [blame] | 357 | - (dtucker) [openbsd-compat/bcrypt_pbkdf.c] Wrap stdlib.h include inside |
| 358 | #ifdef HAVE_STDINT_H. |
Darren Tucker | acad351 | 2014-01-17 14:20:05 +1100 | [diff] [blame] | 359 | - (dtucker) [defines.h] Add typedefs for uintXX_t types for platforms that |
| 360 | don't have them. |
Darren Tucker | c548722 | 2014-01-17 15:12:16 +1100 | [diff] [blame] | 361 | - (dtucker) [configure.ac] Split AC_CHECK_FUNCS for OpenSSL functions into |
| 362 | separate lines and alphabetize for easier diffing of changes. |
Darren Tucker | 5f1c57a | 2014-01-17 16:29:45 +1100 | [diff] [blame] | 363 | - (dtucker) OpenBSD CVS Sync |
| 364 | - djm@cvs.openbsd.org 2014/01/17 00:21:06 |
| 365 | [sftp-client.c] |
| 366 | signed/unsigned comparison warning fix; from portable (Id sync only) |
Darren Tucker | a9d186a | 2014-01-17 16:30:49 +1100 | [diff] [blame] | 367 | - dtucker@cvs.openbsd.org 2014/01/17 05:26:41 |
| 368 | [digest.c] |
| 369 | remove unused includes. ok djm@ |
Damien Miller | 868ea1e | 2014-01-17 16:47:04 +1100 | [diff] [blame] | 370 | - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c] |
| 371 | [sandbox-null.c sandbox-rlimit.c sandbox-seccomp-filter.c] |
| 372 | [sandbox-systrace.c ssh-sandbox.h sshd.c] Support preauth sandboxing |
| 373 | using the Capsicum API introduced in FreeBSD 10. Patch by Dag-Erling |
| 374 | Smorgrav, updated by Loganaden Velvindron @ AfriNIC; ok dtucker@ |
Darren Tucker | d23a91f | 2014-01-17 17:32:30 +1100 | [diff] [blame] | 375 | - (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.c |
| 376 | openbsd-compat/openssl-compat.h] Add compatibility layer for older |
| 377 | openssl versions. ok djm@ |
Darren Tucker | 1357d71 | 2014-01-17 18:00:40 +1100 | [diff] [blame] | 378 | - (dtucker) Fix typo in #ifndef. |
Darren Tucker | a5cf1e2 | 2014-01-17 18:10:58 +1100 | [diff] [blame] | 379 | - (dtucker) [configure.ac openbsd-compat/bsd-statvfs.c |
| 380 | openbsd-compat/bsd-statvfs.h] Implement enough of statvfs on top of statfs |
| 381 | to be useful (and for the regression tests to pass) on platforms that |
| 382 | have statfs and fstatfs. ok djm@ |
Darren Tucker | 5055699 | 2014-01-17 18:48:22 +1100 | [diff] [blame] | 383 | - (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if we |
| 384 | need them to cut down on the name collisions. |
Darren Tucker | 6d72568 | 2014-01-17 19:17:34 +1100 | [diff] [blame] | 385 | - (dtucker) [configure.ac] Also look in inttypes.h for uintXX_t types. |
Darren Tucker | 9edcbff | 2014-01-17 21:54:32 +1100 | [diff] [blame] | 386 | - (dtucker) [configure.ac] Have --without-hardening not turn off |
| 387 | stack-protector since that has a separate flag that's been around a while. |
Darren Tucker | a335766 | 2014-01-18 00:03:57 +1100 | [diff] [blame] | 388 | - (dtucker) [readconf.c] Wrap paths.h inside an ifdef. Allows building on |
| 389 | Solaris. |
Darren Tucker | 355f861 | 2014-01-18 00:12:38 +1100 | [diff] [blame] | 390 | - (dtucker) [defines.h] Move our definitions of uintXX_t types down to after |
| 391 | they're defined if we have to define them ourselves. Fixes builds on old |
| 392 | AIX. |
Darren Tucker | fd99437 | 2014-01-17 09:53:24 +1100 | [diff] [blame] | 393 | |
Damien Miller | 52c371c | 2014-01-16 18:42:10 +1100 | [diff] [blame] | 394 | 20140118 |
| 395 | - (djm) OpenBSD CVS Sync |
| 396 | - djm@cvs.openbsd.org 2014/01/16 07:31:09 |
| 397 | [sftp-client.c] |
| 398 | needless and incorrect cast to size_t can break resumption of |
| 399 | large download; patch from tobias@ |
Damien Miller | 0fa29e6 | 2014-01-16 18:42:31 +1100 | [diff] [blame] | 400 | - djm@cvs.openbsd.org 2014/01/16 07:32:00 |
| 401 | [version.h] |
| 402 | openssh-6.5 |
Damien Miller | 2ae77e6 | 2014-01-16 18:51:07 +1100 | [diff] [blame] | 403 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 404 | [contrib/suse/openssh.spec] Crank RPM spec version numbers. |
Damien Miller | 366224d | 2014-01-16 18:51:44 +1100 | [diff] [blame] | 405 | - (djm) [README] update release notes URL. |
Damien Miller | 52c371c | 2014-01-16 18:42:10 +1100 | [diff] [blame] | 406 | |
Damien Miller | af5d448 | 2014-01-12 19:20:47 +1100 | [diff] [blame] | 407 | 20140112 |
| 408 | - (djm) OpenBSD CVS Sync |
| 409 | - djm@cvs.openbsd.org 2014/01/10 05:59:19 |
| 410 | [sshd_config] |
| 411 | the /etc/ssh/ssh_host_ed25519_key is loaded by default too |
Damien Miller | 91b580e | 2014-01-12 19:21:22 +1100 | [diff] [blame] | 412 | - djm@cvs.openbsd.org 2014/01/12 08:13:13 |
| 413 | [bufaux.c buffer.h kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c] |
| 414 | [kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c] |
| 415 | avoid use of OpenSSL BIGNUM type and functions for KEX with |
| 416 | Curve25519 by adding a buffer_put_bignum2_from_string() that stores |
| 417 | a string using the bignum encoding rules. Will make it easier to |
| 418 | build a reduced-feature OpenSSH without OpenSSL in the future; |
| 419 | ok markus@ |
Damien Miller | af5d448 | 2014-01-12 19:20:47 +1100 | [diff] [blame] | 420 | |
Damien Miller | 3e49853 | 2014-01-10 10:37:05 +1100 | [diff] [blame] | 421 | 20140110 |
| 422 | - (djm) OpenBSD CVS Sync |
| 423 | - tedu@cvs.openbsd.org 2014/01/04 17:50:55 |
| 424 | [mac.c monitor_mm.c monitor_mm.h xmalloc.c] |
| 425 | use standard types and formats for size_t like variables. ok dtucker |
Damien Miller | e00e413 | 2014-01-10 10:40:45 +1100 | [diff] [blame] | 426 | - guenther@cvs.openbsd.org 2014/01/09 03:26:00 |
| 427 | [sftp-common.c] |
| 428 | When formating the time for "ls -l"-style output, show dates in the future |
| 429 | with the year, and rearrange a comparison to avoid a potentional signed |
| 430 | arithmetic overflow that would give the wrong result. |
| 431 | ok djm@ |
Damien Miller | b3051d0 | 2014-01-10 10:58:53 +1100 | [diff] [blame] | 432 | - djm@cvs.openbsd.org 2014/01/09 23:20:00 |
| 433 | [digest.c digest.h hostfile.c kex.c kex.h kexc25519.c kexc25519c.c] |
| 434 | [kexc25519s.c kexdh.c kexecdh.c kexecdhc.c kexecdhs.c kexgex.c kexgexc.c] |
| 435 | [kexgexs.c key.c key.h roaming_client.c roaming_common.c schnorr.c] |
| 436 | [schnorr.h ssh-dss.c ssh-ecdsa.c ssh-rsa.c sshconnect2.c] |
| 437 | Introduce digest API and use it to perform all hashing operations |
| 438 | rather than calling OpenSSL EVP_Digest* directly. Will make it easier |
| 439 | to build a reduced-feature OpenSSH without OpenSSL in future; |
| 440 | feedback, ok markus@ |
Damien Miller | 58cd63b | 2014-01-10 10:59:24 +1100 | [diff] [blame] | 441 | - djm@cvs.openbsd.org 2014/01/09 23:26:48 |
| 442 | [sshconnect.c sshd.c] |
| 443 | ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient, |
| 444 | deranged and might make some attacks on KEX easier; ok markus@ |
Damien Miller | 3e49853 | 2014-01-10 10:37:05 +1100 | [diff] [blame] | 445 | |
Damien Miller | a9c1e50 | 2014-01-08 16:13:12 +1100 | [diff] [blame] | 446 | 20140108 |
| 447 | - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@ |
| 448 | |
Damien Miller | 324541e | 2013-12-31 12:25:40 +1100 | [diff] [blame] | 449 | 20131231 |
| 450 | - (djm) OpenBSD CVS Sync |
| 451 | - djm@cvs.openbsd.org 2013/12/30 23:52:28 |
| 452 | [auth2-hostbased.c auth2-pubkey.c compat.c compat.h ssh-rsa.c] |
| 453 | [sshconnect.c sshconnect2.c sshd.c] |
| 454 | refuse RSA keys from old proprietary clients/servers that use the |
| 455 | obsolete RSA+MD5 signature scheme. it will still be possible to connect |
| 456 | with these clients/servers but only DSA keys will be accepted, and we'll |
| 457 | deprecate them entirely in a future release. ok markus@ |
| 458 | |
Damien Miller | 7d97fd9 | 2013-12-29 17:40:18 +1100 | [diff] [blame] | 459 | 20131229 |
| 460 | - (djm) [loginrec.c] Check for username truncation when looking up lastlog |
| 461 | entries |
Damien Miller | 9f4c8e7 | 2013-12-29 17:57:46 +1100 | [diff] [blame] | 462 | - (djm) [regress/Makefile] Add some generated files for cleaning |
Damien Miller | ef275ea | 2013-12-29 17:44:07 +1100 | [diff] [blame] | 463 | - (djm) OpenBSD CVS Sync |
| 464 | - djm@cvs.openbsd.org 2013/12/19 00:10:30 |
| 465 | [ssh-add.c] |
| 466 | skip requesting smartcard PIN when removing keys from agent; bz#2187 |
| 467 | patch from jay AT slushpupie.com; ok dtucker |
Damien Miller | bb3dafe | 2013-12-29 17:44:29 +1100 | [diff] [blame] | 468 | - dtucker@cvs.openbsd.org 2013/12/19 00:19:12 |
| 469 | [serverloop.c] |
| 470 | Cast client_alive_interval to u_int64_t before assinging to |
| 471 | max_time_milliseconds to avoid potential integer overflow in the timeout. |
| 472 | bz#2170, patch from Loganaden Velvindron, ok djm@ |
Damien Miller | bf25d11 | 2013-12-29 17:44:56 +1100 | [diff] [blame] | 473 | - djm@cvs.openbsd.org 2013/12/19 00:27:57 |
| 474 | [auth-options.c] |
| 475 | simplify freeing of source-address certificate restriction |
Damien Miller | 4def184 | 2013-12-29 17:45:26 +1100 | [diff] [blame] | 476 | - djm@cvs.openbsd.org 2013/12/19 01:04:36 |
| 477 | [channels.c] |
| 478 | bz#2147: fix multiple remote forwardings with dynamically assigned |
| 479 | listen ports. In the s->c message to open the channel we were sending |
| 480 | zero (the magic number to request a dynamic port) instead of the actual |
| 481 | listen port. The client therefore had no way of discriminating between |
| 482 | them. |
| 483 | |
| 484 | Diagnosis and fix by ronf AT timeheart.net |
Damien Miller | 0b36c83 | 2013-12-29 17:45:51 +1100 | [diff] [blame] | 485 | - djm@cvs.openbsd.org 2013/12/19 01:19:41 |
| 486 | [ssh-agent.c] |
| 487 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent |
| 488 | that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com; |
| 489 | ok dtucker |
Damien Miller | 339a48f | 2013-12-29 17:46:49 +1100 | [diff] [blame] | 490 | - djm@cvs.openbsd.org 2013/12/19 22:57:13 |
| 491 | [poly1305.c poly1305.h] |
| 492 | use full name for author, with his permission |
Damien Miller | 1379771 | 2013-12-29 17:47:14 +1100 | [diff] [blame] | 493 | - tedu@cvs.openbsd.org 2013/12/21 07:10:47 |
| 494 | [ssh-keygen.1] |
| 495 | small typo |
Damien Miller | 3e19295 | 2013-12-29 17:47:50 +1100 | [diff] [blame] | 496 | - djm@cvs.openbsd.org 2013/12/27 22:30:17 |
| 497 | [ssh-dss.c ssh-ecdsa.c ssh-rsa.c] |
| 498 | make the original RSA and DSA signing/verification code look more like |
| 499 | the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type |
| 500 | rather than tediously listing all variants, use __func__ for debug/ |
| 501 | error messages |
Damien Miller | 06122e9 | 2013-12-29 17:48:15 +1100 | [diff] [blame] | 502 | - djm@cvs.openbsd.org 2013/12/27 22:37:18 |
| 503 | [ssh-rsa.c] |
| 504 | correct comment |
Damien Miller | 83f2fe2 | 2013-12-29 17:48:38 +1100 | [diff] [blame] | 505 | - djm@cvs.openbsd.org 2013/12/29 02:28:10 |
| 506 | [key.c] |
| 507 | allow ed25519 keys to appear as certificate authorities |
Damien Miller | 5baeacf | 2013-12-29 17:48:55 +1100 | [diff] [blame] | 508 | - djm@cvs.openbsd.org 2013/12/29 02:37:04 |
| 509 | [key.c] |
| 510 | correct comment for key_to_certified() |
Damien Miller | 9de4fcd | 2013-12-29 17:49:13 +1100 | [diff] [blame] | 511 | - djm@cvs.openbsd.org 2013/12/29 02:49:52 |
| 512 | [key.c] |
| 513 | correct comment for key_drop_cert() |
Damien Miller | 29ace1c | 2013-12-29 17:49:31 +1100 | [diff] [blame] | 514 | - djm@cvs.openbsd.org 2013/12/29 04:20:04 |
| 515 | [key.c] |
| 516 | to make sure we don't omit any key types as valid CA keys again, |
| 517 | factor the valid key type check into a key_type_is_valid_ca() |
| 518 | function |
Damien Miller | f72cdde | 2013-12-29 17:49:55 +1100 | [diff] [blame] | 519 | - djm@cvs.openbsd.org 2013/12/29 04:29:25 |
| 520 | [authfd.c] |
| 521 | allow deletion of ed25519 keys from the agent |
Damien Miller | b9a9549 | 2013-12-29 17:50:15 +1100 | [diff] [blame] | 522 | - djm@cvs.openbsd.org 2013/12/29 04:35:50 |
| 523 | [authfile.c] |
| 524 | don't refuse to load Ed25519 certificates |
Damien Miller | 0fa47cf | 2013-12-29 17:53:39 +1100 | [diff] [blame] | 525 | - djm@cvs.openbsd.org 2013/12/29 05:42:16 |
| 526 | [ssh.c] |
| 527 | don't forget to load Ed25519 certs too |
Damien Miller | 106bf1c | 2013-12-29 17:54:03 +1100 | [diff] [blame] | 528 | - djm@cvs.openbsd.org 2013/12/29 05:57:02 |
| 529 | [sshconnect.c] |
| 530 | when showing other hostkeys, don't forget Ed25519 keys |
Damien Miller | 7d97fd9 | 2013-12-29 17:40:18 +1100 | [diff] [blame] | 531 | |
Darren Tucker | 77244af | 2013-12-21 17:02:39 +1100 | [diff] [blame] | 532 | 20131221 |
| 533 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |
| 534 | |
Darren Tucker | 1fcec9d | 2013-12-19 11:00:12 +1100 | [diff] [blame] | 535 | 20131219 |
| 536 | - (dtucker) [configure.ac] bz#2178: Don't try to use BSM on Solaris versions |
| 537 | greater than 11 either rather than just 11. Patch from Tomas Kuthan. |
Darren Tucker | 53f8e78 | 2013-12-19 11:31:44 +1100 | [diff] [blame] | 538 | - (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item(). |
| 539 | Patch from Loganaden Velvindron. |
Darren Tucker | 1fcec9d | 2013-12-19 11:00:12 +1100 | [diff] [blame] | 540 | |
Damien Miller | 4f752cf | 2013-12-18 17:45:35 +1100 | [diff] [blame] | 541 | 20131218 |
| 542 | - (djm) OpenBSD CVS Sync |
| 543 | - djm@cvs.openbsd.org 2013/12/07 08:08:26 |
| 544 | [ssh-keygen.1] |
| 545 | document -a and -o wrt new key format |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 546 | - naddy@cvs.openbsd.org 2013/12/07 11:58:46 |
| 547 | [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1] |
| 548 | [ssh_config.5 sshd.8 sshd_config.5] |
| 549 | add missing mentions of ed25519; ok djm@ |
Damien Miller | 6575c3a | 2013-12-18 17:47:02 +1100 | [diff] [blame] | 550 | - dtucker@cvs.openbsd.org 2013/12/08 09:53:27 |
| 551 | [sshd_config.5] |
| 552 | Use a literal for the default value of KEXAlgorithms. ok deraadt jmc |
Damien Miller | 8a56dc2 | 2013-12-18 17:48:11 +1100 | [diff] [blame] | 553 | - markus@cvs.openbsd.org 2013/12/09 11:03:45 |
| 554 | [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h] |
| 555 | [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] |
| 556 | Add Authors for the public domain ed25519/nacl code. |
| 557 | see also http://nacl.cr.yp.to/features.html |
| 558 | All of the NaCl software is in the public domain. |
| 559 | and http://ed25519.cr.yp.to/software.html |
| 560 | The Ed25519 software is in the public domain. |
Damien Miller | 155b5a5 | 2013-12-18 17:48:32 +1100 | [diff] [blame] | 561 | - markus@cvs.openbsd.org 2013/12/09 11:08:17 |
| 562 | [crypto_api.h] |
| 563 | remove unused defines |
Damien Miller | 059321d | 2013-12-18 17:49:48 +1100 | [diff] [blame] | 564 | - pascal@cvs.openbsd.org 2013/12/15 18:17:26 |
| 565 | [ssh-add.c] |
| 566 | Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page. |
| 567 | ok markus@ |
Damien Miller | d58a596 | 2013-12-18 17:50:13 +1100 | [diff] [blame] | 568 | - djm@cvs.openbsd.org 2013/12/15 21:42:35 |
| 569 | [cipher-chachapoly.c] |
| 570 | add some comments and constify a constant |
Damien Miller | 6674eb9 | 2013-12-18 17:50:39 +1100 | [diff] [blame] | 571 | - markus@cvs.openbsd.org 2013/12/17 10:36:38 |
| 572 | [crypto_api.h] |
| 573 | I've assempled the header file by cut&pasting from generated headers |
| 574 | and the source files. |
Damien Miller | 4f752cf | 2013-12-18 17:45:35 +1100 | [diff] [blame] | 575 | |
Damien Miller | 7e6e42f | 2013-12-08 08:23:08 +1100 | [diff] [blame] | 576 | 20131208 |
| 577 | - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna |
| 578 | Vinschen |
Damien Miller | 6d6fcd1 | 2013-12-08 15:53:28 +1100 | [diff] [blame] | 579 | - (djm) [Makefile.in regress/Makefile regress/agent-ptrace.sh] |
| 580 | [regress/setuid-allowed.c] Check that ssh-agent is not on a no-setuid |
| 581 | filesystem before running agent-ptrace.sh; ok dtucker |
Damien Miller | 7e6e42f | 2013-12-08 08:23:08 +1100 | [diff] [blame] | 582 | |
Damien Miller | 3939207 | 2013-12-07 10:31:08 +1100 | [diff] [blame] | 583 | 20131207 |
| 584 | - (djm) OpenBSD CVS Sync |
| 585 | - djm@cvs.openbsd.org 2013/12/05 22:59:45 |
| 586 | [sftp-client.c] |
| 587 | fix memory leak in error path in do_readdir(); pointed out by |
| 588 | Loganaden Velvindron @ AfriNIC in bz#2163 |
Damien Miller | 0f8536d | 2013-12-07 10:31:37 +1100 | [diff] [blame] | 589 | - djm@cvs.openbsd.org 2013/12/06 03:40:51 |
| 590 | [ssh-keygen.c] |
| 591 | remove duplicated character ('g') in getopt() string; |
| 592 | document the (few) remaining option characters so we don't have to |
| 593 | rummage next time. |
Damien Miller | f0e9060 | 2013-12-07 10:40:26 +1100 | [diff] [blame] | 594 | - markus@cvs.openbsd.org 2013/12/06 13:30:08 |
| 595 | [authfd.c key.c key.h ssh-agent.c] |
| 596 | move private key (de)serialization to key.c; ok djm |
Damien Miller | bcd00ab | 2013-12-07 10:41:55 +1100 | [diff] [blame] | 597 | - markus@cvs.openbsd.org 2013/12/06 13:34:54 |
| 598 | [authfile.c authfile.h cipher.c cipher.h key.c packet.c ssh-agent.c] |
| 599 | [ssh-keygen.c PROTOCOL.key] new private key format, bcrypt as KDF by |
| 600 | default; details in PROTOCOL.key; feedback and lots help from djm; |
| 601 | ok djm@ |
Damien Miller | 5be9d9e | 2013-12-07 11:24:01 +1100 | [diff] [blame] | 602 | - markus@cvs.openbsd.org 2013/12/06 13:39:49 |
| 603 | [authfd.c authfile.c key.c key.h myproposal.h pathnames.h readconf.c] |
| 604 | [servconf.c ssh-agent.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c] |
| 605 | [ssh-keysign.c ssh.c ssh_config.5 sshd.8 sshd.c verify.c ssh-ed25519.c] |
| 606 | [sc25519.h sc25519.c hash.c ge25519_base.data ge25519.h ge25519.c] |
| 607 | [fe25519.h fe25519.c ed25519.c crypto_api.h blocks.c] |
| 608 | support ed25519 keys (hostkeys and user identities) using the public |
| 609 | domain ed25519 reference code from SUPERCOP, see |
| 610 | http://ed25519.cr.yp.to/software.html |
| 611 | feedback, help & ok djm@ |
Damien Miller | a7827c1 | 2013-12-07 11:24:30 +1100 | [diff] [blame] | 612 | - jmc@cvs.openbsd.org 2013/12/06 15:29:07 |
| 613 | [sshd.8] |
| 614 | missing comma; |
Damien Miller | ca570a5 | 2013-12-07 11:29:09 +1100 | [diff] [blame] | 615 | - djm@cvs.openbsd.org 2013/12/07 00:19:15 |
| 616 | [key.c] |
| 617 | set k->cert = NULL after freeing it |
Damien Miller | f54542a | 2013-12-07 16:32:44 +1100 | [diff] [blame] | 618 | - markus@cvs.openbsd.org 2013/12/06 13:52:46 |
| 619 | [regress/Makefile regress/agent.sh regress/cert-hostkey.sh] |
| 620 | [regress/cert-userkey.sh regress/keytype.sh] |
| 621 | test ed25519 support; from djm@ |
Damien Miller | f104da2 | 2013-12-07 12:37:53 +1100 | [diff] [blame] | 622 | - (djm) [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h] |
Damien Miller | 3cccc0e | 2013-12-07 11:27:47 +1100 | [diff] [blame] | 623 | [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents |
Damien Miller | f104da2 | 2013-12-07 12:37:53 +1100 | [diff] [blame] | 624 | - (djm) [Makefile.in] Add ed25519 sources |
| 625 | - (djm) [authfile.c] Conditionalise inclusion of util.h |
| 626 | - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bcrypt_pbkdf.c] |
Damien Miller | 1ff130d | 2013-12-07 11:51:51 +1100 | [diff] [blame] | 627 | [openbsd-compat/blf.h openbsd-compat/blowfish.c] |
| 628 | [openbsd-compat/openbsd-compat.h] Start at supporting bcrypt_pbkdf in |
| 629 | portable. |
Damien Miller | f104da2 | 2013-12-07 12:37:53 +1100 | [diff] [blame] | 630 | - (djm) [ed25519.c ssh-ed25519.c openbsd-compat/Makefile.in] |
| 631 | [openbsd-compat/bcrypt_pbkdf.c] Make ed25519/new key format compile on |
| 632 | Linux |
Damien Miller | eb40158 | 2013-12-07 17:07:15 +1100 | [diff] [blame] | 633 | - (djm) [regress/cert-hostkey.sh] Fix merge botch |
Damien Miller | da3ca35 | 2013-12-07 21:43:46 +1100 | [diff] [blame] | 634 | - (djm) [Makefile.in] PATHSUBS and keygen bits for Ed25519; from |
| 635 | Loganaden Velvindron @ AfriNIC in bz#2179 |
Damien Miller | 3939207 | 2013-12-07 10:31:08 +1100 | [diff] [blame] | 636 | |
Damien Miller | dec0393 | 2013-12-05 10:18:43 +1100 | [diff] [blame] | 637 | 20131205 |
| 638 | - (djm) OpenBSD CVS Sync |
| 639 | - jmc@cvs.openbsd.org 2013/11/21 08:05:09 |
| 640 | [ssh_config.5 sshd_config.5] |
| 641 | no need for .Pp before displays; |
Damien Miller | d937dc0 | 2013-12-05 10:19:54 +1100 | [diff] [blame] | 642 | - deraadt@cvs.openbsd.org 2013/11/25 18:04:21 |
| 643 | [ssh.1 ssh.c] |
| 644 | improve -Q usage and such. One usage change is that the option is now |
| 645 | case-sensitive |
| 646 | ok dtucker markus djm |
Damien Miller | bdb352a | 2013-12-05 10:20:52 +1100 | [diff] [blame] | 647 | - jmc@cvs.openbsd.org 2013/11/26 12:14:54 |
| 648 | [ssh.1 ssh.c] |
| 649 | - put -Q in the right place |
| 650 | - Ar was a poor choice for the arguments to -Q. i've chosen an |
| 651 | admittedly equally poor Cm, at least consistent with the rest |
| 652 | of the docs. also no need for multiple instances |
| 653 | - zap a now redundant Nm |
| 654 | - usage() sync |
Damien Miller | 1d2f880 | 2013-12-05 10:22:03 +1100 | [diff] [blame] | 655 | - deraadt@cvs.openbsd.org 2013/11/26 19:15:09 |
| 656 | [pkcs11.h] |
| 657 | cleanup 1 << 31 idioms. Resurrection of this issue pointed out by |
| 658 | Eitan Adler ok markus for ssh, implies same change in kerberosV |
Damien Miller | e4870c0 | 2013-12-05 10:22:39 +1100 | [diff] [blame] | 659 | - djm@cvs.openbsd.org 2013/12/01 23:19:05 |
| 660 | [PROTOCOL] |
| 661 | mention curve25519-sha256@libssh.org key exchange algorithm |
Damien Miller | 114e540 | 2013-12-05 10:22:57 +1100 | [diff] [blame] | 662 | - djm@cvs.openbsd.org 2013/12/02 02:50:27 |
| 663 | [PROTOCOL.chacha20poly1305] |
| 664 | typo; from Jon Cave |
Damien Miller | f1e44ea | 2013-12-05 10:23:21 +1100 | [diff] [blame] | 665 | - djm@cvs.openbsd.org 2013/12/02 02:56:17 |
| 666 | [ssh-pkcs11-helper.c] |
| 667 | use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC |
Damien Miller | f7e8a87 | 2013-12-05 10:25:51 +1100 | [diff] [blame] | 668 | - djm@cvs.openbsd.org 2013/12/02 03:09:22 |
| 669 | [key.c] |
| 670 | make key_to_blob() return a NULL blob on failure; part of |
| 671 | bz#2175 from Loganaden Velvindron @ AfriNIC |
Damien Miller | 960f6a2 | 2013-12-05 10:26:14 +1100 | [diff] [blame] | 672 | - djm@cvs.openbsd.org 2013/12/02 03:13:14 |
| 673 | [cipher.c] |
| 674 | correct bzero of chacha20+poly1305 key context. bz#2177 from |
| 675 | Loganaden Velvindron @ AfriNIC |
| 676 | |
| 677 | Also make it a memset for consistency with the rest of cipher.c |
Damien Miller | 9275df3 | 2013-12-05 10:26:32 +1100 | [diff] [blame] | 678 | - djm@cvs.openbsd.org 2013/12/04 04:20:01 |
| 679 | [sftp-client.c] |
| 680 | bz#2171: don't leak local_fd on error; from Loganaden Velvindron @ |
| 681 | AfriNIC |
Damien Miller | 534b2cc | 2013-12-05 14:07:27 +1100 | [diff] [blame] | 682 | - djm@cvs.openbsd.org 2013/12/05 01:16:41 |
| 683 | [servconf.c servconf.h] |
| 684 | bz#2161 - fix AuthorizedKeysCommand inside a Match block and |
| 685 | rearrange things so the same error is harder to make next time; |
| 686 | with and ok dtucker@ |
Darren Tucker | 8369c8e | 2013-12-05 11:00:16 +1100 | [diff] [blame] | 687 | - (dtucker) [configure.ac] bz#2173: use pkg-config --libs to include correct |
| 688 | -L location for libedit. Patch from Serge van den Boom. |
Damien Miller | dec0393 | 2013-12-05 10:18:43 +1100 | [diff] [blame] | 689 | |
Damien Miller | 0600c70 | 2013-11-21 13:55:43 +1100 | [diff] [blame] | 690 | 20131121 |
| 691 | - (djm) OpenBSD CVS Sync |
| 692 | - dtucker@cvs.openbsd.org 2013/11/08 11:15:19 |
| 693 | [bufaux.c bufbn.c buffer.c sftp-client.c sftp-common.c sftp-glob.c] |
| 694 | [uidswap.c] Include stdlib.h for free() as per the man page. |
Damien Miller | 867e693 | 2013-11-21 13:56:06 +1100 | [diff] [blame] | 695 | - markus@cvs.openbsd.org 2013/11/13 13:48:20 |
| 696 | [ssh-pkcs11.c] |
| 697 | add missing braces found by pedro |
Damien Miller | 23e00aa | 2013-11-21 13:56:28 +1100 | [diff] [blame] | 698 | - djm@cvs.openbsd.org 2013/11/20 02:19:01 |
| 699 | [sshd.c] |
| 700 | delay closure of in/out fds until after "Bad protocol version |
| 701 | identification..." message, as get_remote_ipaddr/get_remote_port |
| 702 | require them open. |
Damien Miller | e001673 | 2013-11-21 13:56:49 +1100 | [diff] [blame] | 703 | - deraadt@cvs.openbsd.org 2013/11/20 20:53:10 |
| 704 | [scp.c] |
| 705 | unsigned casts for ctype macros where neccessary |
| 706 | ok guenther millert markus |
Damien Miller | fdb2306 | 2013-11-21 13:57:15 +1100 | [diff] [blame] | 707 | - deraadt@cvs.openbsd.org 2013/11/20 20:54:10 |
| 708 | [canohost.c clientloop.c match.c readconf.c sftp.c] |
| 709 | unsigned casts for ctype macros where neccessary |
| 710 | ok guenther millert markus |
Damien Miller | 0fde8ac | 2013-11-21 14:12:23 +1100 | [diff] [blame] | 711 | - djm@cvs.openbsd.org 2013/11/21 00:45:44 |
| 712 | [Makefile.in PROTOCOL PROTOCOL.chacha20poly1305 authfile.c chacha.c] |
| 713 | [chacha.h cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h] |
| 714 | [dh.c myproposal.h packet.c poly1305.c poly1305.h servconf.c ssh.1] |
| 715 | [ssh.c ssh_config.5 sshd_config.5] Add a new protocol 2 transport |
| 716 | cipher "chacha20-poly1305@openssh.com" that combines Daniel |
| 717 | Bernstein's ChaCha20 stream cipher and Poly1305 MAC to build an |
| 718 | authenticated encryption mode. |
| 719 | |
| 720 | Inspired by and similar to Adam Langley's proposal for TLS: |
| 721 | http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03 |
| 722 | but differs in layout used for the MAC calculation and the use of a |
| 723 | second ChaCha20 instance to separately encrypt packet lengths. |
| 724 | Details are in the PROTOCOL.chacha20poly1305 file. |
| 725 | |
| 726 | Feedback markus@, naddy@; manpage bits Loganden Velvindron @ AfriNIC |
| 727 | ok markus@ naddy@ |
Damien Miller | fa7a20b | 2013-11-21 14:24:08 +1100 | [diff] [blame] | 728 | - naddy@cvs.openbsd.org 2013/11/18 05:09:32 |
| 729 | [regress/forward-control.sh] |
| 730 | bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164) |
| 731 | to successfully run this; ok djm@ |
Damien Miller | 36aba25 | 2013-11-21 14:24:42 +1100 | [diff] [blame] | 732 | - djm@cvs.openbsd.org 2013/11/21 03:15:46 |
| 733 | [regress/krl.sh] |
| 734 | add some reminders for additional tests that I'd like to implement |
Damien Miller | ea61b21 | 2013-11-21 14:25:15 +1100 | [diff] [blame] | 735 | - djm@cvs.openbsd.org 2013/11/21 03:16:47 |
| 736 | [regress/modpipe.c] |
| 737 | use unsigned long long instead of u_int64_t here to avoid warnings |
| 738 | on some systems portable OpenSSH is built on. |
Damien Miller | 8a073cf | 2013-11-21 14:26:18 +1100 | [diff] [blame] | 739 | - djm@cvs.openbsd.org 2013/11/21 03:18:51 |
| 740 | [regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh] |
| 741 | [regress/try-ciphers.sh] |
| 742 | use new "ssh -Q cipher-auth" query to obtain lists of authenticated |
| 743 | encryption ciphers instead of specifying them manually; ensures that |
| 744 | the new chacha20poly1305@openssh.com mode is tested; |
| 745 | |
| 746 | ok markus@ and naddy@ as part of the diff to add |
| 747 | chacha20poly1305@openssh.com |
Damien Miller | 0600c70 | 2013-11-21 13:55:43 +1100 | [diff] [blame] | 748 | |
Darren Tucker | b6a75b0 | 2013-11-10 20:25:22 +1100 | [diff] [blame] | 749 | 20131110 |
| 750 | - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by |
| 751 | querying the ones that are compiled in. |
| 752 | |
Darren Tucker | 6e2fe81 | 2013-11-09 16:55:03 +1100 | [diff] [blame] | 753 | 20131109 |
| 754 | - (dtucker) OpenBSD CVS Sync |
| 755 | - dtucker@cvs.openbsd.org 2013/11/09 05:41:34 |
| 756 | [regress/test-exec.sh regress/rekey.sh] |
| 757 | Use smaller test data files to speed up tests. Grow test datafiles |
| 758 | where necessary for a specific test. |
Darren Tucker | 37bcef5 | 2013-11-09 18:39:25 +1100 | [diff] [blame] | 759 | - (dtucker) [configure.ac kex.c key.c myproposal.h] Test for the presence of |
| 760 | NID_X9_62_prime256v1, NID_secp384r1 and NID_secp521r1 and test that the |
| 761 | latter actually works before using it. Fedora (at least) has NID_secp521r1 |
| 762 | that doesn't work (see https://bugzilla.redhat.com/show_bug.cgi?id=1021897). |
Darren Tucker | 95cb2d4 | 2013-11-09 22:02:31 +1100 | [diff] [blame] | 763 | - (dtucker) [configure.ac] Fix brackets in NID_secp521r1 test. |
Darren Tucker | dd5264d | 2013-11-09 22:32:51 +1100 | [diff] [blame] | 764 | - (dtucker) [configure.ac] Add missing "test". |
Darren Tucker | 2c89430 | 2013-11-10 12:38:42 +1100 | [diff] [blame] | 765 | - (dtucker) [key.c] Check for the correct defines for NID_secp521r1. |
Darren Tucker | 6e2fe81 | 2013-11-09 16:55:03 +1100 | [diff] [blame] | 766 | |
Darren Tucker | 08998c5 | 2013-11-08 12:11:46 +1100 | [diff] [blame] | 767 | 20131108 |
| 768 | - (dtucker) OpenBSD CVS Sync |
| 769 | - dtucker@cvs.openbsd.org 2013/11/08 01:06:14 |
| 770 | [regress/rekey.sh] |
| 771 | Rekey less frequently during tests to speed them up |
Damien Miller | 690d989 | 2013-11-08 12:16:49 +1100 | [diff] [blame] | 772 | - (djm) OpenBSD CVS Sync |
| 773 | - dtucker@cvs.openbsd.org 2013/11/07 11:58:27 |
| 774 | [cipher.c cipher.h kex.c kex.h mac.c mac.h servconf.c ssh.c] |
| 775 | Output the effective values of Ciphers, MACs and KexAlgorithms when |
| 776 | the default has not been overridden. ok markus@ |
Damien Miller | 6c81fee | 2013-11-08 12:19:55 +1100 | [diff] [blame] | 777 | - djm@cvs.openbsd.org 2013/11/08 00:39:15 |
| 778 | [auth-options.c auth2-chall.c authfd.c channels.c cipher-3des1.c] |
| 779 | [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c] |
| 780 | [sftp-client.c sftp-glob.c] |
| 781 | use calloc for all structure allocations; from markus@ |
Damien Miller | 3ac4a23 | 2013-11-08 12:39:49 +1100 | [diff] [blame] | 782 | - djm@cvs.openbsd.org 2013/11/08 01:38:11 |
| 783 | [version.h] |
| 784 | openssh-6.4 |
Damien Miller | 3420a50 | 2013-11-08 16:48:13 +1100 | [diff] [blame] | 785 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 786 | [contrib/suse/openssh.spec] Update version numbers following release. |
Darren Tucker | ccdb9be | 2013-11-08 18:54:38 +1100 | [diff] [blame] | 787 | - (dtucker) [openbsd-compat/openbsd-compat.h] Add null implementation of |
| 788 | arc4random_stir for platforms that have arc4random but don't have |
| 789 | arc4random_stir (right now this is only OpenBSD -current). |
Darren Tucker | 1c8ce34 | 2013-11-08 19:50:32 +1100 | [diff] [blame] | 790 | - (dtucker) [kex.c] Only enable CURVE25519_SHA256 if we actually have |
| 791 | EVP_sha256. |
Darren Tucker | d94240b | 2013-11-08 21:10:04 +1100 | [diff] [blame] | 792 | - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256. |
Darren Tucker | 8c333ec | 2013-11-08 21:12:58 +1100 | [diff] [blame] | 793 | - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile |
| 794 | warnings. |
Darren Tucker | 882abfd | 2013-11-09 00:17:41 +1100 | [diff] [blame] | 795 | - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform |
Darren Tucker | aff7ef1 | 2013-11-09 00:19:22 +1100 | [diff] [blame] | 796 | and pass in TEST_ENV. use stderr to get polluted |
Darren Tucker | 882abfd | 2013-11-09 00:17:41 +1100 | [diff] [blame] | 797 | and the stderr-data test to fail. |
Darren Tucker | aff7ef1 | 2013-11-09 00:19:22 +1100 | [diff] [blame] | 798 | - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation: |
| 799 | rather than testing and generating each key, call ssh-keygen -A. |
| 800 | Patch from vinschen at redhat.com. |
Darren Tucker | 6e2fe81 | 2013-11-09 16:55:03 +1100 | [diff] [blame] | 801 | - (dtucker) OpenBSD CVS Sync |
| 802 | - dtucker@cvs.openbsd.org 2013/11/09 05:41:34 |
| 803 | [regress/test-exec.sh regress/rekey.sh] |
| 804 | Use smaller test data files to speed up tests. Grow test datafiles |
| 805 | where necessary for a specific test. |
Darren Tucker | 08998c5 | 2013-11-08 12:11:46 +1100 | [diff] [blame] | 806 | |
Damien Miller | 61c5c23 | 2013-11-07 11:34:14 +1100 | [diff] [blame] | 807 | 20131107 |
| 808 | - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) |
| 809 | that got lost in recent merge. |
Damien Miller | c983197 | 2013-11-07 12:00:23 +1100 | [diff] [blame] | 810 | - (djm) [Makefile.in monitor.c] Missed chunks of curve25519 KEX diff |
Damien Miller | a6fd1d3 | 2013-11-07 12:03:26 +1100 | [diff] [blame] | 811 | - (djm) [regress/modpipe.c regress/rekey.sh] Never intended to commit these |
Damien Miller | df8b030 | 2013-11-07 13:28:16 +1100 | [diff] [blame] | 812 | - (djm) [configure.ac defines.h] Skip arc4random_stir() calls on platforms |
| 813 | that lack it but have arc4random_uniform() |
Damien Miller | 67a8800 | 2013-11-07 13:32:51 +1100 | [diff] [blame] | 814 | - (djm) OpenBSD CVS Sync |
| 815 | - markus@cvs.openbsd.org 2013/11/04 11:51:16 |
| 816 | [monitor.c] |
| 817 | fix rekeying for KEX_C25519_SHA256; noted by dtucker@ |
| 818 | RCSID sync only; I thought this was a merge botch and fixed it already |
Damien Miller | 49c145c | 2013-11-07 13:35:39 +1100 | [diff] [blame] | 819 | - markus@cvs.openbsd.org 2013/11/06 16:52:11 |
| 820 | [monitor_wrap.c] |
| 821 | fix rekeying for AES-GCM modes; ok deraadt |
Damien Miller | c8908aa | 2013-11-07 13:38:35 +1100 | [diff] [blame] | 822 | - djm@cvs.openbsd.org 2013/11/06 23:05:59 |
| 823 | [ssh-pkcs11.c] |
| 824 | from portable: s/true/true_val/ to avoid name collisions on dump platforms |
| 825 | RCSID sync only |
Darren Tucker | aa19548 | 2013-11-07 14:50:09 +1100 | [diff] [blame] | 826 | - (dtucker) OpenBSD CVS Sync |
| 827 | - djm@cvs.openbsd.org 2013/10/09 23:44:14 |
| 828 | [regress/Makefile] (ID sync only) |
| 829 | regression test for sftp request white/blacklisting and readonly mode. |
Darren Tucker | bbfb9b0 | 2013-11-07 14:56:43 +1100 | [diff] [blame] | 830 | - markus@cvs.openbsd.org 2013/11/02 22:39:53 |
| 831 | [regress/kextype.sh] |
| 832 | add curve25519-sha256@libssh.org |
Darren Tucker | 2345577 | 2013-11-07 15:00:51 +1100 | [diff] [blame] | 833 | - dtucker@cvs.openbsd.org 2013/11/04 12:27:42 |
| 834 | [regress/rekey.sh] |
| 835 | Test rekeying with all KexAlgorithms. |
Darren Tucker | 651dc8b | 2013-11-07 15:04:44 +1100 | [diff] [blame] | 836 | - dtucker@cvs.openbsd.org 2013/11/07 00:12:05 |
| 837 | [regress/rekey.sh] |
| 838 | Test rekeying for every Cipher, MAC and KEX, plus test every KEX with |
| 839 | the GCM ciphers. |
Darren Tucker | 06595d6 | 2013-11-07 15:08:02 +1100 | [diff] [blame] | 840 | - dtucker@cvs.openbsd.org 2013/11/07 01:12:51 |
| 841 | [regress/rekey.sh] |
| 842 | Factor out the data transfer rekey tests |
Darren Tucker | a955041 | 2013-11-07 15:21:19 +1100 | [diff] [blame] | 843 | - dtucker@cvs.openbsd.org 2013/11/07 02:48:38 |
| 844 | [regress/integrity.sh regress/cipher-speed.sh regress/try-ciphers.sh] |
| 845 | Use ssh -Q instead of hardcoding lists of ciphers or MACs. |
Darren Tucker | 74cbc22 | 2013-11-07 15:26:12 +1100 | [diff] [blame] | 846 | - dtucker@cvs.openbsd.org 2013/11/07 03:55:41 |
| 847 | [regress/kextype.sh] |
| 848 | Use ssh -Q to get kex types instead of a static list. |
Darren Tucker | 6e9d6f4 | 2013-11-07 15:32:37 +1100 | [diff] [blame] | 849 | - dtucker@cvs.openbsd.org 2013/11/07 04:26:56 |
| 850 | [regress/kextype.sh] |
| 851 | trailing space |
Darren Tucker | 4bf7e50 | 2013-11-07 22:33:48 +1100 | [diff] [blame] | 852 | - (dtucker) [Makefile.in configure.ac] Remove TEST_SSH_SHA256 environment |
| 853 | variable. It's no longer used now that we get the supported MACs from |
| 854 | ssh -Q. |
Damien Miller | 61c5c23 | 2013-11-07 11:34:14 +1100 | [diff] [blame] | 855 | |
Damien Miller | d2252c7 | 2013-11-04 07:41:48 +1100 | [diff] [blame] | 856 | 20131104 |
| 857 | - (djm) OpenBSD CVS Sync |
| 858 | - markus@cvs.openbsd.org 2013/11/02 20:03:54 |
| 859 | [ssh-pkcs11.c] |
| 860 | support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys; |
| 861 | fixes bz#1908; based on patch from Laurent Barbe; ok djm |
Damien Miller | 1e12426 | 2013-11-04 08:26:52 +1100 | [diff] [blame] | 862 | - markus@cvs.openbsd.org 2013/11/02 21:59:15 |
| 863 | [kex.c kex.h myproposal.h ssh-keyscan.c sshconnect2.c sshd.c] |
| 864 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); |
| 865 | initial patch from Aris Adamantiadis; ok djm@ |
Damien Miller | abdca98 | 2013-11-04 08:30:05 +1100 | [diff] [blame] | 866 | - markus@cvs.openbsd.org 2013/11/02 22:10:15 |
| 867 | [kexdhs.c kexecdhs.c] |
| 868 | no need to include monitor_wrap.h |
Damien Miller | 660621b | 2013-11-04 08:37:51 +1100 | [diff] [blame] | 869 | - markus@cvs.openbsd.org 2013/11/02 22:24:24 |
| 870 | [kexdhs.c kexecdhs.c] |
| 871 | no need to include ssh-gss.h |
Damien Miller | 4c3ba07 | 2013-11-04 08:40:13 +1100 | [diff] [blame] | 872 | - markus@cvs.openbsd.org 2013/11/02 22:34:01 |
| 873 | [auth-options.c] |
| 874 | no need to include monitor_wrap.h and ssh-gss.h |
Damien Miller | 0bd8f15 | 2013-11-04 08:55:43 +1100 | [diff] [blame] | 875 | - markus@cvs.openbsd.org 2013/11/02 22:39:19 |
| 876 | [ssh_config.5 sshd_config.5] |
| 877 | the default kex is now curve25519-sha256@libssh.org |
Damien Miller | ca67a7e | 2013-11-04 09:05:17 +1100 | [diff] [blame] | 878 | - djm@cvs.openbsd.org 2013/11/03 10:37:19 |
| 879 | [roaming_common.c] |
| 880 | fix a couple of function definitions foo() -> foo(void) |
| 881 | (-Wold-style-definition) |
Damien Miller | 094003f | 2013-11-04 22:59:27 +1100 | [diff] [blame] | 882 | - (djm) [kexc25519.c kexc25519c.c kexc25519s.c] Import missed files from |
| 883 | KEX/curve25519 change |
Damien Miller | d2252c7 | 2013-11-04 07:41:48 +1100 | [diff] [blame] | 884 | |
Darren Tucker | d527704 | 2013-11-03 16:30:46 +1100 | [diff] [blame] | 885 | 20131103 |
| 886 | - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. |
| 887 | From OpenSMTPD where it prevents "implicit declaration" warnings (it's |
| 888 | a no-op in OpenSSH). From chl at openbsd. |
Darren Tucker | 710f374 | 2013-11-03 17:20:34 +1100 | [diff] [blame] | 889 | - (dtucker) [openbsd-compat/setproctitle.c] Handle error case form the 2nd |
| 890 | vsnprintf. From eric at openbsd via chl@. |
Darren Tucker | 007e3b3 | 2013-11-03 18:43:55 +1100 | [diff] [blame] | 891 | - (dtucker) [configure.ac defines.h] Add typedefs for intmax_t and uintmax_t |
| 892 | for platforms that don't have them. |
Darren Tucker | d527704 | 2013-11-03 16:30:46 +1100 | [diff] [blame] | 893 | |
Damien Miller | 4a3a9d4 | 2013-10-30 22:19:47 +1100 | [diff] [blame] | 894 | 20131030 |
| 895 | - (djm) OpenBSD CVS Sync |
| 896 | - djm@cvs.openbsd.org 2013/10/29 09:42:11 |
| 897 | [key.c key.h] |
| 898 | fix potential stack exhaustion caused by nested certificates; |
| 899 | report by Mateusz Kocielski; ok dtucker@ markus@ |
Damien Miller | 5ff30c6 | 2013-10-30 22:21:50 +1100 | [diff] [blame] | 900 | - djm@cvs.openbsd.org 2013/10/29 09:48:02 |
| 901 | [servconf.c servconf.h session.c sshd_config sshd_config.5] |
| 902 | shd_config PermitTTY to disallow TTY allocation, mirroring the |
| 903 | longstanding no-pty authorized_keys option; |
| 904 | bz#2070, patch from Teran McKinney; ok markus@ |
Damien Miller | 63857c9 | 2013-10-30 22:31:06 +1100 | [diff] [blame] | 905 | - jmc@cvs.openbsd.org 2013/10/29 18:49:32 |
| 906 | [sshd_config.5] |
| 907 | pty(4), not pty(7); |
Damien Miller | 4a3a9d4 | 2013-10-30 22:19:47 +1100 | [diff] [blame] | 908 | |
Damien Miller | 28631ce | 2013-10-26 10:07:56 +1100 | [diff] [blame] | 909 | 20131026 |
| 910 | - (djm) OpenBSD CVS Sync |
| 911 | - djm@cvs.openbsd.org 2013/10/25 23:04:51 |
| 912 | [ssh.c] |
| 913 | fix crash when using ProxyCommand caused by previous commit - was calling |
| 914 | freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@ |
| 915 | |
Damien Miller | 26506ad | 2013-10-26 10:05:46 +1100 | [diff] [blame] | 916 | 20131025 |
| 917 | - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove |
| 918 | unnecessary arc4random_stir() calls. The only ones left are to ensure |
| 919 | that the PRNG gets a different state after fork() for platforms that |
| 920 | have broken the API. |
| 921 | |
Damien Miller | 8f18731 | 2013-10-24 10:53:02 +1100 | [diff] [blame] | 922 | 20131024 |
| 923 | - (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check |
| 924 | rather than full client name which may be of form user@REALM; |
| 925 | patch from Miguel Sanders; ok dtucker@ |
Damien Miller | 03bf2e6 | 2013-10-24 21:01:26 +1100 | [diff] [blame] | 926 | - (djm) OpenBSD CVS Sync |
| 927 | - dtucker@cvs.openbsd.org 2013/10/23 05:40:58 |
| 928 | [servconf.c] |
| 929 | fix comment |
Damien Miller | 5ecb416 | 2013-10-24 21:02:02 +1100 | [diff] [blame] | 930 | - djm@cvs.openbsd.org 2013/10/23 23:35:32 |
| 931 | [sshd.c] |
| 932 | include local address and port in "Connection from ..." message (only |
| 933 | shown at loglevel>=verbose) |
Damien Miller | 4bedd40 | 2013-10-24 21:02:26 +1100 | [diff] [blame] | 934 | - dtucker@cvs.openbsd.org 2013/10/24 00:49:49 |
| 935 | [moduli.c] |
| 936 | Periodically print progress and, if possible, expected time to completion |
| 937 | when screening moduli for DH groups. ok deraadt djm |
Damien Miller | cf31f38 | 2013-10-24 21:02:56 +1100 | [diff] [blame] | 938 | - dtucker@cvs.openbsd.org 2013/10/24 00:51:48 |
| 939 | [readconf.c servconf.c ssh_config.5 sshd_config.5] |
| 940 | Disallow empty Match statements and add "Match all" which matches |
| 941 | everything. ok djm, man page help jmc@ |
Damien Miller | a90c033 | 2013-10-24 21:03:17 +1100 | [diff] [blame] | 942 | - djm@cvs.openbsd.org 2013/10/24 08:19:36 |
| 943 | [ssh.c] |
| 944 | fix bug introduced in hostname canonicalisation commit: don't try to |
| 945 | resolve hostnames when a ProxyCommand is set unless the user has forced |
| 946 | canonicalisation; spotted by Iain Morgan |
Tim Rice | bd43e88 | 2013-10-24 12:22:49 -0700 | [diff] [blame] | 947 | - (tim) [regress/sftp-perm.sh] We need a shell that understands "! somecmd" |
Damien Miller | 8f18731 | 2013-10-24 10:53:02 +1100 | [diff] [blame] | 948 | |
Damien Miller | 5c86ebd | 2013-10-23 16:29:12 +1100 | [diff] [blame] | 949 | 20131023 |
| 950 | - (djm) OpenBSD CVS Sync |
| 951 | - djm@cvs.openbsd.org 2013/10/20 04:39:28 |
| 952 | [ssh_config.5] |
| 953 | document % expansions performed by "Match command ..." |
Damien Miller | 8a04be7 | 2013-10-23 16:29:40 +1100 | [diff] [blame] | 954 | - djm@cvs.openbsd.org 2013/10/20 06:19:28 |
| 955 | [readconf.c ssh_config.5] |
| 956 | rename "command" subclause of the recently-added "Match" keyword to |
| 957 | "exec"; it's shorter, clearer in intent and we might want to add the |
| 958 | ability to match against the command being executed at the remote end in |
| 959 | the future. |
Damien Miller | c0049bd | 2013-10-23 16:29:59 +1100 | [diff] [blame] | 960 | - djm@cvs.openbsd.org 2013/10/20 09:51:26 |
| 961 | [scp.1 sftp.1] |
| 962 | add canonicalisation options to -o lists |
Damien Miller | 8e5a67f | 2013-10-23 16:30:25 +1100 | [diff] [blame] | 963 | - jmc@cvs.openbsd.org 2013/10/20 18:00:13 |
| 964 | [ssh_config.5] |
| 965 | tweak the "exec" description, as worded by djm; |
Damien Miller | 084bcd2 | 2013-10-23 16:30:51 +1100 | [diff] [blame] | 966 | - djm@cvs.openbsd.org 2013/10/23 03:03:07 |
| 967 | [readconf.c] |
| 968 | Hostname may have %h sequences that should be expanded prior to Match |
| 969 | evaluation; spotted by Iain Morgan |
Damien Miller | eff5cad | 2013-10-23 16:31:10 +1100 | [diff] [blame] | 970 | - djm@cvs.openbsd.org 2013/10/23 03:05:19 |
| 971 | [readconf.c ssh.c] |
| 972 | comment |
Damien Miller | 5b01b0d | 2013-10-23 16:31:31 +1100 | [diff] [blame] | 973 | - djm@cvs.openbsd.org 2013/10/23 04:16:22 |
| 974 | [ssh-keygen.c] |
| 975 | Make code match documentation: relative-specified certificate expiry time |
| 976 | should be relative to current time and not the validity start time. |
| 977 | Reported by Petr Lautrbach; ok deraadt@ |
Damien Miller | 5c86ebd | 2013-10-23 16:29:12 +1100 | [diff] [blame] | 978 | |
Damien Miller | a176e18 | 2013-10-18 09:05:41 +1100 | [diff] [blame] | 979 | 20131018 |
| 980 | - (djm) OpenBSD CVS Sync |
| 981 | - djm@cvs.openbsd.org 2013/10/09 23:44:14 |
| 982 | [regress/Makefile regress/sftp-perm.sh] |
| 983 | regression test for sftp request white/blacklisting and readonly mode. |
Damien Miller | 1edcbf6 | 2013-10-18 10:17:17 +1100 | [diff] [blame] | 984 | - jmc@cvs.openbsd.org 2013/10/17 07:35:48 |
| 985 | [sftp.1 sftp.c] |
| 986 | tweak previous; |
Damien Miller | 4502f88 | 2013-10-18 10:17:36 +1100 | [diff] [blame] | 987 | - djm@cvs.openbsd.org 2013/10/17 22:08:04 |
| 988 | [sshd.c] |
| 989 | include remote port in bad banner message; bz#2162 |
Damien Miller | a176e18 | 2013-10-18 09:05:41 +1100 | [diff] [blame] | 990 | |
Damien Miller | d77b81f | 2013-10-17 11:39:00 +1100 | [diff] [blame] | 991 | 20131017 |
| 992 | - (djm) OpenBSD CVS Sync |
| 993 | - jmc@cvs.openbsd.org 2013/10/15 14:10:25 |
| 994 | [ssh.1 ssh_config.5] |
| 995 | tweak previous; |
Damien Miller | 0faf747 | 2013-10-17 11:47:23 +1100 | [diff] [blame] | 996 | - djm@cvs.openbsd.org 2013/10/16 02:31:47 |
| 997 | [readconf.c readconf.h roaming_client.c ssh.1 ssh.c ssh_config.5] |
| 998 | [sshconnect.c sshconnect.h] |
| 999 | Implement client-side hostname canonicalisation to allow an explicit |
| 1000 | search path of domain suffixes to use to convert unqualified host names |
| 1001 | to fully-qualified ones for host key matching. |
| 1002 | This is particularly useful for host certificates, which would otherwise |
| 1003 | need to list unqualified names alongside fully-qualified ones (and this |
| 1004 | causes a number of problems). |
| 1005 | "looks fine" markus@ |
Damien Miller | 607af34 | 2013-10-17 11:47:51 +1100 | [diff] [blame] | 1006 | - jmc@cvs.openbsd.org 2013/10/16 06:42:25 |
| 1007 | [ssh_config.5] |
| 1008 | tweak previous; |
Damien Miller | 3850559 | 2013-10-17 11:48:13 +1100 | [diff] [blame] | 1009 | - djm@cvs.openbsd.org 2013/10/16 22:49:39 |
| 1010 | [readconf.c readconf.h ssh.1 ssh.c ssh_config.5] |
| 1011 | s/canonicalise/canonicalize/ for consistency with existing spelling, |
| 1012 | e.g. authorized_keys; pointed out by naddy@ |
Damien Miller | 51682fa | 2013-10-17 11:48:31 +1100 | [diff] [blame] | 1013 | - djm@cvs.openbsd.org 2013/10/16 22:58:01 |
| 1014 | [ssh.c ssh_config.5] |
| 1015 | one I missed in previous: s/isation/ization/ |
Damien Miller | f29238e | 2013-10-17 11:48:52 +1100 | [diff] [blame] | 1016 | - djm@cvs.openbsd.org 2013/10/17 00:30:13 |
| 1017 | [PROTOCOL sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c] |
| 1018 | fsync@openssh.com protocol extension for sftp-server |
| 1019 | client support to allow calling fsync() faster successful transfer |
| 1020 | patch mostly by imorgan AT nas.nasa.gov; bz#1798 |
| 1021 | "fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@ |
Damien Miller | e3ea094 | 2013-10-17 11:57:23 +1100 | [diff] [blame] | 1022 | - djm@cvs.openbsd.org 2013/10/17 00:46:49 |
| 1023 | [ssh.c] |
| 1024 | rearrange check to reduce diff against -portable |
| 1025 | (Id sync only) |
Damien Miller | d77b81f | 2013-10-17 11:39:00 +1100 | [diff] [blame] | 1026 | |
Damien Miller | 6eaeebf | 2013-10-15 11:55:57 +1100 | [diff] [blame] | 1027 | 20131015 |
| 1028 | - (djm) OpenBSD CVS Sync |
| 1029 | - djm@cvs.openbsd.org 2013/10/09 23:42:17 |
| 1030 | [sftp-server.8 sftp-server.c] |
| 1031 | Add ability to whitelist and/or blacklist sftp protocol requests by name. |
| 1032 | Refactor dispatch loop and consolidate read-only mode checks. |
| 1033 | Make global variables static, since sftp-server is linked into sshd(8). |
| 1034 | ok dtucker@ |
Damien Miller | 73600e5 | 2013-10-15 11:56:25 +1100 | [diff] [blame] | 1035 | - djm@cvs.openbsd.org 2013/10/10 00:53:25 |
| 1036 | [sftp-server.c] |
| 1037 | add -Q, -P and -p to usage() before jmc@ catches me |
Damien Miller | 61ee4d6 | 2013-10-15 11:56:47 +1100 | [diff] [blame] | 1038 | - djm@cvs.openbsd.org 2013/10/10 01:43:03 |
| 1039 | [sshd.c] |
| 1040 | bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctly |
| 1041 | updated; ok dtucker@ |
Damien Miller | bda5c84 | 2013-10-15 12:05:58 +1100 | [diff] [blame] | 1042 | - djm@cvs.openbsd.org 2013/10/11 02:45:36 |
| 1043 | [sftp-client.c] |
| 1044 | rename flag arguments to be more clear and consistent. |
| 1045 | reorder some internal function arguments to make adding additional flags |
| 1046 | easier. |
| 1047 | no functional change |
Damien Miller | 2f93d05 | 2013-10-15 12:06:27 +1100 | [diff] [blame] | 1048 | - djm@cvs.openbsd.org 2013/10/11 02:52:23 |
| 1049 | [sftp-client.c] |
| 1050 | missed one arg reorder |
Damien Miller | 61c7de8 | 2013-10-15 12:06:45 +1100 | [diff] [blame] | 1051 | - djm@cvs.openbsd.org 2013/10/11 02:53:45 |
| 1052 | [sftp-client.h] |
| 1053 | obsolete comment |
Damien Miller | 6efab27 | 2013-10-15 12:07:05 +1100 | [diff] [blame] | 1054 | - jmc@cvs.openbsd.org 2013/10/14 14:18:56 |
| 1055 | [sftp-server.8 sftp-server.c] |
| 1056 | tweak previous; |
| 1057 | ok djm |
Damien Miller | 71df752 | 2013-10-15 12:12:02 +1100 | [diff] [blame] | 1058 | - djm@cvs.openbsd.org 2013/10/14 21:20:52 |
| 1059 | [session.c session.h] |
| 1060 | Add logging of session starts in a useful format; ok markus@ feedback and |
| 1061 | ok dtucker@ |
Damien Miller | 194fd90 | 2013-10-15 12:13:05 +1100 | [diff] [blame] | 1062 | - djm@cvs.openbsd.org 2013/10/14 22:22:05 |
| 1063 | [readconf.c readconf.h ssh-keysign.c ssh.c ssh_config.5] |
| 1064 | add a "Match" keyword to ssh_config that allows matching on hostname, |
| 1065 | user and result of arbitrary commands. "nice work" markus@ |
Damien Miller | e9fc72e | 2013-10-15 12:14:12 +1100 | [diff] [blame] | 1066 | - djm@cvs.openbsd.org 2013/10/14 23:28:23 |
| 1067 | [canohost.c misc.c misc.h readconf.c sftp-server.c ssh.c] |
| 1068 | refactor client config code a little: |
| 1069 | add multistate option partsing to readconf.c, similar to servconf.c's |
| 1070 | existing code. |
| 1071 | move checking of options that accept "none" as an argument to readconf.c |
| 1072 | add a lowercase() function and use it instead of explicit tolower() in |
| 1073 | loops |
| 1074 | part of a larger diff that was ok markus@ |
Damien Miller | 386feab | 2013-10-15 12:14:49 +1100 | [diff] [blame] | 1075 | - djm@cvs.openbsd.org 2013/10/14 23:31:01 |
| 1076 | [ssh.c] |
| 1077 | whitespace at EOL; pointed out by markus@ |
Damien Miller | dcd39f2 | 2013-10-17 11:31:40 +1100 | [diff] [blame] | 1078 | - [ssh.c] g/c unused variable. |
Damien Miller | 6eaeebf | 2013-10-15 11:55:57 +1100 | [diff] [blame] | 1079 | |
Darren Tucker | ad92df7 | 2013-10-10 10:24:11 +1100 | [diff] [blame] | 1080 | 20131010 |
| 1081 | - (dtucker) OpenBSD CVS Sync |
| 1082 | - sthen@cvs.openbsd.org 2013/09/16 11:35:43 |
| 1083 | [ssh_config] |
| 1084 | Remove gssapi config parts from ssh_config, as was already done for |
| 1085 | sshd_config. Req by/ok ajacoutot@ |
| 1086 | ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular |
Darren Tucker | 5d80e45 | 2013-10-10 10:25:09 +1100 | [diff] [blame] | 1087 | - djm@cvs.openbsd.org 2013/09/19 00:24:52 |
| 1088 | [progressmeter.c] |
| 1089 | store the initial file offset so the progress meter doesn't freak out |
| 1090 | when resuming sftp transfers. bz#2137; patch from Iain Morgan; ok dtucker@` |
Darren Tucker | b59aaf3 | 2013-10-10 10:26:21 +1100 | [diff] [blame] | 1091 | - djm@cvs.openbsd.org 2013/09/19 00:49:12 |
| 1092 | [sftp-client.c] |
| 1093 | fix swapped pflag and printflag in sftp upload_dir; from Iain Morgan |
Darren Tucker | 71152bc | 2013-10-10 10:27:21 +1100 | [diff] [blame] | 1094 | - djm@cvs.openbsd.org 2013/09/19 01:24:46 |
| 1095 | [channels.c] |
| 1096 | bz#1297 - tell the client (via packet_send_debug) when their preferred |
| 1097 | listen address has been overridden by the server's GatewayPorts; |
| 1098 | ok dtucker@ |
Darren Tucker | e6e52f8 | 2013-10-10 10:28:07 +1100 | [diff] [blame] | 1099 | - djm@cvs.openbsd.org 2013/09/19 01:26:29 |
| 1100 | [sshconnect.c] |
| 1101 | bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from |
| 1102 | swp AT swp.pp.ru; ok dtucker@ |
Darren Tucker | df62d71 | 2013-10-10 10:32:39 +1100 | [diff] [blame] | 1103 | - dtucker@cvs.openbsd.org 2013/10/08 11:42:13 |
| 1104 | [dh.c dh.h] |
| 1105 | Increase the size of the Diffie-Hellman groups requested for a each |
| 1106 | symmetric key size. New values from NIST Special Publication 800-57 with |
| 1107 | the upper limit specified by RFC4419. Pointed out by Peter Backes, ok |
| 1108 | djm@. |
Darren Tucker | ad92df7 | 2013-10-10 10:24:11 +1100 | [diff] [blame] | 1109 | |
Damien Miller | 9159310 | 2013-10-09 10:42:32 +1100 | [diff] [blame] | 1110 | 20131009 |
| 1111 | - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull |
| 1112 | in OpenBSD implementation of arc4random, shortly to replace the existing |
| 1113 | bsd-arc4random.c |
Damien Miller | 7207119 | 2013-10-09 10:44:47 +1100 | [diff] [blame] | 1114 | - (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c] |
| 1115 | [openbsd-compat/bsd-arc4random.c] Replace old RC4-based arc4random |
| 1116 | implementation with recent OpenBSD's ChaCha-based PRNG. ok dtucker@, |
| 1117 | tested tim@ |
Damien Miller | 9159310 | 2013-10-09 10:42:32 +1100 | [diff] [blame] | 1118 | |
Darren Tucker | f2bf36c | 2013-09-22 19:02:40 +1000 | [diff] [blame] | 1119 | 20130922 |
| 1120 | - (dtucker) [platform.c platform.h sshd.c] bz#2156: restore Linux oom_adj |
| 1121 | setting when handling SIGHUP to maintain behaviour over retart. Patch |
| 1122 | from Matthew Ife. |
| 1123 | |
Darren Tucker | e90a06a | 2013-09-18 15:09:38 +1000 | [diff] [blame] | 1124 | 20130918 |
| 1125 | - (dtucker) [sshd_config] Trailing whitespace; from jstjohn at purdue edu. |
| 1126 | |
Damien Miller | 045bda5 | 2013-09-14 09:44:37 +1000 | [diff] [blame] | 1127 | 20130914 |
| 1128 | - (djm) OpenBSD CVS Sync |
| 1129 | - djm@cvs.openbsd.org 2013/08/22 19:02:21 |
| 1130 | [sshd.c] |
| 1131 | Stir PRNG after post-accept fork. The child gets a different PRNG state |
| 1132 | anyway via rexec and explicit privsep reseeds, but it's good to be sure. |
| 1133 | ok markus@ |
Damien Miller | 6608548 | 2013-09-14 09:45:03 +1000 | [diff] [blame] | 1134 | - mikeb@cvs.openbsd.org 2013/08/28 12:34:27 |
| 1135 | [ssh-keygen.c] |
| 1136 | improve batch processing a bit by making use of the quite flag a bit |
| 1137 | more often and exit with a non zero code if asked to find a hostname |
| 1138 | in a known_hosts file and it wasn't there; |
| 1139 | originally from reyk@, ok djm |
Damien Miller | 61353b3 | 2013-09-14 09:45:32 +1000 | [diff] [blame] | 1140 | - djm@cvs.openbsd.org 2013/08/31 00:13:54 |
| 1141 | [sftp.c] |
| 1142 | make ^w match ksh behaviour (delete previous word instead of entire line) |
Damien Miller | 8bab5e7 | 2013-09-14 09:47:00 +1000 | [diff] [blame] | 1143 | - deraadt@cvs.openbsd.org 2013/09/02 22:00:34 |
| 1144 | [ssh-keygen.c sshconnect1.c sshd.c] |
| 1145 | All the instances of arc4random_stir() are bogus, since arc4random() |
| 1146 | does this itself, inside itself, and has for a very long time.. Actually, |
| 1147 | this was probably reducing the entropy available. |
| 1148 | ok djm |
| 1149 | ID SYNC ONLY for portable; we don't trust other arc4random implementations |
| 1150 | to do this right. |
Damien Miller | ff9d6c2 | 2013-09-14 09:48:55 +1000 | [diff] [blame] | 1151 | - sthen@cvs.openbsd.org 2013/09/07 13:53:11 |
| 1152 | [sshd_config] |
| 1153 | Remove commented-out kerberos/gssapi config options from sample config, |
| 1154 | kerberos support is currently not enabled in ssh in OpenBSD. Discussed with |
| 1155 | various people; ok deraadt@ |
| 1156 | ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular |
Damien Miller | 7018252 | 2013-09-14 09:49:19 +1000 | [diff] [blame] | 1157 | - djm@cvs.openbsd.org 2013/09/12 01:41:12 |
| 1158 | [clientloop.c] |
| 1159 | fix connection crash when sending break (~B) on ControlPersist'd session; |
| 1160 | ok dtucker@ |
Damien Miller | 13840e0 | 2013-09-14 09:49:43 +1000 | [diff] [blame] | 1161 | - djm@cvs.openbsd.org 2013/09/13 06:54:34 |
| 1162 | [channels.c] |
| 1163 | avoid unaligned access in code that reused a buffer to send a |
| 1164 | struct in_addr in a reply; simpler just use use buffer_put_int(); |
| 1165 | from portable; spotted by and ok dtucker@ |
Damien Miller | 045bda5 | 2013-09-14 09:44:37 +1000 | [diff] [blame] | 1166 | |
Damien Miller | 04be8b9 | 2013-08-28 12:49:43 +1000 | [diff] [blame] | 1167 | 20130828 |
| 1168 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the |
| 1169 | 'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we |
| 1170 | start to use them in the future. |
Damien Miller | 43968a8 | 2013-08-28 14:00:54 +1000 | [diff] [blame] | 1171 | - (djm) [openbsd-compat/bsd-snprintf.c] #ifdef noytet for intmax_t bits |
| 1172 | until we have configure support. |
Damien Miller | 04be8b9 | 2013-08-28 12:49:43 +1000 | [diff] [blame] | 1173 | |
Damien Miller | 02e8780 | 2013-08-21 02:38:51 +1000 | [diff] [blame] | 1174 | 20130821 |
| 1175 | - (djm) OpenBSD CVS Sync |
| 1176 | - djm@cvs.openbsd.org 2013/08/06 23:03:49 |
| 1177 | [sftp.c] |
| 1178 | fix some whitespace at EOL |
| 1179 | make list of commands an enum rather than a long list of defines |
| 1180 | add -a to usage() |
Damien Miller | eec8406 | 2013-08-21 02:39:39 +1000 | [diff] [blame] | 1181 | - djm@cvs.openbsd.org 2013/08/06 23:05:01 |
| 1182 | [sftp.1] |
| 1183 | document top-level -a option (the -a option to 'get' was already |
| 1184 | documented) |
Damien Miller | a6d6c1f | 2013-08-21 02:40:01 +1000 | [diff] [blame] | 1185 | - djm@cvs.openbsd.org 2013/08/06 23:06:01 |
| 1186 | [servconf.c] |
| 1187 | add cast to avoid format warning; from portable |
Damien Miller | c6895c5 | 2013-08-21 02:40:21 +1000 | [diff] [blame] | 1188 | - jmc@cvs.openbsd.org 2013/08/07 06:24:51 |
| 1189 | [sftp.1 sftp.c] |
| 1190 | sort -a; |
Damien Miller | 034f27a | 2013-08-21 02:40:44 +1000 | [diff] [blame] | 1191 | - djm@cvs.openbsd.org 2013/08/08 04:52:04 |
| 1192 | [sftp.c] |
| 1193 | fix two year old regression: symlinking a file would incorrectly |
| 1194 | canonicalise the target path. bz#2129 report from delphij AT freebsd.org |
Damien Miller | c7dba12 | 2013-08-21 02:41:15 +1000 | [diff] [blame] | 1195 | - djm@cvs.openbsd.org 2013/08/08 05:04:03 |
| 1196 | [sftp-client.c sftp-client.h sftp.c] |
| 1197 | add a "-l" flag for the rename command to force it to use the silly |
| 1198 | standard SSH_FXP_RENAME command instead of the POSIX-rename- like |
| 1199 | posix-rename@openssh.com extension. |
Damien Miller | 02e8780 | 2013-08-21 02:38:51 +1000 | [diff] [blame] | 1200 | |
Damien Miller | c7dba12 | 2013-08-21 02:41:15 +1000 | [diff] [blame] | 1201 | intended for use in regress tests, so no documentation. |
Damien Miller | 036d307 | 2013-08-21 02:41:46 +1000 | [diff] [blame] | 1202 | - djm@cvs.openbsd.org 2013/08/09 03:37:25 |
| 1203 | [sftp.c] |
| 1204 | do getopt parsing for all sftp commands (with an empty optstring for |
| 1205 | commands without arguments) to ensure consistent behaviour |
Damien Miller | fec029f | 2013-08-21 02:42:12 +1000 | [diff] [blame] | 1206 | - djm@cvs.openbsd.org 2013/08/09 03:39:13 |
| 1207 | [sftp-client.c] |
| 1208 | two problems found by a to-be-committed regress test: 1) msg_id was not |
| 1209 | being initialised so was starting at a random value from the heap |
| 1210 | (harmless, but confusing). 2) some error conditions were not being |
| 1211 | propagated back to the caller |
Damien Miller | e0ee727 | 2013-08-21 02:42:35 +1000 | [diff] [blame] | 1212 | - djm@cvs.openbsd.org 2013/08/09 03:56:42 |
| 1213 | [sftp.c] |
| 1214 | enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word; |
| 1215 | matching ksh's relatively recent change. |
Damien Miller | d234afb | 2013-08-21 02:42:58 +1000 | [diff] [blame] | 1216 | - djm@cvs.openbsd.org 2013/08/13 18:32:08 |
| 1217 | [ssh-keygen.c] |
| 1218 | typo in error message; from Stephan Rickauer |
Damien Miller | d5d9d7b | 2013-08-21 02:43:27 +1000 | [diff] [blame] | 1219 | - djm@cvs.openbsd.org 2013/08/13 18:33:08 |
| 1220 | [ssh-keygen.c] |
| 1221 | another of the same typo |
Damien Miller | b7727df | 2013-08-21 02:43:49 +1000 | [diff] [blame] | 1222 | - jmc@cvs.openbsd.org 2013/08/14 08:39:27 |
| 1223 | [scp.1 ssh.1] |
| 1224 | some Bx/Ox conversion; |
| 1225 | From: Jan Stary |
Damien Miller | 1262b66 | 2013-08-21 02:44:24 +1000 | [diff] [blame] | 1226 | - djm@cvs.openbsd.org 2013/08/20 00:11:38 |
| 1227 | [readconf.c readconf.h ssh_config.5 sshconnect.c] |
| 1228 | Add a ssh_config ProxyUseFDPass option that supports the use of |
| 1229 | ProxyCommands that establish a connection and then pass a connected |
| 1230 | file descriptor back to ssh(1). This allows the ProxyCommand to exit |
| 1231 | rather than have to shuffle data back and forth and enables ssh to use |
| 1232 | getpeername, etc. to obtain address information just like it does with |
| 1233 | regular directly-connected sockets. ok markus@ |
Damien Miller | f2f6c31 | 2013-08-21 02:44:58 +1000 | [diff] [blame] | 1234 | - jmc@cvs.openbsd.org 2013/08/20 06:56:07 |
| 1235 | [ssh.1 ssh_config.5] |
| 1236 | some proxyusefdpass tweaks; |
Damien Miller | 036d307 | 2013-08-21 02:41:46 +1000 | [diff] [blame] | 1237 | |
Darren Tucker | a5a3cbf | 2013-08-08 10:58:49 +1000 | [diff] [blame] | 1238 | 20130808 |
| 1239 | - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt |
| 1240 | since some platforms (eg really old FreeBSD) don't have it. Instead, |
| 1241 | run "make clean" before a complete regress run. ok djm. |
Darren Tucker | 94396b7 | 2013-08-08 11:52:37 +1000 | [diff] [blame] | 1242 | - (dtucker) [misc.c] Fall back to time(2) at runtime if clock_gettime( |
| 1243 | CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the |
| 1244 | CLOCK_MONOTONIC define but don't actually support it. Found and tested |
| 1245 | by Kevin Brott, ok djm. |
Darren Tucker | 9542de4 | 2013-08-08 12:50:06 +1000 | [diff] [blame] | 1246 | - (dtucker) [misc.c] Remove define added for fallback testing that was |
| 1247 | mistakenly included in the previous commit. |
Darren Tucker | acd2060 | 2013-08-08 17:02:12 +1000 | [diff] [blame] | 1248 | - (dtucker) [regress/Makefile regress/test-exec.sh] Roll back the -nt |
| 1249 | removal. The "make clean" removes modpipe which is built by the top-level |
| 1250 | directory before running the tests. Spotted by tim@ |
Damien Miller | ed4af41 | 2013-09-14 09:40:51 +1000 | [diff] [blame] | 1251 | - (djm) Release 6.3p1 |
Darren Tucker | a5a3cbf | 2013-08-08 10:58:49 +1000 | [diff] [blame] | 1252 | |
Darren Tucker | f3ab2c5 | 2013-08-04 21:48:41 +1000 | [diff] [blame] | 1253 | 20130804 |
| 1254 | - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support |
| 1255 | for building with older Heimdal versions. ok djm. |
| 1256 | |
Damien Miller | c192a4c | 2013-08-01 14:29:20 +1000 | [diff] [blame] | 1257 | 20130801 |
| 1258 | - (djm) [channels.c channels.h] bz#2135: On Solaris, isatty() on a non- |
| 1259 | blocking connecting socket will clear any stored errno that might |
| 1260 | otherwise have been retrievable via getsockopt(). A hack to limit writes |
| 1261 | to TTYs on AIX was triggering this. Since only AIX needs the hack, wrap |
| 1262 | it in an #ifdef. Diagnosis and patch from Ivo Raisr. |
Damien Miller | ab3575c | 2013-08-01 14:34:16 +1000 | [diff] [blame] | 1263 | - (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134 |
Damien Miller | c192a4c | 2013-08-01 14:29:20 +1000 | [diff] [blame] | 1264 | |
Damien Miller | c8669a8 | 2013-07-25 11:52:48 +1000 | [diff] [blame] | 1265 | 20130725 |
| 1266 | - (djm) OpenBSD CVS Sync |
| 1267 | - djm@cvs.openbsd.org 2013/07/20 22:20:42 |
| 1268 | [krl.c] |
| 1269 | fix verification error in (as-yet usused) KRL signature checking path |
Damien Miller | c331dbd | 2013-07-25 11:55:20 +1000 | [diff] [blame] | 1270 | - djm@cvs.openbsd.org 2013/07/22 05:00:17 |
| 1271 | [umac.c] |
| 1272 | make MAC key, data to be hashed and nonce for final hash const; |
| 1273 | checked with -Wcast-qual |
Damien Miller | 94c9cd3 | 2013-07-25 11:55:39 +1000 | [diff] [blame] | 1274 | - djm@cvs.openbsd.org 2013/07/22 12:20:02 |
| 1275 | [umac.h] |
| 1276 | oops, forgot to commit corresponding header change; |
| 1277 | spotted by jsg and jasper |
Damien Miller | 98e27dc | 2013-07-25 11:55:52 +1000 | [diff] [blame] | 1278 | - djm@cvs.openbsd.org 2013/07/25 00:29:10 |
| 1279 | [ssh.c] |
| 1280 | daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure |
| 1281 | it is fully detached from its controlling terminal. based on debugging |
Damien Miller | 0d03241 | 2013-07-25 11:56:52 +1000 | [diff] [blame] | 1282 | - djm@cvs.openbsd.org 2013/07/25 00:56:52 |
| 1283 | [sftp-client.c sftp-client.h sftp.1 sftp.c] |
| 1284 | sftp support for resuming partial downloads; patch mostly by Loganaden |
| 1285 | Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@ |
Damien Miller | 53435b2 | 2013-07-25 11:57:15 +1000 | [diff] [blame] | 1286 | "Just be careful" deraadt@ |
| 1287 | - djm@cvs.openbsd.org 2013/07/25 00:57:37 |
| 1288 | [version.h] |
| 1289 | openssh-6.3 for release |
Damien Miller | fea4406 | 2013-07-25 12:08:07 +1000 | [diff] [blame] | 1290 | - dtucker@cvs.openbsd.org 2013/05/30 20:12:32 |
| 1291 | [regress/test-exec.sh] |
| 1292 | use ssh and sshd as testdata since it needs to be >256k for the rekey test |
Damien Miller | 78d47b7 | 2013-07-25 12:08:46 +1000 | [diff] [blame] | 1293 | - dtucker@cvs.openbsd.org 2013/06/10 21:56:43 |
| 1294 | [regress/forwarding.sh] |
| 1295 | Add test for forward config parsing |
Damien Miller | d1e26cf | 2013-07-25 12:11:18 +1000 | [diff] [blame] | 1296 | - djm@cvs.openbsd.org 2013/06/21 02:26:26 |
| 1297 | [regress/sftp-cmds.sh regress/test-exec.sh] |
| 1298 | unbreak sftp-cmds for renamed test data (s/ls/data/) |
Tim Rice | ed899eb | 2013-07-25 15:40:00 -0700 | [diff] [blame] | 1299 | - (tim) [sftp-client.c] Use of a gcc extension trips up native compilers on |
| 1300 | Solaris and UnixWare. Feedback and OK djm@ |
Tim Rice | 81f7cf1 | 2013-07-25 18:41:40 -0700 | [diff] [blame] | 1301 | - (tim) [regress/forwarding.sh] Fix for building outside source tree. |
Damien Miller | c8669a8 | 2013-07-25 11:52:48 +1000 | [diff] [blame] | 1302 | |
Damien Miller | 85b45e0 | 2013-07-20 13:21:52 +1000 | [diff] [blame] | 1303 | 20130720 |
| 1304 | - (djm) OpenBSD CVS Sync |
| 1305 | - markus@cvs.openbsd.org 2013/07/19 07:37:48 |
| 1306 | [auth.h kex.h kexdhs.c kexecdhs.c kexgexs.c monitor.c servconf.c] |
| 1307 | [servconf.h session.c sshd.c sshd_config.5] |
| 1308 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, |
| 1309 | or hostkeys on smartcards; most of the work by Zev Weiss; bz #1974 |
| 1310 | ok djm@ |
Damien Miller | 32ecfa0 | 2013-07-20 13:22:13 +1000 | [diff] [blame] | 1311 | - djm@cvs.openbsd.org 2013/07/20 01:43:46 |
| 1312 | [umac.c] |
| 1313 | use a union to ensure correct alignment; ok deraadt |
Damien Miller | 3009d3c | 2013-07-20 13:22:31 +1000 | [diff] [blame] | 1314 | - djm@cvs.openbsd.org 2013/07/20 01:44:37 |
| 1315 | [ssh-keygen.c ssh.c] |
| 1316 | More useful error message on missing current user in /etc/passwd |
Damien Miller | 1f0e86f | 2013-07-20 13:22:49 +1000 | [diff] [blame] | 1317 | - djm@cvs.openbsd.org 2013/07/20 01:50:20 |
| 1318 | [ssh-agent.c] |
| 1319 | call cleanup_handler on SIGINT when in debug mode to ensure sockets |
| 1320 | are cleaned up on manual exit; bz#2120 |
Damien Miller | 63ddc89 | 2013-07-20 13:35:45 +1000 | [diff] [blame] | 1321 | - djm@cvs.openbsd.org 2013/07/20 01:55:13 |
| 1322 | [auth-krb5.c gss-serv-krb5.c gss-serv.c] |
| 1323 | fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@ |
Damien Miller | 85b45e0 | 2013-07-20 13:21:52 +1000 | [diff] [blame] | 1324 | |
Damien Miller | 9a66155 | 2013-07-18 16:09:04 +1000 | [diff] [blame] | 1325 | 20130718 |
| 1326 | - (djm) OpenBSD CVS Sync |
| 1327 | - dtucker@cvs.openbsd.org 2013/06/10 19:19:44 |
| 1328 | [readconf.c] |
| 1329 | revert 1.203 while we investigate crashes reported by okan@ |
Damien Miller | 044bd2a | 2013-07-18 16:09:25 +1000 | [diff] [blame] | 1330 | - guenther@cvs.openbsd.org 2013/06/17 04:48:42 |
| 1331 | [scp.c] |
| 1332 | Handle time_t values as long long's when formatting them and when |
| 1333 | parsing them from remote servers. |
| 1334 | Improve error checking in parsing of 'T' lines. |
| 1335 | ok dtucker@ deraadt@ |
Damien Miller | 3071070 | 2013-07-18 16:09:44 +1000 | [diff] [blame] | 1336 | - markus@cvs.openbsd.org 2013/06/20 19:15:06 |
| 1337 | [krl.c] |
| 1338 | don't leak the rdata blob on errors; ok djm@ |
Damien Miller | 20bdcd7 | 2013-07-18 16:10:09 +1000 | [diff] [blame] | 1339 | - djm@cvs.openbsd.org 2013/06/21 00:34:49 |
| 1340 | [auth-rsa.c auth.h auth2-hostbased.c auth2-pubkey.c monitor.c] |
| 1341 | for hostbased authentication, print the client host and user on |
| 1342 | the auth success/failure line; bz#2064, ok dtucker@ |
Damien Miller | 7f2b438 | 2013-07-18 16:10:29 +1000 | [diff] [blame] | 1343 | - djm@cvs.openbsd.org 2013/06/21 00:37:49 |
| 1344 | [ssh_config.5] |
| 1345 | explicitly mention that IdentitiesOnly can be used with IdentityFile |
| 1346 | to control which keys are offered from an agent. |
Damien Miller | bbeb1da | 2013-07-18 16:10:49 +1000 | [diff] [blame] | 1347 | - djm@cvs.openbsd.org 2013/06/21 05:42:32 |
| 1348 | [dh.c] |
| 1349 | sprinkle in some error() to explain moduli(5) parse failures |
Damien Miller | 8158441 | 2013-07-18 16:11:07 +1000 | [diff] [blame] | 1350 | - djm@cvs.openbsd.org 2013/06/21 05:43:10 |
| 1351 | [scp.c] |
| 1352 | make this -Wsign-compare clean after time_t conversion |
Damien Miller | bc35d92 | 2013-07-18 16:11:25 +1000 | [diff] [blame] | 1353 | - djm@cvs.openbsd.org 2013/06/22 06:31:57 |
| 1354 | [scp.c] |
| 1355 | improved time_t overflow check suggested by guenther@ |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 1356 | - jmc@cvs.openbsd.org 2013/06/27 14:05:37 |
| 1357 | [ssh-keygen.1 ssh.1 ssh_config.5 sshd.8 sshd_config.5] |
| 1358 | do not use Sx for sections outwith the man page - ingo informs me that |
| 1359 | stuff like html will render with broken links; |
| 1360 | issue reported by Eric S. Raymond, via djm |
Damien Miller | 0d02c3e | 2013-07-18 16:12:06 +1000 | [diff] [blame] | 1361 | - markus@cvs.openbsd.org 2013/07/02 12:31:43 |
| 1362 | [dh.c] |
| 1363 | remove extra whitespace |
Damien Miller | ce98654 | 2013-07-18 16:12:44 +1000 | [diff] [blame] | 1364 | - djm@cvs.openbsd.org 2013/07/12 00:19:59 |
| 1365 | [auth-options.c auth-rsa.c bufaux.c buffer.h channels.c hostfile.c] |
| 1366 | [hostfile.h mux.c packet.c packet.h roaming_common.c serverloop.c] |
| 1367 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ |
Damien Miller | 746d1a6 | 2013-07-18 16:13:02 +1000 | [diff] [blame] | 1368 | - djm@cvs.openbsd.org 2013/07/12 00:20:00 |
| 1369 | [sftp.c ssh-keygen.c ssh-pkcs11.c] |
| 1370 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ |
Damien Miller | 7313fc9 | 2013-07-18 16:13:19 +1000 | [diff] [blame] | 1371 | - djm@cvs.openbsd.org 2013/07/12 00:43:50 |
| 1372 | [misc.c] |
| 1373 | in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when |
| 1374 | errno == 0. Avoids confusing error message in some broken resolver |
| 1375 | cases. bz#2122 patch from plautrba AT redhat.com; ok dtucker |
Damien Miller | 5bb8833 | 2013-07-18 16:13:37 +1000 | [diff] [blame] | 1376 | - djm@cvs.openbsd.org 2013/07/12 05:42:03 |
| 1377 | [ssh-keygen.c] |
| 1378 | do_print_resource_record() can never be called with a NULL filename, so |
| 1379 | don't attempt (and bungle) asking for one if it has not been specified |
| 1380 | bz#2127 ok dtucker@ |
Damien Miller | 649fe02 | 2013-07-18 16:13:55 +1000 | [diff] [blame] | 1381 | - djm@cvs.openbsd.org 2013/07/12 05:48:55 |
| 1382 | [ssh.c] |
| 1383 | set TCP nodelay for connections started with -N; bz#2124 ok dtucker@ |
Damien Miller | bf836e5 | 2013-07-18 16:14:13 +1000 | [diff] [blame] | 1384 | - schwarze@cvs.openbsd.org 2013/07/16 00:07:52 |
| 1385 | [scp.1 sftp-server.8 ssh-keyscan.1 ssh-keysign.8 ssh-pkcs11-helper.8] |
| 1386 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |
Damien Miller | d93340c | 2013-07-18 16:14:34 +1000 | [diff] [blame] | 1387 | - djm@cvs.openbsd.org 2013/07/18 01:12:26 |
| 1388 | [ssh.1] |
| 1389 | be more exact wrt perms for ~/.ssh/config; bz#2078 |
Damien Miller | 9a66155 | 2013-07-18 16:09:04 +1000 | [diff] [blame] | 1390 | |
Darren Tucker | b7482cf | 2013-07-02 20:06:46 +1000 | [diff] [blame] | 1391 | 20130702 |
| 1392 | - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config |
| 1393 | contrib/cygwin/ssh-user-config] Modernizes and improve readability of |
| 1394 | the Cygwin README file (which hasn't been updated for ages), drop |
| 1395 | unsupported OSes from the ssh-host-config help text, and drop an |
| 1396 | unneeded option from ssh-user-config. Patch from vinschen at redhat com. |
| 1397 | |
Damien Miller | 3618709 | 2013-06-10 13:07:11 +1000 | [diff] [blame] | 1398 | 20130610 |
| 1399 | - (djm) OpenBSD CVS Sync |
| 1400 | - dtucker@cvs.openbsd.org 2013/06/07 15:37:52 |
| 1401 | [channels.c channels.h clientloop.c] |
| 1402 | Add an "ABANDONED" channel state and use for mux sessions that are |
| 1403 | disconnected via the ~. escape sequence. Channels in this state will |
| 1404 | be able to close if the server responds, but do not count as active channels. |
| 1405 | This means that if you ~. all of the mux clients when using ControlPersist |
| 1406 | on a broken network, the backgrounded mux master will exit when the |
| 1407 | Control Persist time expires rather than hanging around indefinitely. |
| 1408 | bz#1917, also reported and tested by tedu@. ok djm@ markus@. |
Darren Tucker | 6d8bd57 | 2013-06-11 11:26:10 +1000 | [diff] [blame] | 1409 | - (dtucker) [Makefile.in configure.ac fixalgorithms] Remove unsupported |
| 1410 | algorithms (Ciphers, MACs and HostKeyAlgorithms) from man pages. |
Darren Tucker | 97b62f4 | 2013-06-11 11:47:24 +1000 | [diff] [blame] | 1411 | - (dtucker) [myproposal.h] Do not advertise AES GSM ciphers if we don't have |
| 1412 | the required OpenSSL support. Patch from naddy at freebsd. |
Darren Tucker | b8ae92d | 2013-06-11 12:10:02 +1000 | [diff] [blame] | 1413 | - (dtucker) [myproposal.h] Make the conditional algorithm support consistent |
| 1414 | and add some comments so it's clear what goes where. |
Damien Miller | 3618709 | 2013-06-10 13:07:11 +1000 | [diff] [blame] | 1415 | |
Darren Tucker | 2ea9eb7 | 2013-06-05 15:04:00 +1000 | [diff] [blame] | 1416 | 20130605 |
Darren Tucker | b4e0094 | 2013-06-05 22:48:44 +1000 | [diff] [blame] | 1417 | - (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of |
| 1418 | the necessary functions, not from the openssl version. |
| 1419 | - (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test. |
| 1420 | Patch from cjwatson at debian. |
Darren Tucker | 2a22873 | 2013-06-06 01:59:13 +1000 | [diff] [blame] | 1421 | - (dtucker) [regress/forwarding.sh] For (as yet unknown) reason, the |
| 1422 | forwarding test is extremely slow copying data on some machines so switch |
| 1423 | back to copying the much smaller ls binary until we can figure out why |
| 1424 | this is. |
Darren Tucker | dc62edb | 2013-06-06 05:12:35 +1000 | [diff] [blame] | 1425 | - (dtucker) [Makefile.in] append $CFLAGS to compiler options when building |
| 1426 | modpipe in case there's anything in there we need. |
Darren Tucker | 5d12b8f | 2013-06-06 08:09:10 +1000 | [diff] [blame] | 1427 | - (dtucker) OpenBSD CVS Sync |
| 1428 | - dtucker@cvs.openbsd.org 2013/06/02 21:01:51 |
| 1429 | [channels.h] |
| 1430 | typo in comment |
Darren Tucker | ea8342c | 2013-06-06 08:11:40 +1000 | [diff] [blame] | 1431 | - dtucker@cvs.openbsd.org 2013/06/02 23:36:29 |
| 1432 | [clientloop.h clientloop.c mux.c] |
| 1433 | No need for the mux cleanup callback to be visible so restore it to static |
| 1434 | and call it through the detach_user function pointer. ok djm@ |
Darren Tucker | 4ac66af | 2013-06-06 08:12:37 +1000 | [diff] [blame] | 1435 | - dtucker@cvs.openbsd.org 2013/06/03 00:03:18 |
| 1436 | [mac.c] |
| 1437 | force the MAC output to be 64-bit aligned so umac won't see unaligned |
| 1438 | accesses on strict-alignment architectures. bz#2101, patch from |
| 1439 | tomas.kuthan at oracle.com, ok djm@ |
Darren Tucker | 194454d | 2013-06-06 08:16:04 +1000 | [diff] [blame] | 1440 | - dtucker@cvs.openbsd.org 2013/06/04 19:12:23 |
| 1441 | [scp.c] |
| 1442 | use MAXPATHLEN for buffer size instead of fixed value. ok markus |
Darren Tucker | ea64721 | 2013-06-06 08:19:09 +1000 | [diff] [blame] | 1443 | - dtucker@cvs.openbsd.org 2013/06/04 20:42:36 |
| 1444 | [sftp.c] |
| 1445 | Make sftp's libedit interface marginally multibyte aware by building up |
| 1446 | the quoted string by character instead of by byte. Prevents failures |
| 1447 | when linked against a libedit built with wide character support (bz#1990). |
| 1448 | "looks ok" djm |
Darren Tucker | 746e906 | 2013-06-06 08:20:13 +1000 | [diff] [blame] | 1449 | - dtucker@cvs.openbsd.org 2013/06/05 02:07:29 |
| 1450 | [mux.c] |
| 1451 | fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, |
| 1452 | ok djm |
Darren Tucker | 0cca17f | 2013-06-06 08:21:14 +1000 | [diff] [blame] | 1453 | - dtucker@cvs.openbsd.org 2013/06/05 02:27:50 |
| 1454 | [sshd.c] |
| 1455 | When running sshd -D, close stderr unless we have explicitly requesting |
| 1456 | logging to stderr. From james.hunt at ubuntu.com via bz#1976, djm's patch |
| 1457 | so, err, ok dtucker. |
Darren Tucker | e52a260 | 2013-06-06 08:22:05 +1000 | [diff] [blame] | 1458 | - dtucker@cvs.openbsd.org 2013/06/05 12:52:38 |
| 1459 | [sshconnect2.c] |
| 1460 | Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm |
Darren Tucker | 408eaf3 | 2013-06-06 08:22:46 +1000 | [diff] [blame] | 1461 | - dtucker@cvs.openbsd.org 2013/06/05 22:00:28 |
| 1462 | [readconf.c] |
| 1463 | plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm |
Darren Tucker | ae133d4 | 2013-06-06 08:30:20 +1000 | [diff] [blame] | 1464 | - (dtucker) [configure.ac sftp.c openbsd-compat/openbsd-compat.h] Cater for |
| 1465 | platforms that don't have multibyte character support (specifically, |
| 1466 | mblen). |
Darren Tucker | 2ea9eb7 | 2013-06-05 15:04:00 +1000 | [diff] [blame] | 1467 | |
Tim Rice | 86211d1 | 2013-06-01 18:38:23 -0700 | [diff] [blame] | 1468 | 20130602 |
| 1469 | - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy |
| 1470 | linking regress/modpipe. |
Darren Tucker | 00e1abb | 2013-06-02 23:46:24 +1000 | [diff] [blame] | 1471 | - (dtucker) OpenBSD CVS Sync |
| 1472 | - dtucker@cvs.openbsd.org 2013/06/02 13:33:05 |
| 1473 | [progressmeter.c] |
| 1474 | Add misc.h for monotime prototype. (ID sync only). |
Darren Tucker | 073f795 | 2013-06-02 23:47:11 +1000 | [diff] [blame] | 1475 | - dtucker@cvs.openbsd.org 2013/06/02 13:35:58 |
| 1476 | [ssh-agent.c] |
| 1477 | Make parent_alive_interval time_t to avoid signed/unsigned comparison |
Darren Tucker | ef4901c | 2013-06-03 01:59:13 +1000 | [diff] [blame] | 1478 | - (dtucker) [configure.ac] sys/un.h needs sys/socket.h on some platforms |
Darren Tucker | 898ac93 | 2013-06-03 02:03:25 +1000 | [diff] [blame] | 1479 | to prevent noise from configure. Patch from Nathan Osman. (bz#2114). |
| 1480 | - (dtucker) [configure.ac] bz#2111: don't try to use lastlog on Android. |
| 1481 | Patch from Nathan Osman. |
Tim Rice | 5ab9b63 | 2013-06-02 14:05:48 -0700 | [diff] [blame] | 1482 | - (tim) [configure.ac regress/Makefile] With rev 1.47 of test-exec.sh we |
| 1483 | need a shell that can handle "[ file1 -nt file2 ]". Rather than keep |
| 1484 | dealing with shell portability issues in regression tests, we let |
| 1485 | configure find us a capable shell on those platforms with an old /bin/sh. |
Tim Rice | 01ec0af | 2013-06-02 14:31:27 -0700 | [diff] [blame] | 1486 | - (tim) [aclocal.m4] Enhance OSSH_CHECK_CFLAG_COMPILE to check stderr. |
| 1487 | feedback and ok dtucker |
Tim Rice | 3f3064c | 2013-06-02 15:13:09 -0700 | [diff] [blame] | 1488 | - (tim) [regress/sftp-chroot.sh] skip if no sudo. ok dtucker |
Darren Tucker | 0b43ffe | 2013-06-03 09:30:44 +1000 | [diff] [blame] | 1489 | - (dtucker) [configure.ac] Some platforms need sys/types.h before sys/un.h. |
Darren Tucker | 16cac19 | 2013-06-04 12:55:24 +1000 | [diff] [blame] | 1490 | - (dtucker) [configure.ac] Some other platforms need sys/types.h before |
| 1491 | sys/socket.h. |
Tim Rice | 86211d1 | 2013-06-01 18:38:23 -0700 | [diff] [blame] | 1492 | |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 1493 | 20130601 |
| 1494 | - (dtucker) [configure.ac openbsd-compat/xcrypt.c] bz#2112: fall back to |
Darren Tucker | 65cf740 | 2013-06-02 09:11:19 +1000 | [diff] [blame] | 1495 | using openssl's DES_crypt function on platorms that don't have a native |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 1496 | one, eg Android. Based on a patch from Nathan Osman. |
Darren Tucker | c7aad00 | 2013-06-02 07:18:47 +1000 | [diff] [blame] | 1497 | - (dtucker) [configure.ac defines.h] Test for fd_mask, howmany and NFDBITS |
| 1498 | rather than trying to enumerate the plaforms that don't have them. |
| 1499 | Based on a patch from Nathan Osman, with help from tim@. |
Darren Tucker | a627d42 | 2013-06-02 07:31:17 +1000 | [diff] [blame] | 1500 | - (dtucker) OpenBSD CVS Sync |
| 1501 | - djm@cvs.openbsd.org 2013/05/17 00:13:13 |
| 1502 | [xmalloc.h cipher.c sftp-glob.c ssh-keyscan.c ssh.c sftp-common.c |
| 1503 | ssh-ecdsa.c auth2-chall.c compat.c readconf.c kexgexs.c monitor.c |
| 1504 | gss-genr.c cipher-3des1.c kex.c monitor_wrap.c ssh-pkcs11-client.c |
| 1505 | auth-options.c rsa.c auth2-pubkey.c sftp.c hostfile.c auth2.c |
| 1506 | servconf.c auth.c authfile.c xmalloc.c uuencode.c sftp-client.c |
| 1507 | auth2-gss.c sftp-server.c bufaux.c mac.c session.c jpake.c kexgexc.c |
| 1508 | sshconnect.c auth-chall.c auth2-passwd.c sshconnect1.c buffer.c |
| 1509 | kexecdhs.c kexdhs.c ssh-rsa.c auth1.c ssh-pkcs11.c auth2-kbdint.c |
| 1510 | kexdhc.c sshd.c umac.c ssh-dss.c auth2-jpake.c bufbn.c clientloop.c |
| 1511 | monitor_mm.c scp.c roaming_client.c serverloop.c key.c auth-rsa.c |
| 1512 | ssh-pkcs11-helper.c ssh-keysign.c ssh-keygen.c match.c channels.c |
| 1513 | sshconnect2.c addrmatch.c mux.c canohost.c kexecdhc.c schnorr.c |
| 1514 | ssh-add.c misc.c auth2-hostbased.c ssh-agent.c bufec.c groupaccess.c |
| 1515 | dns.c packet.c readpass.c authfd.c moduli.c] |
| 1516 | bye, bye xfree(); ok markus@ |
Darren Tucker | 74836ae | 2013-06-02 07:32:00 +1000 | [diff] [blame] | 1517 | - djm@cvs.openbsd.org 2013/05/19 02:38:28 |
| 1518 | [auth2-pubkey.c] |
| 1519 | fix failure to recognise cert-authority keys if a key of a different type |
| 1520 | appeared in authorized_keys before it; ok markus@ |
Darren Tucker | 0acca37 | 2013-06-02 07:41:51 +1000 | [diff] [blame] | 1521 | - djm@cvs.openbsd.org 2013/05/19 02:42:42 |
| 1522 | [auth.h auth.c key.c monitor.c auth-rsa.c auth2.c auth1.c key.h] |
| 1523 | Standardise logging of supplemental information during userauth. Keys |
| 1524 | and ruser is now logged in the auth success/failure message alongside |
| 1525 | the local username, remote host/port and protocol in use. Certificates |
| 1526 | contents and CA are logged too. |
| 1527 | Pushing all logging onto a single line simplifies log analysis as it is |
| 1528 | no longer necessary to relate information scattered across multiple log |
| 1529 | entries. "I like it" markus@ |
Darren Tucker | 5511925 | 2013-06-02 07:43:59 +1000 | [diff] [blame] | 1530 | - dtucker@cvs.openbsd.org 2013/05/31 12:28:10 |
| 1531 | [ssh-agent.c] |
| 1532 | Use time_t where appropriate. ok djm |
Darren Tucker | b759c9c | 2013-06-02 07:46:16 +1000 | [diff] [blame] | 1533 | - dtucker@cvs.openbsd.org 2013/06/01 13:15:52 |
| 1534 | [ssh-agent.c clientloop.c misc.h packet.c progressmeter.c misc.c |
| 1535 | channels.c sandbox-systrace.c] |
| 1536 | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like |
| 1537 | keepalives and rekeying will work properly over clock steps. Suggested by |
| 1538 | markus@, "looks good" djm@. |
Darren Tucker | 3750fce | 2013-06-02 07:52:21 +1000 | [diff] [blame] | 1539 | - dtucker@cvs.openbsd.org 2013/06/01 20:59:25 |
| 1540 | [scp.c sftp-client.c] |
| 1541 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch |
| 1542 | from Nathan Osman via bz#2085. ok deraadt. |
Darren Tucker | c9a1991 | 2013-06-02 08:37:05 +1000 | [diff] [blame] | 1543 | - dtucker@cvs.openbsd.org 2013/06/01 22:34:50 |
| 1544 | [sftp-client.c] |
| 1545 | Update progressmeter when data is acked, not when it's sent. bz#2108, from |
| 1546 | Debian via Colin Watson, ok djm@ |
Darren Tucker | f60845f | 2013-06-02 08:07:31 +1000 | [diff] [blame] | 1547 | - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c |
| 1548 | groupaccess.c loginrec.c monitor.c monitor_wrap.c session.c sshd.c |
| 1549 | sshlogin.c uidswap.c openbsd-compat/bsd-cygwin_util.c |
| 1550 | openbsd-compat/getrrsetbyname-ldns.c openbsd-compat/port-aix.c |
| 1551 | openbsd-compat/port-linux.c] Replace portable-specific instances of xfree |
| 1552 | with the equivalent calls to free. |
Darren Tucker | a710891 | 2013-06-02 08:18:31 +1000 | [diff] [blame] | 1553 | - (dtucker) [configure.ac misc.c] Look for clock_gettime in librt and fall |
| 1554 | back to time(NULL) if we can't find it anywhere. |
Darren Tucker | e9887d1 | 2013-06-02 09:17:09 +1000 | [diff] [blame] | 1555 | - (dtucker) [sandbox-seccomp-filter.c] Allow clock_gettimeofday. |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 1556 | |
| 1557 | 20130529 |
Darren Tucker | efdf534 | 2013-05-30 08:29:08 +1000 | [diff] [blame] | 1558 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null |
| 1559 | implementation of endgrent for platforms that don't have it (eg Android). |
| 1560 | Loosely based on a patch from Nathan Osman, ok djm |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 1561 | |
Darren Tucker | 712de4d | 2013-05-17 09:07:12 +1000 | [diff] [blame] | 1562 | 20130517 |
| 1563 | - (dtucker) OpenBSD CVS Sync |
| 1564 | - djm@cvs.openbsd.org 2013/03/07 00:20:34 |
| 1565 | [regress/proxy-connect.sh] |
| 1566 | repeat test with a style appended to the username |
Darren Tucker | 7c8b1e7 | 2013-05-17 09:10:20 +1000 | [diff] [blame] | 1567 | - dtucker@cvs.openbsd.org 2013/03/23 11:09:43 |
Darren Tucker | 7512902 | 2013-05-17 09:19:10 +1000 | [diff] [blame] | 1568 | [regress/test-exec.sh] |
Darren Tucker | 7c8b1e7 | 2013-05-17 09:10:20 +1000 | [diff] [blame] | 1569 | Only regenerate host keys if they don't exist or if ssh-keygen has changed |
| 1570 | since they were. Reduces test runtime by 5-30% depending on machine |
| 1571 | speed. |
Darren Tucker | 7512902 | 2013-05-17 09:19:10 +1000 | [diff] [blame] | 1572 | - dtucker@cvs.openbsd.org 2013/04/06 06:00:22 |
| 1573 | [regress/rekey.sh regress/test-exec.sh regress/integrity.sh |
| 1574 | regress/multiplex.sh Makefile regress/cfgmatch.sh] |
| 1575 | Split the regress log into 3 parts: the debug output from ssh, the debug |
| 1576 | log from sshd and the output from the client command (ssh, scp or sftp). |
| 1577 | Somewhat functional now, will become more useful when ssh/sshd -E is added. |
Darren Tucker | dfea3bc | 2013-05-17 09:31:39 +1000 | [diff] [blame] | 1578 | - dtucker@cvs.openbsd.org 2013/04/07 02:16:03 |
| 1579 | [regress/Makefile regress/rekey.sh regress/integrity.sh |
| 1580 | regress/sshd-log-wrapper.sh regress/forwarding.sh regress/test-exec.sh] |
| 1581 | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and |
| 1582 | save the output from any failing tests. If a test fails the debug output |
| 1583 | from ssh and sshd for the failing tests (and only the failing tests) should |
| 1584 | be available in failed-ssh{,d}.log. |
Darren Tucker | f3568fc | 2013-05-17 09:35:26 +1000 | [diff] [blame] | 1585 | - djm@cvs.openbsd.org 2013/04/18 02:46:12 |
Darren Tucker | 40aaff7 | 2013-05-17 09:36:20 +1000 | [diff] [blame] | 1586 | [regress/Makefile regress/sftp-chroot.sh] |
Darren Tucker | f3568fc | 2013-05-17 09:35:26 +1000 | [diff] [blame] | 1587 | test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@ |
Darren Tucker | 40aaff7 | 2013-05-17 09:36:20 +1000 | [diff] [blame] | 1588 | - dtucker@cvs.openbsd.org 2013/04/22 07:23:08 |
Darren Tucker | a4df65b | 2013-05-17 09:37:31 +1000 | [diff] [blame] | 1589 | [regress/multiplex.sh] |
Darren Tucker | 40aaff7 | 2013-05-17 09:36:20 +1000 | [diff] [blame] | 1590 | Write mux master logs to regress.log instead of ssh.log to keep separate |
Darren Tucker | 5e95173 | 2013-05-17 09:41:33 +1000 | [diff] [blame] | 1591 | - djm@cvs.openbsd.org 2013/05/10 03:46:14 |
Darren Tucker | c31c872 | 2013-05-17 09:43:33 +1000 | [diff] [blame] | 1592 | [regress/modpipe.c] |
Darren Tucker | 5e95173 | 2013-05-17 09:41:33 +1000 | [diff] [blame] | 1593 | sync some portability changes from portable OpenSSH (id sync only) |
Darren Tucker | a8a62fc | 2013-05-17 09:42:34 +1000 | [diff] [blame] | 1594 | - dtucker@cvs.openbsd.org 2013/05/16 02:10:35 |
Darren Tucker | c31c872 | 2013-05-17 09:43:33 +1000 | [diff] [blame] | 1595 | [regress/rekey.sh] |
Darren Tucker | a8a62fc | 2013-05-17 09:42:34 +1000 | [diff] [blame] | 1596 | Add test for time-based rekeying |
Darren Tucker | c31c872 | 2013-05-17 09:43:33 +1000 | [diff] [blame] | 1597 | - dtucker@cvs.openbsd.org 2013/05/16 03:33:30 |
| 1598 | [regress/rekey.sh] |
| 1599 | test rekeying when there's no data being transferred |
Darren Tucker | 14490fe | 2013-05-17 09:44:20 +1000 | [diff] [blame] | 1600 | - dtucker@cvs.openbsd.org 2013/05/16 04:26:10 |
| 1601 | [regress/rekey.sh] |
| 1602 | add server-side rekey test |
Darren Tucker | 982b0cb | 2013-05-17 09:45:12 +1000 | [diff] [blame] | 1603 | - dtucker@cvs.openbsd.org 2013/05/16 05:48:31 |
| 1604 | [regress/rekey.sh] |
| 1605 | add tests for RekeyLimit parsing |
Darren Tucker | 56347ef | 2013-05-17 13:28:36 +1000 | [diff] [blame] | 1606 | - dtucker@cvs.openbsd.org 2013/05/17 00:37:40 |
| 1607 | [regress/agent.sh regress/keytype.sh regress/cfgmatch.sh |
| 1608 | regress/forcecommand.sh regress/proto-version.sh regress/test-exec.sh |
| 1609 | regress/cipher-speed.sh regress/cert-hostkey.sh regress/cert-userkey.sh |
| 1610 | regress/ssh-com.sh] |
| 1611 | replace 'echo -n' with 'printf' since it's more portable |
| 1612 | also remove "echon" hack. |
Darren Tucker | b8b96b0 | 2013-05-17 14:46:20 +1000 | [diff] [blame] | 1613 | - dtucker@cvs.openbsd.org 2013/05/17 01:16:09 |
| 1614 | [regress/agent-timeout.sh] |
| 1615 | Pull back some portability changes from -portable: |
| 1616 | - TIMEOUT is a read-only variable in some shells |
| 1617 | - not all greps have -q so redirect to /dev/null instead. |
| 1618 | (ID sync only) |
Darren Tucker | 34035be | 2013-05-17 14:47:51 +1000 | [diff] [blame] | 1619 | - dtucker@cvs.openbsd.org 2013/05/17 01:32:11 |
| 1620 | [regress/integrity.sh] |
| 1621 | don't print output from ssh before getting it (it's available in ssh.log) |
Darren Tucker | 59d928d | 2013-05-17 15:32:29 +1000 | [diff] [blame] | 1622 | - dtucker@cvs.openbsd.org 2013/05/17 04:29:14 |
| 1623 | [regress/sftp.sh regress/putty-ciphers.sh regress/cipher-speed.sh |
| 1624 | regress/test-exec.sh regress/sftp-batch.sh regress/dynamic-forward.sh |
| 1625 | regress/putty-transfer.sh regress/conch-ciphers.sh regress/sftp-cmds.sh |
| 1626 | regress/scp.sh regress/ssh-com-sftp.sh regress/rekey.sh |
| 1627 | regress/putty-kex.sh regress/stderr-data.sh regress/stderr-after-eof.sh |
| 1628 | regress/sftp-badcmds.sh regress/reexec.sh regress/ssh-com-client.sh |
| 1629 | regress/sftp-chroot.sh regress/forwarding.sh regress/transfer.sh |
| 1630 | regress/multiplex.sh] |
| 1631 | Move the setting of DATA and COPY into test-exec.sh |
Darren Tucker | dd66917 | 2013-05-17 20:39:57 +1000 | [diff] [blame] | 1632 | - dtucker@cvs.openbsd.org 2013/05/17 10:16:26 |
| 1633 | [regress/try-ciphers.sh] |
| 1634 | use expr for math to keep diffs vs portable down |
| 1635 | (id sync only) |
Darren Tucker | 05b5e51 | 2013-05-17 20:41:07 +1000 | [diff] [blame] | 1636 | - dtucker@cvs.openbsd.org 2013/05/17 10:23:52 |
| 1637 | [regress/login-timeout.sh regress/reexec.sh regress/test-exec.sh] |
| 1638 | Use SUDO when cat'ing pid files and running the sshd log wrapper so that |
| 1639 | it works with a restrictive umask and the pid files are not world readable. |
| 1640 | Changes from -portable. (id sync only) |
Darren Tucker | 1466bd2 | 2013-05-17 20:42:05 +1000 | [diff] [blame] | 1641 | - dtucker@cvs.openbsd.org 2013/05/17 10:24:48 |
Darren Tucker | 438f60e | 2013-05-17 20:43:13 +1000 | [diff] [blame] | 1642 | [regress/localcommand.sh] |
Darren Tucker | 1466bd2 | 2013-05-17 20:42:05 +1000 | [diff] [blame] | 1643 | use backticks for portability. (id sync only) |
Darren Tucker | 438f60e | 2013-05-17 20:43:13 +1000 | [diff] [blame] | 1644 | - dtucker@cvs.openbsd.org 2013/05/17 10:26:26 |
| 1645 | [regress/sftp-badcmds.sh] |
| 1646 | remove unused BATCH variable. (id sync only) |
Darren Tucker | 98989eb | 2013-05-17 20:44:09 +1000 | [diff] [blame] | 1647 | - dtucker@cvs.openbsd.org 2013/05/17 10:28:11 |
| 1648 | [regress/sftp.sh] |
| 1649 | only compare copied data if sftp succeeds. from portable (id sync only) |
Darren Tucker | 00478d3 | 2013-05-17 20:45:06 +1000 | [diff] [blame] | 1650 | - dtucker@cvs.openbsd.org 2013/05/17 10:30:07 |
| 1651 | [regress/test-exec.sh] |
| 1652 | wait a bit longer for startup and use case for absolute path. |
| 1653 | from portable (id sync only) |
Darren Tucker | 62ee222 | 2013-05-17 20:46:00 +1000 | [diff] [blame] | 1654 | - dtucker@cvs.openbsd.org 2013/05/17 10:33:09 |
| 1655 | [regress/agent-getpeereid.sh] |
| 1656 | don't redirect stdout from sudo. from portable (id sync only) |
Darren Tucker | 0a404b0 | 2013-05-17 20:47:29 +1000 | [diff] [blame] | 1657 | - dtucker@cvs.openbsd.org 2013/05/17 10:34:30 |
| 1658 | [regress/portnum.sh] |
| 1659 | use a more portable negated if structure. from portable (id sync only) |
Darren Tucker | 9b42d32 | 2013-05-17 20:48:59 +1000 | [diff] [blame] | 1660 | - dtucker@cvs.openbsd.org 2013/05/17 10:35:43 |
| 1661 | [regress/scp.sh] |
| 1662 | use a file extention that's not special on some platforms. from portable |
| 1663 | (id sync only) |
Darren Tucker | 6e1e60c | 2013-05-17 11:23:41 +1000 | [diff] [blame] | 1664 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it |
| 1665 | in portable and it's long gone in openbsd. |
Darren Tucker | 91af05c | 2013-05-17 13:16:59 +1000 | [diff] [blame] | 1666 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange |
| 1667 | methods. When the openssl version doesn't support ECDH then next one on |
| 1668 | the list is DH group exchange, but that causes a bit more traffic which can |
| 1669 | mean that the tests flip bits in the initial exchange rather than the MACed |
| 1670 | traffic and we get different errors to what the tests look for. |
Darren Tucker | 8654dd2 | 2013-05-17 16:03:48 +1000 | [diff] [blame] | 1671 | - (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits. |
Darren Tucker | 7f19323 | 2013-05-17 19:02:28 +1000 | [diff] [blame] | 1672 | - (dtucker) [regress/cfgmatch.sh] Resync config file setup with openbsd. |
Darren Tucker | 96457a5 | 2013-05-17 19:03:38 +1000 | [diff] [blame] | 1673 | - (dtucker) [regress/agent-getpeereid.sh] Resync spaces with openbsd. |
Darren Tucker | 5f1a89a | 2013-05-17 19:17:58 +1000 | [diff] [blame] | 1674 | - (dtucker) [regress/integrity.sh regress/krl.sh regress/test-exec.sh] |
| 1675 | Move the jot helper function to portable-specific part of test-exec.sh. |
Darren Tucker | 6f66981 | 2013-05-17 19:28:51 +1000 | [diff] [blame] | 1676 | - (dtucker) [regress/test-exec.sh] Move the portable-specific functions |
| 1677 | together and add a couple of missing lines from openbsd. |
Darren Tucker | f8d5b34 | 2013-05-17 19:53:25 +1000 | [diff] [blame] | 1678 | - (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5 |
| 1679 | helper function to the portable part of test-exec.sh. |
Darren Tucker | 9cc8ff7 | 2013-05-17 20:01:52 +1000 | [diff] [blame] | 1680 | - (dtucker) [regress/runtests.sh] Remove obsolete test driver script. |
Darren Tucker | 044f32f | 2013-05-17 20:12:57 +1000 | [diff] [blame] | 1681 | - (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by |
| 1682 | rev 1.6 which calls wait. |
Darren Tucker | 712de4d | 2013-05-17 09:07:12 +1000 | [diff] [blame] | 1683 | |
Damien Miller | 6aa3eac | 2013-05-16 11:10:17 +1000 | [diff] [blame] | 1684 | 20130516 |
| 1685 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be |
| 1686 | executed if mktemp failed; bz#2105 ok dtucker@ |
Darren Tucker | 2ca51bf | 2013-05-16 20:22:46 +1000 | [diff] [blame] | 1687 | - (dtucker) OpenBSD CVS Sync |
| 1688 | - tedu@cvs.openbsd.org 2013/04/23 17:49:45 |
| 1689 | [misc.c] |
| 1690 | use xasprintf instead of a series of strlcats and strdup. ok djm |
Darren Tucker | 026d9db | 2013-05-16 20:23:52 +1000 | [diff] [blame] | 1691 | - tedu@cvs.openbsd.org 2013/04/24 16:01:46 |
| 1692 | [misc.c] |
| 1693 | remove extra parens noticed by nicm |
Darren Tucker | 5d8b702 | 2013-05-16 20:24:23 +1000 | [diff] [blame] | 1694 | - dtucker@cvs.openbsd.org 2013/05/06 07:35:12 |
| 1695 | [sftp-server.8] |
| 1696 | Reference the version of the sftp draft we actually implement. ok djm@ |
Darren Tucker | 54da6be | 2013-05-16 20:25:04 +1000 | [diff] [blame] | 1697 | - djm@cvs.openbsd.org 2013/05/10 03:40:07 |
| 1698 | [sshconnect2.c] |
| 1699 | fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 from |
Darren Tucker | 7e831ed | 2013-05-16 20:25:40 +1000 | [diff] [blame] | 1700 | Colin Watson |
Darren Tucker | caf0010 | 2013-05-16 20:26:18 +1000 | [diff] [blame] | 1701 | - djm@cvs.openbsd.org 2013/05/10 04:08:01 |
| 1702 | [key.c] |
| 1703 | memleak in cert_free(), wasn't actually freeing the struct; |
| 1704 | bz#2096 from shm AT digitalsun.pl |
Darren Tucker | 64c6fce | 2013-05-16 20:27:14 +1000 | [diff] [blame] | 1705 | - dtucker@cvs.openbsd.org 2013/05/10 10:13:50 |
| 1706 | [ssh-pkcs11-helper.c] |
| 1707 | remove unused extern optarg. ok markus@ |
Darren Tucker | c53c2af | 2013-05-16 20:28:16 +1000 | [diff] [blame] | 1708 | - dtucker@cvs.openbsd.org 2013/05/16 02:00:34 |
| 1709 | [ssh_config sshconnect2.c packet.c readconf.h readconf.c clientloop.c |
| 1710 | ssh_config.5 packet.h] |
| 1711 | Add an optional second argument to RekeyLimit in the client to allow |
| 1712 | rekeying based on elapsed time in addition to amount of traffic. |
| 1713 | with djm@ jmc@, ok djm |
Darren Tucker | 5f96f3b | 2013-05-16 20:29:28 +1000 | [diff] [blame] | 1714 | - dtucker@cvs.openbsd.org 2013/05/16 04:09:14 |
| 1715 | [sshd_config.5 servconf.c servconf.h packet.c serverloop.c monitor.c sshd_config |
| 1716 | sshd.c] Add RekeyLimit to sshd with the same syntax as the client allowing |
| 1717 | rekeying based on traffic volume or time. ok djm@, help & ok jmc@ for the man |
| 1718 | page. |
Darren Tucker | 0763698 | 2013-05-16 20:30:03 +1000 | [diff] [blame] | 1719 | - djm@cvs.openbsd.org 2013/05/16 04:27:50 |
| 1720 | [ssh_config.5 readconf.h readconf.c] |
| 1721 | add the ability to ignore specific unrecognised ssh_config options; |
| 1722 | bz#866; ok markus@ |
Darren Tucker | 63e0df2 | 2013-05-16 20:30:31 +1000 | [diff] [blame] | 1723 | - jmc@cvs.openbsd.org 2013/05/16 06:28:45 |
| 1724 | [ssh_config.5] |
| 1725 | put IgnoreUnknown in the right place; |
Darren Tucker | 64d2294 | 2013-05-16 20:31:29 +1000 | [diff] [blame] | 1726 | - jmc@cvs.openbsd.org 2013/05/16 06:30:06 |
| 1727 | [sshd_config.5] |
| 1728 | oops! avoid Xr to self; |
Darren Tucker | dbee308 | 2013-05-16 20:32:29 +1000 | [diff] [blame] | 1729 | - dtucker@cvs.openbsd.org 2013/05/16 09:08:41 |
| 1730 | [log.c scp.c sshd.c serverloop.c schnorr.c sftp.c] |
| 1731 | Fix some "unused result" warnings found via clang and -portable. |
| 1732 | ok markus@ |
Darren Tucker | b7ee852 | 2013-05-16 20:33:10 +1000 | [diff] [blame] | 1733 | - dtucker@cvs.openbsd.org 2013/05/16 09:12:31 |
| 1734 | [readconf.c servconf.c] |
| 1735 | switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@ |
Darren Tucker | 9113d0c | 2013-05-16 20:48:14 +1000 | [diff] [blame] | 1736 | - dtucker@cvs.openbsd.org 2013/05/16 10:43:34 |
| 1737 | [servconf.c readconf.c] |
| 1738 | remove now-unused variables |
Darren Tucker | 09c0f03 | 2013-05-16 20:48:57 +1000 | [diff] [blame] | 1739 | - dtucker@cvs.openbsd.org 2013/05/16 10:44:06 |
| 1740 | [servconf.c] |
| 1741 | remove another now-unused variable |
Darren Tucker | e194ba4 | 2013-05-16 20:47:31 +1000 | [diff] [blame] | 1742 | - (dtucker) [configure.ac readconf.c servconf.c |
| 1743 | openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled. |
Damien Miller | 6aa3eac | 2013-05-16 11:10:17 +1000 | [diff] [blame] | 1744 | |
Darren Tucker | abbc7a7 | 2013-05-10 13:54:23 +1000 | [diff] [blame] | 1745 | 20130510 |
| 1746 | - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler |
| 1747 | supports it. Mentioned by Colin Watson in bz#2100, ok djm. |
Darren Tucker | 35b2fe9 | 2013-05-10 15:35:26 +1000 | [diff] [blame] | 1748 | - (dtucker) [openbsd-compat/getopt.c] Factor out portibility changes to |
| 1749 | getopt.c. Preprocessed source is identical other than line numbers. |
Darren Tucker | 3933202 | 2013-05-10 15:38:11 +1000 | [diff] [blame] | 1750 | - (dtucker) [openbsd-compat/getopt_long.c] Import from OpenBSD. No |
| 1751 | portability changes yet. |
Darren Tucker | ccfdfce | 2013-05-10 16:28:55 +1000 | [diff] [blame] | 1752 | - (dtucker) [openbsd-compat/Makefile.in openbsd-compat/getopt.c |
| 1753 | openbsd-compat/getopt_long.c regress/modpipe.c] Remove getopt.c, add |
| 1754 | portability code to getopt_long.c and switch over Makefile and the ugly |
| 1755 | hack in modpipe.c. Fixes bz#1448. |
Darren Tucker | 0abfb55 | 2013-05-10 18:08:49 +1000 | [diff] [blame] | 1756 | - (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.c |
| 1757 | openbsd-compat/openbsd-compat.h] pull in getopt.h from openbsd and plumb |
| 1758 | in to use it when we're using our own getopt. |
Darren Tucker | a75d247 | 2013-05-10 18:11:55 +1000 | [diff] [blame] | 1759 | - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the |
| 1760 | underlying libraries support them. |
Darren Tucker | c54e3e0 | 2013-05-10 18:53:14 +1000 | [diff] [blame] | 1761 | - (dtucker) [configure.ac] Add -Werror to the -Qunused-arguments test so |
| 1762 | we don't get a warning on compilers that *don't* support it. Add |
| 1763 | -Wno-unknown-warning-option. Move both to the start of the list for |
| 1764 | maximum noise suppression. Tested with gcc 4.6.3, gcc 2.95.4 and clang 2.9. |
Darren Tucker | abbc7a7 | 2013-05-10 13:54:23 +1000 | [diff] [blame] | 1765 | |
Damien Miller | 6332da2 | 2013-04-23 14:25:52 +1000 | [diff] [blame] | 1766 | 20130423 |
| 1767 | - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support |
| 1768 | platforms, such as Android, that lack struct passwd.pw_gecos. Report |
| 1769 | and initial patch from Nathan Osman bz#2086; feedback tim@ ok dtucker@ |
Damien Miller | 62e9c4f | 2013-04-23 15:15:49 +1000 | [diff] [blame] | 1770 | - (djm) OpenBSD CVS Sync |
| 1771 | - markus@cvs.openbsd.org 2013/03/05 20:16:09 |
| 1772 | [sshconnect2.c] |
| 1773 | reset pubkey order on partial success; ok djm@ |
Damien Miller | 998cc56 | 2013-04-23 15:16:43 +1000 | [diff] [blame] | 1774 | - djm@cvs.openbsd.org 2013/03/06 23:35:23 |
| 1775 | [session.c] |
| 1776 | fatal() when ChrootDirectory specified by running without root privileges; |
| 1777 | ok markus@ |
Damien Miller | 5cbec4c | 2013-04-23 15:17:12 +1000 | [diff] [blame] | 1778 | - djm@cvs.openbsd.org 2013/03/06 23:36:53 |
| 1779 | [readconf.c] |
| 1780 | g/c unused variable (-Wunused) |
Damien Miller | 4ce189d | 2013-04-23 15:17:52 +1000 | [diff] [blame] | 1781 | - djm@cvs.openbsd.org 2013/03/07 00:19:59 |
| 1782 | [auth2-pubkey.c monitor.c] |
| 1783 | reconstruct the original username that was sent by the client, which may |
| 1784 | have included a style (e.g. "root:skey") when checking public key |
| 1785 | signatures. Fixes public key and hostbased auth when the client specified |
| 1786 | a style; ok markus@ |
Damien Miller | 91a55f2 | 2013-04-23 15:18:10 +1000 | [diff] [blame] | 1787 | - markus@cvs.openbsd.org 2013/03/07 19:27:25 |
| 1788 | [auth.h auth2-chall.c auth2.c monitor.c sshd_config.5] |
| 1789 | add submethod support to AuthenticationMethods; ok and freedback djm@ |
Damien Miller | 508b6c3 | 2013-04-23 15:18:28 +1000 | [diff] [blame] | 1790 | - djm@cvs.openbsd.org 2013/03/08 06:32:58 |
| 1791 | [ssh.c] |
| 1792 | allow "ssh -f none ..." ok markus@ |
Damien Miller | d677ad1 | 2013-04-23 15:18:51 +1000 | [diff] [blame] | 1793 | - djm@cvs.openbsd.org 2013/04/05 00:14:00 |
| 1794 | [auth2-gss.c krl.c sshconnect2.c] |
| 1795 | hush some {unused, printf type} warnings |
Damien Miller | 9f12b5d | 2013-04-23 15:19:11 +1000 | [diff] [blame] | 1796 | - djm@cvs.openbsd.org 2013/04/05 00:31:49 |
| 1797 | [pathnames.h] |
| 1798 | use the existing _PATH_SSH_USER_RC define to construct the other |
| 1799 | pathnames; bz#2077, ok dtucker@ (no binary change) |
Damien Miller | 172859c | 2013-04-23 15:19:27 +1000 | [diff] [blame] | 1800 | - djm@cvs.openbsd.org 2013/04/05 00:58:51 |
| 1801 | [mux.c] |
| 1802 | cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too |
| 1803 | (in addition to ones already in OPEN); bz#2079, ok dtucker@ |
Damien Miller | 37f1c08 | 2013-04-23 15:20:43 +1000 | [diff] [blame] | 1804 | - markus@cvs.openbsd.org 2013/04/06 16:07:00 |
| 1805 | [channels.c sshd.c] |
| 1806 | handle ECONNABORTED for accept(); ok deraadt some time ago... |
Damien Miller | 03d4d7e | 2013-04-23 15:21:06 +1000 | [diff] [blame] | 1807 | - dtucker@cvs.openbsd.org 2013/04/07 02:10:33 |
| 1808 | [log.c log.h ssh.1 ssh.c sshd.8 sshd.c] |
| 1809 | Add -E option to ssh and sshd to append debugging logs to a specified file |
| 1810 | instead of stderr or syslog. ok markus@, man page help jmc@ |
Damien Miller | 6901032 | 2013-04-23 15:21:24 +1000 | [diff] [blame] | 1811 | - dtucker@cvs.openbsd.org 2013/04/07 09:40:27 |
| 1812 | [sshd.8] |
| 1813 | clarify -e text. suggested by & ok jmc@ |
Damien Miller | d5edefd | 2013-04-23 15:21:39 +1000 | [diff] [blame] | 1814 | - djm@cvs.openbsd.org 2013/04/11 02:27:50 |
| 1815 | [packet.c] |
| 1816 | quiet disconnect notifications on the server from error() back to logit() |
| 1817 | if it is a normal client closure; bz#2057 ok+feedback dtucker@ |
Damien Miller | f1a02ae | 2013-04-23 15:22:13 +1000 | [diff] [blame] | 1818 | - dtucker@cvs.openbsd.org 2013/04/17 09:04:09 |
| 1819 | [session.c] |
| 1820 | revert rev 1.262; it fails because uid is already set here. ok djm@ |
Damien Miller | 9303e65 | 2013-04-23 15:22:40 +1000 | [diff] [blame] | 1821 | - djm@cvs.openbsd.org 2013/04/18 02:16:07 |
| 1822 | [sftp.c] |
| 1823 | make "sftp -q" do what it says on the sticker: hush everything but errors; |
Damien Miller | 467b00c | 2013-04-23 15:23:07 +1000 | [diff] [blame] | 1824 | ok dtucker@ |
| 1825 | - djm@cvs.openbsd.org 2013/04/19 01:00:10 |
| 1826 | [sshd_config.5] |
| 1827 | document the requirment that the AuthorizedKeysCommand be owned by root; |
| 1828 | ok dtucker@ markus@ |
Damien Miller | 0d6771b | 2013-04-23 15:23:24 +1000 | [diff] [blame] | 1829 | - djm@cvs.openbsd.org 2013/04/19 01:01:00 |
| 1830 | [ssh-keygen.c] |
| 1831 | fix some memory leaks; bz#2088 ok dtucker@ |
Damien Miller | a56086b | 2013-04-23 15:24:18 +1000 | [diff] [blame] | 1832 | - djm@cvs.openbsd.org 2013/04/19 01:03:01 |
| 1833 | [session.c] |
| 1834 | reintroduce 1.262 without the connection-killing bug: |
| 1835 | fatal() when ChrootDirectory specified by running without root privileges; |
| 1836 | ok markus@ |
Damien Miller | ea11119 | 2013-04-23 19:24:32 +1000 | [diff] [blame] | 1837 | - djm@cvs.openbsd.org 2013/04/19 01:06:50 |
| 1838 | [authfile.c cipher.c cipher.h kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c] |
| 1839 | [key.c key.h mac.c mac.h packet.c ssh.1 ssh.c] |
| 1840 | add the ability to query supported ciphers, MACs, key type and KEX |
| 1841 | algorithms to ssh. Includes some refactoring of KEX and key type handling |
| 1842 | to be table-driven; ok markus@ |
Damien Miller | 34bd20a | 2013-04-23 19:25:00 +1000 | [diff] [blame] | 1843 | - djm@cvs.openbsd.org 2013/04/19 11:10:18 |
| 1844 | [ssh.c] |
| 1845 | add -Q to usage; reminded by jmc@ |
Damien Miller | f8b894e | 2013-04-23 19:25:29 +1000 | [diff] [blame] | 1846 | - djm@cvs.openbsd.org 2013/04/19 12:07:08 |
| 1847 | [kex.c] |
| 1848 | remove duplicated list entry pointed out by naddy@ |
Damien Miller | bc02f16 | 2013-04-23 19:25:49 +1000 | [diff] [blame] | 1849 | - dtucker@cvs.openbsd.org 2013/04/22 01:17:18 |
| 1850 | [mux.c] |
| 1851 | typo in debug output: evitval->exitval |
Damien Miller | 6332da2 | 2013-04-23 14:25:52 +1000 | [diff] [blame] | 1852 | |
Damien Miller | bc68f24 | 2013-04-18 11:26:25 +1000 | [diff] [blame] | 1853 | 20130418 |
| 1854 | - (djm) [config.guess config.sub] Update to last versions before they switch |
| 1855 | to GPL3. ok dtucker@ |
Darren Tucker | ce1c957 | 2013-04-18 21:36:19 +1000 | [diff] [blame] | 1856 | - (dtucker) [configure.ac] Use -Qunused-arguments to suppress warnings from |
| 1857 | unused argument warnings (in particular, -fno-builtin-memset) from clang. |
Damien Miller | bc68f24 | 2013-04-18 11:26:25 +1000 | [diff] [blame] | 1858 | |
Darren Tucker | 1910478 | 2013-04-05 11:13:08 +1100 | [diff] [blame] | 1859 | 20130404 |
| 1860 | - (dtucker) OpenBSD CVS Sync |
| 1861 | - dtucker@cvs.openbsd.org 2013/02/17 23:16:57 |
| 1862 | [readconf.c ssh.c readconf.h sshconnect2.c] |
| 1863 | Keep track of which IndentityFile options were manually supplied and which |
| 1864 | were default options, and don't warn if the latter are missing. |
| 1865 | ok markus@ |
Darren Tucker | f3c3814 | 2013-04-05 11:16:52 +1100 | [diff] [blame] | 1866 | - dtucker@cvs.openbsd.org 2013/02/19 02:12:47 |
| 1867 | [krl.c] |
| 1868 | Remove bogus include. ok djm |
Darren Tucker | aefa368 | 2013-04-05 11:18:35 +1100 | [diff] [blame] | 1869 | - dtucker@cvs.openbsd.org 2013/02/22 04:45:09 |
| 1870 | [ssh.c readconf.c readconf.h] |
| 1871 | Don't complain if IdentityFiles specified in system-wide configs are |
| 1872 | missing. ok djm, deraadt. |
Darren Tucker | 5d1d954 | 2013-04-05 11:20:00 +1100 | [diff] [blame] | 1873 | - markus@cvs.openbsd.org 2013/02/22 19:13:56 |
| 1874 | [sshconnect.c] |
| 1875 | support ProxyCommand=- (stdin/out already point to the proxy); ok djm@ |
Darren Tucker | 15fd19c | 2013-04-05 11:22:26 +1100 | [diff] [blame] | 1876 | - djm@cvs.openbsd.org 2013/02/22 22:09:01 |
| 1877 | [ssh.c] |
| 1878 | Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier |
| 1879 | version) |
Darren Tucker | 1910478 | 2013-04-05 11:13:08 +1100 | [diff] [blame] | 1880 | |
Darren Tucker | c9627cd | 2013-04-01 12:40:48 +1100 | [diff] [blame] | 1881 | 20130401 |
| 1882 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h |
| 1883 | to avoid conflicting definitions of __int64, adding the required bits. |
| 1884 | Patch from Corinna Vinschen. |
| 1885 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 1886 | 20130323 |
Tim Rice | 75db01d | 2013-03-22 10:14:32 -0700 | [diff] [blame] | 1887 | - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. |
| 1888 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 1889 | 20130322 |
Damien Miller | 83efe7c | 2013-03-22 10:17:36 +1100 | [diff] [blame] | 1890 | - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil |
| 1891 | Hands' greatly revised version. |
Damien Miller | eed8dc2 | 2013-03-22 10:25:22 +1100 | [diff] [blame] | 1892 | - (djm) Release 6.2p1 |
Darren Tucker | c8a0f27 | 2013-03-22 12:49:14 +1100 | [diff] [blame] | 1893 | - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype. |
Darren Tucker | 221b4b2 | 2013-03-22 12:51:09 +1100 | [diff] [blame] | 1894 | - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before |
| 1895 | defining it again. Prevents warnings if someone, eg, sets it in CFLAGS. |
Damien Miller | 83efe7c | 2013-03-22 10:17:36 +1100 | [diff] [blame] | 1896 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 1897 | 20130318 |
Damien Miller | 63b4bcd | 2013-03-20 12:55:14 +1100 | [diff] [blame] | 1898 | - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] |
| 1899 | [openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's |
| 1900 | so mark it as broken. Patch from des AT des.no |
| 1901 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 1902 | 20130317 |
Tim Rice | aa86c39 | 2013-03-16 20:55:46 -0700 | [diff] [blame] | 1903 | - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none |
| 1904 | of the bits the configure test looks for. |
| 1905 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 1906 | 20130316 |
Damien Miller | a2438bb | 2013-03-15 10:23:07 +1100 | [diff] [blame] | 1907 | - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform |
| 1908 | is unable to successfully compile them. Based on patch from des AT |
| 1909 | des.no |
Damien Miller | f4db77d | 2013-03-15 10:34:25 +1100 | [diff] [blame] | 1910 | - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] |
| 1911 | Add a usleep replacement for platforms that lack it; ok dtucker |
Damien Miller | 5852840 | 2013-03-15 11:22:37 +1100 | [diff] [blame] | 1912 | - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to |
| 1913 | occur after UID switch; patch from John Marshall via des AT des.no; |
| 1914 | ok dtucker@ |
Damien Miller | a2438bb | 2013-03-15 10:23:07 +1100 | [diff] [blame] | 1915 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 1916 | 20130312 |
Darren Tucker | fe10a28 | 2013-03-12 11:19:40 +1100 | [diff] [blame] | 1917 | - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] |
| 1918 | Improve portability of cipher-speed test, based mostly on a patch from |
| 1919 | Iain Morgan. |
Darren Tucker | aa97d13 | 2013-03-12 11:31:05 +1100 | [diff] [blame] | 1920 | - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin") |
| 1921 | in addition to root as an owner of system directories on AIX and HP-UX. |
| 1922 | ok djm@ |
Darren Tucker | fe10a28 | 2013-03-12 11:19:40 +1100 | [diff] [blame] | 1923 | |
Darren Tucker | b3cd503 | 2013-03-07 12:33:35 +1100 | [diff] [blame] | 1924 | 20130307 |
| 1925 | - (dtucker) [INSTALL] Bump documented autoconf version to what we're |
| 1926 | currently using. |
Darren Tucker | 4d1a0fe | 2013-03-07 20:14:34 +1100 | [diff] [blame] | 1927 | - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it |
Darren Tucker | 9243ef0 | 2013-03-07 20:06:13 +1100 | [diff] [blame] | 1928 | was removed in configure.ac rev 1.481 as it was redundant. |
Tim Rice | 2b6ea47 | 2013-03-07 07:37:13 -0800 | [diff] [blame] | 1929 | - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days |
| 1930 | ago. |
Damien Miller | e4f4347 | 2013-03-08 12:14:22 +1100 | [diff] [blame] | 1931 | - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a |
| 1932 | chance to complete on broken systems; ok dtucker@ |
Darren Tucker | b3cd503 | 2013-03-07 12:33:35 +1100 | [diff] [blame] | 1933 | |
Darren Tucker | 834a0d6 | 2013-03-06 14:06:48 +1100 | [diff] [blame] | 1934 | 20130306 |
| 1935 | - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding |
| 1936 | connection to start so that the test works on slower machines. |
Darren Tucker | ff008de | 2013-03-06 17:48:48 +1100 | [diff] [blame] | 1937 | - (dtucker) [configure.ac] test that we can set number of file descriptors |
| 1938 | to zero with setrlimit before enabling the rlimit sandbox. This affects |
| 1939 | (at least) HPUX 11.11. |
Darren Tucker | 834a0d6 | 2013-03-06 14:06:48 +1100 | [diff] [blame] | 1940 | |
Damien Miller | 43e5e60 | 2013-03-05 09:49:00 +1100 | [diff] [blame] | 1941 | 20130305 |
| 1942 | - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for |
| 1943 | HP/UX. Spotted by Kevin Brott |
Darren Tucker | 5f0e54c | 2013-03-05 19:57:39 +1100 | [diff] [blame] | 1944 | - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted by |
Darren Tucker | fef9f7c | 2013-03-05 20:02:24 +1100 | [diff] [blame] | 1945 | Amit Kulkarni and Kevin Brott. |
Darren Tucker | 29c7151 | 2013-03-05 21:50:09 +1100 | [diff] [blame] | 1946 | - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure |
| 1947 | build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin |
| 1948 | Brott. |
Tim Rice | ff8bda8 | 2013-03-05 14:23:58 -0800 | [diff] [blame] | 1949 | - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov. |
Damien Miller | 43e5e60 | 2013-03-05 09:49:00 +1100 | [diff] [blame] | 1950 | |
Damien Miller | c0cc7ce | 2013-02-27 10:48:18 +1100 | [diff] [blame] | 1951 | 20130227 |
| 1952 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 1953 | [contrib/suse/openssh.spec] Crank version numbers |
Tim Rice | a514bc0 | 2013-02-26 19:35:26 -0800 | [diff] [blame] | 1954 | - (tim) [regress/forward-control.sh] use sh in case login shell is csh. |
Tim Rice | f9e2060 | 2013-02-26 20:27:29 -0800 | [diff] [blame] | 1955 | - (tim) [regress/integrity.sh] shell portability fix. |
Tim Rice | ada7e17 | 2013-02-26 21:49:09 -0800 | [diff] [blame] | 1956 | - (tim) [regress/integrity.sh] keep old solaris awk from hanging. |
Tim Rice | 21f591b | 2013-02-26 22:48:31 -0800 | [diff] [blame] | 1957 | - (tim) [regress/krl.sh] keep old solaris awk from hanging. |
Damien Miller | c0cc7ce | 2013-02-27 10:48:18 +1100 | [diff] [blame] | 1958 | |
Damien Miller | 1e657d5 | 2013-02-26 18:58:06 +1100 | [diff] [blame] | 1959 | 20130226 |
| 1960 | - OpenBSD CVS Sync |
| 1961 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 |
| 1962 | [integrity.sh] |
| 1963 | Add an option to modpipe that warns if the modification offset it not |
| 1964 | reached in it's stream and turn it on for t-integrity. This should catch |
| 1965 | cases where the session is not fuzzed for being too short (cf. my last |
| 1966 | "oops" commit) |
Damien Miller | 6c21bb8 | 2013-02-26 19:41:30 +1100 | [diff] [blame] | 1967 | - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage |
| 1968 | for UsePAM=yes configuration |
Damien Miller | 1e657d5 | 2013-02-26 18:58:06 +1100 | [diff] [blame] | 1969 | |
Darren Tucker | 03978c6 | 2013-02-25 11:24:44 +1100 | [diff] [blame] | 1970 | 20130225 |
| 1971 | - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed |
| 1972 | to use Solaris native GSS libs. Patch from Pierre Ossman. |
| 1973 | |
Darren Tucker | a423fef | 2013-02-25 10:32:27 +1100 | [diff] [blame] | 1974 | 20130223 |
Damien Miller | b87f6b7 | 2013-02-23 09:12:23 +1100 | [diff] [blame] | 1975 | - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer |
| 1976 | bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu. |
| 1977 | ok tim |
| 1978 | |
Darren Tucker | a423fef | 2013-02-25 10:32:27 +1100 | [diff] [blame] | 1979 | 20130222 |
Darren Tucker | 964de18 | 2013-02-22 10:39:59 +1100 | [diff] [blame] | 1980 | - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to |
Darren Tucker | a2b5a4c | 2013-02-22 10:43:15 +1100 | [diff] [blame] | 1981 | ssh(1) since they're not needed. Patch from Pierre Ossman, ok djm. |
| 1982 | - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-named |
| 1983 | libgss too. Patch from Pierre Ossman, ok djm. |
Damien Miller | 91f40d8 | 2013-02-22 11:37:00 +1100 | [diff] [blame] | 1984 | - (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux |
| 1985 | seccomp-bpf sandbox on ARM. Patch from shawnlandden AT gmail.com; |
| 1986 | ok dtucker |
Darren Tucker | 964de18 | 2013-02-22 10:39:59 +1100 | [diff] [blame] | 1987 | |
Tim Rice | 0ec7423 | 2013-02-20 21:37:55 -0800 | [diff] [blame] | 1988 | 20130221 |
| 1989 | - (tim) [regress/forward-control.sh] shell portability fix. |
| 1990 | |
Tim Rice | c08b3ef | 2013-02-19 11:53:29 -0800 | [diff] [blame] | 1991 | 20130220 |
| 1992 | - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix. |
Tim Rice | c31db8c | 2013-02-19 19:01:51 -0800 | [diff] [blame] | 1993 | - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded |
| 1994 | err.h include from krl.c. Additional portability fixes for modpipe. OK djm |
Damien Miller | 283e575 | 2013-02-20 21:13:27 +1100 | [diff] [blame] | 1995 | - OpenBSD CVS Sync |
| 1996 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 |
| 1997 | [regress/integrity.sh regress/modpipe.c] |
| 1998 | Add an option to modpipe that warns if the modification offset it not |
| 1999 | reached in it's stream and turn it on for t-integrity. This should catch |
| 2000 | cases where the session is not fuzzed for being too short (cf. my last |
| 2001 | "oops" commit) |
Damien Miller | 5acc6be | 2013-02-20 21:16:07 +1100 | [diff] [blame] | 2002 | - djm@cvs.openbsd.org 2013/02/20 08:29:27 |
| 2003 | [regress/modpipe.c] |
| 2004 | s/Id/OpenBSD/ in RCS tag |
Tim Rice | c08b3ef | 2013-02-19 11:53:29 -0800 | [diff] [blame] | 2005 | |
Damien Miller | 0dc3bc9 | 2013-02-19 09:28:32 +1100 | [diff] [blame] | 2006 | 20130219 |
| 2007 | - OpenBSD CVS Sync |
| 2008 | - djm@cvs.openbsd.org 2013/02/18 22:26:47 |
| 2009 | [integrity.sh] |
| 2010 | crank the offset yet again; it was still fuzzing KEX one of Darren's |
| 2011 | portable test hosts at 2800 |
Damien Miller | b3764e1 | 2013-02-19 13:15:01 +1100 | [diff] [blame] | 2012 | - djm@cvs.openbsd.org 2013/02/19 02:14:09 |
| 2013 | [integrity.sh] |
| 2014 | oops, forgot to increase the output of the ssh command to ensure that |
| 2015 | we actually reach $offset |
Damien Miller | dae85cc | 2013-02-19 14:27:44 +1100 | [diff] [blame] | 2016 | - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations that |
| 2017 | lack support for SHA2. |
Tim Rice | c31db8c | 2013-02-19 19:01:51 -0800 | [diff] [blame] | 2018 | - (djm) [regress/modpipe.c] Add local err, and errx functions for platforms |
| 2019 | that do not have them. |
Damien Miller | 0dc3bc9 | 2013-02-19 09:28:32 +1100 | [diff] [blame] | 2020 | |
Damien Miller | 33d5256 | 2013-02-18 10:18:05 +1100 | [diff] [blame] | 2021 | 20130217 |
| 2022 | - OpenBSD CVS Sync |
| 2023 | - djm@cvs.openbsd.org 2013/02/17 23:16:55 |
| 2024 | [integrity.sh] |
| 2025 | make the ssh command generates some output to ensure that there are at |
| 2026 | least offset+tries bytes in the stream. |
| 2027 | |
Damien Miller | 5d7b956 | 2013-02-16 17:32:31 +1100 | [diff] [blame] | 2028 | 20130216 |
| 2029 | - OpenBSD CVS Sync |
| 2030 | - djm@cvs.openbsd.org 2013/02/16 06:08:45 |
| 2031 | [integrity.sh] |
| 2032 | make sure the fuzz offset is actually past the end of KEX for all KEX |
| 2033 | types. diffie-hellman-group-exchange-sha256 requires an offset around |
| 2034 | 2700. Noticed via test failures in portable OpenSSH on platforms that |
| 2035 | lack ECC and this the more byte-frugal ECDH KEX algorithms. |
| 2036 | |
Damien Miller | 91edc1c | 2013-02-15 10:23:44 +1100 | [diff] [blame] | 2037 | 20130215 |
| 2038 | - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from |
| 2039 | Iain Morgan |
Darren Tucker | 3c4a24c | 2013-02-15 11:41:35 +1100 | [diff] [blame] | 2040 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] |
| 2041 | Use getpgrp() if we don't have getpgid() (old BSDs, maybe others). |
Darren Tucker | 8e6fb78 | 2013-02-15 12:13:01 +1100 | [diff] [blame] | 2042 | - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c |
| 2043 | openbsd-compat/openbsd-compat.h] Add strtoull to compat library for |
| 2044 | platforms that don't have it. |
Darren Tucker | f32db83 | 2013-02-15 12:20:41 +1100 | [diff] [blame] | 2045 | - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul, |
| 2046 | group strto* function prototypes together. |
Darren Tucker | 2991d28 | 2013-02-15 14:55:38 +1100 | [diff] [blame] | 2047 | - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes |
| 2048 | an argument. Pointed out by djm. |
Damien Miller | 4018dc0 | 2013-02-15 10:28:55 +1100 | [diff] [blame] | 2049 | - (djm) OpenBSD CVS Sync |
| 2050 | - djm@cvs.openbsd.org 2013/02/14 21:35:59 |
| 2051 | [auth2-pubkey.c] |
| 2052 | Correct error message that had a typo and was logging the wrong thing; |
| 2053 | patch from Petr Lautrbach |
Damien Miller | 5ceddc3 | 2013-02-15 12:18:32 +1100 | [diff] [blame] | 2054 | - dtucker@cvs.openbsd.org 2013/02/15 00:21:01 |
| 2055 | [sshconnect2.c] |
| 2056 | Warn more loudly if an IdentityFile provided by the user cannot be read. |
| 2057 | bz #1981, ok djm@ |
Damien Miller | 91edc1c | 2013-02-15 10:23:44 +1100 | [diff] [blame] | 2058 | |
Damien Miller | 2653f5c | 2013-02-14 10:14:51 +1100 | [diff] [blame] | 2059 | 20130214 |
| 2060 | - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. |
Damien Miller | 6d77d6e | 2013-02-14 10:31:03 +1100 | [diff] [blame] | 2061 | - (djm) [regress/krl.sh] typo; found by Iain Morgan |
Damien Miller | 57f9218 | 2013-02-14 10:32:33 +1100 | [diff] [blame] | 2062 | - (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead |
| 2063 | of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by |
| 2064 | Iain Morgan |
Damien Miller | 2653f5c | 2013-02-14 10:14:51 +1100 | [diff] [blame] | 2065 | |
Damien Miller | ea07846 | 2013-02-12 10:54:37 +1100 | [diff] [blame] | 2066 | 20130212 |
| 2067 | - (djm) OpenBSD CVS Sync |
| 2068 | - djm@cvs.openbsd.org 2013/01/24 21:45:37 |
| 2069 | [krl.c] |
| 2070 | fix handling of (unused) KRL signatures; skip string in correct buffer |
Damien Miller | 6045f5d | 2013-02-12 10:54:54 +1100 | [diff] [blame] | 2071 | - djm@cvs.openbsd.org 2013/01/24 22:08:56 |
| 2072 | [krl.c] |
| 2073 | skip serial lookup when cert's serial number is zero |
Damien Miller | 377d9a4 | 2013-02-12 10:55:16 +1100 | [diff] [blame] | 2074 | - krw@cvs.openbsd.org 2013/01/25 05:00:27 |
| 2075 | [krl.c] |
| 2076 | Revert last. Breaks due to likely typo. Let djm@ fix later. |
| 2077 | ok djm@ via dlg@ |
Damien Miller | 60565bc | 2013-02-12 10:56:42 +1100 | [diff] [blame] | 2078 | - djm@cvs.openbsd.org 2013/01/25 10:22:19 |
| 2079 | [krl.c] |
| 2080 | redo last commit without the vi-vomit that snuck in: |
| 2081 | skip serial lookup when cert's serial number is zero |
| 2082 | (now with 100% better comment) |
Damien Miller | f0a8ded | 2013-02-12 11:00:34 +1100 | [diff] [blame] | 2083 | - djm@cvs.openbsd.org 2013/01/26 06:11:05 |
| 2084 | [Makefile.in acss.c acss.h cipher-acss.c cipher.c] |
| 2085 | [openbsd-compat/openssl-compat.h] |
| 2086 | remove ACSS, now that it is gone from libcrypto too |
Damien Miller | 0cd2f8e | 2013-02-12 11:01:39 +1100 | [diff] [blame] | 2087 | - djm@cvs.openbsd.org 2013/01/27 10:06:12 |
| 2088 | [krl.c] |
| 2089 | actually use the xrealloc() return value; spotted by xi.wang AT gmail.com |
Damien Miller | 1f583df | 2013-02-12 11:02:08 +1100 | [diff] [blame] | 2090 | - dtucker@cvs.openbsd.org 2013/02/06 00:20:42 |
| 2091 | [servconf.c sshd_config sshd_config.5] |
| 2092 | Change default of MaxStartups to 10:30:100 to start doing random early |
| 2093 | drop at 10 connections up to 100 connections. This will make it harder |
| 2094 | to DoS as CPUs have come a long way since the original value was set |
| 2095 | back in 2000. Prompted by nion at debian org, ok markus@ |
Damien Miller | 18de913 | 2013-02-12 11:02:27 +1100 | [diff] [blame] | 2096 | - dtucker@cvs.openbsd.org 2013/02/06 00:22:21 |
| 2097 | [auth.c] |
| 2098 | Fix comment, from jfree.e1 at gmail |
Damien Miller | d6d9fa0 | 2013-02-12 11:02:46 +1100 | [diff] [blame] | 2099 | - djm@cvs.openbsd.org 2013/02/08 00:41:12 |
| 2100 | [sftp.c] |
| 2101 | fix NULL deref when built without libedit and control characters |
| 2102 | entered as command; debugging and patch from Iain Morgan an |
| 2103 | Loganaden Velvindron in bz#1956 |
Damien Miller | fd05154 | 2013-02-12 11:03:10 +1100 | [diff] [blame] | 2104 | - markus@cvs.openbsd.org 2013/02/10 21:19:34 |
| 2105 | [version.h] |
| 2106 | openssh 6.2 |
Damien Miller | 78d2271 | 2013-02-12 11:03:36 +1100 | [diff] [blame] | 2107 | - djm@cvs.openbsd.org 2013/02/10 23:32:10 |
| 2108 | [ssh-keygen.c] |
| 2109 | append to moduli file when screening candidates rather than overwriting. |
| 2110 | allows resumption of interrupted screen; patch from Christophe Garault |
| 2111 | in bz#1957; ok dtucker@ |
Damien Miller | 894926e | 2013-02-12 11:03:58 +1100 | [diff] [blame] | 2112 | - djm@cvs.openbsd.org 2013/02/10 23:35:24 |
| 2113 | [packet.c] |
| 2114 | record "Received disconnect" messages at ERROR rather than INFO priority, |
| 2115 | since they are abnormal and result in a non-zero ssh exit status; patch |
| 2116 | from Iain Morgan in bz#2057; ok dtucker@ |
Damien Miller | 22e8a1e | 2013-02-12 11:04:48 +1100 | [diff] [blame] | 2117 | - dtucker@cvs.openbsd.org 2013/02/11 21:21:58 |
| 2118 | [sshd.c] |
| 2119 | Add openssl version to debug output similar to the client. ok markus@ |
Damien Miller | 58e2c5b | 2013-02-12 11:16:57 +1100 | [diff] [blame] | 2120 | - djm@cvs.openbsd.org 2013/02/11 23:58:51 |
| 2121 | [regress/try-ciphers.sh] |
| 2122 | remove acss here too |
Damien Miller | 2f20de5 | 2013-02-12 11:31:38 +1100 | [diff] [blame] | 2123 | - (djm) [regress/try-ciphers.sh] clean up CVS merge botch |
Damien Miller | ea07846 | 2013-02-12 10:54:37 +1100 | [diff] [blame] | 2124 | |
Damien Miller | b6f73b3 | 2013-02-11 10:39:12 +1100 | [diff] [blame] | 2125 | 20130211 |
| 2126 | - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old |
| 2127 | libcrypto that lacks EVP_CIPHER_CTX_ctrl |
| 2128 | |
Damien Miller | e7f50e1 | 2013-02-08 10:49:37 +1100 | [diff] [blame] | 2129 | 20130208 |
| 2130 | - (djm) [contrib/redhat/sshd.init] treat RETVAL as an integer; |
| 2131 | patch from Iain Morgan in bz#2059 |
Darren Tucker | 951b53b | 2013-02-08 11:50:09 +1100 | [diff] [blame] | 2132 | - (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allows |
| 2133 | __attribute__ on return values and work around if necessary. ok djm@ |
Damien Miller | e7f50e1 | 2013-02-08 10:49:37 +1100 | [diff] [blame] | 2134 | |
| 2135 | 20130207 |
Damien Miller | 5c3bbd7 | 2013-02-07 10:11:05 +1100 | [diff] [blame] | 2136 | - (djm) [configure.ac] Don't probe seccomp capability of running kernel |
| 2137 | at configure time; the seccomp sandbox will fall back to rlimit at |
| 2138 | runtime anyway. Patch from plautrba AT redhat.com in bz#2011 |
| 2139 | |
Damien Miller | da5cc5d | 2013-01-20 22:31:29 +1100 | [diff] [blame] | 2140 | 20130120 |
| 2141 | - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h] |
| 2142 | Move prototypes for replacement ciphers to openssl-compat.h; fix EVP |
| 2143 | prototypes for openssl-1.0.0-fips. |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 2144 | - (djm) OpenBSD CVS Sync |
| 2145 | - jmc@cvs.openbsd.org 2013/01/18 07:57:47 |
| 2146 | [ssh-keygen.1] |
| 2147 | tweak previous; |
Damien Miller | 3d6d68b | 2013-01-20 22:33:23 +1100 | [diff] [blame] | 2148 | - jmc@cvs.openbsd.org 2013/01/18 07:59:46 |
| 2149 | [ssh-keygen.c] |
| 2150 | -u before -V in usage(); |
Damien Miller | 72abeb7 | 2013-01-20 22:33:44 +1100 | [diff] [blame] | 2151 | - jmc@cvs.openbsd.org 2013/01/18 08:00:49 |
| 2152 | [sshd_config.5] |
| 2153 | tweak previous; |
Damien Miller | 072fdcd | 2013-01-20 22:34:04 +1100 | [diff] [blame] | 2154 | - jmc@cvs.openbsd.org 2013/01/18 08:39:04 |
| 2155 | [ssh-keygen.1] |
| 2156 | add -Q to the options list; ok djm |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 2157 | - jmc@cvs.openbsd.org 2013/01/18 21:48:43 |
| 2158 | [ssh-keygen.1] |
| 2159 | command-line (adj.) -> command line (n.); |
Damien Miller | a0a7ee8 | 2013-01-20 22:35:06 +1100 | [diff] [blame] | 2160 | - jmc@cvs.openbsd.org 2013/01/19 07:13:25 |
| 2161 | [ssh-keygen.1] |
| 2162 | fix some formatting; ok djm |
Damien Miller | a7522d9 | 2013-01-20 22:35:31 +1100 | [diff] [blame] | 2163 | - markus@cvs.openbsd.org 2013/01/19 12:34:55 |
| 2164 | [krl.c] |
| 2165 | RB_INSERT does not remove existing elments; ok djm@ |
Damien Miller | d60b210 | 2013-01-20 22:49:58 +1100 | [diff] [blame] | 2166 | - (djm) [openbsd-compat/sys-tree.h] Sync with OpenBSD. krl.c needs newer |
| 2167 | version. |
Damien Miller | dc75d1f | 2013-01-20 22:58:51 +1100 | [diff] [blame] | 2168 | - (djm) [regress/krl.sh] replacement for jot; most platforms lack it |
Damien Miller | da5cc5d | 2013-01-20 22:31:29 +1100 | [diff] [blame] | 2169 | |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 2170 | 20130118 |
| 2171 | - (djm) OpenBSD CVS Sync |
| 2172 | - djm@cvs.openbsd.org 2013/01/17 23:00:01 |
| 2173 | [auth.c key.c key.h ssh-keygen.1 ssh-keygen.c sshd_config.5] |
| 2174 | [krl.c krl.h PROTOCOL.krl] |
| 2175 | add support for Key Revocation Lists (KRLs). These are a compact way to |
| 2176 | represent lists of revoked keys and certificates, taking as little as |
| 2177 | a single bit of incremental cost to revoke a certificate by serial number. |
| 2178 | KRLs are loaded via the existing RevokedKeys sshd_config option. |
| 2179 | feedback and ok markus@ |
Damien Miller | ebafebd | 2013-01-18 11:51:56 +1100 | [diff] [blame] | 2180 | - djm@cvs.openbsd.org 2013/01/18 00:45:29 |
| 2181 | [regress/Makefile regress/cert-userkey.sh regress/krl.sh] |
| 2182 | Tests for Key Revocation Lists (KRLs) |
Damien Miller | 13f5f76 | 2013-01-18 15:32:03 +1100 | [diff] [blame] | 2183 | - djm@cvs.openbsd.org 2013/01/18 03:00:32 |
| 2184 | [krl.c] |
| 2185 | fix KRL generation bug for list sections |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 2186 | |
Damien Miller | b26699b | 2013-01-17 14:31:57 +1100 | [diff] [blame] | 2187 | 20130117 |
| 2188 | - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] |
| 2189 | check for GCM support before testing GCM ciphers. |
| 2190 | |
Damien Miller | c20eb8b | 2013-01-12 22:41:26 +1100 | [diff] [blame] | 2191 | 20130112 |
| 2192 | - (djm) OpenBSD CVS Sync |
| 2193 | - djm@cvs.openbsd.org 2013/01/12 11:22:04 |
| 2194 | [cipher.c] |
| 2195 | improve error message for integrity failure in AES-GCM modes; ok markus@ |
Damien Miller | 846dc7f | 2013-01-12 22:46:26 +1100 | [diff] [blame] | 2196 | - djm@cvs.openbsd.org 2013/01/12 11:23:53 |
| 2197 | [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] |
| 2198 | test AES-GCM modes; feedback markus@ |
Damien Miller | efa1c95 | 2013-01-12 23:10:47 +1100 | [diff] [blame] | 2199 | - (djm) [regress/integrity.sh] repair botched merge |
Damien Miller | c20eb8b | 2013-01-12 22:41:26 +1100 | [diff] [blame] | 2200 | |
Damien Miller | 4e14a58 | 2013-01-09 15:54:48 +1100 | [diff] [blame] | 2201 | 20130109 |
| 2202 | - (djm) OpenBSD CVS Sync |
| 2203 | - dtucker@cvs.openbsd.org 2012/12/14 05:26:43 |
| 2204 | [auth.c] |
| 2205 | use correct string in error message; from rustybsd at gmx.fr |
Damien Miller | 73298f4 | 2013-01-09 15:55:50 +1100 | [diff] [blame] | 2206 | - djm@cvs.openbsd.org 2013/01/02 00:32:07 |
| 2207 | [clientloop.c mux.c] |
| 2208 | channel_setup_local_fwd_listener() returns 0 on failure, not -ve |
| 2209 | bz#2055 reported by mathieu.lacage AT gmail.com |
Damien Miller | 697485d | 2013-01-09 15:56:13 +1100 | [diff] [blame] | 2210 | - djm@cvs.openbsd.org 2013/01/02 00:33:49 |
| 2211 | [PROTOCOL.agent] |
| 2212 | correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED |
| 2213 | bz#2051 from david AT lechnology.com |
Damien Miller | 4413844 | 2013-01-09 15:56:45 +1100 | [diff] [blame] | 2214 | - djm@cvs.openbsd.org 2013/01/03 05:49:36 |
| 2215 | [servconf.h] |
| 2216 | add a couple of ServerOptions members that should be copied to the privsep |
| 2217 | child (for consistency, in this case they happen only to be accessed in |
| 2218 | the monitor); ok dtucker@ |
Damien Miller | 3739c8f | 2013-01-09 15:57:16 +1100 | [diff] [blame] | 2219 | - djm@cvs.openbsd.org 2013/01/03 12:49:01 |
| 2220 | [PROTOCOL] |
| 2221 | fix description of MAC calculation for EtM modes; ok markus@ |
Damien Miller | 502ab0e | 2013-01-09 15:57:36 +1100 | [diff] [blame] | 2222 | - djm@cvs.openbsd.org 2013/01/03 12:54:49 |
| 2223 | [sftp-server.8 sftp-server.c] |
| 2224 | allow specification of an alternate start directory for sftp-server(8) |
| 2225 | "I like this" markus@ |
Damien Miller | ec77c95 | 2013-01-09 15:58:00 +1100 | [diff] [blame] | 2226 | - djm@cvs.openbsd.org 2013/01/03 23:22:58 |
| 2227 | [ssh-keygen.c] |
| 2228 | allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ... |
| 2229 | ok markus@ |
Damien Miller | aa7ad30 | 2013-01-09 15:58:21 +1100 | [diff] [blame] | 2230 | - jmc@cvs.openbsd.org 2013/01/04 19:26:38 |
| 2231 | [sftp-server.8 sftp-server.c] |
| 2232 | sftp-server.8: add argument name to -d |
| 2233 | sftp-server.c: add -d to usage() |
| 2234 | ok djm |
Damien Miller | 1d75abf | 2013-01-09 16:12:19 +1100 | [diff] [blame] | 2235 | - markus@cvs.openbsd.org 2013/01/08 18:49:04 |
| 2236 | [PROTOCOL authfile.c cipher.c cipher.h kex.c kex.h monitor_wrap.c] |
| 2237 | [myproposal.h packet.c ssh_config.5 sshd_config.5] |
| 2238 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) |
| 2239 | ok and feedback djm@ |
Damien Miller | 1422c08 | 2013-01-09 16:44:54 +1100 | [diff] [blame] | 2240 | - djm@cvs.openbsd.org 2013/01/09 05:40:17 |
| 2241 | [ssh-keygen.c] |
| 2242 | correctly initialise fingerprint type for fingerprinting PKCS#11 keys |
Damien Miller | d522c68 | 2013-01-09 16:42:47 +1100 | [diff] [blame] | 2243 | - (djm) [cipher.c configure.ac openbsd-compat/openssl-compat.h] |
| 2244 | Fix merge botch, automatically detect AES-GCM in OpenSSL, move a little |
| 2245 | cipher compat code to openssl-compat.h |
Damien Miller | 4e14a58 | 2013-01-09 15:54:48 +1100 | [diff] [blame] | 2246 | |
Darren Tucker | 0fc7729 | 2012-12-17 15:59:42 +1100 | [diff] [blame] | 2247 | 20121217 |
| 2248 | - (dtucker) [Makefile.in] Add some scaffolding so that the new regress |
| 2249 | tests will work with VPATH directories. |
| 2250 | |
Damien Miller | 8c05da3 | 2012-12-13 07:18:59 +1100 | [diff] [blame] | 2251 | 20121213 |
| 2252 | - (djm) OpenBSD CVS Sync |
| 2253 | - markus@cvs.openbsd.org 2012/12/12 16:45:52 |
| 2254 | [packet.c] |
| 2255 | reset incoming_packet buffer for each new packet in EtM-case, too; |
| 2256 | this happens if packets are parsed only parially (e.g. ignore |
| 2257 | messages sent when su/sudo turn off echo); noted by sthen/millert |
Damien Miller | 25a02b0 | 2012-12-13 08:18:56 +1100 | [diff] [blame] | 2258 | - naddy@cvs.openbsd.org 2012/12/12 16:46:10 |
| 2259 | [cipher.c] |
| 2260 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled |
| 2261 | counter mode code; ok djm@ |
| 2262 | - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our |
| 2263 | compat code for older OpenSSL |
Damien Miller | 13cbff1 | 2012-12-13 08:25:07 +1100 | [diff] [blame] | 2264 | - (djm) [cipher.c] Fix missing prototype for compat code |
Damien Miller | 8c05da3 | 2012-12-13 07:18:59 +1100 | [diff] [blame] | 2265 | |
Damien Miller | 6a1937e | 2012-12-12 10:44:38 +1100 | [diff] [blame] | 2266 | 20121212 |
| 2267 | - (djm) OpenBSD CVS Sync |
| 2268 | - markus@cvs.openbsd.org 2012/12/11 22:16:21 |
| 2269 | [monitor.c] |
| 2270 | drain the log messages after receiving the keystate from the unpriv |
| 2271 | child. otherwise it might block while sending. ok djm@ |
Damien Miller | af43a7a | 2012-12-12 10:46:31 +1100 | [diff] [blame] | 2272 | - markus@cvs.openbsd.org 2012/12/11 22:31:18 |
| 2273 | [PROTOCOL authfile.c cipher.c cipher.h kex.h mac.c myproposal.h] |
| 2274 | [packet.c ssh_config.5 sshd_config.5] |
| 2275 | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms |
| 2276 | that change the packet format and compute the MAC over the encrypted |
| 2277 | message (including the packet size) instead of the plaintext data; |
| 2278 | these EtM modes are considered more secure and used by default. |
| 2279 | feedback and ok djm@ |
Damien Miller | 74f13bd | 2012-12-12 10:46:53 +1100 | [diff] [blame] | 2280 | - sthen@cvs.openbsd.org 2012/12/11 22:51:45 |
| 2281 | [mac.c] |
| 2282 | fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@ |
Damien Miller | 1a45b63 | 2012-12-12 10:52:07 +1100 | [diff] [blame] | 2283 | - markus@cvs.openbsd.org 2012/12/11 22:32:56 |
| 2284 | [regress/try-ciphers.sh] |
| 2285 | add etm modes |
Damien Miller | 1fb593a | 2012-12-12 10:54:37 +1100 | [diff] [blame] | 2286 | - markus@cvs.openbsd.org 2012/12/11 22:42:11 |
| 2287 | [regress/Makefile regress/modpipe.c regress/integrity.sh] |
| 2288 | test the integrity of the packets; with djm@ |
Damien Miller | ec7ce9a | 2012-12-12 10:55:32 +1100 | [diff] [blame] | 2289 | - markus@cvs.openbsd.org 2012/12/11 23:12:13 |
| 2290 | [try-ciphers.sh] |
| 2291 | add hmac-ripemd160-etm@openssh.com |
Damien Miller | 37834af | 2012-12-12 11:00:37 +1100 | [diff] [blame] | 2292 | - (djm) [mac.c] fix merge botch |
Damien Miller | 37461d7 | 2012-12-12 12:37:32 +1100 | [diff] [blame] | 2293 | - (djm) [regress/Makefile regress/integrity.sh] Make the integrity.sh test |
| 2294 | work on platforms without 'jot' |
| 2295 | - (djm) [regress/integrity.sh] Fix awk quoting, packet length skip |
Damien Miller | faabeb6 | 2012-12-12 12:51:54 +1100 | [diff] [blame] | 2296 | - (djm) [regress/Makefile] fix t-exec rule |
Damien Miller | 6a1937e | 2012-12-12 10:44:38 +1100 | [diff] [blame] | 2297 | |
Darren Tucker | 3dfb877 | 2012-12-07 13:03:10 +1100 | [diff] [blame] | 2298 | 20121207 |
| 2299 | - (dtucker) OpenBSD CVS Sync |
| 2300 | - dtucker@cvs.openbsd.org 2012/12/06 06:06:54 |
| 2301 | [regress/keys-command.sh] |
| 2302 | Fix some problems with the keys-command test: |
| 2303 | - use string comparison rather than numeric comparison |
| 2304 | - check for existing KEY_COMMAND file and don't clobber if it exists |
| 2305 | - clean up KEY_COMMAND file if we do create it. |
| 2306 | - check that KEY_COMMAND is executable (which it won't be if eg /var/run |
| 2307 | is mounted noexec). |
| 2308 | ok djm. |
Darren Tucker | f9333d5 | 2012-12-07 13:06:13 +1100 | [diff] [blame] | 2309 | - jmc@cvs.openbsd.org 2012/12/03 08:33:03 |
| 2310 | [ssh-add.1 sshd_config.5] |
| 2311 | tweak previous; |
Darren Tucker | 8a96522 | 2012-12-07 13:07:02 +1100 | [diff] [blame] | 2312 | - markus@cvs.openbsd.org 2012/12/05 15:42:52 |
| 2313 | [ssh-add.c] |
| 2314 | prevent double-free of comment; ok djm@ |
Darren Tucker | 3e1027c | 2012-12-07 13:07:46 +1100 | [diff] [blame] | 2315 | - dtucker@cvs.openbsd.org 2012/12/07 01:51:35 |
| 2316 | [serverloop.c] |
| 2317 | Cast signal to int for logging. A no-op on openbsd (they're always ints) |
| 2318 | but will prevent warnings in portable. ok djm@ |
Darren Tucker | 3dfb877 | 2012-12-07 13:03:10 +1100 | [diff] [blame] | 2319 | |
Tim Rice | 96ce9a1 | 2012-12-04 07:50:03 -0800 | [diff] [blame] | 2320 | 20121205 |
| 2321 | - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. |
| 2322 | |
Damien Miller | cf6ef13 | 2012-12-03 09:37:56 +1100 | [diff] [blame] | 2323 | 20121203 |
| 2324 | - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD to get |
| 2325 | TAILQ_FOREACH_SAFE needed for upcoming changes. |
Damien Miller | cb6b68b | 2012-12-03 09:49:52 +1100 | [diff] [blame] | 2326 | - (djm) OpenBSD CVS Sync |
| 2327 | - djm@cvs.openbsd.org 2012/12/02 20:26:11 |
| 2328 | [ssh_config.5 sshconnect2.c] |
| 2329 | Make IdentitiesOnly apply to keys obtained from a PKCS11Provider. |
| 2330 | This allows control of which keys are offered from tokens using |
| 2331 | IdentityFile. ok markus@ |
Damien Miller | 33a8136 | 2012-12-03 09:50:24 +1100 | [diff] [blame] | 2332 | - djm@cvs.openbsd.org 2012/12/02 20:42:15 |
| 2333 | [ssh-add.1 ssh-add.c] |
| 2334 | make deleting explicit keys "ssh-add -d" symmetric with adding keys - |
| 2335 | try to delete the corresponding certificate too and respect the -k option |
| 2336 | to allow deleting of the key only; feedback and ok markus@ |
Damien Miller | aa5b3f8 | 2012-12-03 09:50:54 +1100 | [diff] [blame] | 2337 | - djm@cvs.openbsd.org 2012/12/02 20:46:11 |
| 2338 | [auth-options.c channels.c servconf.c servconf.h serverloop.c session.c] |
| 2339 | [sshd_config.5] |
| 2340 | make AllowTcpForwarding accept "local" and "remote" in addition to its |
| 2341 | current "yes"/"no" to allow the server to specify whether just local or |
| 2342 | remote TCP forwarding is enabled. ok markus@ |
Damien Miller | fa51d8b | 2012-12-03 10:08:25 +1100 | [diff] [blame] | 2343 | - dtucker@cvs.openbsd.org 2012/10/05 02:20:48 |
| 2344 | [regress/cipher-speed.sh regress/try-ciphers.sh] |
| 2345 | Add umac-128@openssh.com to the list of MACs to be tested |
Damien Miller | 6618e92 | 2012-12-03 10:09:04 +1100 | [diff] [blame] | 2346 | - djm@cvs.openbsd.org 2012/10/19 05:10:42 |
| 2347 | [regress/cert-userkey.sh] |
| 2348 | include a serial number when generating certs |
Damien Miller | 771c43c | 2012-12-03 10:12:13 +1100 | [diff] [blame] | 2349 | - djm@cvs.openbsd.org 2012/11/22 22:49:30 |
| 2350 | [regress/Makefile regress/keys-command.sh] |
| 2351 | regress for AuthorizedKeysCommand; hints from markus@ |
Damien Miller | 999bd2d | 2012-12-03 10:13:39 +1100 | [diff] [blame] | 2352 | - djm@cvs.openbsd.org 2012/12/02 20:47:48 |
| 2353 | [Makefile regress/forward-control.sh] |
| 2354 | regress for AllowTcpForwarding local/remote; ok markus@ |
Damien Miller | 55aca02 | 2012-12-03 11:25:30 +1100 | [diff] [blame] | 2355 | - djm@cvs.openbsd.org 2012/12/03 00:14:06 |
| 2356 | [auth2-chall.c ssh-keygen.c] |
| 2357 | Fix compilation with -Wall -Werror (trivial type fixes) |
Damien Miller | 03af12e | 2012-12-03 11:55:53 +1100 | [diff] [blame] | 2358 | - (djm) [configure.ac] Turn on -g for gcc compilers. Helps pre-installation |
| 2359 | debugging. ok dtucker@ |
Damien Miller | 8b48982 | 2012-12-03 12:35:55 +1100 | [diff] [blame] | 2360 | - (djm) [configure.ac] Revert previous. configure.ac already does this |
| 2361 | for us. |
Damien Miller | cf6ef13 | 2012-12-03 09:37:56 +1100 | [diff] [blame] | 2362 | |
Damien Miller | 1e85469 | 2012-11-14 19:04:02 +1100 | [diff] [blame] | 2363 | 20121114 |
| 2364 | - (djm) OpenBSD CVS Sync |
| 2365 | - djm@cvs.openbsd.org 2012/11/14 02:24:27 |
| 2366 | [auth2-pubkey.c] |
| 2367 | fix username passed to helper program |
| 2368 | prepare stdio fds before closefrom() |
| 2369 | spotted by landry@ |
Damien Miller | 6f3b362 | 2012-11-14 19:04:33 +1100 | [diff] [blame] | 2370 | - djm@cvs.openbsd.org 2012/11/14 02:32:15 |
| 2371 | [ssh-keygen.c] |
| 2372 | allow the full range of unsigned serial numbers; 'fine' deraadt@ |
Damien Miller | 15b05cf | 2012-12-03 09:53:20 +1100 | [diff] [blame] | 2373 | - djm@cvs.openbsd.org 2012/12/02 20:34:10 |
| 2374 | [auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-jpake.c auth2.c] |
| 2375 | [monitor.c monitor.h] |
| 2376 | Fixes logging of partial authentication when privsep is enabled |
| 2377 | Previously, we recorded "Failed xxx" since we reset authenticated before |
| 2378 | calling auth_log() in auth2.c. This adds an explcit "Partial" state. |
| 2379 | |
| 2380 | Add a "submethod" to auth_log() to report which submethod is used |
| 2381 | for keyboard-interactive. |
| 2382 | |
| 2383 | Fix multiple authentication when one of the methods is |
| 2384 | keyboard-interactive. |
| 2385 | |
| 2386 | ok markus@ |
Damien Miller | d27a026 | 2012-12-03 10:06:37 +1100 | [diff] [blame] | 2387 | - dtucker@cvs.openbsd.org 2012/10/05 02:05:30 |
| 2388 | [regress/multiplex.sh] |
| 2389 | Use 'kill -0' to test for the presence of a pid since it's more portable |
Damien Miller | 1e85469 | 2012-11-14 19:04:02 +1100 | [diff] [blame] | 2390 | |
Damien Miller | d5c3d4c | 2012-11-07 08:35:38 +1100 | [diff] [blame] | 2391 | 20121107 |
| 2392 | - (djm) OpenBSD CVS Sync |
| 2393 | - eric@cvs.openbsd.org 2011/11/28 08:46:27 |
| 2394 | [moduli.5] |
| 2395 | fix formula |
| 2396 | ok djm@ |
Damien Miller | 0120c41 | 2012-11-07 08:36:00 +1100 | [diff] [blame] | 2397 | - jmc@cvs.openbsd.org 2012/09/26 17:34:38 |
| 2398 | [moduli.5] |
| 2399 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |
| 2400 | references into a STANDARDS section; |
Damien Miller | d5c3d4c | 2012-11-07 08:35:38 +1100 | [diff] [blame] | 2401 | |
Darren Tucker | f96ff18 | 2012-11-05 17:04:37 +1100 | [diff] [blame] | 2402 | 20121105 |
| 2403 | - (dtucker) [uidswap.c openbsd-compat/Makefile.in |
| 2404 | openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h |
| 2405 | openbsd-compat/openbsd-compat.h] Move the fallback code for setting uids |
| 2406 | and gids from uidswap.c to the compat library, which allows it to work with |
| 2407 | the new setresuid calls in auth2-pubkey. with tim@, ok djm@ |
Darren Tucker | 737f7af | 2012-11-05 17:07:43 +1100 | [diff] [blame] | 2408 | - (dtucker) [auth2-pubkey.c] wrap paths.h in an ifdef for platforms that |
| 2409 | don't have it. Spotted by tim@. |
Darren Tucker | f96ff18 | 2012-11-05 17:04:37 +1100 | [diff] [blame] | 2410 | |
Damien Miller | f33580e | 2012-11-04 22:22:52 +1100 | [diff] [blame] | 2411 | 20121104 |
| 2412 | - (djm) OpenBSD CVS Sync |
| 2413 | - jmc@cvs.openbsd.org 2012/10/31 08:04:50 |
| 2414 | [sshd_config.5] |
| 2415 | tweak previous; |
Damien Miller | d0d1099 | 2012-11-04 22:23:14 +1100 | [diff] [blame] | 2416 | - djm@cvs.openbsd.org 2012/11/04 10:38:43 |
| 2417 | [auth2-pubkey.c sshd.c sshd_config.5] |
| 2418 | Remove default of AuthorizedCommandUser. Administrators are now expected |
| 2419 | to explicitly specify a user. feedback and ok markus@ |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 2420 | - djm@cvs.openbsd.org 2012/11/04 11:09:15 |
| 2421 | [auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c] |
| 2422 | [sshd_config.5] |
| 2423 | Support multiple required authentication via an AuthenticationMethods |
| 2424 | option. This option lists one or more comma-separated lists of |
| 2425 | authentication method names. Successful completion of all the methods in |
| 2426 | any list is required for authentication to complete; |
| 2427 | feedback and ok markus@ |
Damien Miller | f33580e | 2012-11-04 22:22:52 +1100 | [diff] [blame] | 2428 | |
Damien Miller | 07daed5 | 2012-10-31 08:57:55 +1100 | [diff] [blame] | 2429 | 20121030 |
| 2430 | - (djm) OpenBSD CVS Sync |
| 2431 | - markus@cvs.openbsd.org 2012/10/05 12:34:39 |
| 2432 | [sftp.c] |
| 2433 | fix signed vs unsigned warning; feedback & ok: djm@ |
Damien Miller | 09d3e12 | 2012-10-31 08:58:58 +1100 | [diff] [blame] | 2434 | - djm@cvs.openbsd.org 2012/10/30 21:29:55 |
| 2435 | [auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h] |
| 2436 | [sshd.c sshd_config sshd_config.5] |
| 2437 | new sshd_config option AuthorizedKeysCommand to support fetching |
| 2438 | authorized_keys from a command in addition to (or instead of) from |
| 2439 | the filesystem. The command is run as the target server user unless |
| 2440 | another specified via a new AuthorizedKeysCommandUser option. |
| 2441 | |
| 2442 | patch originally by jchadima AT redhat.com, reworked by me; feedback |
| 2443 | and ok markus@ |
Damien Miller | 07daed5 | 2012-10-31 08:57:55 +1100 | [diff] [blame] | 2444 | |
Tim Rice | c0e5cbe | 2012-10-18 21:38:58 -0700 | [diff] [blame] | 2445 | 20121019 |
| 2446 | - (tim) [buildpkg.sh.in] Double up on some backslashes so they end up in |
| 2447 | the generated file as intended. |
| 2448 | |
Darren Tucker | 0af2405 | 2012-10-05 10:41:25 +1000 | [diff] [blame] | 2449 | 20121005 |
| 2450 | - (dtucker) OpenBSD CVS Sync |
| 2451 | - djm@cvs.openbsd.org 2012/09/17 09:54:44 |
| 2452 | [sftp.c] |
| 2453 | an XXX for later |
Darren Tucker | 302889a | 2012-10-05 10:42:53 +1000 | [diff] [blame] | 2454 | - markus@cvs.openbsd.org 2012/09/17 13:04:11 |
| 2455 | [packet.c] |
| 2456 | clear old keys on rekeing; ok djm |
Darren Tucker | 063018d | 2012-10-05 10:43:58 +1000 | [diff] [blame] | 2457 | - dtucker@cvs.openbsd.org 2012/09/18 10:36:12 |
| 2458 | [sftp.c] |
| 2459 | Add bounds check on sftp tab-completion. Part of a patch from from |
| 2460 | Jean-Marc Robert via tech@, ok djm |
Darren Tucker | 191fcc6 | 2012-10-05 10:45:01 +1000 | [diff] [blame] | 2461 | - dtucker@cvs.openbsd.org 2012/09/21 10:53:07 |
| 2462 | [sftp.c] |
| 2463 | Fix improper handling of absolute paths when PWD is part of the completed |
| 2464 | path. Patch from Jean-Marc Robert via tech@, ok djm. |
Darren Tucker | 17146d3 | 2012-10-05 10:46:16 +1000 | [diff] [blame] | 2465 | - dtucker@cvs.openbsd.org 2012/09/21 10:55:04 |
| 2466 | [sftp.c] |
| 2467 | Fix handling of filenames containing escaped globbing characters and |
| 2468 | escape "#" and "*". Patch from Jean-Marc Robert via tech@, ok djm. |
Darren Tucker | 628a3fd | 2012-10-05 10:50:15 +1000 | [diff] [blame] | 2469 | - jmc@cvs.openbsd.org 2012/09/26 16:12:13 |
| 2470 | [ssh.1] |
| 2471 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |
| 2472 | references into a STANDARDS section; |
Darren Tucker | 3a7c041 | 2012-10-05 10:51:59 +1000 | [diff] [blame] | 2473 | - naddy@cvs.openbsd.org 2012/10/01 13:59:51 |
| 2474 | [monitor_wrap.c] |
| 2475 | pasto; ok djm@ |
Darren Tucker | 0dc283b | 2012-10-05 10:52:51 +1000 | [diff] [blame] | 2476 | - djm@cvs.openbsd.org 2012/10/02 07:07:45 |
| 2477 | [ssh-keygen.c] |
| 2478 | fix -z option, broken in revision 1.215 |
Darren Tucker | 427e409 | 2012-10-05 11:02:39 +1000 | [diff] [blame] | 2479 | - markus@cvs.openbsd.org 2012/10/04 13:21:50 |
| 2480 | [myproposal.h ssh_config.5 umac.h sshd_config.5 ssh.1 sshd.8 mac.c] |
| 2481 | add umac128 variant; ok djm@ at n2k12 |
Darren Tucker | 189e5ba | 2012-10-05 11:41:52 +1000 | [diff] [blame] | 2482 | - dtucker@cvs.openbsd.org 2012/09/06 04:11:07 |
| 2483 | [regress/try-ciphers.sh] |
| 2484 | Restore missing space. (Id sync only). |
Darren Tucker | 6fc5aa8 | 2012-10-05 11:43:57 +1000 | [diff] [blame] | 2485 | - dtucker@cvs.openbsd.org 2012/09/09 11:51:25 |
| 2486 | [regress/multiplex.sh] |
| 2487 | Add test for ssh -Ostop |
Darren Tucker | 9b2c036 | 2012-10-05 11:45:39 +1000 | [diff] [blame] | 2488 | - dtucker@cvs.openbsd.org 2012/09/10 00:49:21 |
| 2489 | [regress/multiplex.sh] |
| 2490 | Log -O cmd output to the log file and make logging consistent with the |
| 2491 | other tests. Test clean shutdown of an existing channel when testing |
| 2492 | "stop". |
Darren Tucker | ee4ad77 | 2012-10-05 12:04:10 +1000 | [diff] [blame] | 2493 | - dtucker@cvs.openbsd.org 2012/09/10 01:51:19 |
| 2494 | [regress/multiplex.sh] |
| 2495 | use -Ocheck and waiting for completions by PID to make multiplexing test |
| 2496 | less racy and (hopefully) more reliable on slow hardware. |
Darren Tucker | 992faad | 2012-10-05 11:38:24 +1000 | [diff] [blame] | 2497 | - [Makefile umac.c] Add special-case target to build umac128.o. |
Darren Tucker | 50ce447 | 2012-10-05 12:11:33 +1000 | [diff] [blame] | 2498 | - [umac.c] Enforce allowed umac output sizes. From djm@. |
Darren Tucker | cc8e9ff | 2012-10-05 15:41:06 +1000 | [diff] [blame] | 2499 | - [Makefile.in] "Using $< in a non-suffix rule context is a GNUmake idiom". |
Darren Tucker | 0af2405 | 2012-10-05 10:41:25 +1000 | [diff] [blame] | 2500 | |
Darren Tucker | bb6cc07 | 2012-09-17 13:25:06 +1000 | [diff] [blame] | 2501 | 20120917 |
| 2502 | - (dtucker) OpenBSD CVS Sync |
| 2503 | - dtucker@cvs.openbsd.org 2012/09/13 23:37:36 |
| 2504 | [servconf.c] |
| 2505 | Fix comment line length |
Darren Tucker | 26b9e3b | 2012-09-17 13:25:44 +1000 | [diff] [blame] | 2506 | - markus@cvs.openbsd.org 2012/09/14 16:51:34 |
| 2507 | [sshconnect.c] |
| 2508 | remove unused variable |
Darren Tucker | bb6cc07 | 2012-09-17 13:25:06 +1000 | [diff] [blame] | 2509 | |
Darren Tucker | 92a39cf | 2012-09-07 11:20:20 +1000 | [diff] [blame] | 2510 | 20120907 |
| 2511 | - (dtucker) OpenBSD CVS Sync |
| 2512 | - dtucker@cvs.openbsd.org 2012/09/06 09:50:13 |
| 2513 | [clientloop.c] |
| 2514 | Make the escape command help (~?) context sensitive so that only commands |
| 2515 | that will work in the current session are shown. ok markus@ |
Darren Tucker | 83d0af6 | 2012-09-07 11:21:03 +1000 | [diff] [blame] | 2516 | - jmc@cvs.openbsd.org 2012/09/06 13:57:42 |
| 2517 | [ssh.1] |
| 2518 | missing letter in previous; |
Darren Tucker | f111d40 | 2012-09-07 11:21:42 +1000 | [diff] [blame] | 2519 | - dtucker@cvs.openbsd.org 2012/09/07 00:30:19 |
| 2520 | [clientloop.c] |
| 2521 | Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@ |
Darren Tucker | ca0d0fd | 2012-09-07 11:22:24 +1000 | [diff] [blame] | 2522 | - dtucker@cvs.openbsd.org 2012/09/07 01:10:21 |
| 2523 | [clientloop.c] |
| 2524 | Merge escape help text for ~v and ~V; ok djm@ |
Darren Tucker | 48bf4b0 | 2012-09-07 16:38:53 +1000 | [diff] [blame] | 2525 | - dtucker@cvs.openbsd.org 2012/09/07 06:34:21 |
| 2526 | [clientloop.c] |
| 2527 | when muxmaster is run with -N, make it shut down gracefully when a client |
| 2528 | sends it "-O stop" rather than hanging around (bz#1985). ok djm@ |
Darren Tucker | 92a39cf | 2012-09-07 11:20:20 +1000 | [diff] [blame] | 2529 | |
Darren Tucker | 3ee50c5 | 2012-09-06 21:18:11 +1000 | [diff] [blame] | 2530 | 20120906 |
| 2531 | - (dtucker) OpenBSD CVS Sync |
| 2532 | - jmc@cvs.openbsd.org 2012/08/15 18:25:50 |
| 2533 | [ssh-keygen.1] |
| 2534 | a little more info on certificate validity; |
| 2535 | requested by Ross L Richardson, and provided by djm |
Darren Tucker | 66cb0e0 | 2012-09-06 21:19:05 +1000 | [diff] [blame] | 2536 | - dtucker@cvs.openbsd.org 2012/08/17 00:45:45 |
| 2537 | [clientloop.c clientloop.h mux.c] |
| 2538 | Force a clean shutdown of ControlMaster client sessions when the ~. escape |
| 2539 | sequence is used. This means that ~. should now work in mux clients even |
| 2540 | if the server is no longer responding. Found by tedu, ok djm. |
Darren Tucker | ae608bd | 2012-09-06 21:19:51 +1000 | [diff] [blame] | 2541 | - djm@cvs.openbsd.org 2012/08/17 01:22:56 |
| 2542 | [kex.c] |
| 2543 | add some comments about better handling first-KEX-follows notifications |
| 2544 | from the server. Nothing uses these right now. No binary change |
Darren Tucker | f09a8a6 | 2012-09-06 21:20:39 +1000 | [diff] [blame] | 2545 | - djm@cvs.openbsd.org 2012/08/17 01:25:58 |
| 2546 | [ssh-keygen.c] |
| 2547 | print details of which host lines were deleted when using |
| 2548 | "ssh-keygen -R host"; ok markus@ |
Darren Tucker | 00c1518 | 2012-09-06 21:21:56 +1000 | [diff] [blame] | 2549 | - djm@cvs.openbsd.org 2012/08/17 01:30:00 |
| 2550 | [compat.c sshconnect.c] |
| 2551 | Send client banner immediately, rather than waiting for the server to |
| 2552 | move first for SSH protocol 2 connections (the default). Patch based on |
| 2553 | one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@ |
Darren Tucker | 50a48d0 | 2012-09-06 21:25:37 +1000 | [diff] [blame] | 2554 | - dtucker@cvs.openbsd.org 2012/09/06 04:37:39 |
| 2555 | [clientloop.c log.c ssh.1 log.h] |
| 2556 | Add ~v and ~V escape sequences to raise and lower the logging level |
| 2557 | respectively. Man page help from jmc, ok deraadt jmc |
Darren Tucker | 3ee50c5 | 2012-09-06 21:18:11 +1000 | [diff] [blame] | 2558 | |
Darren Tucker | 23e4b80 | 2012-08-30 10:42:47 +1000 | [diff] [blame] | 2559 | 20120830 |
| 2560 | - (dtucker) [moduli] Import new moduli file. |
| 2561 | |
Darren Tucker | 3185418 | 2012-08-28 19:57:19 +1000 | [diff] [blame] | 2562 | 20120828 |
Damien Miller | 4eb0a53 | 2012-08-29 10:26:20 +1000 | [diff] [blame] | 2563 | - (djm) Release openssh-6.1 |
| 2564 | |
| 2565 | 20120828 |
Darren Tucker | 3185418 | 2012-08-28 19:57:19 +1000 | [diff] [blame] | 2566 | - (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEAN |
| 2567 | for compatibility with future mingw-w64 headers. Patch from vinschen at |
| 2568 | redhat com. |
| 2569 | |
Damien Miller | 39a9d2c | 2012-08-22 21:57:13 +1000 | [diff] [blame] | 2570 | 20120822 |
| 2571 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 2572 | [contrib/suse/openssh.spec] Update version numbers |
| 2573 | |
Damien Miller | 709a1e9 | 2012-07-31 12:20:43 +1000 | [diff] [blame] | 2574 | 20120731 |
| 2575 | - (djm) OpenBSD CVS Sync |
| 2576 | - jmc@cvs.openbsd.org 2012/07/06 06:38:03 |
| 2577 | [ssh-keygen.c] |
| 2578 | missing full stop in usage(); |
Damien Miller | 5a5c2b9 | 2012-07-31 12:21:34 +1000 | [diff] [blame] | 2579 | - djm@cvs.openbsd.org 2012/07/10 02:19:15 |
| 2580 | [servconf.c servconf.h sshd.c sshd_config] |
| 2581 | Turn on systrace sandboxing of pre-auth sshd by default for new installs |
| 2582 | by shipping a config that overrides the current UsePrivilegeSeparation=yes |
| 2583 | default. Make it easier to flip the default in the future by adding too. |
Damien Miller | 1cce103 | 2012-07-31 12:22:18 +1000 | [diff] [blame] | 2584 | prodded markus@ feedback dtucker@ "get it in" deraadt@ |
Damien Miller | 46cb75a | 2012-07-31 12:22:37 +1000 | [diff] [blame] | 2585 | - dtucker@cvs.openbsd.org 2012/07/13 01:35:21 |
| 2586 | [servconf.c] |
| 2587 | handle long comments in config files better. bz#2025, ok markus |
Damien Miller | 38fe662 | 2012-07-31 12:23:16 +1000 | [diff] [blame] | 2588 | - markus@cvs.openbsd.org 2012/07/22 18:19:21 |
| 2589 | [version.h] |
| 2590 | openssh 6.1 |
Damien Miller | 709a1e9 | 2012-07-31 12:20:43 +1000 | [diff] [blame] | 2591 | |
Darren Tucker | d809a4b | 2012-07-20 10:42:06 +1000 | [diff] [blame] | 2592 | 20120720 |
| 2593 | - (dtucker) Import regened moduli file. |
| 2594 | |
Damien Miller | a0433a7 | 2012-07-06 10:27:10 +1000 | [diff] [blame] | 2595 | 20120706 |
| 2596 | - (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is |
| 2597 | not available. Allows use of sshd compiled on host with a filter-capable |
| 2598 | kernel on hosts that lack the support. bz#2011 ok dtucker@ |
Damien Miller | 77eab7b | 2012-07-06 11:49:28 +1000 | [diff] [blame] | 2599 | - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no |
| 2600 | unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT |
| 2601 | esperi.org.uk; ok dtucker@ |
Damien Miller | dfceafe | 2012-07-06 13:44:19 +1000 | [diff] [blame] | 2602 | - (djm) OpenBSD CVS Sync |
| 2603 | - dtucker@cvs.openbsd.org 2012/07/06 00:41:59 |
| 2604 | [moduli.c ssh-keygen.1 ssh-keygen.c] |
| 2605 | Add options to specify starting line number and number of lines to process |
| 2606 | when screening moduli candidates. This allows processing of different |
| 2607 | parts of a candidate moduli file in parallel. man page help jmc@, ok djm@ |
Damien Miller | ab523b0 | 2012-07-06 13:44:43 +1000 | [diff] [blame] | 2608 | - djm@cvs.openbsd.org 2012/07/06 01:37:21 |
| 2609 | [mux.c] |
| 2610 | fix memory leak of passed-in environment variables and connection |
| 2611 | context when new session message is malformed; bz#2003 from Bert.Wesarg |
| 2612 | AT googlemail.com |
Damien Miller | fff9f09 | 2012-07-06 13:45:01 +1000 | [diff] [blame] | 2613 | - djm@cvs.openbsd.org 2012/07/06 01:47:38 |
| 2614 | [ssh.c] |
| 2615 | move setting of tty_flag to after config parsing so RequestTTY options |
| 2616 | are correctly picked up. bz#1995 patch from przemoc AT gmail.com; |
| 2617 | ok dtucker@ |
Damien Miller | a0433a7 | 2012-07-06 10:27:10 +1000 | [diff] [blame] | 2618 | |
Darren Tucker | 34f702a | 2012-07-04 08:50:09 +1000 | [diff] [blame] | 2619 | 20120704 |
| 2620 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for |
| 2621 | platforms that don't have it. "looks good" tim@ |
| 2622 | |
Darren Tucker | 60395f9 | 2012-07-03 14:31:18 +1000 | [diff] [blame] | 2623 | 20120703 |
| 2624 | - (dtucker) [configure.ac] Detect platforms that can't use select(2) with |
| 2625 | setrlimit(RLIMIT_NOFILE, rl_zero) and disable the rlimit sandbox on those. |
Darren Tucker | d545a4b | 2012-07-03 22:48:31 +1000 | [diff] [blame] | 2626 | - (dtucker) [configure.ac sandbox-rlimit.c] Test whether or not |
| 2627 | setrlimit(RLIMIT_FSIZE, rl_zero) and skip it if it's not supported. Its |
| 2628 | benefit is minor, so it's not worth disabling the sandbox if it doesn't |
| 2629 | work. |
Darren Tucker | 60395f9 | 2012-07-03 14:31:18 +1000 | [diff] [blame] | 2630 | |
Darren Tucker | ecbf14a | 2012-07-02 18:53:37 +1000 | [diff] [blame] | 2631 | 20120702 |
| 2632 | - (dtucker) OpenBSD CVS Sync |
| 2633 | - naddy@cvs.openbsd.org 2012/06/29 13:57:25 |
| 2634 | [ssh_config.5 sshd_config.5] |
| 2635 | match the documented MAC order of preference to the actual one; |
| 2636 | ok dtucker@ |
Darren Tucker | 3b4b2d3 | 2012-07-02 18:54:31 +1000 | [diff] [blame] | 2637 | - markus@cvs.openbsd.org 2012/06/30 14:35:09 |
| 2638 | [sandbox-systrace.c sshd.c] |
| 2639 | fix a during the load of the sandbox policies (child can still make |
| 2640 | the read-syscall and wait forever for systrace-answers) by replacing |
| 2641 | the read/write synchronisation with SIGSTOP/SIGCONT; |
| 2642 | report and help hshoexer@; ok djm@, dtucker@ |
Darren Tucker | 7b30501 | 2012-07-02 18:55:09 +1000 | [diff] [blame] | 2643 | - dtucker@cvs.openbsd.org 2012/07/02 08:50:03 |
| 2644 | [ssh.c] |
| 2645 | set interactive ToS for forwarded X11 sessions. ok djm@ |
Darren Tucker | 4908d44 | 2012-07-02 22:15:38 +1000 | [diff] [blame] | 2646 | - dtucker@cvs.openbsd.org 2012/07/02 12:13:26 |
| 2647 | [ssh-pkcs11-helper.c sftp-client.c] |
| 2648 | fix a couple of "assigned but not used" warnings. ok markus@ |
Darren Tucker | 369ceed | 2012-07-03 00:53:18 +1000 | [diff] [blame] | 2649 | - dtucker@cvs.openbsd.org 2012/07/02 14:37:06 |
| 2650 | [regress/connect-privsep.sh] |
| 2651 | remove exit from end of test since it prevents reporting failure |
Darren Tucker | ec1e15d | 2012-07-03 01:06:49 +1000 | [diff] [blame] | 2652 | - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh] |
| 2653 | Move cygwin detection to test-exec and use to skip reexec test on cygwin. |
Darren Tucker | 6ea5dc6 | 2012-07-03 01:11:28 +1000 | [diff] [blame] | 2654 | - (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k. |
Darren Tucker | ecbf14a | 2012-07-02 18:53:37 +1000 | [diff] [blame] | 2655 | |
Damien Miller | 97f43bb | 2012-06-30 08:32:29 +1000 | [diff] [blame] | 2656 | 20120629 |
| 2657 | - OpenBSD CVS Sync |
| 2658 | - dtucker@cvs.openbsd.org 2012/06/21 00:16:07 |
| 2659 | [addrmatch.c] |
| 2660 | fix strlcpy truncation check. from carsten at debian org, ok markus |
Damien Miller | 5f58a87 | 2012-06-30 08:33:17 +1000 | [diff] [blame] | 2661 | - dtucker@cvs.openbsd.org 2012/06/22 12:30:26 |
| 2662 | [monitor.c sshconnect2.c] |
| 2663 | remove dead code following 'for (;;)' loops. |
| 2664 | From Steve.McClellan at radisys com, ok markus@ |
Damien Miller | ea85829 | 2012-06-30 08:33:32 +1000 | [diff] [blame] | 2665 | - dtucker@cvs.openbsd.org 2012/06/22 14:36:33 |
| 2666 | [sftp.c] |
| 2667 | Remove unused variable leftover from tab-completion changes. |
| 2668 | From Steve.McClellan at radisys com, ok markus@ |
Damien Miller | 560de92 | 2012-06-30 08:33:53 +1000 | [diff] [blame] | 2669 | - dtucker@cvs.openbsd.org 2012/06/26 11:02:30 |
| 2670 | [sandbox-systrace.c] |
| 2671 | Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation |
| 2672 | sandbox" since malloc now uses it. From johnw.mail at gmail com. |
Damien Miller | db4f8e8 | 2012-06-30 08:34:59 +1000 | [diff] [blame] | 2673 | - dtucker@cvs.openbsd.org 2012/06/28 05:07:45 |
| 2674 | [mac.c myproposal.h ssh_config.5 sshd_config.5] |
| 2675 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed |
| 2676 | from draft6 of the spec and will not be in the RFC when published. Patch |
| 2677 | from mdb at juniper net via bz#2023, ok markus. |
Damien Miller | ee3c196 | 2012-06-30 08:35:59 +1000 | [diff] [blame] | 2678 | - naddy@cvs.openbsd.org 2012/06/29 13:57:25 |
| 2679 | [ssh_config.5 sshd_config.5] |
| 2680 | match the documented MAC order of preference to the actual one; ok dtucker@ |
Darren Tucker | 3013903 | 2012-06-30 15:01:22 +1000 | [diff] [blame] | 2681 | - dtucker@cvs.openbsd.org 2012/05/13 01:42:32 |
| 2682 | [regress/addrmatch.sh] |
| 2683 | Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests |
| 2684 | to match. Feedback and ok djm@ markus@. |
Darren Tucker | 4430a86 | 2012-06-30 15:03:28 +1000 | [diff] [blame] | 2685 | - djm@cvs.openbsd.org 2012/06/01 00:47:35 |
Darren Tucker | 2920bc1 | 2012-06-30 15:06:28 +1000 | [diff] [blame] | 2686 | [regress/multiplex.sh regress/forwarding.sh] |
Darren Tucker | 4430a86 | 2012-06-30 15:03:28 +1000 | [diff] [blame] | 2687 | append to rather than truncate test log; bz#2013 from openssh AT |
| 2688 | roumenpetrov.info |
Darren Tucker | ff32d7c | 2012-06-30 15:04:13 +1000 | [diff] [blame] | 2689 | - djm@cvs.openbsd.org 2012/06/01 00:52:52 |
Darren Tucker | 2920bc1 | 2012-06-30 15:06:28 +1000 | [diff] [blame] | 2690 | [regress/sftp-cmds.sh] |
Darren Tucker | ff32d7c | 2012-06-30 15:04:13 +1000 | [diff] [blame] | 2691 | don't delete .* on cleanup due to unintended env expansion; pointed out in |
| 2692 | bz#2014 by openssh AT roumenpetrov.info |
Darren Tucker | 2920bc1 | 2012-06-30 15:06:28 +1000 | [diff] [blame] | 2693 | - dtucker@cvs.openbsd.org 2012/06/26 12:06:59 |
| 2694 | [regress/connect-privsep.sh] |
| 2695 | test sandbox with every malloc option |
Darren Tucker | a08c207 | 2012-06-30 15:08:53 +1000 | [diff] [blame] | 2696 | - dtucker@cvs.openbsd.org 2012/06/28 05:07:45 |
| 2697 | [regress/try-ciphers.sh regress/cipher-speed.sh] |
| 2698 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed |
| 2699 | from draft6 of the spec and will not be in the RFC when published. Patch |
| 2700 | from mdb at juniper net via bz#2023, ok markus. |
Darren Tucker | 3886f95 | 2012-06-30 19:47:01 +1000 | [diff] [blame] | 2701 | - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error. |
Darren Tucker | 14a9d25 | 2012-06-30 20:05:02 +1000 | [diff] [blame] | 2702 | - (dtucker) [key.c] ifdef out sha256 key types on platforms that don't have |
| 2703 | the required functions in libcrypto. |
Damien Miller | 97f43bb | 2012-06-30 08:32:29 +1000 | [diff] [blame] | 2704 | |
Darren Tucker | 8908da7 | 2012-06-28 15:21:32 +1000 | [diff] [blame] | 2705 | 20120628 |
| 2706 | - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null |
| 2707 | pointer deref in the client when built with LDNS and using DNSSEC with a |
| 2708 | CNAME. Patch from gregdlg+mr at hochet info. |
| 2709 | |
Darren Tucker | 62dcd63 | 2012-06-22 22:02:42 +1000 | [diff] [blame] | 2710 | 20120622 |
| 2711 | - (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs as |
| 2712 | can logon as a service. Patch from vinschen at redhat com. |
| 2713 | |
Damien Miller | efc6fc9 | 2012-06-20 21:44:56 +1000 | [diff] [blame] | 2714 | 20120620 |
| 2715 | - (djm) OpenBSD CVS Sync |
| 2716 | - djm@cvs.openbsd.org 2011/12/02 00:41:56 |
| 2717 | [mux.c] |
| 2718 | fix bz#1948: ssh -f doesn't fork for multiplexed connection. |
| 2719 | ok dtucker@ |
Damien Miller | 140df63 | 2012-06-20 21:46:57 +1000 | [diff] [blame] | 2720 | - djm@cvs.openbsd.org 2011/12/04 23:16:12 |
| 2721 | [mux.c] |
| 2722 | revert: |
| 2723 | > revision 1.32 |
| 2724 | > date: 2011/12/02 00:41:56; author: djm; state: Exp; lines: +4 -1 |
| 2725 | > fix bz#1948: ssh -f doesn't fork for multiplexed connection. |
| 2726 | > ok dtucker@ |
| 2727 | it interacts badly with ControlPersist |
Damien Miller | ac58ce8 | 2012-06-20 21:50:47 +1000 | [diff] [blame] | 2728 | - djm@cvs.openbsd.org 2012/01/07 21:11:36 |
| 2729 | [mux.c] |
| 2730 | fix double-free in new session handler |
| 2731 | NB. Id sync only |
Damien Miller | 3bde12a | 2012-06-20 21:51:11 +1000 | [diff] [blame] | 2732 | - djm@cvs.openbsd.org 2012/05/23 03:28:28 |
| 2733 | [dns.c dns.h key.c key.h ssh-keygen.c] |
| 2734 | add support for RFC6594 SSHFP DNS records for ECDSA key types. |
| 2735 | patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@ |
Darren Tucker | 86dc9b4 | 2012-09-07 18:08:23 +1000 | [diff] [blame] | 2736 | (Original authors Ondřej Surý, Ondřej Caletka and Daniel Black) |
Damien Miller | 7f12157 | 2012-06-20 21:51:29 +1000 | [diff] [blame] | 2737 | - djm@cvs.openbsd.org 2012/06/01 00:49:35 |
| 2738 | [PROTOCOL.mux] |
| 2739 | correct types of port numbers (integers, not strings); bz#2004 from |
| 2740 | bert.wesarg AT googlemail.com |
Damien Miller | 2e7decf | 2012-06-20 21:52:00 +1000 | [diff] [blame] | 2741 | - djm@cvs.openbsd.org 2012/06/01 01:01:22 |
| 2742 | [mux.c] |
| 2743 | fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg |
| 2744 | AT googlemail.com |
Damien Miller | 276dcfd | 2012-06-20 21:52:18 +1000 | [diff] [blame] | 2745 | - dtucker@cvs.openbsd.org 2012/06/18 11:43:53 |
| 2746 | [jpake.c] |
| 2747 | correct sizeof usage. patch from saw at online.de, ok deraadt |
Damien Miller | 7192433 | 2012-06-20 21:52:38 +1000 | [diff] [blame] | 2748 | - dtucker@cvs.openbsd.org 2012/06/18 11:49:58 |
| 2749 | [ssh_config.5] |
| 2750 | RSA instead of DSA twice. From Steve.McClellan at radisys com |
Damien Miller | b9902cf | 2012-06-20 21:52:58 +1000 | [diff] [blame] | 2751 | - dtucker@cvs.openbsd.org 2012/06/18 12:07:07 |
| 2752 | [ssh.1 sshd.8] |
| 2753 | Remove mention of 'three' key files since there are now four. From |
| 2754 | Steve.McClellan at radisys com. |
Damien Miller | 36378c6 | 2012-06-20 21:53:25 +1000 | [diff] [blame] | 2755 | - dtucker@cvs.openbsd.org 2012/06/18 12:17:18 |
| 2756 | [ssh.1] |
| 2757 | Clarify description of -W. Noted by Steve.McClellan at radisys com, |
| 2758 | ok jmc |
Damien Miller | c24da77 | 2012-06-20 21:53:58 +1000 | [diff] [blame] | 2759 | - markus@cvs.openbsd.org 2012/06/19 18:25:28 |
| 2760 | [servconf.c servconf.h sshd_config.5] |
| 2761 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} |
| 2762 | this allows 'Match LocalPort 1022' combined with 'AllowUser bauer' |
| 2763 | ok djm@ (back in March) |
Damien Miller | f826850 | 2012-06-20 21:54:15 +1000 | [diff] [blame] | 2764 | - jmc@cvs.openbsd.org 2012/06/19 21:35:54 |
| 2765 | [sshd_config.5] |
| 2766 | tweak previous; ok markus |
Damien Miller | 6c6da33 | 2012-06-20 22:31:26 +1000 | [diff] [blame] | 2767 | - djm@cvs.openbsd.org 2012/06/20 04:42:58 |
| 2768 | [clientloop.c serverloop.c] |
| 2769 | initialise accept() backoff timer to avoid EINVAL from select(2) in |
| 2770 | rekeying |
Damien Miller | efc6fc9 | 2012-06-20 21:44:56 +1000 | [diff] [blame] | 2771 | |
Darren Tucker | d0494fd | 2012-05-19 14:25:39 +1000 | [diff] [blame] | 2772 | 20120519 |
| 2773 | - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch |
| 2774 | from cjwatson at debian org. |
Darren Tucker | 5935389 | 2012-05-19 15:24:37 +1000 | [diff] [blame] | 2775 | - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to find |
| 2776 | pkg-config so it does the right thing when cross-compiling. Patch from |
| 2777 | cjwatson at debian org. |
Darren Tucker | fbcf827 | 2012-05-19 19:37:01 +1000 | [diff] [blame] | 2778 | - (dtucker) OpenBSD CVS Sync |
| 2779 | - dtucker@cvs.openbsd.org 2012/05/13 01:42:32 |
| 2780 | [servconf.h servconf.c sshd.8 sshd.c auth.c sshd_config.5] |
| 2781 | Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests |
| 2782 | to match. Feedback and ok djm@ markus@. |
Darren Tucker | ba9ea32 | 2012-05-19 19:37:33 +1000 | [diff] [blame] | 2783 | - dtucker@cvs.openbsd.org 2012/05/19 06:30:30 |
| 2784 | [sshd_config.5] |
| 2785 | Document PermitOpen none. bz#2001, patch from Loganaden Velvindron |
Darren Tucker | d0494fd | 2012-05-19 14:25:39 +1000 | [diff] [blame] | 2786 | |
Darren Tucker | e1a3ddf | 2012-05-04 11:05:45 +1000 | [diff] [blame] | 2787 | 20120504 |
| 2788 | - (dtucker) [configure.ac] Include <sys/param.h> rather than <sys/types.h> |
| 2789 | to fix building on some plaforms. Fom bowman at math utah edu and |
| 2790 | des at des no. |
| 2791 | |
Darren Tucker | d0d3fff | 2012-04-27 10:55:39 +1000 | [diff] [blame] | 2792 | 20120427 |
| 2793 | - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6 |
| 2794 | platform rather than exiting early, so that we still clean up and return |
| 2795 | success or failure to test-exec.sh |
| 2796 | |
Damien Miller | 7584cb1 | 2012-04-26 09:51:26 +1000 | [diff] [blame] | 2797 | 20120426 |
| 2798 | - (djm) [auth-passwd.c] Handle crypt() returning NULL; from Paul Wouters |
| 2799 | via Niels |
Damien Miller | 025bfd1 | 2012-04-26 09:52:15 +1000 | [diff] [blame] | 2800 | - (djm) [auth-krb5.c] Save errno across calls that might modify it; |
| 2801 | ok dtucker@ |
Damien Miller | 7584cb1 | 2012-04-26 09:51:26 +1000 | [diff] [blame] | 2802 | |
Damien Miller | ba77e1f | 2012-04-23 18:21:05 +1000 | [diff] [blame] | 2803 | 20120423 |
| 2804 | - OpenBSD CVS Sync |
| 2805 | - djm@cvs.openbsd.org 2012/04/23 08:18:17 |
| 2806 | [channels.c] |
| 2807 | fix function proto/source mismatch |
| 2808 | |
Damien Miller | a563cce | 2012-04-22 11:07:28 +1000 | [diff] [blame] | 2809 | 20120422 |
| 2810 | - OpenBSD CVS Sync |
| 2811 | - djm@cvs.openbsd.org 2012/02/29 11:21:26 |
| 2812 | [ssh-keygen.c] |
| 2813 | allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@ |
Damien Miller | 29cd188 | 2012-04-22 11:08:10 +1000 | [diff] [blame] | 2814 | - guenther@cvs.openbsd.org 2012/03/15 03:10:27 |
| 2815 | [session.c] |
| 2816 | root should always be excluded from the test for /etc/nologin instead |
| 2817 | of having it always enforced even when marked as ignorenologin. This |
| 2818 | regressed when the logic was incompletely flipped around in rev 1.251 |
| 2819 | ok halex@ millert@ |
Damien Miller | 48348fc | 2012-04-22 11:08:30 +1000 | [diff] [blame] | 2820 | - djm@cvs.openbsd.org 2012/03/28 07:23:22 |
| 2821 | [PROTOCOL.certkeys] |
| 2822 | explain certificate extensions/crit split rationale. Mention requirement |
| 2823 | that each appear at most once per cert. |
Damien Miller | c608148 | 2012-04-22 11:18:53 +1000 | [diff] [blame] | 2824 | - dtucker@cvs.openbsd.org 2012/03/29 23:54:36 |
| 2825 | [channels.c channels.h servconf.c] |
| 2826 | Add PermitOpen none option based on patch from Loganaden Velvindron |
| 2827 | (bz #1949). ok djm@ |
Damien Miller | a650875 | 2012-04-22 11:21:10 +1000 | [diff] [blame] | 2828 | - djm@cvs.openbsd.org 2012/04/11 13:16:19 |
| 2829 | [channels.c channels.h clientloop.c serverloop.c] |
| 2830 | don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a |
| 2831 | while; ok deraadt@ markus@ |
Damien Miller | 9fed161 | 2012-04-22 11:21:43 +1000 | [diff] [blame] | 2832 | - djm@cvs.openbsd.org 2012/04/11 13:17:54 |
| 2833 | [auth.c] |
| 2834 | Support "none" as an argument for AuthorizedPrincipalsFile to indicate |
| 2835 | no file should be read. |
Damien Miller | a116d13 | 2012-04-22 11:23:46 +1000 | [diff] [blame] | 2836 | - djm@cvs.openbsd.org 2012/04/11 13:26:40 |
| 2837 | [sshd.c] |
| 2838 | don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a |
| 2839 | while; ok deraadt@ markus@ |
Damien Miller | 839f743 | 2012-04-22 11:24:21 +1000 | [diff] [blame] | 2840 | - djm@cvs.openbsd.org 2012/04/11 13:34:17 |
| 2841 | [ssh-keyscan.1 ssh-keyscan.c] |
| 2842 | now that sshd defaults to offering ECDSA keys, ssh-keyscan should also |
| 2843 | look for them by default; bz#1971 |
Damien Miller | 2352881 | 2012-04-22 11:24:43 +1000 | [diff] [blame] | 2844 | - djm@cvs.openbsd.org 2012/04/12 02:42:32 |
| 2845 | [servconf.c servconf.h sshd.c sshd_config sshd_config.5] |
| 2846 | VersionAddendum option to allow server operators to append some arbitrary |
| 2847 | text to the SSH-... banner; ok deraadt@ "don't care" markus@ |
Damien Miller | 8fef9eb | 2012-04-22 11:25:10 +1000 | [diff] [blame] | 2848 | - djm@cvs.openbsd.org 2012/04/12 02:43:55 |
| 2849 | [sshd_config sshd_config.5] |
| 2850 | mention AuthorizedPrincipalsFile=none default |
Damien Miller | 4922315 | 2012-04-22 11:25:47 +1000 | [diff] [blame] | 2851 | - djm@cvs.openbsd.org 2012/04/20 03:24:23 |
| 2852 | [sftp.c] |
| 2853 | setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...) |
Damien Miller | 70b2d55 | 2012-04-22 11:26:10 +1000 | [diff] [blame] | 2854 | - jmc@cvs.openbsd.org 2012/04/20 16:26:22 |
| 2855 | [ssh.1] |
| 2856 | use "brackets" instead of "braces", for consistency; |
Damien Miller | a563cce | 2012-04-22 11:07:28 +1000 | [diff] [blame] | 2857 | |
Damien Miller | 8beb320 | 2012-04-20 10:58:34 +1000 | [diff] [blame] | 2858 | 20120420 |
| 2859 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 2860 | [contrib/suse/openssh.spec] Update for release 6.0 |
Damien Miller | bf23041 | 2012-04-20 14:11:04 +1000 | [diff] [blame] | 2861 | - (djm) [README] Update URL to release notes. |
Damien Miller | d5dacb4 | 2012-04-20 15:01:01 +1000 | [diff] [blame] | 2862 | - (djm) Release openssh-6.0 |