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