]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2003/08/13 08:46:31
[openssh.git] / ChangeLog
CommitLineData
83814987 120030813
2 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
8168a86a 3 - (dtucker) OpenBSD CVS Sync
4 - markus@cvs.openbsd.org 2003/08/13 08:33:02
5 [session.c]
6 use more portable tcsendbreak(3) and ignore break_length;
7 ok deraadt, millert
0598d99d 8 - markus@cvs.openbsd.org 2003/08/13 08:46:31
9 [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
10 ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
11 remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
12 fgsch@, miod@, henning@, jakob@ and others
83814987 13
78e43412 1420030811
15 - (dtucker) OpenBSD CVS Sync
16 (thanks to Simon Wilkinson for help with this -dt)
17 - markus@cvs.openbsd.org 2003/07/16 15:02:06
18 [auth-krb5.c]
19 mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
20 otherwise the kerberos credentinal is stored in a memory cache
21 in the privileged sshd. ok jabob@, hin@ (some time ago)
8c9f0900 22 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
23 in bsd-cygwin_util.h).
78e43412 24
3095daf7 2520030808
26 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
27 AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
28 separately before defining them.
26b3608b 29 - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
3095daf7 30
a15f16ab 3120030807
32 - (dtucker) [session.c] Have session_break_req not attempt to send a break
33 if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
97722976 34 - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
a96fbb21 35 defined (fixes compile error on really old Linuxes).
36 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
37 not already defined (eg Linux with some versions of libc5), based on those
38 from OpenBSD.
871e1d12 39 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
40 Remove incorrect filenames from comments (file names are in Id tags).
a3b678a3 41 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
42 specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
a15f16ab 43
2616e1bc 4420030802
45 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
1c590258 46 - (dtucker) OpenBSD CVS Sync
47 - markus@cvs.openbsd.org 2003/07/22 13:35:22
48 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
49 monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
50 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
51 remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
52 test+ok henning@
53 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
54 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
ac452e85 55 - (dtucker) OpenBSD CVS Sync
56 - markus@cvs.openbsd.org 2003/07/23 07:42:43
57 [sshd_config]
58 remove AFS; itojun@
c35a6dc5 59 - djm@cvs.openbsd.org 2003/07/28 09:49:56
60 [ssh-keygen.1 ssh-keygen.c]
61 Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
62 Based on code from Phil Karn, William Allen Simpson and Niels Provos.
63 ok markus@, thanks jmc@
178b1a1d 64 - markus@cvs.openbsd.org 2003/07/29 18:24:00
65 [LICENCE progressmeter.c]
66 replace 4 clause BSD licensed progressmeter code with a replacement
67 from Nils Nordman and myself; ok deraadt@
68 (copied from OpenBSD an re-applied portable changes)
0dd40286 69 - markus@cvs.openbsd.org 2003/07/29 18:26:46
70 [progressmeter.c]
71 fix length for "- stalled -" (included with previous import)
72 - markus@cvs.openbsd.org 2003/07/30 07:44:14
73 [progressmeter.c]
74 use only 4 digits in format_size (included with previous import)
75 - markus@cvs.openbsd.org 2003/07/30 07:53:27
76 [progressmeter.c]
77 whitespace (included with previous import)
0f57e1e6 78 - markus@cvs.openbsd.org 2003/07/31 09:21:02
79 [auth2-none.c]
80 check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
81 ok henning
4899ccef 82 - avsm@cvs.openbsd.org 2003/07/31 15:50:16
83 [atomicio.c]
84 correct comment: atomicio takes vwrite, not write; deraadt@ ok
b3a7a008 85 - markus@cvs.openbsd.org 2003/07/31 22:34:03
86 [progressmeter.c]
87 print rate similar old version; round instead truncate;
88 (included in previous progressmeter.c commit)
c5d3dd1b 89 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
90 Add a tcgetpgrp function.
5ae3dc68 91 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
f29c37a9 92 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
2616e1bc 93
cbdeccf3 9420030730
95 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
96
a9705c94 9720030726
98 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
99 DISABLE_SHADOW. Fixes HP-UX compile error.
100
7c6eb32f 10120030724
102 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
103 openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
104 and isolate shadow password functions. Tested in Solaris, but should
105 not break other platforms too badly (except maybe HP =). Also brings
106 auth-passwd.c into full sync with OpenBSD tree.
107
82e5907c 10820030723
109 - (dtucker) [configure.ac] Back out change for bug #620.
110
defb525d 11120030719
112 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
113 Solaris/x86. Patch from jrhett at isite.net.
7b390973 114 - (dtucker) OpenBSD CVS Sync
115 - markus@cvs.openbsd.org 2003/07/14 12:36:37
116 [sshd.c]
117 remove undocumented -V option. would be only useful if openssh is used
118 as ssh v1 server for ssh.com's ssh v2.
e053cd2c 119 - markus@cvs.openbsd.org 2003/07/16 10:34:53
120 [ssh.c sshd.c]
121 don't exit on multiple -v or -d; ok deraadt@
145d23ca 122 - markus@cvs.openbsd.org 2003/07/16 10:36:28
123 [sshtty.c]
124 clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
261bd618 125 - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
126 [scp.c]
127 userid is unsigned, but well, force it anyways; andrushock@korovino.net
b3d04e37 128 - djm@cvs.openbsd.org 2003/07/19 00:45:53
129 [sftp-int.c]
130 fix sftp filename parsing for arguments with escaped quotes. bz #517;
131 ok markus
86d0260c 132 - djm@cvs.openbsd.org 2003/07/19 00:46:31
133 [regress/sftp-cmds.sh]
134 regress test for sftp arguments with escaped quotes; ok markus
defb525d 135
e351e493 13620030714
137 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
138 loginfailed at all, so assume 3-arg loginfailed if not declared.
1cd5765d 139 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
140 undef'ing it.
2aa3a16c 141 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
142 Call setauthdb() before loginfailed(), which may load password registry-
defb525d 143 specific functions. Based on patch by cawlfiel at us.ibm.com.
b4777c18 144 - (dtucker) [port-aix.h] Fix prototypes.
956b0f56 145 - (dtucker) OpenBSD CVS Sync
146 - avsm@cvs.openbsd.org 2003/07/09 13:58:19
147 [key.c]
148 minor tweak: when generating the hex fingerprint, give strlcat the full
149 bound to the buffer, and add a comment below explaining why the
150 zero-termination is one less than the bound. markus@ ok
40729edd 151 - markus@cvs.openbsd.org 2003/07/10 14:42:28
152 [packet.c]
153 the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
154 blowfish, etc, so enforce a 1GB limit for small blocksizes.
659912db 155 - markus@cvs.openbsd.org 2003/07/10 20:05:55
156 [sftp.c]
157 sync usage with manpage, add missing -R
e351e493 158
f58c0e01 15920030708
160 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
161 Include AIX headers for authentication functions and make calls match
e351e493 162 prototypes. Test for and handle 3-arg and 4-arg variants of loginfailed.
bc7dfc06 163 - (dtucker) [session.c] Check return value of setpcred().
164 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
165 Convert aixloginmsg into platform-independant Buffer loginmsg.
f58c0e01 166
309709db 16720030707
168 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
169 searching libraries for it. Fixes build errors on NCR MP-RAS.
170
d72f7b79 17120030706
172 - (dtucker) [ssh-rand-helper.c loginrec.c]
173 Apply atomicio typing change to these too.
174
71b9ced0 17520030703
176 - (dtucker) OpenBSD CVS Sync
177 - djm@cvs.openbsd.org 2003/06/28 07:48:10
178 [sshd.c]
179 report pidfile creation errors, based on patch from Roumen Petrov;
180 ok markus@
dc54438a 181 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
182 [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
183 progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
184 sshd.c]
185 deal with typing of write vs read in atomicio
7caca6d4 186 - markus@cvs.openbsd.org 2003/06/29 12:44:38
187 [sshconnect.c]
188 memset 0, not \0; andrushock@korovino.net
8e7c9afc 189 - markus@cvs.openbsd.org 2003/07/02 12:56:34
190 [channels.c]
191 deny dynamic forwarding with -R for v1, too; ok djm@
f49658f5 192 - markus@cvs.openbsd.org 2003/07/02 14:51:16
193 [channels.c ssh.1 ssh_config.5]
194 (re)add socks5 suppport to -D; ok djm@
195 now ssh(1) can act both as a socks 4 and socks 5 server and
196 dynamically forward ports.
03c82656 197 - markus@cvs.openbsd.org 2003/07/02 20:37:48
198 [ssh.c]
199 convert hostkeyalias to lowercase, otherwise uppercase aliases will
200 not match at all; ok henning@
1768a611 201 - markus@cvs.openbsd.org 2003/07/03 08:21:46
202 [regress/dynamic-forward.sh]
203 add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
7664edb6 204 - markus@cvs.openbsd.org 2003/07/03 08:24:13
205 [regress/Makefile]
206 enable tests for dynamic fwd via socks (-D), uses nc(1)
1572b90f 207 - djm@cvs.openbsd.org 2003/07/03 08:09:06
208 [readconf.c readconf.h ssh-keysign.c ssh.c]
209 fix AddressFamily option in config file, from brent@graveland.net;
210 ok markus@
71b9ced0 211
4e00038c 21220030630
213 - (djm) Search for support functions necessary to build our
214 getrrsetbyname() replacement. Patch from Roumen Petrov
215
9f59c5a3 21620030629
c5829391 217 - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
218 (fixes compiler warnings on Solaris 2.5.1).
219 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
220 flag modifications.
9f59c5a3 221
9ea150a7 22220030628
223 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
224 of OpenSC. Report and patch from larsch@trustcenter.de
d2168412 225 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
226 aj@dungeon.inka.de
f0677b69 227 - (dtucker) OpenBSD CVS Sync
228 - markus@cvs.openbsd.org 2003/06/23 09:02:44
229 [ssh_config.5]
230 document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
a27002e5 231 - markus@cvs.openbsd.org 2003/06/24 08:23:46
232 [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
233 monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
234 int -> u_int; ok djm@, deraadt@, mouring@
d7ded285 235 - miod@cvs.openbsd.org 2003/06/25 22:39:36
236 [sftp-server.c]
237 Typo police: attribute is better written with an 'r'.
2d9c1828 238 - markus@cvs.openbsd.org 2003/06/26 20:08:33
239 [readconf.c]
240 do not dump core for 'ssh -o proxycommand host'; ok deraadt@
78b2dd04 241 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
ddb154b3 242 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
243 actually enable the feature, for those normally disabled. Patch by
244 openssh (at) roumenpetrov.info.
f0677b69 245
e15ba28b 24620030624
247 - (dtucker) Have configure refer the user to config.log and
248 contrib/findssl.sh for OpenSSL header/library mismatches.
249
63a556df 25020030622
c1ffd4bd 251 - (dtucker) OpenBSD CVS Sync
63a556df 252 - markus@cvs.openbsd.org 2003/06/21 09:14:05
c1ffd4bd 253 [regress/reconfigure.sh]
63a556df 254 missing $SUDO; from dtucker@zip.com.au
93527718 255 - markus@cvs.openbsd.org 2003/06/18 11:28:11
c1ffd4bd 256 [ssh-rsa.c]
257 backout last change, since it violates pkcs#1
258 switch to share/misc/license.template
1891396b 259 - djm@cvs.openbsd.org 2003/06/20 05:47:58
260 [sshd_config.5]
261 sync description of protocol 2 cipher proposal; ok markus
4db4d313 262 - djm@cvs.openbsd.org 2003/06/20 05:48:21
263 [sshd_config]
264 sync some implemented options; ok markus@
63a556df 265 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
39ef3618 266 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
267 testing its value.
63a556df 268
b8e04133 26920030618
270 - (djm) OpenBSD CVS Sync
271 - markus@cvs.openbsd.org 2003/06/12 07:57:38
272 [monitor.c sshlogin.c sshpty.c]
273 typos; dtucker at zip.com.au
b9ad9d13 274 - djm@cvs.openbsd.org 2003/06/12 12:22:47
275 [LICENCE]
276 mention more copyright holders; ok markus@
1fb23629 277 - nino@cvs.openbsd.org 2003/06/12 15:34:09
278 [scp.c]
279 Typo. Ok markus@.
244e796f 280 - markus@cvs.openbsd.org 2003/06/12 19:12:03
281 [scard.c scard.h ssh-agent.c ssh.c]
282 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
9250058a 283 - markus@cvs.openbsd.org 2003/06/16 08:22:35
284 [ssh-rsa.c]
285 make sure the signature has at least the expected length (don't
286 insist on len == hlen + oidlen, since this breaks some smartcards)
287 bugzilla #592; ok djm@
360a4aae 288 - markus@cvs.openbsd.org 2003/06/16 10:22:45
289 [ssh-add.c]
290 print out key comment on each prompt; make ssh-askpass more useable; ok djm@
0a59bd6b 291 - markus@cvs.openbsd.org 2003/06/17 18:14:23
292 [cipher-ctr.c]
293 use license from /usr/share/misc/license.template for new code
1d6c0b69 294 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
295 Import new regression tests from OpenBSD
d4d84f5f 296 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
ed49cc81 297 - (dtucker) OpenBSD CVS Sync (regress/)
298 - markus@cvs.openbsd.org 2003/04/02 12:21:13
299 [Makefile]
300 enable rekey test
2c670155 301 - djm@cvs.openbsd.org 2003/04/04 09:34:22
302 [Makefile sftp-cmds.sh]
303 More regression tests, including recent directory rename bug; ok markus@
737447ad 304 - markus@cvs.openbsd.org 2003/05/14 22:08:27
305 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
306 test against some new commerical versions
68df2aa0 307 - mouring@cvs.openbsd.org 2003/05/15 04:07:12
308 [sftp-cmds.sh]
309 Advanced put/get testing for sftp. OK @djm
eb9bf761 310 - markus@cvs.openbsd.org 2003/06/12 15:40:01
311 [try-ciphers.sh]
312 add ctr
39c0191e 313 - markus@cvs.openbsd.org 2003/06/12 15:43:32
314 [Makefile]
315 test -HUP; dtucker at zip.com.au
b8e04133 316
f5827134 31720030614
318 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
319
be193d89 32020030611
c12c6ef8 321 - (djm) Mention portable copyright holders in LICENSE
e52ca1e5 322 - (djm) Put licenses on substantial header files
8cb3fa9d 323 - (djm) Sync LICENSE against OpenBSD
be193d89 324 - (djm) OpenBSD CVS Sync
325 - jmc@cvs.openbsd.org 2003/06/10 09:12:11
326 [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
327 [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
328 - section reorder
329 - COMPATIBILITY merge
330 - macro cleanup
331 - kill whitespace at EOL
332 - new sentence, new line
333 ssh pages ok markus@
0daa6547 334 - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
335 [packet.c progressmeter.c]
336 mostly ansi cleanup; pval ok
1432b5c4 337 - jakob@cvs.openbsd.org 2003/06/11 10:16:16
338 [sshconnect.c]
339 clean up check_host_key() and improve SSHFP feedback. ok markus@
cc263107 340 - jakob@cvs.openbsd.org 2003/06/11 10:18:47
341 [dns.c]
342 sync with check_host_key() change
ca719034 343 - djm@cvs.openbsd.org 2003/06/11 11:18:38
344 [authfd.c authfd.h ssh-add.c ssh-agent.c]
345 make agent constraints (lifetime, confirm) work with smartcard keys;
346 ok markus@
be193d89 347
348
8a547250 34920030609
350 - (djm) Sync README.smartcard with OpenBSD -current
a1864983 351 - (djm) Re-merge OpenSC info into README.smartcard
8a547250 352
f5db6a03 35320030606
354 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
355
02e2a074 35620030605
357 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
358 canohost.c changes.
688eed4a 359 - (djm) Implement paranoid priv dropping checks, based on:
360 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
361 Proceedings of USENIX Security Symposium 2002
d6bd2b5a 362 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
52d58495 363 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
57c917f8 364 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
365 Patch from larsch@trustcenter.de
7b7f164b 366 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
367 Patch from larsch@trustcenter.de
4ed465ec 368 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
e932f447 369 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
02e2a074 370
b08a39ff 37120030604
d60e487c 372 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
373 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
8acdec60 374 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
11f1e60e 375 Patch from larsch@trustcenter.de; ok markus@
376 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
377 larsch@trustcenter.de; ok markus@
d453a600 378 - (djm) OpenBSD CVS Sync
379 - djm@cvs.openbsd.org 2003/06/04 08:25:18
380 [sshconnect.c]
381 disable challenge/response and keyboard-interactive auth methods
382 upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
383 bz #580; ok markus@
ee50371d 384 - djm@cvs.openbsd.org 2003/06/04 10:23:48
385 [sshd.c]
386 remove duplicated group-dropping code; ok markus@
b08a39ff 387 - djm@cvs.openbsd.org 2003/06/04 12:03:59
388 [serverloop.c]
389 remove bitrotten commet; ok markus@
cf3248b8 390 - djm@cvs.openbsd.org 2003/06/04 12:18:49
391 [scp.c]
392 ansify; ok markus@
0f764b2f 393 - djm@cvs.openbsd.org 2003/06/04 12:40:39
394 [scp.c]
395 kill ssh process upon receipt of signal, bz #241.
396 based on patch from esb AT hawaii.edu; ok markus@
1b558925 397 - djm@cvs.openbsd.org 2003/06/04 12:41:22
398 [sftp.c]
399 kill ssh process on receipt of signal; ok markus@
fba33e81 400 - (djm) Update to fix of bug #584: lock card before return.
401 From larsch@trustcenter.de
8d9bb5dd 402 - (djm) Always use mysignal() for SIGALRM
d60e487c 403
3a2b2b44 40420030603
405 - (djm) Replace setproctitle replacement with code derived from
406 UCB sendmail
c5a7d788 407 - (djm) OpenBSD CVS Sync
408 - markus@cvs.openbsd.org 2003/06/02 09:17:34
409 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
410 [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
411 [sshd_config.5]
412 deprecate VerifyReverseMapping since it's dangerous if combined
413 with IP based access control as noted by Mike Harding; replace with
414 a UseDNS option, UseDNS is on by default and includes the
415 VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
416 ok deraadt@, djm@
d981089c 417 - millert@cvs.openbsd.org 2003/06/03 02:56:16
418 [scp.c]
419 Remove the advertising clause in the UCB license which Berkeley
420 rescinded 22 July 1999. Proofed by myself and Theo.
c5a7d788 421 - (djm) Fix portable-specific uses of verify_reverse_mapping too
3e67f7df 422 - (djm) Sync openbsd-compat with OpenBSD CVS.
484d59c7 423 - No more 4-term BSD licenses in linked code
5d8ca8c7 424 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
3a2b2b44 425
aff561f9 42620030602
427 - (djm) Fix segv from bad reordering in auth-pam.c
416c732d 428 - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
429 clobber
1b7342ab 430 - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
431 CVS ID.
8862e142 432 - (djm) Remove "noip6" option from RedHat spec file. This may now be
433 set at runtime using AddressFamily option.
58ba3cb7 434 - (djm) Fix use of macro before #define in cipher-aes.c
382fe2fa 435 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
b0545fe6 436 - (djm) OpenBSD CVS Sync
437 - djm@cvs.openbsd.org 2003/05/26 12:54:40
438 [sshconnect.c]
439 fix format strings; ok markus@
fa5120a0 440 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
441 [sshd.c uidswap.c]
442 seteuid and setegid; markus ok
0f92946c 443 - jakob@cvs.openbsd.org 2003/06/02 08:31:10
444 [ssh_config.5]
445 VerifyHostKeyDNS is v2 only. ok markus@
aff561f9 446
4f178be8 44720030530
448 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
449 roumenpetrov.info
eabb99c6 450 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
4f178be8 451
4881aebb 45220030526
453 - (djm) Avoid auth2-chall.c warning when compiling without
454 PAM, BSD_AUTH and SKEY
455
5b0fe364 45620030525
457- (djm) OpenBSD CVS Sync
458 - djm@cvs.openbsd.org 2003/05/24 09:02:22
459 [log.c]
460 pass logged data through strnvis; ok markus
b9ed513a 461 - djm@cvs.openbsd.org 2003/05/24 09:30:40
462 [authfile.c monitor.c sftp-common.c sshpty.c]
463 cast some types for printing; ok markus@
5b0fe364 464
44c78996 46520030524
466 - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
467
d83ebe4a 46820030523
469 - (djm) Use VIS_SAFE on logged strings rather than default strnvis
470 encoding (which encodes many more characters)
bd47824b 471 - OpenBSD CVS Sync
472 - jmc@cvs.openbsd.org 2003/05/20 12:03:35
473 [sftp.1]
474 - new sentence, new line
475 - added .Xr's
476 - typos
477 ok djm@
3cbc677d 478 - jmc@cvs.openbsd.org 2003/05/20 12:09:31
479 [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
480 new sentence, new line
da54f5be 481 - djm@cvs.openbsd.org 2003/05/23 08:29:30
482 [sshconnect.c]
483 fix leak; ok markus@
d83ebe4a 484
c453493f 48520030520
486 - (djm) OpenBSD CVS Sync
487 - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
488 [log.c]
489 use syslog_r() in a signal handler called place; markus ok
79d4fc55 490 - (djm) Configure logic to detect syslog_r and friends
c453493f 491
acb50584 49220030519
493 - (djm) Sync auth-pam.h with what we actually implement
494
49520030518
5ff453c0 496 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
497 recent merge
f811e52a 498 - (djm) OpenBSD CVS Sync
499 - djm@cvs.openbsd.org 2003/05/16 03:27:12
500 [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
501 add AddressFamily option to ssh_config (like -4, -6 on commandline).
502 Portable bug #534; ok markus@
013b1214 503 - itojun@cvs.openbsd.org 2003/05/17 03:25:58
504 [auth-rhosts.c]
505 just in case, put numbers to sscanf %s arg.
25b66522 506 - markus@cvs.openbsd.org 2003/05/17 04:27:52
507 [cipher.c cipher-ctr.c myproposal.h]
508 experimental support for aes-ctr modes from
509 http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
510 ok djm@
25351757 511 - (djm) Remove IPv4 by default hack now that we can specify AF in config
3bf784bc 512 - (djm) Tidy and trim TODO
bffa6723 513 - (djm) Sync openbsd-compat/ with OpenBSD CVS head
9901cb37 514 - (djm) Big KNF on openbsd-compat/
f1da2b8b 515 - (djm) KNF on md5crypt.[ch]
516 - (djm) KNF on auth-sia.[ch]
5ff453c0 517
f123055b 51820030517
519 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
520
c936c243 52120030516
522 - (djm) OpenBSD CVS Sync
523 - djm@cvs.openbsd.org 2003/05/15 13:52:10
524 [ssh.c]
525 Make "ssh -V" print the OpenSSL version in a human readable form. Patch
526 from Craig Leres (mindrot at ee.lbl.gov); ok markus@
a2144546 527 - jakob@cvs.openbsd.org 2003/05/15 14:02:47
528 [readconf.c servconf.c]
529 warn for unsupported config option. ok markus@
5bdfde81 530 - markus@cvs.openbsd.org 2003/05/15 14:09:21
531 [auth2-krb5.c]
532 fix 64bit issue; report itojun@
09ab3296 533 - djm@cvs.openbsd.org 2003/05/15 14:55:25
534 [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
535 add a ConnectTimeout option to ssh, based on patch from
536 Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
b06b11ad 537 - (djm) Add warning for UsePAM when built without PAM support
7be625e1 538 - (djm) A few type mismatch fixes from Bug #565
0eb6370a 539 - (djm) Guard free_pam_environment against NULL argument. Works around
540 HP/UX PAM problems debugged by dtucker
c936c243 541
7efc7f57 54220030515
543 - (djm) OpenBSD CVS Sync
544 - jmc@cvs.openbsd.org 2003/05/14 13:11:56
545 [ssh-agent.1]
546 setup -> set up;
547 from wiz@netbsd
21289cd0 548 - jakob@cvs.openbsd.org 2003/05/14 18:16:20
549 [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
550 [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
551 add experimental support for verifying hos keys using DNS as described
552 in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
553 ok markus@ and henning@
16a79097 554 - markus@cvs.openbsd.org 2003/05/14 22:24:42
555 [clientloop.c session.c ssh.1]
556 allow to send a BREAK to the remote system; ok various
b8c2031b 557 - markus@cvs.openbsd.org 2003/05/15 00:28:28
558 [sshconnect2.c]
559 cleanup unregister of per-method packet handlers; ok djm@
d0ec7f42 560 - jakob@cvs.openbsd.org 2003/05/15 01:48:10
561 [readconf.c readconf.h servconf.c servconf.h]
562 always parse kerberos options. ok djm@ markus@
b414a17b 563 - jakob@cvs.openbsd.org 2003/05/15 02:27:15
564 [dns.c]
565 add missing freerrset
3b6e3da9 566 - markus@cvs.openbsd.org 2003/05/15 03:08:29
567 [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
568 split out custom EVP ciphers
02159d9b 569 - djm@cvs.openbsd.org 2003/05/15 03:10:52
570 [ssh-keygen.c]
571 avoid warning; ok jakob@
4a26f5c5 572 - mouring@cvs.openbsd.org 2003/05/15 03:39:07
573 [sftp-int.c]
574 Make put/get (globed and nonglobed) code more consistant. OK djm@
c44f10c6 575 - mouring@cvs.openbsd.org 2003/05/15 03:43:59
dc69f53c 576 [sftp-int.c sftp.c]
c44f10c6 577 Teach ls how to display multiple column display and allow users
578 to return to single column format via 'ls -1'. OK @djm
1457e7ff 579 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
580 [readconf.c servconf.c]
581 disable kerberos when not supported. ok markus@
861f0365 582 - markus@cvs.openbsd.org 2003/05/15 04:08:41
583 [ssh.1]
584 ~B is ssh2 only
d0ec7f42 585 - (djm) Always parse UsePAM
3e05e934 586 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
4460d509 587 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
86ee6794 588 - (djm) Tidy Makefile clean targets
2636769c 589 - (djm) Adapt README.dns for portable
2d2e4a34 590 - (djm) Avoid uuencode.c warnings
1457e7ff 591 - (djm) Enable UsePAM when built --with-pam
67467c30 592 - (djm) Only build getrrsetbyname replacement when using --with-dns
f420d2ba 593 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
594 correctly)
3c49ef10 595 - (djm) Bug #444: Wrong paths after reconfigure
321735c7 596 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
f420d2ba 597
dd3ebb5a 59820030514
599 - (djm) Bug #117: Don't lie to PAM about username
0608f8a7 600 - (djm) RCSID sync w/ OpenBSD
204fde99 601 - (djm) OpenBSD CVS Sync
602 - djm@cvs.openbsd.org 2003/04/09 12:00:37
603 [readconf.c]
604 strip trailing whitespace from config lines before parsing.
605 Fixes bz 528; ok markus@
18ae3c67 606 - markus@cvs.openbsd.org 2003/04/12 10:13:57
607 [cipher.c]
608 hide cipher details; ok djm@
45c42d58 609 - markus@cvs.openbsd.org 2003/04/12 10:15:36
610 [misc.c]
611 debug->debug2
c825cd79 612 - naddy@cvs.openbsd.org 2003/04/12 11:40:15
613 [ssh.1]
614 document -V switch, fix wording; ok markus@
3e131a6d 615 - markus@cvs.openbsd.org 2003/04/14 14:17:50
616 [channels.c sshconnect.c sshd.c ssh-keyscan.c]
617 avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
927e9f8b 618 - mouring@cvs.openbsd.org 2003/04/14 21:31:27
619 [sftp-int.c]
620 Missing globfree(&g) in process_put() spotted by Vince Brimhall
621 <VBrimhall@novell.com>. ok@ Theo
622 - markus@cvs.openbsd.org 2003/04/16 14:35:27
623 [auth.h]
624 document struct Authctxt; with solar
b9e5aff6 625 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
626 [ssh-keyscan.c]
627 -t in usage(); rogier@quaak.org
9a26a6e2 628 - mouring@cvs.openbsd.org 2003/04/30 01:16:20
629 [sshd.8 sshd_config.5]
630 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
631 Bug #550 and * escaping suggested by jmc@.
09dc8896 632 - david@cvs.openbsd.org 2003/04/30 20:41:07
633 [sshd.8]
634 fix invalid .Pf macro usage introduced in previous commit
635 ok jmc@ mouring@
3566c73c 636 - markus@cvs.openbsd.org 2003/05/11 16:56:48
637 [authfile.c ssh-keygen.c]
638 change key_load_public to try to read a public from:
639 rsa1 private or rsa1 public and ssh2 keys.
640 this makes ssh-keygen -e fail for ssh1 keys more gracefully
641 for example; report from itojun (netbsd pr 20550).
0d942eff 642 - markus@cvs.openbsd.org 2003/05/11 20:30:25
643 [channels.c clientloop.c serverloop.c session.c ssh.c]
644 make channel_new() strdup the 'remote_name' (not the caller); ok theo
43348518 645 - markus@cvs.openbsd.org 2003/05/12 16:55:37
646 [sshconnect2.c]
647 for pubkey authentication try the user keys in the following order:
648 1. agent keys that are found in the config file
649 2. other agent keys
650 3. keys that are only listed in the config file
651 this helps when an agent has many keys, where the server might
652 close the connection before the correct key is used. report & ok pb@
dc109cfe 653 - markus@cvs.openbsd.org 2003/05/12 18:35:18
654 [ssh-keyscan.1]
655 typo: DSA keys are of type ssh-dss; Brian Poole
81466908 656 - markus@cvs.openbsd.org 2003/05/14 00:52:59
657 [ssh2.h]
658 ranges for per auth method messages
659 - djm@cvs.openbsd.org 2003/05/14 01:00:44
660 [sftp.1]
661 emphasise the batchmode functionality and make reference to pubkey auth,
662 both of which are FAQs; ok markus@
802e01b8 663 - markus@cvs.openbsd.org 2003/05/14 02:15:47
664 [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
665 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
666 server interops with commercial client; ok jakob@ djm@
72c5fe79 667 - jmc@cvs.openbsd.org 2003/05/14 08:25:39
668 [sftp.1]
669 - better formatting in SYNOPSIS
670 - whitespace at EOL
671 ok djm@
3a39206f 672 - markus@cvs.openbsd.org 2003/05/14 08:57:49
673 [monitor.c]
674 http://bugzilla.mindrot.org/show_bug.cgi?id=560
675 Privsep child continues to run after monitor killed.
676 Pass monitor signals through to child; Darren Tucker
751092f9 677 - (djm) Make portable build with MIT krb5 (some issues remain)
7fceb20d 678 - (djm) Add new UsePAM configuration directive to allow runtime control
679 over usage of PAM. This allows non-root use of sshd when built with
680 --with-pam
817e6d38 681 - (djm) Die screaming if start_pam() is called when UsePAM=no
83ccf11a 682 - (djm) Avoid KrbV leak for MIT Kerberos
b1848832 683 - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
fa065de2 684 - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
dd3ebb5a 685
91f3aa9b 68620030512
687 - (djm) Redhat spec: Don't install profile.d scripts when not
688 building with GNOME/GTK askpass (patch from bet@rahul.net)
689
5def520a 69020030510
691 - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
692 "make install". Patch by roth@feep.net.
ad84c479 693 - (dtucker) Bug #536: Test for and work around openpty/controlling tty
694 problem on Linux (fixes "could not set controlling tty" errors).
05114c74 695 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
696 proper challenge-response module
23ab1f36 697 - (djm) 2-clause license on loginrec.c, with permission from
698 andre@ae-35.com
5def520a 699
43ce025d 70020030504
dd594f99 701 - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
702 Patch from vinschen@redhat.com.
43ce025d 703
2cd5dbba 70420030503
705 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
706 by wendyp@cray.com.
707
bf7c1e6c 70820030502
709 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
710 privsep should now work.
73d9dad3 711 - (dtucker) Move handling of bad password authentications into a platform
990278ef 712 specific record_failed_login() function (affects AIX & Unicos). ok mouring@
bf7c1e6c 713
68ece370 71420030429
715 - (djm) Add back radix.o (used by AFS support), after it went missing from
716 Makefile many moons ago
717 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
718 - (djm) Fix blibpath specification for AIX/gcc
719 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
720
ded9dd18 72120030428
722 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
723 hacked code.
724
aceb0423 72520030427
726 - (bal) Bug #541: return; was dropped by mistake. Reported by
727 furrier@iglou.com
c8a50a34 728 - (bal) Since we don't support platforms lacking u_int_64. We may
729 as well clean out some of those evil #ifdefs
9a6fee8b 730 - (bal) auth1.c minor resync while looking at the code.
d7cf277b 731 - (bal) auth2.c same changed as above.
aceb0423 732
0a626302 73320030409
734 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
735 from matth@eecs.berkeley.edu
d35929b5 736 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
ffd7b36b 737 - (djm) OpenBSD CVS Sync
738 - markus@cvs.openbsd.org 2003/04/02 09:48:07
739 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
740 [readconf.h serverloop.c sshconnect2.c]
741 reapply rekeying chage, tested by henning@, ok djm@
16f1b5ca 742 - markus@cvs.openbsd.org 2003/04/02 14:36:26
743 [ssh-keysign.c]
744 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
6c1bc5c5 745 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
746 [progressmeter.c]
747 $OpenBSD$
748 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
749 [progressmeter.c]
750 remove $OpenBSD$, as other *.c does not have it.
806e4c11 751 - markus@cvs.openbsd.org 2003/04/07 08:29:57
752 [monitor_wrap.c]
753 typo: get correct counters; introduced during rekeying change.
2f5b2528 754 - millert@cvs.openbsd.org 2003/04/07 21:58:05
755 [progressmeter.c]
756 The UCB copyright here is incorrect. This code did not originate
757 at UCB, it was written by Luke Mewburn. Updated the copyright at
758 the author's request. markus@ OK
759 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
760 [*.c *.h]
761 rename log() into logit() to avoid name conflict. markus ok, from
762 netbsd
763 - (djm) XXX - Performed locally using:
764 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
70e1f62f 765 - hin@cvs.openbsd.org 2003/04/09 08:23:52
766 [servconf.c]
767 Don't include <krb.h> when compiling with Kerberos 5 support
2f5b2528 768 - (djm) Fix up missing include for packet.c
a3568201 769 - (djm) Fix missed log => logit occurance (reference by function pointer)
0a626302 770
4d0cb2e5 77120030402
772 - (bal) if IP_TOS is not found or broken don't try to compile in
773 packet_set_tos() function call. bug #527
774
a4e5acef 77520030401
776 - (djm) OpenBSD CVS Sync
777 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
778 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
779 [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
780 - killed whitespace
781 - new sentence new line
782 - .Bk for arguments
783 ok markus@
177f584b 784 - markus@cvs.openbsd.org 2003/04/01 10:10:23
785 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
786 [readconf.h serverloop.c sshconnect2.c]
787 rekeying bugfixes and automatic rekeying:
788 * both client and server rekey _automatically_
789 (a) after 2^31 packets, because after 2^32 packets
790 the sequence number for packets wraps
791 (b) after 2^(blocksize_in_bits/4) blocks
792 (see: draft-ietf-secsh-newmodes-00.txt)
793 (a) and (b) are _enabled_ by default, and only disabled for known
794 openssh versions, that don't support rekeying properly.
795 * client option 'RekeyLimit'
796 * do not reply to requests during rekeying
797 - markus@cvs.openbsd.org 2003/04/01 10:22:21
798 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
799 [readconf.h serverloop.c sshconnect2.c]
800 backout rekeying changes (for 3.6.1)
519bdfe8 801 - markus@cvs.openbsd.org 2003/04/01 10:31:26
802 [compat.c compat.h kex.c]
803 bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
804 tested by ho@ and myself
9dd240a3 805 - markus@cvs.openbsd.org 2003/04/01 10:56:46
806 [version.h]
807 3.6.1
ac01b518 808 - (djm) Crank spec file versions
b32453fe 809 - (djm) Release 3.6.1p1
a4e5acef 810
fd77a40f 81120030326
812 - (djm) OpenBSD CVS Sync
813 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
814 [sftp-server.c]
815 one last fix to the tree: race fix broke stuff; pr 3169;
816 srp@srparish.net, help from djm
817
8021857c 81820030325
819 - (djm) Fix getpeerid support for 64 bit BE systems. From
820 Arnd Bergmann <arndb@de.ibm.com>
821
cdb64c4d 82220030324
823 - (djm) OpenBSD CVS Sync
824 - markus@cvs.openbsd.org 2003/03/23 19:02:00
825 [monitor.c]
826 unbreak rekeying for privsep; ok millert@
827 - Release 3.6p1
62086365 828 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
829 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
cdb64c4d 830
0b202697 831$Id$
This page took 0.461953 seconds and 5 git commands to generate.