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