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