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