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