]> andersk Git - openssh.git/blob - ChangeLog
- markus@cvs.openbsd.org 2001/10/08 11:48:57
[openssh.git] / ChangeLog
1 20011010
2  - (djm) OpenBSD CVS Sync
3    - markus@cvs.openbsd.org 2001/10/04 14:34:16
4      [key.c]
5      call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
6    - markus@cvs.openbsd.org 2001/10/04 15:05:40
7      [channels.c serverloop.c]
8      comment out bogus conditions for selecting on connection_in
9    - markus@cvs.openbsd.org 2001/10/04 15:12:37
10      [serverloop.c]
11      client_alive_check cleanup
12    - markus@cvs.openbsd.org 2001/10/06 00:14:50
13      [sshconnect.c]
14      remove unused argument
15    - markus@cvs.openbsd.org 2001/10/06 00:36:42
16      [session.c]
17      fix typo in error message, sync with do_exec_nopty
18    - markus@cvs.openbsd.org 2001/10/06 11:18:19
19      [sshconnect1.c sshconnect2.c sshconnect.c]
20      unify hostkey check error messages, simplify prompt.
21    - markus@cvs.openbsd.org 2001/10/07 10:29:52
22      [authfile.c]
23      grammer; Matthew_Clarke@mindlink.bc.ca
24    - markus@cvs.openbsd.org 2001/10/07 17:49:40
25      [channels.c channels.h]
26      avoid possible FD_ISSET overflow for channels established
27      during channnel_after_select() (used for dynamic channels).
28    - markus@cvs.openbsd.org 2001/10/08 11:48:57
29      [channels.c]
30      better debug
31
32 20011007
33  - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
34    Prompted by Matthew Vernon <matthew@sel.cam.ac.uk> 
35
36 20011005
37  - (bal) AES works under Cray, no more hack. 
38
39 20011004
40  - (bal) nchan2.ms resync.  BSD License applied.
41
42 20011003
43  - (bal) CVS ID fix up in version.h
44  - (bal) OpenBSD CVS Sync:
45    - markus@cvs.openbsd.org 2001/09/27 11:58:16
46      [compress.c]
47      mem leak; chombier@mac.com
48    - markus@cvs.openbsd.org 2001/09/27 11:59:37
49      [packet.c]
50      missing called=1; chombier@mac.com
51    - markus@cvs.openbsd.org 2001/09/27 15:31:17
52      [auth2.c auth2-chall.c sshconnect1.c]
53      typos; from solar
54    - camield@cvs.openbsd.org 2001/09/27 17:53:24
55      [sshd.8]
56      don't talk about compile-time options
57      ok markus@
58    - djm@cvs.openbsd.org 2001/09/28 12:07:09
59      [ssh-keygen.c]
60      bzero private key after loading to smartcard; ok markus@
61    - markus@cvs.openbsd.org 2001/09/28 15:46:29
62      [ssh.c]
63      bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
64    - markus@cvs.openbsd.org 2001/10/01 08:06:28
65      [scp.c]
66      skip filenames containing \n; report jdamery@chiark.greenend.org.uk
67      and matthew@debian.org
68    - markus@cvs.openbsd.org 2001/10/01 21:38:53
69      [channels.c channels.h ssh.c sshd.c]
70      remove ugliness; vp@drexel.edu via angelos
71    - markus@cvs.openbsd.org 2001/10/01 21:51:16
72      [readconf.c readconf.h ssh.1 sshconnect.c]
73      add NoHostAuthenticationForLocalhost; note that the hostkey is
74      now check for localhost, too.
75    - djm@cvs.openbsd.org 2001/10/02 08:38:50
76      [ssh-add.c]
77      return non-zero exit code on error; ok markus@
78    - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
79      [sshd.c]
80      #include "channels.h" for channel_set_af()
81    - markus@cvs.openbsd.org 2001/10/03 10:01:20
82      [auth.c]
83      use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
84
85 20011001
86  - (stevesk) loginrec.c: fix type conversion problems exposed when using
87    64-bit off_t.
88         
89 20010929
90  - (bal) move reading 'config.h' up higher.  Patch by albert chin
91    <china@thewrittenword.com)
92
93 20010928
94  - (djm) OpenBSD CVS sync:
95    - djm@cvs.openbsd.org 2001/09/28 09:49:31
96      [scard.c]
97      Fix segv when smartcard communication error occurs during key load. 
98      ok markus@
99  - (djm) Update spec files for new x11-askpass
100
101 20010927
102  - (stevesk) session.c: declare do_pre_login() before use
103    wayned@users.sourceforge.net
104
105 20010925
106  - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
107  - (djm) Sync $sysconfdir/moduli
108  - (djm) Add AC_SYS_LARGEFILE configure test
109  - (djm) Avoid bad and unportable sprintf usage in compat code
110
111 20010923
112  - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
113    by stevesk@
114  - (bal) Removed 'extern int optopt;' since it is dead wood.
115  - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
116
117 20010923
118  - (bal) OpenBSD CVS Sync
119    - markus@cvs.openbsd.org 2001/09/23 11:09:13
120      [authfile.c]
121      relax permission check for private key files.
122    - markus@cvs.openbsd.org 2001/09/23 09:58:13
123      [LICENCE]
124      new rijndael implementation
125
126 20010920
127  - (tim) [scard/Makefile.in] Don't strip the Java binary
128  - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
129  - (bal) OpenBSD CVS Sync
130    - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
131      [sshd.8]
132      fix ClientAliveCountMax
133    - markus@cvs.openbsd.org 2001/09/20 13:46:48
134      [auth2.c]
135      key_read returns now -1 or 1
136    - markus@cvs.openbsd.org 2001/09/20 13:50:40
137      [compat.c compat.h ssh.c]
138      bug compat: request a dummy channel for -N (no shell) sessions + 
139      cleanup; vinschen@redhat.com
140    - mouring@cvs.openbsd.org 2001/09/20 20:57:51
141      [sshd_config]
142      CheckMail removed.  OKed stevesk@
143
144 20010919
145  - (bal) OpenBSD Sync
146    - markus@cvs.openbsd.org 2001/09/19 10:08:51
147      [sshd.8]
148      command=xxx applies to subsystem now, too
149    - markus@cvs.openbsd.org 2001/09/19 13:23:29
150      [key.c]
151      key_read() now returns -1 on type mismatch, too
152    - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
153      [readconf.c readconf.h scp.c sftp.c ssh.1]
154      add ClearAllForwardings ssh option and set it in scp and sftp; ok 
155      markus@
156    - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
157      [authfd.c]
158      use sizeof addr vs. SUN_LEN(addr) for sockaddr_un.  Stevens 
159      blesses this and we do it this way elsewhere.  this helps in 
160      portable because not all systems have SUN_LEN() and 
161      sockaddr_un.sun_len.  ok markus@
162    - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
163      [sshd.8]
164      missing -t in usage
165    - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
166      [sshd.8]
167      don't advertise -V in usage; ok markus@
168  - (bal) openbsd-compat/vis.[ch] is dead wood.  Removed.
169
170 20010918
171  - (djm) Configure support for smartcards. Based on Ben's work.
172  - (djm) Revert setgroups call, it causes problems on OS-X
173  - (djm) Avoid warning on BSDgetopt
174  - (djm) More makefile infrastructre for smartcard support, also based
175    on Ben's work
176  - (djm) Specify --datadir in RPM spec files so smartcard applet gets
177     put somewhere sane. Add Ssh.bin to manifest.
178  - (djm) Make smartcard support conditional in Redhat RPM spec
179  - (bal) LICENCE update.  Has not been done in a while.
180  - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
181    returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
182    check. ok Lutz Jaenicke
183  - (bal) OpenBSD CVS Sync
184    - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
185      [scp.1 scp.c sftp.1 sftp.c]
186      add -Fssh_config option; ok markus@
187    - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
188      [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
189      u_char*/char* cleanup; ok markus
190    - markus@cvs.openbsd.org 2001/09/17 20:22:14
191      [scard.c]
192      never keep a connection to the smartcard open.
193      allows ssh-keygen -D U while the agent is running; report from 
194      jakob@
195    - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
196      [sftp.1 sftp.c]
197      cleanup and document -1, -s and -S; ok markus@
198    - markus@cvs.openbsd.org 2001/09/17 20:50:22
199      [key.c ssh-keygen.c]
200      better error handling if you try to export a bad key to ssh.com
201    - markus@cvs.openbsd.org 2001/09/17 20:52:47
202      [channels.c channels.h clientloop.c]
203      try to fix agent-forwarding-backconnection-bug, as seen on HPUX, 
204      for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
205    - markus@cvs.openbsd.org 2001/09/17 21:04:02
206      [channels.c serverloop.c]
207      don't send fake dummy packets on CR (\r)
208      bugreport from yyua@cs.sfu.ca via solar@@openwall.com
209    - markus@cvs.openbsd.org 2001/09/17 21:09:47
210      [compat.c]
211      more versions suffering the SSH_BUG_DEBUG bug;
212      3.0.x reported by dbutts@maddog.storability.com
213    - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
214      [scp.1]
215      missing -B in usage string
216
217 20010917
218  - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
219  - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
220          rename getopt() to BSDgetopt() to keep form conflicting with
221          system getopt().
222          [Makefile.in configure.in] disable filepriv until I can add
223          missing procpriv calls.
224
225 20010916
226  - (djm) Workaround XFree breakage in RPM spec file
227  - (bal) OpenBSD CVS Sync
228     - markus@cvs.openbsd.org 2001/09/16 14:46:54
229       [session.c]
230       calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
231       pr 1943b
232
233 20010915
234  - (djm) Make do_pre_login static to avoid prototype #ifdef hell
235  - (djm) Sync scard/ stuff
236  - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
237    Redhat
238  - (djm) Redhat initscript config sanity checking from Pekka Savola 
239    <pekkas@netcore.fi>
240  - (djm) Clear supplemental groups at sshd start to prevent them from 
241    being propogated to random PAM modules. Based on patch from Redhat via
242    Pekka Savola <pekkas@netcore.fi>
243  - (djm) Make sure rijndael.c picks config.h
244  - (djm) Ensure that u_char gets defined
245
246 20010914
247  - (bal) OpenBSD CVS Sync
248    - markus@cvs.openbsd.org 2001/09/13
249      [rijndael.c rijndael.h]
250      missing $OpenBSD
251    - markus@cvs.openbsd.org 2001/09/14
252      [session.c]
253      command=xxx overwrites subsystems, too
254    - markus@cvs.openbsd.org 2001/09/14
255      [sshd.c]
256      typo
257
258 20010913
259  - (bal) OpenBSD CVS Sync
260    - markus@cvs.openbsd.org 2001/08/23 11:31:59
261      [cipher.c cipher.h]
262      switch to the optimised AES reference code from
263      http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
264
265 20010912
266  - (bal) OpenBSD CVS Sync
267    - jakob@cvs.openbsd.org 2001/08/16 19:18:34
268      [servconf.c servconf.h session.c sshd.8]
269      deprecate CheckMail. ok markus@
270    - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
271      [ssh.1 sshd.8]
272      document case sensitivity for ssh, sshd and key file
273      options and arguments; ok markus@
274    - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
275      [servconf.h]
276      typo in comment
277    - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
278      [ssh.1 sshd.8]
279      minor typos and cleanup
280    - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
281      [ssh.1]
282      hostname not optional; ok markus@
283    - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
284      [sshd.8]
285      no rexd; ok markus@
286    - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
287      [ssh.1]
288      document cipher des for protocol 1; ok deraadt@
289    - camield@cvs.openbsd.org 2001/08/23 17:59:31
290      [sshd.c]
291      end request with 0, not NULL
292      ok markus@
293    - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
294      [ssh-agent.1]
295      fix usage; ok markus@
296    - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
297      [ssh-add.1 ssh-keyscan.1]
298      minor cleanup
299    - danh@cvs.openbsd.org 2001/08/27 22:02:13
300      [ssh-keyscan.c]
301      fix memory fault if non-existent filename is given to the -f option
302      ok markus@
303    - markus@cvs.openbsd.org 2001/08/28 09:51:26
304      [readconf.c]
305      don't set DynamicForward unless Host matches
306    - markus@cvs.openbsd.org 2001/08/28 15:39:48
307      [ssh.1 ssh.c]
308      allow: ssh -F configfile host
309    - markus@cvs.openbsd.org 2001/08/29 20:44:03
310      [scp.c]
311      clear the malloc'd buffer, otherwise source() will leak malloc'd 
312      memory; ok theo@
313    - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
314      [sshd.8]
315      add text about -u0 preventing DNS requests; ok markus@
316    - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
317      [ssh.1 ssh.c]
318      document -D and DynamicForward; ok markus@
319    - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
320      [ssh.c]
321      validate ports for -L/-R; ok markus@
322    - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
323      [ssh.1 sshd.8]
324      additional documentation for GatewayPorts; ok markus@
325    - naddy@cvs.openbsd.org 2001/08/30 15:42:36
326      [ssh.1]
327      add -D to synopsis line; ok markus@
328    - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
329      [readconf.c ssh.1]
330      validate ports for LocalForward/RemoteForward.
331      add host/port alternative syntax for IPv6 (like -L/-R).
332      ok markus@
333    - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
334      [auth-options.c sshd.8]
335      validate ports for permitopen key file option. add host/port
336      alternative syntax for IPv6. ok markus@
337    - markus@cvs.openbsd.org 2001/08/30 22:22:32
338      [ssh-keyscan.c]
339      do not pass pointers to longjmp; fix from wayne@blorf.net
340    - markus@cvs.openbsd.org 2001/08/31 11:46:39
341      [sshconnect2.c]
342      disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
343      messages
344    - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
345      [readconf.c readconf.h ssh.c]
346      fatal() for nonexistent -Fssh_config. ok markus@
347    - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
348      [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
349      avoid first person in manual pages
350    - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
351      [scp.c]
352      don't forward agent for non third-party copies; ok markus@
353
354 20010815
355  - (bal) Fixed stray code in readconf.c that went in by mistake.
356  - OpenBSD CVS Sync
357    - markus@cvs.openbsd.org 2001/08/07 10:37:46
358      [authfd.c authfd.h]
359      extended failure messages from galb@vandyke.com
360    - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
361      [scp.1]
362      when describing the -o option, give -o Protocol=1 as the specific example
363      since we are SICK AND TIRED of clueless people who cannot have difficulty
364      thinking on their own.
365    - markus@cvs.openbsd.org 2001/08/08 18:20:15
366      [uidswap.c]
367      permanently_set_uid is a noop if user is not privilegued;
368      fixes bug on solaris; from sbi@uchicago.edu
369    - markus@cvs.openbsd.org 2001/08/08 21:34:19
370      [uidswap.c]
371      undo last change; does not work for sshd
372    - jakob@cvs.openbsd.org 2001/08/11 22:51:27
373      [ssh.c tildexpand.c]
374      fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. 
375      ok markus@
376    - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
377      [scp.c]
378      don't need main prototype (also sync with rcp); ok markus@
379    - markus@cvs.openbsd.org 2001/08/14 09:23:02
380      [sftp.1 sftp-int.c]
381      "bye"; hk63a@netscape.net
382    - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
383      [scp.1 sftp.1 ssh.1]
384      consistent documentation and example of ``-o ssh_option'' for sftp and
385      scp; document keyword=argument for ssh.
386  - (bal) QNX resync.   OK tim@
387
388 20010814
389  - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
390    for some #ifdef _CRAY code; ok wendyp@cray.com
391  - (stevesk) sshpty.c: return 0 on error in cray pty code;
392    ok wendyp@cray.com
393  - (stevesk) bsd-cray.c: utmp strings are not C strings
394  - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
395
396 20010812
397  - (djm) Fix detection of long long int support. Based on patch from 
398    Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
399
400 20010808
401  - (bal) Minor correction to inet_ntop.h.  _BSD_RRESVPORT_H should be
402    _BSD_INET_NTOP_H.  Pointed out by Mark Miller <markm@swoon.net> 
403
404 20010807
405  - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
406          openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
407          in. Needed for sshconnect.c
408          [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
409          [configure.in] make tests with missing libraries fail
410          patch by Wendy Palm <wendyp@cray.com>
411          Added openbsd-compat/bsd-cray.h. Selective patches from
412          William L. Jones <jones@mail.utexas.edu> 
413
414 20010806
415  - OpenBSD CVS Sync
416    - markus@cvs.openbsd.org 2001/07/22 21:32:27
417      [sshpty.c]
418      update comment
419    - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
420      [ssh.1]
421      There is no option "Compress", point to "Compression" instead; ok 
422      markus
423    - markus@cvs.openbsd.org 2001/07/22 22:04:19
424      [readconf.c ssh.1]
425      enable challenge-response auth by default; ok millert@
426    - markus@cvs.openbsd.org 2001/07/22 22:24:16
427      [sshd.8]
428      Xr login.conf
429    - markus@cvs.openbsd.org 2001/07/23 09:06:28
430      [sshconnect2.c]
431      reorder default sequence of userauth methods to match ssh behaviour:
432      hostbased,publickey,keyboard-interactive,password
433    - markus@cvs.openbsd.org 2001/07/23 12:47:05
434      [ssh.1]
435      sync PreferredAuthentications
436    - aaron@cvs.openbsd.org 2001/07/23 14:14:18
437      [ssh-keygen.1]
438      Fix typo.
439    - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
440      [auth2.c auth-rsa.c]
441      use %lu; ok markus@
442    - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
443      [xmalloc.c]
444      no zero size xstrdup() error; ok markus@
445    - markus@cvs.openbsd.org 2001/07/25 11:59:35
446      [scard.c]
447      typo in comment
448    - markus@cvs.openbsd.org 2001/07/25 14:35:18
449      [readconf.c ssh.1 ssh.c sshconnect.c]
450      cleanup connect(); connection_attempts 4 -> 1; from 
451      eivind@freebsd.org
452    - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
453      [sshd.8 sshd.c]
454      add -t option to test configuration file and keys; pekkas@netcore.fi
455      ok markus@
456    - rees@cvs.openbsd.org 2001/07/26 20:04:27
457      [scard.c ssh-keygen.c]
458      Inquire Cyberflex class for 0xf0 cards
459      change aid to conform to 7816-5
460      remove gratuitous fid selects
461    - millert@cvs.openbsd.org 2001/07/27 14:50:45
462      [ssh.c]
463      If smart card support is compiled in and a smart card is being used
464      for authentication, make it the first method used.  markus@ OK
465    - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
466      [scp.c]
467      shorten lines
468    - markus@cvs.openbsd.org 2001/07/28 09:21:15
469      [sshd.8]
470      cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
471    - mouring@cvs.openbsd.org 2001/07/29 17:02:46
472      [scp.1]
473      Clarified -o option in scp.1  OKed by Markus@
474    - jakob@cvs.openbsd.org 2001/07/30 16:06:07
475      [scard.c scard.h]
476      better errorcodes from sc_*; ok markus@
477    - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
478      [rijndael.c rijndael.h]
479      new BSD-style license:
480      Brian Gladman <brg@gladman.plus.com>:
481      >I have updated my code at:
482      >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
483      >with a copyright notice as follows:
484      >[...]
485      >I am not sure which version of my old code you are using but I am
486      >happy for the notice above to be substituted for my existing copyright
487      >intent if this meets your purpose.
488    - jakob@cvs.openbsd.org 2001/07/31 08:41:10
489      [scard.c]
490      do not complain about missing smartcards. ok markus@
491    - jakob@cvs.openbsd.org 2001/07/31 09:28:44
492      [readconf.c readconf.h ssh.1 ssh.c]
493      add 'SmartcardDevice' client option to specify which smartcard device 
494      is used to access a smartcard used for storing the user's private RSA 
495      key. ok markus@.
496    - jakob@cvs.openbsd.org 2001/07/31 12:42:50
497      [sftp-int.c sftp-server.c]
498      avoid paths beginning with "//"; <vinschen@redhat.com>
499      ok markus@
500    - jakob@cvs.openbsd.org 2001/07/31 12:53:34
501      [scard.c]
502      close smartcard connection if card is missing
503    - markus@cvs.openbsd.org 2001/08/01 22:03:33
504      [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c 
505       ssh-agent.c ssh.c]
506      use strings instead of ints for smartcard reader ids
507    - markus@cvs.openbsd.org 2001/08/01 22:16:45
508      [ssh.1 sshd.8]
509      refer to current ietf drafts for protocol v2
510    - markus@cvs.openbsd.org 2001/08/01 23:33:09
511      [ssh-keygen.c]
512      allow uploading RSA keys for non-default AUT0 (sha1 over passphrase 
513      like sectok).
514   - markus@cvs.openbsd.org 2001/08/01 23:38:45
515      [scard.c ssh.c]
516      support finish rsa keys.
517      free public keys after login -> call finish -> close smartcard.
518    - markus@cvs.openbsd.org 2001/08/02 00:10:17
519      [ssh-keygen.c]
520      add -D readerid option (download, i.e. print public RSA key to stdout).
521      check for card present when uploading keys.
522      use strings instead of ints for smartcard reader ids, too.
523    - jakob@cvs.openbsd.org 2001/08/02 08:58:35
524      [ssh-keygen.c]
525      change -u (upload smartcard key) to -U. ok markus@
526    - jakob@cvs.openbsd.org 2001/08/02 15:06:52
527      [ssh-keygen.c]
528      more verbose usage(). ok markus@
529    - jakob@cvs.openbsd.org 2001/08/02 15:07:23
530      [ssh-keygen.1]
531      document smartcard upload/download. ok markus@
532    - jakob@cvs.openbsd.org 2001/08/02 15:32:10
533      [ssh.c]
534      add smartcard to usage(). ok markus@
535    - jakob@cvs.openbsd.org 2001/08/02 15:43:57
536      [ssh-agent.c ssh.c ssh-keygen.c]
537      add /* SMARTCARD */ to #else/#endif. ok markus@
538   - jakob@cvs.openbsd.org 2001/08/02 16:14:05
539      [scard.c ssh-agent.c ssh.c ssh-keygen.c]
540      clean up some /* SMARTCARD */. ok markus@
541    - mpech@cvs.openbsd.org 2001/08/02 18:37:35
542      [ssh-keyscan.1]
543      o) .Sh AUTHOR -> .Sh AUTHORS;
544      o) .Sh EXAMPLE -> .Sh EXAMPLES;
545      o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
546  
547      millert@ ok
548    - jakob@cvs.openbsd.org 2001/08/03 10:31:19
549      [ssh-add.1]
550      document smartcard options. ok markus@
551    - jakob@cvs.openbsd.org 2001/08/03 10:31:30
552      [ssh-add.c ssh-agent.c ssh-keyscan.c]
553      improve usage(). ok markus@
554    - markus@cvs.openbsd.org 2001/08/05 23:18:20
555      [ssh-keyscan.1 ssh-keyscan.c]
556      ssh 2 support; from wayned@users.sourceforge.net
557    - markus@cvs.openbsd.org 2001/08/05 23:29:58
558      [ssh-keyscan.c]
559      make -t dsa work with commercial servers, too
560    - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
561      [scp.c]
562      use alarm vs. setitimer for portable; ok markus@
563  - (bal) ssh-keyscan double -lssh hack due to seed_rng().
564  - (bal) Second around of UNICOS patches.  A few other things left. 
565    Patches by William L. Jones <jones@mail.utexas.edu> 
566
567 20010803
568  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
569    a fast UltraSPARC.
570
571 20010726
572  - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
573    handler has converged.
574
575 20010725
576  - (bal) Added 'install-nokeys' to Makefile to assist package builders.
577
578 20010724
579  - (bal) 4711 not 04711 for ssh binary.
580
581 20010722
582  - (bal) Starting the Unicossmk merger.  File merged TODO, configure.in,
583          myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
584          Added openbsd-compat/bsd-cray.c.  Rest will be merged after
585          approval.  Selective patches from William L. Jones 
586          <jones@mail.utexas.edu> 
587  - OpenBSD CVS Sync
588    - markus@cvs.openbsd.org 2001/07/18 21:10:43
589      [sshpty.c]
590      pr #1946, allow sshd if /dev is readonly
591    - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
592      [ssh-agent.c]
593      chdir("/") from bbraun@synack.net; ok markus@
594    - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
595      [ssh.1]
596      escape chars are below now
597    - markus@cvs.openbsd.org 2001/07/20 14:46:11
598      [ssh-agent.c]
599      do not exit() from signal handlers; ok deraadt@
600    - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
601      [ssh.1]
602      "the" command line
603
604 20010719
605  - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
606          report from Mark Miller <markm@swoon.net>
607
608 20010718
609  - OpenBSD CVS Sync
610    - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
611      [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
612      delete spurious #includes; ok deraadt@ markus@
613    - markus@cvs.openbsd.org 2001/07/15 16:17:08
614      [serverloop.c]
615      schedule client alive for ssh2 only, greg@cheers.bungi.com
616    - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
617      [ssh-agent.1]
618      -d will not fork; ok markus@
619    - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
620      [ssh-agent.c]
621      typo in usage; ok markus@
622    - markus@cvs.openbsd.org 2001/07/17 20:48:42
623      [ssh-agent.c]
624      update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
625    - markus@cvs.openbsd.org 2001/07/17 21:04:58
626      [channels.c channels.h clientloop.c nchan.c serverloop.c]
627      keep track of both maxfd and the size of the malloc'ed fdsets.
628      update maxfd if maxfd gets closed.
629    - mouring@cvs.openbsd.org 2001/07/18 16:45:52
630      [scp.c]
631      Missing -o in scp usage()
632  - (bal) Cleaned up trailing spaces in ChangeLog.
633  - (bal) Allow sshd to switch user context without password for Cygwin.
634          Patch by Corinna Vinschen <vinschen@redhat.com>
635  - (bal) Updated cygwin README and ssh-host-config.  Patch by
636          Corinna Vinschen <vinschen@redhat.com>
637
638 20010715
639  - (bal) Set "BROKEN_GETADDRINFO" for darwin platform.  Reported by
640    Josh Larios <jdlarios@cac.washington.edu>
641  - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
642          needed by openbsd-compat/fake-getaddrinfo.c
643
644 20010714
645  - (stevesk) change getopt() declaration
646  - (stevesk) configure.in: use ll suffix for long long constant
647    in snprintf() test
648
649 20010713
650  - (djm) Enable /etc/nologin check on PAM systems, as some lack the
651    pam_nologin module. Report from William Yodlowsky
652    <bsd@openbsd.rutgers.edu>
653  - (djm) Revert dirname fix, a better one is on its way.
654  - OpenBSD CVS Sync
655    - markus@cvs.openbsd.org 2001/07/04 22:47:19
656      [ssh-agent.c]
657      ignore SIGPIPE when debugging, too
658    - markus@cvs.openbsd.org 2001/07/04 23:13:10
659      [scard.c scard.h ssh-agent.c]
660      handle card removal more gracefully, add sc_close() to scard.h
661    - markus@cvs.openbsd.org 2001/07/04 23:39:07
662      [ssh-agent.c]
663      for smartcards remove both RSA1/2 keys
664    - markus@cvs.openbsd.org 2001/07/04 23:49:27
665      [ssh-agent.c]
666      handle mutiple adds of the same smartcard key
667    - espie@cvs.openbsd.org 2001/07/05 11:43:33
668      [sftp-glob.c]
669      Directly cast to the right type. Ok markus@
670    - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
671      [sshconnect1.c]
672      statement after label; ok dugsong@
673    - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
674      [servconf.c]
675      fix ``MaxStartups max''; ok markus@
676    - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
677      [ssh.c]
678      Use getopt(3); markus@ ok.
679    - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
680      [session.c sftp-int.c]
681      correct type on last arg to execl(); nordin@cse.ogi.edu
682    - markus@cvs.openbsd.org 2001/07/10 21:49:12
683      [readpass.c]
684      don't panic if fork or pipe fail (just return an empty passwd).
685    - itojun@cvs.openbsd.org 2001/07/11 00:24:53
686      [servconf.c]
687      make it compilable in all 4 combination of KRB4/KRB5 settings.
688      dugsong ok
689      XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
690      -I/usr/include/kerberosV?
691    - markus@cvs.openbsd.org 2001/07/11 16:29:59
692      [ssh.c]
693      sort options string, fix -p, add -k
694    - markus@cvs.openbsd.org 2001/07/11 18:26:15
695      [auth.c]
696      no need to call dirname(pw->pw_dir).
697      note that dirname(3) modifies its argument on some systems.
698  - (djm) Reorder Makefile.in so clean targets work a little better when
699    run directly from Makefile.in
700  - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
701
702 20010711
703  - (djm) dirname(3) may modify its argument on glibc and other systems.
704    Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
705
706 20010704
707  - OpenBSD CVS Sync
708    - markus@cvs.openbsd.org 2001/06/25 08:25:41
709      [channels.c channels.h cipher.c clientloop.c compat.c compat.h
710       hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
711       session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
712      update copyright for 2001
713    - markus@cvs.openbsd.org 2001/06/25 17:18:27
714      [ssh-keygen.1]
715      sshd(8) will never read the private keys, but ssh(1) does;
716      hugh@mimosa.com
717    - provos@cvs.openbsd.org 2001/06/25 17:54:47
718      [auth.c auth.h auth-rsa.c]
719      terminate secure_filename checking after checking homedir.  that way
720      it works on AFS.  okay markus@
721    - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
722      [auth2.c sshconnect2.c]
723      prototype cleanup; ok markus@
724    - markus@cvs.openbsd.org 2001/06/26 02:47:07
725      [ssh-keygen.c]
726      allow loading a private RSA key to a cyberflex card.
727    - markus@cvs.openbsd.org 2001/06/26 04:07:06
728      [ssh-agent.1 ssh-agent.c]
729      add debug flag
730    - markus@cvs.openbsd.org 2001/06/26 04:59:59
731      [authfd.c authfd.h ssh-add.c]
732      initial support for smartcards in the agent
733    - markus@cvs.openbsd.org 2001/06/26 05:07:43
734      [ssh-agent.c]
735      update usage
736    - markus@cvs.openbsd.org 2001/06/26 05:33:34
737      [ssh-agent.c]
738      more smartcard support.
739    - mpech@cvs.openbsd.org 2001/06/26 05:48:07
740      [sshd.8]
741      remove unnecessary .Pp between .It;
742      millert@ ok
743    - markus@cvs.openbsd.org 2001/06/26 05:50:11
744      [auth2.c]
745      new interface for secure_filename()
746    - itojun@cvs.openbsd.org 2001/06/26 06:32:58
747      [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
748       buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
749       compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
750       hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
751       radix.h readconf.h readpass.h rsa.h]
752      prototype pedant.  not very creative...
753      - () -> (void)
754      - no variable names
755    - itojun@cvs.openbsd.org 2001/06/26 06:33:07
756      [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
757       sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
758       ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
759      prototype pedant.  not very creative...
760      - () -> (void)
761      - no variable names
762    - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
763      [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
764       servconf.c servconf.h session.c sshconnect1.c sshd.c]
765      Kerberos v5 support for SSH1, mostly from Assar Westerlund
766      <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
767    - markus@cvs.openbsd.org 2001/06/26 17:25:34
768      [ssh.1]
769      document SSH_ASKPASS; fubob@MIT.EDU
770    - markus@cvs.openbsd.org 2001/06/26 17:27:25
771      [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
772       canohost.h channels.h cipher.h clientloop.h compat.h compress.h
773       crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
774       hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
775       packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
776       session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
777       sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
778       tildexpand.h uidswap.h uuencode.h xmalloc.h]
779      remove comments from .h, since they are cut&paste from the .c files
780      and out of sync
781    - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
782      [servconf.c]
783      #include <kafs.h>
784    - markus@cvs.openbsd.org 2001/06/26 20:14:11
785      [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
786      add smartcard support to the client, too (now you can use both
787      the agent and the client).
788    - markus@cvs.openbsd.org 2001/06/27 02:12:54
789      [serverloop.c serverloop.h session.c session.h]
790      quick hack to make ssh2 work again.
791    - markus@cvs.openbsd.org 2001/06/27 04:48:53
792      [auth.c match.c sshd.8]
793      tridge@samba.org
794    - markus@cvs.openbsd.org 2001/06/27 05:35:42
795      [ssh-keygen.c]
796      use cyberflex_inq_class to inquire class.
797    - markus@cvs.openbsd.org 2001/06/27 05:42:25
798      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
799      s/generate_additional_parameters/rsa_generate_additional_parameters/
800      http://www.humppa.com/
801    - markus@cvs.openbsd.org 2001/06/27 06:26:36
802      [ssh-add.c]
803      convert to getopt(3)
804    - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
805      [ssh-keygen.c]
806      '\0' terminated data[] is ok; ok markus@
807    - markus@cvs.openbsd.org 2001/06/29 07:06:34
808      [ssh-keygen.c]
809      new error handling for cyberflex_*
810    - markus@cvs.openbsd.org 2001/06/29 07:11:01
811      [ssh-keygen.c]
812      initialize early
813    - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
814      [clientloop.c]
815      sync function definition with declaration; ok markus@
816    - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
817      [channels.c]
818      use socklen_t for getsockopt arg #5; ok markus@
819    - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
820      [channels.c channels.h clientloop.c]
821      adress -> address; ok markus@
822    - markus@cvs.openbsd.org 2001/07/02 13:59:15
823      [serverloop.c session.c session.h]
824      wait until !session_have_children(); bugreport from
825      Lutz.Jaenicke@aet.TU-Cottbus.DE
826    - markus@cvs.openbsd.org 2001/07/02 22:29:20
827      [readpass.c]
828      do not return NULL, use "" instead.
829    - markus@cvs.openbsd.org 2001/07/02 22:40:18
830      [ssh-keygen.c]
831      update for sectok.h interface changes.
832    - markus@cvs.openbsd.org 2001/07/02 22:52:57
833      [channels.c channels.h serverloop.c]
834      improve cleanup/exit logic in ssh2:
835      stop listening to channels, detach channel users (e.g. sessions).
836      wait for children (i.e. dying sessions), send exit messages,
837      cleanup all channels.
838  - (bal) forget a few new files in sync up.
839  - (bal) Makefile fix up requires scard.c
840  - (stevesk) sync misc.h
841  - (stevesk) more sync for session.c
842  - (stevesk) sync servconf.h (comments)
843  - (tim) [contrib/caldera/openssh.spec] sync with Caldera
844  - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
845          issue warning (line 1: tokens ignored at end of directive line)
846  - (tim) [sshconnect1.c] give the compiler something to do for success:
847          if KRB5 and AFS are not defined
848          (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
849
850 20010629
851  - (bal) Removed net_aton() since we don't use it any more
852  - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
853  - (bal) Updated zlib's home.  Thanks to David Howe <DaveHowe@gmx.co.uk>.
854  - (stevesk) remove _REENTRANT #define
855  - (stevesk) session.c: use u_int for envsize
856  - (stevesk) remove cli.[ch]
857
858 20010628
859  - (djm) Sync openbsd-compat with -current libc
860  - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
861    broken makefile
862  - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
863  - (bal) Remove getusershell() since it's no longer used.
864
865 20010627
866  - (djm) Reintroduce pam_session call for non-pty sessions.
867  - (djm) Remove redundant and incorrect test for max auth attempts in
868    PAM kbdint code. Based on fix from Matthew Melvin
869   <matthewm@webcentral.com.au>
870  - (djm) Rename sysconfdir/primes => sysconfdir/moduli
871  - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
872    existing primes->moduli if it exists.
873  - (djm) Sync with -current openbsd-compat/readpassphrase.c:
874    - djm@cvs.openbsd.org 2001/06/27 13:23:30
875      typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
876  - (djm) Turn up warnings if gcc or egcs detected
877  - (stevesk) for HP-UX 11.X use X/Open socket interface;
878     pulls in modern socket prototypes and eliminates a number of compiler
879     warnings.  see xopen_networking(7).
880  - (stevesk) fix x11 forwarding from _PATH_XAUTH change
881  - (stevesk) use X/Open socket interface for HP-UX 10.X also
882
883 20010625
884  - OpenBSD CVS Sync
885    - markus@cvs.openbsd.org 2001/06/21 21:08:25
886      [session.c]
887      don't reset forced_command (we allow multiple login shells in
888      ssh2); dwd@bell-labs.com
889    - mpech@cvs.openbsd.org 2001/06/22 10:17:51
890      [ssh.1 sshd.8 ssh-keyscan.1]
891      o) .Sh AUTHOR -> .Sh AUTHORS;
892      o) remove unnecessary .Pp;
893      o) better -mdoc style;
894      o) typo;
895      o) sort SEE ALSO;
896      aaron@ ok
897    - provos@cvs.openbsd.org 2001/06/22 21:27:08
898      [dh.c pathnames.h]
899      use /etc/moduli instead of /etc/primes, okay markus@
900    - provos@cvs.openbsd.org 2001/06/22 21:28:53
901      [sshd.8]
902      document /etc/moduli
903    - markus@cvs.openbsd.org 2001/06/22 21:55:49
904      [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
905       ssh-keygen.1]
906      merge authorized_keys2 into authorized_keys.
907      authorized_keys2 is used for backward compat.
908      (just append authorized_keys2 to authorized_keys).
909    - provos@cvs.openbsd.org 2001/06/22 21:57:59
910      [dh.c]
911      increase linebuffer to deal with larger moduli; use rewind instead of
912      close/open
913    - markus@cvs.openbsd.org 2001/06/22 22:21:20
914      [sftp-server.c]
915      allow long usernames/groups in readdir
916    - markus@cvs.openbsd.org 2001/06/22 23:35:21
917      [ssh.c]
918      don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
919    - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
920      [scp.c]
921      slightly better care
922    - markus@cvs.openbsd.org 2001/06/23 00:20:57
923      [auth2.c auth.c auth.h auth-rh-rsa.c]
924      *known_hosts2 is obsolete for hostbased authentication and
925      only used for backward compat. merge ssh1/2 hostkey check
926      and move it to auth.c
927    - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
928      [sftp.1 sftp-server.8 ssh-keygen.1]
929      join .%A entries; most by bk@rt.fm
930    - markus@cvs.openbsd.org 2001/06/23 02:34:33
931      [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
932       sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
933      get rid of known_hosts2, use it for hostkey lookup, but do not
934      modify.
935    - markus@cvs.openbsd.org 2001/06/23 03:03:59
936      [sshd.8]
937      draft-ietf-secsh-dh-group-exchange-01.txt
938    - markus@cvs.openbsd.org 2001/06/23 03:04:42
939      [auth2.c auth-rh-rsa.c]
940      restore correct ignore_user_known_hosts logic.
941    - markus@cvs.openbsd.org 2001/06/23 05:26:02
942      [key.c]
943      handle sigature of size 0 (some broken clients send this).
944    - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
945      [sftp.1 sftp-server.8 ssh-keygen.1]
946      ok, tmac is now fixed
947    - markus@cvs.openbsd.org 2001/06/23 06:41:10
948      [ssh-keygen.c]
949      try to decode ssh-3.0.0 private rsa keys
950      (allow migration to openssh, not vice versa), #910
951    - itojun@cvs.openbsd.org 2001/06/23 15:12:20
952      [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
953       canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
954       hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
955       readpass.c scp.c servconf.c serverloop.c session.c sftp.c
956       sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
957       ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
958       ssh-keygen.c ssh-keyscan.c]
959      more strict prototypes.  raise warning level in Makefile.inc.
960      markus ok'ed
961      TODO; cleanup headers
962    - markus@cvs.openbsd.org 2001/06/23 17:05:22
963      [ssh-keygen.c]
964      fix import for (broken?) ssh.com/f-secure private keys
965      (i tested > 1000 RSA keys)
966    - itojun@cvs.openbsd.org 2001/06/23 17:48:18
967      [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
968      kill whitespace at EOL.
969    - markus@cvs.openbsd.org 2001/06/23 19:12:43
970      [sshd.c]
971      pidfile/sigterm race; bbraun@synack.net
972    - markus@cvs.openbsd.org 2001/06/23 22:37:46
973      [sshconnect1.c]
974      consistent with ssh2: skip key if empty passphrase is entered,
975      retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
976    - markus@cvs.openbsd.org 2001/06/24 05:25:10
977      [auth-options.c match.c match.h]
978      move ip+hostname check to match.c
979    - markus@cvs.openbsd.org 2001/06/24 05:35:33
980      [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
981      switch to readpassphrase(3)
982      2.7/8-stable needs readpassphrase.[ch] from libc
983    - markus@cvs.openbsd.org 2001/06/24 05:47:13
984      [sshconnect2.c]
985      oops, missing format string
986    - markus@cvs.openbsd.org 2001/06/24 17:18:31
987      [ttymodes.c]
988      passing modes works fine: debug2->3
989  - (djm) -Wall fix for session.c
990  - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
991    Solaris
992
993 20010622
994  - (stevesk) handle systems without pw_expire and pw_change.
995
996 20010621
997  - OpenBSD CVS Sync
998    - markus@cvs.openbsd.org 2001/06/16 08:49:38
999      [misc.c]
1000      typo; dunlap@apl.washington.edu
1001    - markus@cvs.openbsd.org 2001/06/16 08:50:39
1002      [channels.h]
1003      bad //-style comment; thx to stevev@darkwing.uoregon.edu
1004    - markus@cvs.openbsd.org 2001/06/16 08:57:35
1005      [scp.c]
1006      no stdio or exit() in signal handlers.
1007    - markus@cvs.openbsd.org 2001/06/16 08:58:34
1008      [misc.c]
1009      copy pw_expire and pw_change, too.
1010    - markus@cvs.openbsd.org 2001/06/19 12:34:09
1011      [session.c]
1012      cleanup forced command handling, from dwd@bell-labs.com
1013    - markus@cvs.openbsd.org 2001/06/19 14:09:45
1014      [session.c sshd.8]
1015      disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
1016    - markus@cvs.openbsd.org 2001/06/19 15:40:45
1017      [session.c]
1018      allocate and free at the same level.
1019    - markus@cvs.openbsd.org 2001/06/20 13:56:39
1020      [channels.c channels.h clientloop.c packet.c serverloop.c]
1021      move from channel_stop_listening to channel_free_all,
1022      call channel_free_all before calling waitpid() in serverloop.
1023      fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
1024
1025 20010615
1026  - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
1027    around grantpt().
1028  - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
1029
1030 20010614
1031  - OpenBSD CVS Sync
1032    - markus@cvs.openbsd.org 2001/06/13 09:10:31
1033      [session.c]
1034      typo, use pid not s->pid, mstone@cs.loyola.edu
1035
1036 20010613
1037  - OpenBSD CVS Sync
1038    - markus@cvs.openbsd.org 2001/06/12 10:58:29
1039      [session.c]
1040      merge session_free into session_close()
1041      merge pty_cleanup_proc into session_pty_cleanup()
1042    - markus@cvs.openbsd.org 2001/06/12 16:10:38
1043      [session.c]
1044      merge ssh1/ssh2 tty msg parse and alloc code
1045    - markus@cvs.openbsd.org 2001/06/12 16:11:26
1046      [packet.c]
1047      do not log() packet_set_maxsize
1048    - markus@cvs.openbsd.org 2001/06/12 21:21:29
1049      [session.c]
1050      remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
1051      we do already trust $HOME/.ssh
1052      you can use .ssh/sshrc and .ssh/environment if you want to customize
1053      the location of the xauth cookies
1054    - markus@cvs.openbsd.org 2001/06/12 21:30:57
1055      [session.c]
1056      unused
1057
1058 20010612
1059  - scp.c ID update (upstream synced vfsprintf() from us)
1060  - OpenBSD CVS Sync
1061   - markus@cvs.openbsd.org 2001/06/10 11:29:20
1062      [dispatch.c]
1063      we support rekeying
1064      protocol errors are fatal.
1065    - markus@cvs.openbsd.org 2001/06/11 10:18:24
1066      [session.c]
1067      reset pointer to NULL after xfree(); report from solar@openwall.com
1068    - markus@cvs.openbsd.org 2001/06/11 16:04:38
1069      [sshd.8]
1070      typo; bdubreuil@crrel.usace.army.mil
1071
1072 20010611
1073  - (bal) NeXT/MacOS X lack libgen.h and dirname().  Patch by Mark Miller
1074    <markm@swoon.net>
1075  - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
1076    types.  Patch by Jan IVEN <Jan.Iven@cern.ch>
1077  - (bal) Fixed Makefile.in so that 'configure; make install' works.
1078
1079 20010610
1080  - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c
1081
1082 20010609
1083  - OpenBSD CVS Sync
1084    - markus@cvs.openbsd.org 2001/05/30 12:55:13
1085      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
1086       packet.c serverloop.c session.c ssh.c ssh1.h]
1087      channel layer cleanup: merge header files and split .c files
1088    - markus@cvs.openbsd.org 2001/05/30 15:20:10
1089      [ssh.c]
1090      merge functions, simplify.
1091    - markus@cvs.openbsd.org 2001/05/31 10:30:17
1092      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
1093       packet.c serverloop.c session.c ssh.c]
1094      undo the .c file split, just merge the header and keep the cvs
1095      history
1096  - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
1097    out of ssh Attic)
1098  - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
1099    Attic.
1100  - OpenBSD CVS Sync
1101    - markus@cvs.openbsd.org 2001/05/31 13:08:04
1102      [sshd_config]
1103      group options and add some more comments
1104    - markus@cvs.openbsd.org 2001/06/03 14:55:39
1105      [channels.c channels.h session.c]
1106      use fatal_register_cleanup instead of atexit, sync with x11 authdir
1107      handling
1108    - markus@cvs.openbsd.org 2001/06/03 19:36:44
1109      [ssh-keygen.1]
1110      1-2 bits of entrophy per character (not per word), ok stevesk@
1111    - markus@cvs.openbsd.org 2001/06/03 19:38:42
1112      [scp.c]
1113      pass -v to ssh; from slade@shore.net
1114    - markus@cvs.openbsd.org 2001/06/03 20:06:11
1115      [auth2-chall.c]
1116      the challenge response device decides how to handle non-existing
1117      users.
1118      -> fake challenges for skey and cryptocard
1119    - markus@cvs.openbsd.org 2001/06/04 21:59:43
1120      [channels.c channels.h session.c]
1121      switch uid when cleaning up tmp files and sockets; reported by
1122      zen-parse@gmx.net on bugtraq
1123    - markus@cvs.openbsd.org 2001/06/04 23:07:21
1124      [clientloop.c serverloop.c sshd.c]
1125      set flags in the signal handlers, do real work in the main loop,
1126      ok provos@
1127    - markus@cvs.openbsd.org 2001/06/04 23:16:16
1128      [session.c]
1129      merge ssh1/2 x11-fwd setup, create listener after tmp-dir
1130    - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
1131      [ssh-keyscan.1 ssh-keyscan.c]
1132      License clarification from David Mazieres, ok deraadt@
1133    - markus@cvs.openbsd.org 2001/06/05 10:24:32
1134      [channels.c]
1135      don't delete the auth socket in channel_stop_listening()
1136      auth_sock_cleanup_proc() will take care of this.
1137    - markus@cvs.openbsd.org 2001/06/05 16:46:19
1138      [session.c]
1139      let session_close() delete the pty.  deny x11fwd if xauthfile is set.
1140    - markus@cvs.openbsd.org 2001/06/06 23:13:54
1141      [ssh-dss.c ssh-rsa.c]
1142      cleanup, remove old code
1143    - markus@cvs.openbsd.org 2001/06/06 23:19:35
1144      [ssh-add.c]
1145      remove debug message; Darren.Moffat@eng.sun.com
1146    - markus@cvs.openbsd.org 2001/06/07 19:57:53
1147      [auth2.c]
1148      style is used for bsdauth.
1149      disconnect on user/service change (ietf-drafts)
1150    - markus@cvs.openbsd.org 2001/06/07 20:23:05
1151      [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
1152       sshconnect.c sshconnect1.c]
1153      use xxx_put_cstring()
1154    - markus@cvs.openbsd.org 2001/06/07 22:25:02
1155      [session.c]
1156      don't overwrite errno
1157      delay deletion of the xauth cookie
1158    - markus@cvs.openbsd.org 2001/06/08 15:25:40
1159      [includes.h pathnames.h readconf.c servconf.c]
1160      move the path for xauth to pathnames.h
1161  - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
1162  - (bal) ANSIify strmode()
1163  - (bal) --with-catman should be --with-mantype patch by Dave
1164    Dykstra <dwd@bell-labs.com>
1165
1166 20010606
1167  - OpenBSD CVS Sync
1168    - markus@cvs.openbsd.org 2001/05/17 21:34:15
1169      [ssh.1]
1170      no spaces in PreferredAuthentications;
1171      meixner@rbg.informatik.tu-darmstadt.de
1172    - markus@cvs.openbsd.org 2001/05/18 14:13:29
1173      [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
1174       readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
1175      improved kbd-interactive support. work by per@appgate.com and me
1176    - djm@cvs.openbsd.org 2001/05/19 00:36:40
1177      [session.c]
1178      Disable X11 forwarding if xauth binary is not found. Patch from Nalin
1179      Dahyabhai <nalin@redhat.com>; ok markus@
1180    - markus@cvs.openbsd.org 2001/05/19 16:05:41
1181      [scp.c]
1182      ftruncate() instead of open()+O_TRUNC like rcp.c does
1183      allows scp /path/to/file localhost:/path/to/file
1184    - markus@cvs.openbsd.org 2001/05/19 16:08:43
1185      [sshd.8]
1186      sort options; Matthew.Stier@fnc.fujitsu.com
1187    - markus@cvs.openbsd.org 2001/05/19 16:32:16
1188      [ssh.1 sshconnect2.c]
1189      change preferredauthentication order to
1190         publickey,hostbased,password,keyboard-interactive
1191      document that hostbased defaults to no, document order
1192    - markus@cvs.openbsd.org 2001/05/19 16:46:19
1193      [ssh.1 sshd.8]
1194      document MACs defaults with .Dq
1195    - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
1196      [misc.c misc.h servconf.c sshd.8 sshd.c]
1197      sshd command-line arguments and configuration file options that
1198      specify time may be expressed using a sequence of the form:
1199      time[qualifier], where time is a positive integer value and qualifier
1200      is one of the following:
1201          <none>,s,m,h,d,w
1202      Examples:
1203          600     600 seconds (10 minutes)
1204          10m     10 minutes
1205          1h30m   1 hour 30 minutes (90 minutes)
1206      ok markus@
1207    - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
1208      [channels.c]
1209      typo in error message
1210    - markus@cvs.openbsd.org 2001/05/20 17:20:36
1211      [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
1212       sshd_config]
1213      configurable authorized_keys{,2} location; originally from peter@;
1214      ok djm@
1215    - markus@cvs.openbsd.org 2001/05/24 11:12:42
1216      [auth.c]
1217      fix comment; from jakob@
1218    - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
1219      [clientloop.c readconf.c ssh.c ssh.h]
1220      don't perform escape processing when ``EscapeChar none''; ok markus@
1221    - markus@cvs.openbsd.org 2001/05/25 14:37:32
1222      [ssh-keygen.c]
1223      use -P for -e and -y, too.
1224    - markus@cvs.openbsd.org 2001/05/28 08:04:39
1225      [ssh.c]
1226      fix usage()
1227    - markus@cvs.openbsd.org 2001/05/28 10:08:55
1228      [authfile.c]
1229      key_load_private: set comment to filename for PEM keys
1230    - markus@cvs.openbsd.org 2001/05/28 22:51:11
1231      [cipher.c cipher.h]
1232      simpler 3des for ssh1
1233    - markus@cvs.openbsd.org 2001/05/28 23:14:49
1234      [channels.c channels.h nchan.c]
1235      undo broken channel fix and try a different one. there
1236      should be still some select errors...
1237    - markus@cvs.openbsd.org 2001/05/28 23:25:24
1238      [channels.c]
1239      cleanup, typo
1240    - markus@cvs.openbsd.org 2001/05/28 23:58:35
1241      [packet.c packet.h sshconnect.c sshd.c]
1242      remove some lines, simplify.
1243    - markus@cvs.openbsd.org 2001/05/29 12:31:27
1244      [authfile.c]
1245      typo
1246
1247 20010528
1248  - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
1249    Patch by Corinna Vinschen <vinschen@redhat.com>
1250
1251 20010517
1252  - OpenBSD CVS Sync
1253    - markus@cvs.openbsd.org 2001/05/12 19:53:13
1254      [sftp-server.c]
1255      readlink does not NULL-terminate; mhe@home.se
1256    - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
1257      [ssh.1]
1258      X11 forwarding details improved
1259    - markus@cvs.openbsd.org 2001/05/16 20:51:57
1260      [authfile.c]
1261      return comments for private pem files, too; report from nolan@naic.edu
1262    - markus@cvs.openbsd.org 2001/05/16 21:53:53
1263      [clientloop.c]
1264      check for open sessions before we call select(); fixes the x11 client
1265      bug reported by bowman@math.ualberta.ca
1266    - markus@cvs.openbsd.org 2001/05/16 22:09:21
1267      [channels.c nchan.c]
1268      more select() error fixes (don't set rfd/wfd to -1).
1269  - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
1270  - (bal) Corrected on_exit() emulation via atexit().
1271
1272 20010512
1273  - OpenBSD CVS Sync
1274    - markus@cvs.openbsd.org 2001/05/11 14:59:56
1275      [clientloop.c misc.c misc.h]
1276      add unset_nonblock for stdout/err flushing in client_loop().
1277  - (bal) Patch to partial sync up contrib/solaris/ packaging software.
1278    Patch by pete <ninjaz@webexpress.com>
1279
1280 20010511
1281  - OpenBSD CVS Sync
1282    - markus@cvs.openbsd.org 2001/05/09 22:51:57
1283      [channels.c]
1284      fix -R for protocol 2, noticed by greg@nest.cx.
1285      bug was introduced with experimental dynamic forwarding.
1286    - markus@cvs.openbsd.org 2001/05/09 23:01:31
1287      [rijndael.h]
1288      fix prototype; J.S.Peatfield@damtp.cam.ac.uk
1289
1290 20010509
1291   - OpenBSD CVS Sync
1292    - markus@cvs.openbsd.org 2001/05/06 21:23:31
1293      [cli.c]
1294      cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
1295    - markus@cvs.openbsd.org 2001/05/08 19:17:31
1296      [channels.c serverloop.c clientloop.c]
1297      adds correct error reporting to async connect()s
1298      fixes the server-discards-data-before-connected-bug found by
1299      onoe@sm.sony.co.jp
1300    - mouring@cvs.openbsd.org 2001/05/08 19:45:25
1301      [misc.c misc.h scp.c sftp.c]
1302      Use addargs() in sftp plus some clean up of addargs().  OK Markus
1303    - markus@cvs.openbsd.org 2001/05/06 21:45:14
1304      [clientloop.c]
1305      use atomicio for flushing stdout/stderr bufs. thanks to
1306      jbw@izanami.cee.hw.ac.uk
1307    - markus@cvs.openbsd.org 2001/05/08 22:48:07
1308      [atomicio.c]
1309      no need for xmalloc.h, thanks to espie@
1310  - (bal) UseLogin patch for Solaris/UNICOS.  Patch by Wayne Davison
1311    <wayne@blorf.net>
1312  - (bal) ./configure support to disable SIA on OSF1.  Patch by
1313    Chris Adams <cmadams@hiwaay.net>
1314  - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
1315    <nakaji@tutrp.tut.ac.jp>
1316
1317 20010508
1318  - (bal) Fixed configure test for USE_SIA.
1319
1320 20010506
1321  - (djm) Update config.guess and config.sub with latest versions (from
1322    ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
1323    Suggested by Jason Mader <jason@ncac.gwu.edu>
1324  - (bal) White Space and #ifdef sync with OpenBSD
1325  - (bal) Add 'seed_rng()' to ssh-add.c
1326  - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
1327  - OpenBSD CVS Sync
1328    - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
1329      [sftp.1 ssh-add.1 ssh-keygen.1]
1330      typos, grammar
1331
1332 20010505
1333  - OpenBSD CVS Sync
1334    - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
1335      [ssh.1 sshd.8]
1336      typos
1337    - markus@cvs.openbsd.org 2001/05/04 14:34:34
1338      [channels.c]
1339      channel_new() reallocs channels[], we cannot use Channel *c after
1340      calling channel_new(), XXX fix this in the future...
1341    - markus@cvs.openbsd.org 2001/05/04 23:47:34
1342      [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
1343      move to Channel **channels (instead of Channel *channels), fixes realloc
1344      problems.  channel_new now returns a Channel *, favour Channel * over
1345      channel id.  remove old channel_allocate interface.
1346
1347 20010504
1348  - OpenBSD CVS Sync
1349    - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
1350      [channels.c]
1351      typo in debug() string
1352    - markus@cvs.openbsd.org 2001/05/03 15:45:15
1353      [session.c]
1354      exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
1355    - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
1356      [servconf.c]
1357      remove "\n" from fatal()
1358    - mouring@cvs.openbsd.org 2001/05/03 23:09:53
1359      [misc.c misc.h scp.c sftp.c]
1360      Move colon() and cleanhost() to misc.c where I should I have put it in
1361      the first place
1362  - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
1363  - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
1364    Patch by Egor Duda <deo@logos-m.ru>
1365
1366 20010503
1367  - OpenBSD CVS Sync
1368    - markus@cvs.openbsd.org 2001/05/02 16:41:20
1369      [ssh-add.c]
1370      fix prompt for ssh-add.
1371
1372 20010502
1373  - OpenBSD CVS Sync
1374    - mouring@cvs.openbsd.org 2001/05/02 01:25:39
1375      [readpass.c]
1376      Put the 'const' back into ssh_askpass() function.  Pointed out
1377      by Mark Miller <markm@swoon.net>.  OK Markus
1378
1379 20010501
1380  - OpenBSD CVS Sync
1381    - markus@cvs.openbsd.org 2001/04/30 11:18:52
1382      [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
1383      implement 'ssh -b bind_address' like 'telnet -b'
1384    - markus@cvs.openbsd.org 2001/04/30 15:50:46
1385      [compat.c compat.h kex.c]
1386      allow interop with weaker key generation used by ssh-2.0.x, x < 10
1387    - markus@cvs.openbsd.org 2001/04/30 16:02:49
1388      [compat.c]
1389      ssh-2.0.10 has the weak-key-bug, too.
1390  - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
1391
1392 20010430
1393  - OpenBSD CVS Sync
1394    - markus@cvs.openbsd.org 2001/04/29 18:32:52
1395      [serverloop.c]
1396      fix whitespace
1397    - markus@cvs.openbsd.org 2001/04/29 19:16:52
1398      [channels.c clientloop.c compat.c compat.h serverloop.c]
1399      more ssh.com-2.0.x bug-compat; from per@appgate.com
1400  - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
1401  - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
1402
1403 20010429
1404  - (bal) Updated INSTALL.  PCRE moved to a new place.
1405  - (djm) Release OpenSSH-2.9p1
1406
1407 20010427
1408  - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
1409    patch based on 2.5.2 version by djm.
1410  - (bal) Build manpages and config files once unless changed.  Patch by
1411    Carson Gaspar <carson@taltos.org>
1412  - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna
1413    Vinschen <vinschen@redhat.com>
1414  - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
1415    Pekka Savola <pekkas@netcore.fi>
1416  - (bal) Cygwin lacks setgroups() API.  Patch by Corinna Vinschen
1417    <vinschen@redhat.com>
1418  - (bal) version.h synced, RPM specs updated for 2.9
1419  - (tim) update contrib/caldera files with what Caldera is using.
1420    <sps@caldera.de>
1421
1422 20010425
1423  - OpenBSD CVS Sync
1424    - markus@cvs.openbsd.org 2001/04/23 21:57:07
1425      [ssh-keygen.1 ssh-keygen.c]
1426      allow public key for -e, too
1427    - markus@cvs.openbsd.org 2001/04/23 22:14:13
1428      [ssh-keygen.c]
1429      remove debug
1430  - (bal) Whitespace resync w/ OpenBSD for uidswap.c
1431  - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
1432    (default: off), implies KbdInteractiveAuthentication. Suggestion from
1433    markus@
1434  - (djm) Include crypt.h if available in auth-passwd.c
1435  - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
1436    man page detection fixes for SCO
1437
1438 20010424
1439  - OpenBSD CVS Sync
1440    - markus@cvs.openbsd.org 2001/04/22 23:58:36
1441      [ssh-keygen.1 ssh.1 sshd.8]
1442      document hostbased and other cleanup
1443  - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
1444  - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
1445  - (bal) sys/queue.h is bogus for NCR platform.  Patch by Daniel Carroll
1446    <dan@mesastate.edu>
1447  - (bal) Fixed contrib/postinstall.in.  Patch by wsanders@wsanders.net
1448
1449 20010422
1450  - OpenBSD CVS Sync
1451    - markus@cvs.openbsd.org 2001/04/20 16:32:22
1452      [uidswap.c]
1453      set non-privileged gid before uid; tholo@ and deraadt@
1454    - mouring@cvs.openbsd.org 2001/04/21 00:55:57
1455      [sftp.1]
1456      Spelling
1457    - djm@cvs.openbsd.org 2001/04/22 08:13:30
1458      [ssh.1]
1459      typos spotted by stevesk@; ok deraadt@
1460    - markus@cvs.openbsd.org 2001/04/22 12:34:05
1461      [scp.c]
1462      scp > 2GB; niles@scyld.com; ok deraadt@, djm@
1463    - markus@cvs.openbsd.org 2001/04/22 13:25:37
1464      [ssh-keygen.1 ssh-keygen.c]
1465      rename arguments -x -> -e (export key), -X -> -i (import key)
1466      xref draft-ietf-secsh-publickeyfile-01.txt
1467    - markus@cvs.openbsd.org 2001/04/22 13:32:27
1468      [sftp-server.8 sftp.1 ssh.1 sshd.8]
1469      xref draft-ietf-secsh-*
1470    - markus@cvs.openbsd.org 2001/04/22 13:41:02
1471      [ssh-keygen.1 ssh-keygen.c]
1472      style, noted by stevesk; sort flags in usage
1473
1474 20010421
1475  - OpenBSD CVS Sync
1476    - djm@cvs.openbsd.org 2001/04/20 07:17:51
1477      [clientloop.c ssh.1]
1478      Split out and improve escape character documentation, mention ~R in
1479      ~? help text; ok markus@
1480  - Update RPM spec files for CVS version.h
1481  - (stevesk) set the default PAM service name to __progname instead
1482    of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
1483  - (stevesk) document PAM service name change in INSTALL
1484  - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
1485    fix perl test, fix nroff test, fix Makefile to build outside source tree
1486
1487 20010420
1488  - OpenBSD CVS Sync
1489    - ian@cvs.openbsd.org 2001/04/18 16:21:05
1490      [ssh-keyscan.1]
1491      Fix typo reported in PR/1779
1492    - markus@cvs.openbsd.org 2001/04/18 21:57:42
1493      [readpass.c ssh-add.c]
1494      call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
1495    - markus@cvs.openbsd.org 2001/04/18 22:03:45
1496      [auth2.c sshconnect2.c]
1497      use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
1498    - markus@cvs.openbsd.org 2001/04/18 22:48:26
1499      [auth2.c]
1500      no longer const
1501    - markus@cvs.openbsd.org 2001/04/18 23:43:26
1502      [auth2.c compat.c sshconnect2.c]
1503      more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
1504      (however the 2.1.0 server seems to work only if debug is enabled...)
1505    - markus@cvs.openbsd.org 2001/04/18 23:44:51
1506      [authfile.c]
1507      error->debug; noted by fries@
1508    - markus@cvs.openbsd.org 2001/04/19 00:05:11
1509      [auth2.c]
1510      use local variable, no function call needed.
1511      (btw, hostbased works now with ssh.com >= 2.0.13)
1512   - (bal) Put scp-common.h back into scp.c (it exists in the upstream
1513     tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
1514
1515 20010418
1516   - OpenBSD CVS Sync
1517    - markus@cvs.openbsd.org 2001/04/17 19:34:25
1518      [session.c]
1519      move auth_approval to do_authenticated().
1520      do_child(): nuke hostkeys from memory
1521      don't source .ssh/rc for subsystems.
1522    - markus@cvs.openbsd.org 2001/04/18 14:15:00
1523      [canohost.c]
1524      debug->debug3
1525   - (bal) renabled 'catman-do:' and fixed it.  So now catman pages should
1526     be working again.
1527   - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
1528     Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
1529
1530 20010417
1531   - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
1532     and temporary commented out 'catman-do:' since it is broken.  Patches
1533     for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1534   - OpenBSD CVS Sync
1535    - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
1536      [key.c]
1537      better safe than sorry in later mods; yongari@kt-is.co.kr
1538    - markus@cvs.openbsd.org 2001/04/17 08:14:01
1539      [sshconnect1.c]
1540      check for key!=NULL, thanks to costa
1541    - markus@cvs.openbsd.org 2001/04/17 09:52:48
1542      [clientloop.c]
1543      handle EINTR/EAGAIN on read; ok deraadt@
1544    - markus@cvs.openbsd.org 2001/04/17 10:53:26
1545      [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
1546      add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
1547    - markus@cvs.openbsd.org 2001/04/17 12:55:04
1548      [channels.c ssh.c]
1549      undo socks5 and https support since they are not really used and
1550      only bloat ssh.  remove -D from usage(), since '-D' is experimental.
1551
1552 20010416
1553   - OpenBSD CVS Sync
1554    - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
1555      [ttymodes.c]
1556      fix comments
1557    - markus@cvs.openbsd.org 2001/04/15 08:43:47
1558      [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
1559      some unused variable and typos; from tomh@po.crl.go.jp
1560    - markus@cvs.openbsd.org 2001/04/15 16:58:03
1561      [authfile.c ssh-keygen.c sshd.c]
1562      don't use errno for key_{load,save}_private; discussion w/ solar@openwall
1563    - markus@cvs.openbsd.org 2001/04/15 17:16:00
1564      [clientloop.c]
1565      set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
1566      should fix some of the blocking problems for rsync over SSH-1
1567    - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
1568      [sshd.8]
1569      some ClientAlive cleanup; ok markus@
1570    - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
1571      [readconf.c servconf.c]
1572      use fatal() or error() vs. fprintf(); ok markus@
1573  - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
1574    Roth <roth+openssh@feep.net>
1575  - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
1576   - (djm) OpenBSD CVS Sync
1577    - mouring@cvs.openbsd.org 2001/04/16 02:31:44
1578      [scp.c sftp.c]
1579      IPv6 support for sftp (which I bungled in my last patch) which is
1580      borrowed from scp.c.  Thanks to Markus@ for pointing it out.
1581    - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
1582      [xmalloc.c]
1583      xrealloc dealing with ptr == nULL; mouring
1584    - djm@cvs.openbsd.org 2001/04/16 08:19:31
1585      [session.c]
1586      Split motd and hushlogin checks into seperate functions, helps for
1587      portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
1588  - Fix OSF SIA support displaying too much information for quiet
1589    logins and logins where access was denied by SIA. Patch from Chris Adams
1590    <cmadams@hiwaay.net>
1591
1592 20010415
1593  - OpenBSD CVS Sync
1594    - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
1595      [ssh-add.c]
1596      do not double free
1597    - markus@cvs.openbsd.org 2001/04/14 16:17:14
1598      [channels.c]
1599      remove some channels that are not appropriate for keepalive.
1600    - markus@cvs.openbsd.org 2001/04/14 16:27:57
1601      [ssh-add.c]
1602      use clear_pass instead of xfree()
1603    - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
1604      [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
1605      protocol 2 tty modes support; ok markus@
1606    - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
1607      [scp.c]
1608      'T' handling rcp/scp sync; ok markus@
1609  - Missed sshtty.[ch] in Sync.
1610
1611 20010414
1612  - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
1613  - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
1614    <vinschen@redhat.com>
1615  - OpenBSD CVS Sync
1616    - beck@cvs.openbsd.org 2001/04/13 22:46:54
1617      [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
1618      Add options ClientAliveInterval and ClientAliveCountMax to sshd.
1619      This gives the ability to do a "keepalive" via the encrypted channel
1620      which can't be spoofed (unlike TCP keepalives). Useful for when you want
1621      to use ssh connections to authenticate people for something, and know
1622      relatively quickly when they are no longer authenticated. Disabled
1623      by default (of course). ok markus@
1624
1625 20010413
1626  - OpenBSD CVS Sync
1627    - markus@cvs.openbsd.org 2001/04/12 14:29:09
1628      [ssh.c]
1629      show debug output during option processing, report from
1630      pekkas@netcore.fi
1631    - markus@cvs.openbsd.org 2001/04/12 19:15:26
1632      [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
1633       compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
1634       servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
1635       sshconnect2.c sshd_config]
1636      implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
1637      similar to RhostRSAAuthentication unless you enable (the experimental)
1638      HostbasedUsesNameFromPacketOnly option.  please test. :)
1639    - markus@cvs.openbsd.org 2001/04/12 19:39:27
1640      [readconf.c]
1641      typo
1642    - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
1643      [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
1644      robust port validation; ok markus@ jakob@
1645    - mouring@cvs.openbsd.org 2001/04/12 23:17:54
1646      [sftp-int.c sftp-int.h sftp.1 sftp.c]
1647      Add support for:
1648         sftp [user@]host[:file [file]]  - Fetch remote file(s)
1649         sftp [user@]host[:dir[/]]       - Start in remote dir/
1650      OK deraadt@
1651    - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
1652      [ssh.c]
1653      missing \n in error message
1654  - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
1655    lack it.
1656
1657 20010412
1658  - OpenBSD CVS Sync
1659    - markus@cvs.openbsd.org 2001/04/10 07:46:58
1660      [channels.c]
1661      cleanup socks4 handling
1662    - itojun@cvs.openbsd.org 2001/04/10 09:13:22
1663      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1664      document id_rsa{.pub,}.  markus ok
1665    - markus@cvs.openbsd.org 2001/04/10 12:15:23
1666      [channels.c]
1667      debug cleanup
1668    - djm@cvs.openbsd.org 2001/04/11 07:06:22
1669      [sftp-int.c]
1670      'mget' and 'mput' aliases; ok markus@
1671    - markus@cvs.openbsd.org 2001/04/11 10:59:01
1672      [ssh.c]
1673      use strtol() for ports, thanks jakob@
1674    - markus@cvs.openbsd.org 2001/04/11 13:56:13
1675      [channels.c ssh.c]
1676      https-connect and socks5 support. i feel so bad.
1677    - lebel@cvs.openbsd.org 2001/04/11 16:25:30
1678      [sshd.8 sshd.c]
1679      implement the -e option into sshd:
1680       -e      When this option is specified, sshd will send the output to the
1681               standard error instead of the system log.
1682      markus@ OK.
1683
1684 20010410
1685  - OpenBSD CVS Sync
1686    - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
1687      [sftp.c]
1688      do not modify an actual argv[] entry
1689    - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
1690      [sshd.8]
1691      spelling
1692    - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
1693      [sftp.1]
1694      spelling
1695    - markus@cvs.openbsd.org 2001/04/09 15:12:23
1696      [ssh-add.c]
1697      passphrase caching: ssh-add tries last passphrase, clears passphrase if
1698      not successful and after last try.
1699      based on discussions with espie@, jakob@, ... and code from jakob@ and
1700      wolfgang@wsrcc.com
1701    - markus@cvs.openbsd.org 2001/04/09 15:19:49
1702      [ssh-add.1]
1703      ssh-add retries the last passphrase...
1704    - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
1705      [sshd.8]
1706      ListenAddress mandoc from aaron@
1707
1708 20010409
1709  - (stevesk) use setresgid() for setegid() if needed
1710  - (stevesk) configure.in: typo
1711  - OpenBSD CVS Sync
1712    - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
1713      [sshd.8]
1714      document ListenAddress addr:port
1715    - markus@cvs.openbsd.org 2001/04/08 13:03:00
1716      [ssh-add.c]
1717      init pointers with NULL, thanks to danimal@danimal.org
1718    - markus@cvs.openbsd.org 2001/04/08 11:27:33
1719      [clientloop.c]
1720      leave_raw_mode if ssh2 "session" is closed
1721    - markus@cvs.openbsd.org 2001/04/06 21:00:17
1722      [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
1723       ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
1724      do gid/groups-swap in addition to uid-swap, should help if /home/group
1725      is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
1726      to olar@openwall.com is comments.  we had many requests for this.
1727    - markus@cvs.openbsd.org 2001/04/07 08:55:18
1728      [buffer.c channels.c channels.h readconf.c ssh.c]
1729      allow the ssh client act as a SOCKS4 proxy (dynamic local
1730      portforwarding).  work by Dan Kaminsky <dankamin@cisco.com> and me.
1731      thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
1732      netscape use localhost:1080 as a socks proxy.
1733    - markus@cvs.openbsd.org 2001/04/08 11:24:33
1734      [uidswap.c]
1735      KNF
1736
1737 20010408
1738  - OpenBSD CVS Sync
1739    - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
1740      [hostfile.c]
1741      unused; typo in comment
1742    - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
1743      [servconf.c]
1744      in addition to:
1745      ListenAddress host|ipv4_addr|ipv6_addr
1746      permit:
1747      ListenAddress [host|ipv4_addr|ipv6_addr]:port
1748      ListenAddress host|ipv4_addr:port
1749      sshd.8 updates coming.  ok markus@
1750
1751 20010407
1752  - (bal) CVS ID Resync of version.h
1753  - OpenBSD CVS Sync
1754    - markus@cvs.openbsd.org 2001/04/05 23:39:20
1755      [serverloop.c]
1756      keep the ssh session even if there is no active channel.
1757      this is more in line with the protocol spec and makes
1758         ssh -N -L 1234:server:110 host
1759      more useful.
1760      based on discussion with <mats@mindbright.se> long time ago
1761      and recent mail from <res@shore.net>
1762    - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
1763      [scp.c]
1764      remove trailing / from source paths; fixes pr#1756
1765
1766 20010406
1767  - (stevesk) logintest.c: fix for systems without __progname
1768  - (stevesk) Makefile.in: log.o is in libssh.a
1769  - OpenBSD CVS Sync
1770    - markus@cvs.openbsd.org 2001/04/05 10:00:06
1771      [compat.c]
1772      2.3.x does old  GEX, too; report jakob@
1773    - markus@cvs.openbsd.org 2001/04/05 10:39:03
1774      [compress.c compress.h packet.c]
1775      reset compress state per direction when rekeying.
1776    - markus@cvs.openbsd.org 2001/04/05 10:39:48
1777      [version.h]
1778      temporary version 2.5.4 (supports rekeying).
1779      this is not an official release.
1780    - markus@cvs.openbsd.org 2001/04/05 10:42:57
1781      [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
1782       mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
1783       sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
1784       sshconnect2.c sshd.c]
1785      fix whitespace: unexpand + trailing spaces.
1786    - markus@cvs.openbsd.org 2001/04/05 11:09:17
1787      [clientloop.c compat.c compat.h]
1788      add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
1789    - markus@cvs.openbsd.org 2001/04/05 15:45:43
1790      [ssh.1]
1791      ssh defaults to protocol v2; from quisar@quisar.ambre.net
1792    - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
1793      [canohost.c canohost.h session.c]
1794      move get_remote_name_or_ip() to canohost.[ch]; for portable.  ok markus@
1795    - markus@cvs.openbsd.org 2001/04/05 20:01:10
1796      [clientloop.c]
1797      for ~R print message if server does not support rekeying. (and fix ~R).
1798    - markus@cvs.openbsd.org 2001/04/05 21:02:46
1799      [buffer.c]
1800      better error message
1801    - markus@cvs.openbsd.org 2001/04/05 21:05:24
1802      [clientloop.c ssh.c]
1803      don't request a session for 'ssh -N', pointed out slade@shore.net
1804
1805 20010405
1806  - OpenBSD CVS Sync
1807    - markus@cvs.openbsd.org 2001/04/04 09:48:35
1808      [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
1809      don't sent multiple kexinit-requests.
1810      send newkeys, block while waiting for newkeys.
1811      fix comments.
1812    - markus@cvs.openbsd.org 2001/04/04 14:34:58
1813      [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
1814      enable server side rekeying + some rekey related clientup.
1815      todo: we should not send any non-KEX messages after we send KEXINIT
1816    - markus@cvs.openbsd.org 2001/04/04 15:50:55
1817      [compat.c]
1818      f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
1819    - markus@cvs.openbsd.org 2001/04/04 20:25:38
1820      [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
1821       sshconnect2.c sshd.c]
1822      more robust rekeying
1823      don't send channel data after rekeying is started.
1824    - markus@cvs.openbsd.org 2001/04/04 20:32:56
1825      [auth2.c]
1826      we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
1827    - markus@cvs.openbsd.org 2001/04/04 22:04:35
1828      [kex.c kexgex.c serverloop.c]
1829      parse full kexinit packet.
1830      make server-side more robust, too.
1831    - markus@cvs.openbsd.org 2001/04/04 23:09:18
1832      [dh.c kex.c packet.c]
1833      clear+free keys,iv for rekeying.
1834      + fix DH mem leaks. ok niels@
1835  - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
1836     BROKEN_VHANGUP
1837
1838 20010404
1839  - OpenBSD CVS Sync
1840    - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
1841      [ssh-agent.1]
1842      grammar; slade@shore.net
1843    - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
1844      [sftp-glob.c ssh-agent.c ssh-keygen.c]
1845      free() -> xfree()
1846    - markus@cvs.openbsd.org 2001/04/03 19:53:29
1847      [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
1848      move kex to kex*.c, used dispatch_set() callbacks for kex. should
1849      make rekeying easier.
1850    - todd@cvs.openbsd.org 2001/04/03 21:19:38
1851      [ssh_config]
1852      id_rsa1/2 -> id_rsa; ok markus@
1853    - markus@cvs.openbsd.org 2001/04/03 23:32:12
1854      [kex.c kex.h packet.c sshconnect2.c sshd.c]
1855      undo parts of recent my changes: main part of keyexchange does not
1856      need dispatch-callbacks, since application data is delayed until
1857      the keyexchange completes (if i understand the drafts correctly).
1858      add some infrastructure for re-keying.
1859    - markus@cvs.openbsd.org 2001/04/04 00:06:54
1860      [clientloop.c sshconnect2.c]
1861      enable client rekeying
1862         (1) force rekeying with ~R, or
1863         (2) if the server requests rekeying.
1864      works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
1865  - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
1866
1867 20010403
1868  - OpenBSD CVS Sync
1869    - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
1870      [sshd.8]
1871      typo; ok markus@
1872    - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
1873      [readconf.c servconf.c]
1874      correct comment; ok markus@
1875  - (stevesk) nchan.c: remove ostate checks and add EINVAL to
1876     shutdown(SHUT_RD) error() bypass for HP-UX.
1877
1878 20010402
1879  - (stevesk) log.c openbsd sync; missing newlines
1880  - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
1881
1882 20010330
1883  - (djm) Another openbsd-compat/glob.c sync
1884  - (djm) OpenBSD CVS Sync
1885    - provos@cvs.openbsd.org 2001/03/28 21:59:41
1886      [kex.c kex.h sshconnect2.c sshd.c]
1887      forgot to include min and max params in hash, okay markus@
1888    - provos@cvs.openbsd.org 2001/03/28 22:04:57
1889      [dh.c]
1890      more sanity checking on primes file
1891    - markus@cvs.openbsd.org 2001/03/28 22:43:31
1892      [auth.h auth2.c auth2-chall.c]
1893      check auth_root_allowed for kbd-int auth, too.
1894    - provos@cvs.openbsd.org 2001/03/29 14:24:59
1895      [sshconnect2.c]
1896      use recommended defaults
1897    - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
1898      [sshconnect2.c sshd.c]
1899      need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
1900    - markus@cvs.openbsd.org 2001/03/29 21:17:40
1901      [dh.c dh.h kex.c kex.h]
1902      prepare for rekeying: move DH code to dh.c
1903    - djm@cvs.openbsd.org 2001/03/29 23:42:01
1904      [sshd.c]
1905      Protocol 1 key regeneration log => verbose, some KNF; ok markus@
1906
1907 20010329
1908  - OpenBSD CVS Sync
1909    - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
1910      [ssh.1]
1911      document more defaults; misc. cleanup.  ok markus@
1912    - markus@cvs.openbsd.org 2001/03/26 23:12:42
1913      [authfile.c]
1914      KNF
1915    - markus@cvs.openbsd.org 2001/03/26 23:23:24
1916      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1917      try to read private f-secure ssh v2 rsa keys.
1918    - markus@cvs.openbsd.org 2001/03/27 10:34:08
1919      [ssh-rsa.c sshd.c]
1920      use EVP_get_digestbynid, reorder some calls and fix missing free.
1921    - markus@cvs.openbsd.org 2001/03/27 10:57:00
1922      [compat.c compat.h ssh-rsa.c]
1923      some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
1924      signatures in SSH protocol 2, ok djm@
1925    - provos@cvs.openbsd.org 2001/03/27 17:46:50
1926      [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
1927      make dh group exchange more flexible, allow min and max group size,
1928      okay markus@, deraadt@
1929    - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
1930      [scp.c]
1931      start to sync scp closer to rcp; ok markus@
1932    - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
1933      [scp.c]
1934      usage more like rcp and add missing -B to usage; ok markus@
1935    - markus@cvs.openbsd.org 2001/03/28 20:50:45
1936      [sshd.c]
1937      call refuse() before close(); from olemx@ans.pl
1938
1939 20010328
1940  - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
1941    resolve linking conflicts with libcrypto. Report and suggested fix
1942    from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1943  - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
1944    fix from Philippe Levan <levan@epix.net>
1945  - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
1946    doesn't work because of conflicts between krbIV's and OpenSSL's des.h
1947  - (djm) Sync openbsd-compat/glob.c
1948
1949 20010327
1950  - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
1951  - Fix pointer issues in waitpid() and wait() replaces.  Patch by Lutz
1952    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1953  - OpenBSD CVS Sync
1954    - djm@cvs.openbsd.org 2001/03/25 00:01:34
1955      [session.c]
1956      shorten; ok markus@
1957    - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
1958      [servconf.c servconf.h session.c sshd.8 sshd_config]
1959      PrintLastLog option; from chip@valinux.com with some minor
1960      changes by me.  ok markus@
1961    - markus@cvs.openbsd.org 2001/03/26 08:07:09
1962      [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
1963       sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
1964      simpler key load/save interface, see authfile.h
1965  - (djm) Reestablish PAM credentials (which can be supplemental group
1966    memberships) after initgroups() blows them away. Report and suggested
1967    fix from Nalin Dahyabhai <nalin@redhat.com>
1968
1969 20010324
1970  - Fixed permissions ssh-keyscan.  Thanks to Christopher Linn <celinn@mtu.edu>.
1971  - OpenBSD CVS Sync
1972    - djm@cvs.openbsd.org 2001/03/23 11:04:07
1973      [compat.c compat.h sshconnect2.c sshd.c]
1974      Compat for OpenSSH with broken Rijndael/AES. ok markus@
1975    - markus@cvs.openbsd.org 2001/03/23 12:02:49
1976      [auth1.c]
1977      authctxt is now passed to do_authenticated
1978    - markus@cvs.openbsd.org 2001/03/23 13:10:57
1979      [sftp-int.c]
1980      fix put, upload to _absolute_ path, ok djm@
1981    - markus@cvs.openbsd.org 2001/03/23 14:28:32
1982      [session.c sshd.c]
1983      ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
1984  - (djm) Pull out our own SIGPIPE hacks
1985
1986 20010323
1987  - OpenBSD CVS Sync
1988    - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
1989      [sshd.c]
1990      do not place linefeeds in buffer
1991
1992 20010322
1993  - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
1994  - (bal) version.c CVS ID resync
1995  - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
1996    resync
1997  - (bal) scp.c CVS ID resync
1998  - OpenBSD CVS Sync
1999    - markus@cvs.openbsd.org 2001/03/20 19:10:16
2000      [readconf.c]
2001      default to SSH protocol version 2
2002    - markus@cvs.openbsd.org 2001/03/20 19:21:21
2003      [session.c]
2004      remove unused arg
2005    - markus@cvs.openbsd.org 2001/03/20 19:21:21
2006      [session.c]
2007      remove unused arg
2008    - markus@cvs.openbsd.org 2001/03/21 11:43:45
2009      [auth1.c auth2.c session.c session.h]
2010      merge common ssh v1/2 code
2011    - jakob@cvs.openbsd.org 2001/03/21 14:20:45
2012      [ssh-keygen.c]
2013      add -B flag to usage
2014    - markus@cvs.openbsd.org 2001/03/21 21:06:30
2015      [session.c]
2016      missing init; from mib@unimelb.edu.au
2017
2018 20010321
2019  - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
2020    VanDevender <stevev@darkwing.uoregon.edu>
2021  - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
2022    from Solar Designer <solar@openwall.com>
2023  - (djm) Don't loop forever when changing password via PAM. Patch
2024    from Solar Designer <solar@openwall.com>
2025  - (djm) Generate config files before build
2026  - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
2027    suggested fix from Mike Battersby <mib@unimelb.edu.au>
2028
2029 20010320
2030  - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
2031  - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
2032  - (bal) Oops.  Missed globc.h change (OpenBSD CVS).
2033  - (djm) OpenBSD CVS Sync
2034    - markus@cvs.openbsd.org 2001/03/19 17:07:23
2035      [auth.c readconf.c]
2036      undo /etc/shell and proto 2,1 change for openssh-2.5.2
2037    - markus@cvs.openbsd.org 2001/03/19 17:12:10
2038      [version.h]
2039      version 2.5.2
2040  - (djm) Update RPM spec version
2041  - (djm) Release 2.5.2p1
2042 - tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
2043   change S_ISLNK macro to work for UnixWare 2.03
2044 - tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
2045   add get_arg_max(). Use sysconf() if ARG_MAX is not defined
2046
2047 20010319
2048  - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
2049    do it implicitly.
2050  - (djm) Add getusershell() functions from OpenBSD CVS
2051  - OpenBSD CVS Sync
2052    - markus@cvs.openbsd.org 2001/03/18 12:07:52
2053      [auth-options.c]
2054      ignore permitopen="host:port" if AllowTcpForwarding==no
2055  - (djm) Make scp work on systems without 64-bit ints
2056  - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
2057    move HAVE_LONG_LONG_INT where it works
2058  - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
2059    stuff.  Change suggested by Mark Miller <markm@swoon.net>
2060  - (bal) Small fix to scp.  %lu vs %ld
2061  - (bal) NeXTStep lacks S_ISLNK.  Plus split up S_IS*
2062  - (djm) OpenBSD CVS Sync
2063    - djm@cvs.openbsd.org     2001/03/19 03:52:51
2064      [sftp-client.c]
2065      Report ssh connection closing correctly; ok deraadt@
2066    - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
2067      [compat.c compat.h sshd.c]
2068      specifically version match on ssh scanners.  do not log scan
2069      information to the console
2070    - djm@cvs.openbsd.org      2001/03/19 12:10:17
2071      [sshd.8]
2072      Document permitopen authorized_keys option; ok markus@
2073    - djm@cvs.openbsd.org     2001/03/19 05:49:52
2074      [ssh.1]
2075      document PreferredAuthentications option; ok markus@
2076  - (bal) Minor NeXT fixed.  Forgot to #undef NGROUPS_MAX
2077
2078 20010318
2079  - (bal) Fixed scp type casing issue which causes "scp: protocol error:
2080    size not delimited" fatal errors when tranfering.
2081  - OpenBSD CVS Sync
2082    - markus@cvs.openbsd.org 2001/03/17 17:27:59
2083      [auth.c]
2084      check /etc/shells, too
2085  - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
2086      openbsd-compat/fake-regex.h
2087
2088 20010317
2089  - Support usrinfo() on AIX. Based on patch from Gert Doering
2090    <gert@greenie.muc.de>
2091  - OpenBSD CVS Sync
2092    - markus@cvs.openbsd.org 2001/03/15 15:05:59
2093      [scp.c]
2094      use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
2095    - markus@cvs.openbsd.org 2001/03/15 22:07:08
2096      [session.c]
2097      pass Session to do_child + KNF
2098    - djm@cvs.openbsd.org 2001/03/16 08:16:18
2099      [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
2100      Revise globbing for get/put to be more shell-like. In particular,
2101      "get/put file* directory/" now works. ok markus@
2102    - markus@cvs.openbsd.org 2001/03/16 09:55:53
2103      [sftp-int.c]
2104      fix memset and whitespace
2105    - markus@cvs.openbsd.org 2001/03/16 13:44:24
2106      [sftp-int.c]
2107      discourage strcat/strcpy
2108    - markus@cvs.openbsd.org 2001/03/16 19:06:30
2109      [auth-options.c channels.c channels.h serverloop.c session.c]
2110      implement "permitopen" key option, restricts -L style forwarding to
2111      to specified host:port pairs. based on work by harlan@genua.de
2112  - Check for gl_matchc support in glob_t and fall back to the
2113    openbsd-compat/glob.[ch] support if it does not exist.
2114
2115 20010315
2116  - OpenBSD CVS Sync
2117    - markus@cvs.openbsd.org 2001/03/14 08:57:14
2118      [sftp-client.c]
2119      Wall
2120    - markus@cvs.openbsd.org 2001/03/14 15:15:58
2121      [sftp-int.c]
2122      add version command
2123    - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
2124      [sftp-server.c]
2125      note no getopt()
2126  - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
2127  - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
2128
2129 20010314
2130  - OpenBSD CVS Sync
2131    - markus@cvs.openbsd.org 2001/03/13 17:34:42
2132      [auth-options.c]
2133      missing xfree, deny key on parse error; ok stevesk@
2134    - djm@cvs.openbsd.org 2001/03/13 22:42:54
2135      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
2136      sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
2137  - (bal) Fix strerror() in bsd-misc.c
2138  - (djm) Add replacement glob() from OpenBSD libc if the system glob is
2139    missing or lacks the GLOB_ALTDIRFUNC extension
2140  - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
2141    relatively. Avoids conflict between glob.h and /usr/include/glob.h
2142
2143 20010313
2144  - OpenBSD CVS Sync
2145    - markus@cvs.openbsd.org 2001/03/12 22:02:02
2146      [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
2147      remove old key_fingerprint interface, s/_ex//
2148
2149 20010312
2150  - OpenBSD CVS Sync
2151    - markus@cvs.openbsd.org 2001/03/11 13:25:36
2152      [auth2.c key.c]
2153      debug
2154    - jakob@cvs.openbsd.org 2001/03/11 15:03:16
2155      [key.c key.h]
2156      add improved fingerprint functions. based on work by Carsten
2157      Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
2158    - jakob@cvs.openbsd.org 2001/03/11 15:04:16
2159      [ssh-keygen.1 ssh-keygen.c]
2160      print both md5, sha1 and bubblebabble fingerprints when using
2161      ssh-keygen -l -v. ok markus@.
2162    - jakob@cvs.openbsd.org 2001/03/11 15:13:09
2163      [key.c]
2164      cleanup & shorten some var names key_fingerprint_bubblebabble.
2165    - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
2166      [ssh-keygen.c]
2167      KNF, and SHA1 binary output is just creeping featurism
2168  - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
2169    test if snprintf() supports %ll
2170    add /dev to search path for PRNGD/EGD socket
2171    fix my mistake in USER_PATH test program
2172  - OpenBSD CVS Sync
2173    - markus@cvs.openbsd.org 2001/03/11 18:29:51
2174      [key.c]
2175      style+cleanup
2176    - markus@cvs.openbsd.org 2001/03/11 22:33:24
2177      [ssh-keygen.1 ssh-keygen.c]
2178      remove -v again. use -B instead for bubblebabble. make -B consistent
2179      with -l and make -B work with /path/to/known_hosts. ok deraadt@
2180  - (djm) Bump portable version number for generating test RPMs
2181  - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
2182  - (bal) Reorder includes in Makefile.
2183
2184 20010311
2185  - OpenBSD CVS Sync
2186    - markus@cvs.openbsd.org 2001/03/10 12:48:27
2187      [sshconnect2.c]
2188      ignore nonexisting private keys; report rjmooney@mediaone.net
2189    - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
2190      [readconf.c ssh_config]
2191      default to SSH2, now that m68k runs fast
2192    - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
2193      [ttymodes.c ttymodes.h]
2194      remove unused sgtty macros; ok markus@
2195    - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
2196      [compat.c compat.h sshconnect.c]
2197      all known netscreen ssh versions, and older versions of OSU ssh cannot
2198      handle password padding (newer OSU is fixed)
2199  - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
2200    make sure $bindir is in USER_PATH so scp will work
2201  - OpenBSD CVS Sync
2202    - markus@cvs.openbsd.org 2001/03/10 17:51:04
2203      [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
2204      add PreferredAuthentications
2205
2206 20010310
2207  - OpenBSD CVS Sync
2208    - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
2209      [ssh-keygen.c]
2210      create *.pub files with umask 0644, so that you can mv them to
2211      authorized_keys
2212    - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
2213      [sshd.c]
2214      typo; slade@shore.net
2215  - Removed log.o from sftp client.  Not needed.
2216
2217 20010309
2218  - OpenBSD CVS Sync
2219    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
2220      [auth1.c]
2221      unused; ok markus@
2222    - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
2223      [sftp.1]
2224      spelling, cleanup; ok deraadt@
2225    - markus@cvs.openbsd.org 2001/03/08 21:42:33
2226      [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
2227      implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
2228      no need to do enter passphrase or do expensive sign operations if the
2229      server does not accept key).
2230
2231 20010308
2232  - OpenBSD CVS Sync
2233    - djm@cvs.openbsd.org 2001/03/07 10:11:23
2234      [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
2235      Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
2236      functions and small protocol change.
2237    - markus@cvs.openbsd.org 2001/03/08 00:15:48
2238      [readconf.c ssh.1]
2239      turn off useprivilegedports by default. only rhost-auth needs
2240      this. older sshd's may need this, too.
2241  - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
2242    Dirk Markwardt <D.Markwardt@tu-bs.de>
2243
2244 20010307
2245  - (bal) OpenBSD CVS Sync
2246    - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
2247      [ssh-keyscan.c]
2248      appease gcc
2249    - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
2250      [sftp-int.c sftp.1 sftp.c]
2251      sftp -b batchfile; mouring@etoh.eviladmin.org
2252    - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
2253      [sftp.1]
2254      order things
2255    - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
2256      [ssh.1 sshd.8]
2257      the name "secure shell" is boring, noone ever uses it
2258    - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
2259      [ssh.1]
2260      removed dated comment
2261  - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
2262
2263 20010306
2264  - (bal) OpenBSD CVS Sync
2265    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
2266      [sshd.8]
2267      alpha order; jcs@rt.fm
2268    - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
2269      [servconf.c]
2270      sync error message; ok markus@
2271    - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
2272      [myproposal.h ssh.1]
2273      switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
2274      provos & markus ok
2275    - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
2276      [sshd.8]
2277      detail default hmac setup too
2278    - markus@cvs.openbsd.org 2001/03/05 17:17:21
2279      [kex.c kex.h sshconnect2.c sshd.c]
2280      generate a 2*need size (~300 instead of 1024/2048) random private
2281      exponent during the DH key agreement. according to Niels (the great
2282      german advisor) this is safe since /etc/primes contains strong
2283      primes only.
2284
2285      References:
2286              P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
2287              agreement with short exponents, In Advances in Cryptology
2288              - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
2289    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
2290      [ssh.1]
2291      more ssh_known_hosts2 documentation; ok markus@
2292    - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
2293      [dh.c]
2294      spelling
2295    - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
2296      [authfd.c cli.c ssh-agent.c]
2297      EINTR/EAGAIN handling is required in more cases
2298    - millert@cvs.openbsd.org 2001/03/06 01:06:03
2299      [ssh-keyscan.c]
2300      Don't assume we wil get the version string all in one read().
2301      deraadt@ OK'd
2302    - millert@cvs.openbsd.org 2001/03/06 01:08:27
2303      [clientloop.c]
2304      If read() fails with EINTR deal with it the same way we treat EAGAIN
2305
2306 20010305
2307  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
2308  - (bal) CVS ID touch up on sftp-int.c
2309  - (bal) CVS ID touch up on uuencode.c
2310  - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
2311  - (bal) OpenBSD CVS Sync
2312    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
2313      [sshd.8]
2314      it's the OpenSSH one
2315    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
2316      [ssh-keyscan.c]
2317      inline -> __inline__, and some indent
2318    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
2319      [authfile.c]
2320      improve fd handling
2321    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
2322      [sftp-server.c]
2323      careful with & and &&; markus ok
2324    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
2325      [ssh.c]
2326      -i supports DSA identities now; ok markus@
2327    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
2328      [servconf.c]
2329      grammar; slade@shore.net
2330    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
2331      [ssh-keygen.1 ssh-keygen.c]
2332      document -d, and -t defaults to rsa1
2333    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
2334      [ssh-keygen.1 ssh-keygen.c]
2335      bye bye -d
2336    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
2337      [sshd_config]
2338      activate RSA 2 key
2339    - markus@cvs.openbsd.org 2001/02/22 21:57:27
2340      [ssh.1 sshd.8]
2341      typos/grammar from matt@anzen.com
2342    - markus@cvs.openbsd.org 2001/02/22 21:59:44
2343      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
2344      use pwcopy in ssh.c, too
2345    - markus@cvs.openbsd.org 2001/02/23 15:34:53
2346      [serverloop.c]
2347      debug2->3
2348    - markus@cvs.openbsd.org 2001/02/23 18:15:13
2349      [sshd.c]
2350      the random session key depends now on the session_key_int
2351      sent by the 'attacker'
2352              dig1 = md5(cookie|session_key_int);
2353              dig2 = md5(dig1|cookie|session_key_int);
2354              fake_session_key = dig1|dig2;
2355      this change is caused by a mail from anakin@pobox.com
2356      patch based on discussions with my german advisor niels@openbsd.org
2357    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
2358      [readconf.c]
2359      look for id_rsa by default, before id_dsa
2360    - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
2361      [sshd_config]
2362      ssh2 rsa key before dsa key
2363    - markus@cvs.openbsd.org 2001/02/27 10:35:27
2364      [packet.c]
2365      fix random padding
2366    - markus@cvs.openbsd.org 2001/02/27 11:00:11
2367      [compat.c]
2368      support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
2369    - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
2370      [misc.c]
2371      pull in protos
2372    - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
2373      [sftp.c]
2374      do not kill the subprocess on termination (we will see if this helps
2375      things or hurts things)
2376    - markus@cvs.openbsd.org 2001/02/28 08:45:39
2377      [clientloop.c]
2378      fix byte counts for ssh protocol v1
2379    - markus@cvs.openbsd.org 2001/02/28 08:54:55
2380      [channels.c nchan.c nchan.h]
2381      make sure remote stderr does not get truncated.
2382      remove closed fd's from the select mask.
2383    - markus@cvs.openbsd.org 2001/02/28 09:57:07
2384      [packet.c packet.h sshconnect2.c]
2385      in ssh protocol v2 use ignore messages for padding (instead of
2386      trailing \0).
2387    - markus@cvs.openbsd.org 2001/02/28 12:55:07
2388      [channels.c]
2389      unify debug messages
2390    - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
2391      [misc.c]
2392      for completeness, copy pw_gecos too
2393    - markus@cvs.openbsd.org 2001/02/28 21:21:41
2394      [sshd.c]
2395      generate a fake session id, too
2396    - markus@cvs.openbsd.org 2001/02/28 21:27:48
2397      [channels.c packet.c packet.h serverloop.c]
2398      use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
2399      use random content in ignore messages.
2400    - markus@cvs.openbsd.org 2001/02/28 21:31:32
2401      [channels.c]
2402      typo
2403    - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
2404      [authfd.c]
2405      split line so that p will have an easier time next time around
2406    - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
2407      [ssh.c]
2408      shorten usage by a line
2409    - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
2410      [auth-rsa.c auth2.c deattack.c packet.c]
2411      KNF
2412    - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
2413      [cli.c cli.h rijndael.h ssh-keyscan.1]
2414      copyright notices on all source files
2415    - markus@cvs.openbsd.org 2001/03/01 22:46:37
2416      [ssh.c]
2417      don't truncate remote ssh-2 commands; from mkubita@securities.cz
2418      use min, not max for logging, fixes overflow.
2419    - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
2420      [sshd.8]
2421      explain SIGHUP better
2422    - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
2423      [sshd.8]
2424      doc the dsa/rsa key pair files
2425    - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
2426      [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
2427       scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
2428       ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
2429      make copyright lines the same format
2430    - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
2431      [ssh-keyscan.c]
2432      standard theo sweep
2433    - millert@cvs.openbsd.org 2001/03/03 21:19:41
2434      [ssh-keyscan.c]
2435      Dynamically allocate read_wait and its copies.  Since maxfd is
2436      based on resource limits it is often (usually?) larger than FD_SETSIZE.
2437    - millert@cvs.openbsd.org 2001/03/03 21:40:30
2438      [sftp-server.c]
2439      Dynamically allocate fd_set; deraadt@ OK
2440    - millert@cvs.openbsd.org 2001/03/03 21:41:07
2441      [packet.c]
2442      Dynamically allocate fd_set; deraadt@ OK
2443    - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
2444      [sftp-server.c]
2445      KNF
2446    - markus@cvs.openbsd.org 2001/03/03 23:52:22
2447      [sftp.c]
2448      clean up arg processing. based on work by Christophe_Moret@hp.com
2449    - markus@cvs.openbsd.org 2001/03/03 23:59:34
2450      [log.c ssh.c]
2451      log*.c -> log.c
2452    - markus@cvs.openbsd.org 2001/03/04 00:03:59
2453      [channels.c]
2454      debug1->2
2455    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
2456      [ssh.c]
2457      add -m to usage; ok markus@
2458    - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
2459      [sshd.8]
2460      small cleanup and clarify for PermitRootLogin; ok markus@
2461    - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
2462      [servconf.c sshd.8]
2463      kill obsolete RandomSeed; ok markus@ deraadt@
2464    - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
2465      [sshd.8]
2466      spelling
2467    - millert@cvs.openbsd.org 2001/03/04 17:42:28
2468      [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
2469       ssh.c sshconnect.c sshd.c]
2470      log functions should not be passed strings that end in newline as they
2471      get passed on to syslog() and when logging to stderr, do_log() appends
2472      its own newline.
2473    - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
2474      [sshd.8]
2475      list SSH2 ciphers
2476  - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
2477  - (bal) Fix up logging since it changed.  removed log-*.c
2478  - (djm) Fix up LOG_AUTHPRIV for systems that have it
2479  - (stevesk) OpenBSD sync:
2480    - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
2481      [ssh-keyscan.c]
2482      skip inlining, why bother
2483  - (stevesk) sftp.c: handle __progname
2484
2485 20010304
2486  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
2487  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
2488    give Mark Roth credit for mdoc2man.pl
2489
2490 20010303
2491  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
2492  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
2493  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
2494  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
2495    "--with-egd-pool" configure option with "--with-prngd-socket" and
2496    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
2497    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2498
2499 20010301
2500  - (djm) Properly add -lcrypt if needed.
2501  - (djm) Force standard PAM conversation function in a few more places.
2502    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
2503    <nalin@redhat.com>
2504  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
2505    <vinschen@redhat.com>
2506  - (djm) Released 2.5.1p2
2507
2508 20010228
2509  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
2510    "Bad packet length" bugs.
2511  - (djm) Fully revert PAM session patch (again). All PAM session init is
2512    now done before the final fork().
2513  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
2514  - (djm) Remove /tmp from EGD socket search list
2515
2516 20010227
2517  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen
2518    <vinschen@redhat.com>
2519  - (bal) OpenBSD Sync
2520    - markus@cvs.openbsd.org 2001/02/23 15:37:45
2521      [session.c]
2522      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
2523  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble
2524    <jmknoble@jmknoble.cx>
2525  - (djm) Fix up POSIX saved uid support. Report from Mark Miller
2526    <markm@swoon.net>
2527  - (djm) Search for -lcrypt on FreeBSD too
2528  - (djm) fatal() on OpenSSL version mismatch
2529  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
2530  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
2531    <markm@swoon.net>
2532  - (djm) Fix PAM fix
2533  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
2534    change is being made as 2.5.x configfiles are not back-compatible with
2535    2.3.x.
2536  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
2537    <markm@swoon.net>
2538  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
2539    <tim@multitalents.net>
2540  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
2541    <tim@multitalents.net>
2542
2543 20010226
2544  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
2545  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
2546    Based on patch from Tim Rice <tim@multitalents.net>
2547
2548 20010225
2549  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
2550    Patch from Adrian Ho <lexfiend@usa.net>
2551  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
2552    platform defines u_int64_t as being that.
2553
2554 20010224
2555  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna
2556    Vinschen <vinschen@redhat.com>
2557  - (bal) Reorder where 'strftime' is detected to resolve linking
2558    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
2559
2560 20010224
2561  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
2562    Patch by Pekka Savola <pekkas@netcore.fi>
2563  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
2564    some platforms.
2565  - (bal) Generalize lack of UNIX sockets since this also effects Cray
2566    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
2567
2568 20010223
2569  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
2570    <tell@telltronics.org>
2571  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
2572    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
2573  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice
2574    <tim@multitalents.net>
2575
2576 20010222
2577  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
2578  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
2579  - (bal) Removed reference to liblogin from contrib/README.  It was
2580    integrated into OpenSSH a long while ago.
2581  - (stevesk) remove erroneous #ifdef sgi code.
2582    Michael Stone <mstone@cs.loyola.edu>
2583
2584 20010221
2585  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
2586  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice
2587    <tim@multitalents.net>
2588  - (bal) Reverted out of 2001/02/15 patch by djm below because it
2589    breaks Solaris.
2590         - (djm) Move PAM session setup back to before setuid to user.
2591           fixes problems on Solaris-drived PAMs.
2592  - (stevesk) session.c: back out to where we were before:
2593     - (djm) Move PAM session initialisation until after fork in sshd. Patch
2594       from Nalin Dahyabhai <nalin@redhat.com>
2595
2596 20010220
2597  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
2598    getcwd.c.
2599  - (bal) OpenBSD CVS Sync:
2600    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
2601      [sshd.c]
2602      clarify message to make it not mention "ident"
2603
2604 20010219
2605  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
2606    pty.[ch] -> sshpty.[ch]
2607  - (djm) Rework search for OpenSSL location. Skip directories which don't
2608    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
2609    with its limit of 6 -L options.
2610  - OpenBSD CVS Sync:
2611    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
2612      [sftp.1]
2613      typo
2614    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
2615      [ssh.c]
2616      cleanup -V output; noted by millert
2617    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
2618      [sshd.8]
2619      it's the OpenSSH one
2620    - markus@cvs.openbsd.org  2001/02/18 11:33:54
2621      [dispatch.c]
2622      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
2623    - markus@cvs.openbsd.org  2001/02/19 02:53:32
2624      [compat.c compat.h serverloop.c]
2625      ssh-1.2.{18-22} has broken handling of ignore messages; report from
2626      itojun@
2627    - markus@cvs.openbsd.org  2001/02/19 03:35:23
2628      [version.h]
2629      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
2630    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
2631      [scp.c]
2632      np is changed by recursion; vinschen@redhat.com
2633  - Update versions in RPM spec files
2634  - Release 2.5.1p1
2635
2636 20010218
2637  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
2638    <tim@multitalents.net>
2639  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
2640    stevesk
2641  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
2642    <vinschen@redhat.com> and myself.
2643  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
2644    Miskiewicz <misiek@pld.ORG.PL>
2645  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
2646    Todd C. Miller <Todd.Miller@courtesan.com>
2647  - (djm) Use ttyname() to determine name of tty returned by openpty()
2648    rather then risking overflow. Patch from Marek Michalkiewicz
2649    <marekm@amelek.gda.pl>
2650  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
2651    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
2652  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
2653  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
2654    SunOS)
2655  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
2656    <tim@multitalents.net>
2657  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
2658  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
2659  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
2660    SIGALRM.
2661  - (djm) Move entropy.c over to mysignal()
2662  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
2663    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
2664    Miller <Todd.Miller@courtesan.com>
2665  - (djm) Update RPM spec files for 2.5.0p1
2666  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
2667    enable with --with-bsd-auth.
2668  - (stevesk) entropy.c: typo; should be SIGPIPE
2669
2670 20010217
2671  - (bal) OpenBSD Sync:
2672    - markus@cvs.openbsd.org 2001/02/16 13:38:18
2673      [channel.c]
2674      remove debug
2675    - markus@cvs.openbsd.org 2001/02/16 14:03:43
2676      [session.c]
2677      proper payload-length check for x11 w/o screen-number
2678
2679 20010216
2680  - (bal) added '--with-prce'  to allow overriding of system regex when
2681    required (tested by David Dulek <ddulek@fastenal.com>)
2682  - (bal) Added DG/UX case and set that they have a broken IPTOS.
2683  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
2684    Fixes linking on SCO.
2685  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
2686    Nalin Dahyabhai <nalin@redhat.com>
2687  - (djm) BSD license for gnome-ssh-askpass (was X11)
2688  - (djm) KNF on gnome-ssh-askpass
2689  - (djm) USE_PIPES for a few more sysv platforms
2690  - (djm) Cleanup configure.in a little
2691  - (djm) Ask users to check config.log when we can't find necessary libs
2692  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
2693    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
2694  - (djm) OpenBSD CVS:
2695    - markus@cvs.openbsd.org  2001/02/15 16:19:59
2696      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
2697      [sshconnect1.c sshconnect2.c]
2698      genericize password padding function for SSH1 and SSH2.
2699      add stylized echo to 2, too.
2700  - (djm) Add roundup() macro to defines.h
2701  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
2702    needed on Unixware 2.x.
2703
2704 20010215
2705  - (djm) Move PAM session setup back to before setuid to user. Fixes
2706    problems on Solaris-derived PAMs.
2707  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2708    <Darren.Moffat@eng.sun.com>
2709  - (bal) Sync w/ OpenSSH for new release
2710    - markus@cvs.openbsd.org 2001/02/12 12:45:06
2711      [sshconnect1.c]
2712      fix xmalloc(0), ok dugsong@
2713    - markus@cvs.openbsd.org 2001/02/11 12:59:25
2714      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
2715       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
2716      1) clean up the MAC support for SSH-2
2717      2) allow you to specify the MAC with 'ssh -m'
2718      3) or the 'MACs' keyword in ssh(d)_config
2719      4) add hmac-{md5,sha1}-96
2720              ok stevesk@, provos@
2721    - markus@cvs.openbsd.org 2001/02/12 16:16:23
2722      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
2723       ssh-keygen.c sshd.8]
2724      PermitRootLogin={yes,without-password,forced-commands-only,no}
2725      (before this change, root could login even if PermitRootLogin==no)
2726    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
2727      [clientloop.c packet.c ssh-keyscan.c]
2728      deal with EAGAIN/EINTR selects which were skipped
2729    - markus@cvs.openssh.org 2001/02/13 22:49:40
2730      [auth1.c auth2.c]
2731      setproctitle(user) only if getpwnam succeeds
2732    - markus@cvs.openbsd.org 2001/02/12 23:26:20
2733      [sshd.c]
2734      missing memset; from solar@openwall.com
2735    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
2736      [sftp-int.c]
2737      lumask now works with 1 numeric arg; ok markus@, djm@
2738    - djm@cvs.openbsd.org 2001/02/14 9:46:03
2739      [sftp-client.c sftp-int.c sftp.1]
2740      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
2741      ok markus@
2742  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
2743  - (djm) Move to Jim's 1.2.0 X11 askpass program
2744  - (stevesk) OpenBSD sync:
2745    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
2746      [serverloop.c]
2747      indent
2748
2749 20010214
2750  - (djm) Don't try to close PAM session or delete credentials if the
2751    session has not been open or credentials not set. Based on patch from
2752    Andrew Bartlett <abartlet@pcug.org.au>
2753  - (djm) Move PAM session initialisation until after fork in sshd. Patch
2754    from Nalin Dahyabhai <nalin@redhat.com>
2755  - (bal) Missing function prototype in bsd-snprintf.c patch by
2756    Mark Miller <markm@swoon.net>
2757  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
2758    <cmadams@hiwaay.net> with a little modification and KNF.
2759  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
2760
2761 20010213
2762  - (djm) Only test -S potential EGD sockets if they exist and are readable.
2763  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
2764    I did a base KNF over the whe whole file to make it more acceptable.
2765    (backed out of original patch and removed it from ChangeLog)
2766  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
2767    Tim Rice <tim@multitalents.net>
2768  - (stevesk) auth1.c: fix PAM passwordless check.
2769
2770 20010212
2771  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
2772    --define "skip_gnome_askpass 1", --define "rh7 1" and make the
2773    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
2774    Pekka Savola <pekkas@netcore.fi>
2775  - (djm) Clean up PCRE text in INSTALL
2776  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
2777    <mib@unimelb.edu.au>
2778  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
2779  - (stevesk) session.c: remove debugging code.
2780
2781 20010211
2782  - (bal) OpenBSD Sync
2783    - markus@cvs.openbsd.org 2001/02/07 22:35:46
2784      [auth1.c auth2.c sshd.c]
2785      move k_setpag() to a central place; ok dugsong@
2786    - markus@cvs.openbsd.org 2001/02/10 12:52:02
2787      [auth2.c]
2788      offer passwd before s/key
2789    - markus@cvs.openbsd.org 2001/02/8 22:37:10
2790      [canohost.c]
2791      remove last call to sprintf; ok deraadt@
2792    - markus@cvs.openbsd.org 2001/02/10 1:33:32
2793      [canohost.c]
2794      add debug message, since sshd blocks here if DNS is not available
2795    - markus@cvs.openbsd.org 2001/02/10 12:44:02
2796      [cli.c]
2797      don't call vis() for \r
2798    - danh@cvs.openbsd.org 2001/02/10 0:12:43
2799      [scp.c]
2800      revert a small change to allow -r option to work again; ok deraadt@
2801    - danh@cvs.openbsd.org 2001/02/10 15:14:11
2802      [scp.c]
2803      fix memory leak; ok markus@
2804    - djm@cvs.openbsd.org 2001/02/10 0:45:52
2805      [scp.1]
2806      Mention that you can quote pathnames with spaces in them
2807    - markus@cvs.openbsd.org 2001/02/10 1:46:28
2808      [ssh.c]
2809      remove mapping of argv[0] -> hostname
2810    - markus@cvs.openbsd.org 2001/02/06 22:26:17
2811      [sshconnect2.c]
2812      do not ask for passphrase in batch mode; report from ejb@ql.org
2813    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
2814      [sshconnect.c sshconnect1.c sshconnect2.c]
2815      %.30s is too short for IPv6 numeric address.  use %.128s for now.
2816      markus ok
2817    - markus@cvs.openbsd.org 2001/02/09 12:28:35
2818      [sshconnect2.c]
2819      do not free twice, thanks to /etc/malloc.conf
2820    - markus@cvs.openbsd.org 2001/02/09 17:10:53
2821      [sshconnect2.c]
2822      partial success: debug->log; "Permission denied" if no more auth methods
2823    - markus@cvs.openbsd.org 2001/02/10 12:09:21
2824      [sshconnect2.c]
2825      remove some lines
2826    - markus@cvs.openbsd.org 2001/02/09 13:38:07
2827      [auth-options.c]
2828      reset options if no option is given; from han.holl@prismant.nl
2829    - markus@cvs.openbsd.org 2001/02/08 21:58:28
2830      [channels.c]
2831      nuke sprintf, ok deraadt@
2832    - markus@cvs.openbsd.org 2001/02/08 21:58:28
2833      [channels.c]
2834      nuke sprintf, ok deraadt@
2835    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2836      [clientloop.h]
2837      remove confusing callback code
2838    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
2839      [readconf.c]
2840      snprintf
2841    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2842      sync with netbsd tree changes.
2843      - more strict prototypes, include necessary headers
2844      - use paths.h/pathnames.h decls
2845      - size_t typecase to int -> u_long
2846    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2847      [ssh-keyscan.c]
2848      fix size_t -> int cast (use u_long).  markus ok
2849    - markus@cvs.openbsd.org 2001/02/07 22:43:16
2850      [ssh-keyscan.c]
2851      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
2852    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
2853      [ssh-keyscan.c]
2854      do not assume malloc() returns zero-filled region.  found by
2855      malloc.conf=AJ.
2856    - markus@cvs.openbsd.org 2001/02/08 22:35:30
2857      [sshconnect.c]
2858      don't connect if batch_mode is true and stricthostkeychecking set to
2859     'ask'
2860    - djm@cvs.openbsd.org 2001/02/04 21:26:07
2861      [sshd_config]
2862      type: ok markus@
2863    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
2864      [sshd_config]
2865      enable sftp-server by default
2866    - deraadt 2001/02/07 8:57:26
2867      [xmalloc.c]
2868      deal with new ANSI malloc stuff
2869    - markus@cvs.openbsd.org 2001/02/07 16:46:08
2870      [xmalloc.c]
2871      typo in fatal()
2872    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2873      [xmalloc.c]
2874      fix size_t -> int cast (use u_long).  markus ok
2875    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
2876      [serverloop.c sshconnect1.c]
2877      mitigate SSH1 traffic analysis - from Solar Designer
2878      <solar@openwall.com>, ok provos@
2879  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'
2880    (from the OpenBSD tree)
2881  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
2882  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
2883  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
2884  - (bal) A bit more whitespace cleanup
2885  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
2886    <abartlet@pcug.org.au>
2887  - (stevesk) misc.c: ssh.h not needed.
2888  - (stevesk) compat.c: more friendly cpp error
2889  - (stevesk) OpenBSD sync:
2890    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
2891      [LICENSE]
2892      typos and small cleanup; ok deraadt@
2893
2894 20010210
2895  - (djm) Sync sftp and scp stuff from OpenBSD:
2896    - djm@cvs.openbsd.org     2001/02/07 03:55:13
2897      [sftp-client.c]
2898      Don't free handles before we are done with them. Based on work from
2899      Corinna Vinschen <vinschen@redhat.com>. ok markus@
2900    - djm@cvs.openbsd.org     2001/02/06 22:32:53
2901      [sftp.1]
2902      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2903    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
2904      [sftp.1]
2905      pretty up significantly
2906    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
2907      [sftp.1]
2908      .Bl-.El mismatch.  markus ok
2909    - djm@cvs.openbsd.org     2001/02/07 06:12:30
2910      [sftp-int.c]
2911      Check that target is a directory before doing ls; ok markus@
2912    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
2913      [scp.c sftp-client.c sftp-server.c]
2914      unsigned long long -> %llu, not %qu.  markus ok
2915    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
2916      [sftp.1 sftp-int.c]
2917      more man page cleanup and sync of help text with man page; ok markus@
2918    - markus@cvs.openbsd.org  2001/02/07 14:58:34
2919      [sftp-client.c]
2920      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
2921    - djm@cvs.openbsd.org     2001/02/07 15:27:19
2922      [sftp.c]
2923      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
2924      <roumen.petrov@skalasoft.com>
2925    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
2926      [sftp-int.c]
2927      portable; ok markus@
2928    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
2929      [sftp-int.c]
2930      lowercase cmds[].c also; ok markus@
2931    - markus@cvs.openbsd.org  2001/02/07 17:04:52
2932      [pathnames.h sftp.c]
2933      allow sftp over ssh protocol 1; ok djm@
2934    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
2935      [scp.c]
2936      memory leak fix, and snprintf throughout
2937    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
2938      [sftp-int.c]
2939      plug a memory leak
2940    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
2941      [session.c sftp-client.c]
2942      %i -> %d
2943    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
2944      [sftp-int.c]
2945      typo
2946    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
2947      [sftp-int.c pathnames.h]
2948      _PATH_LS; ok markus@
2949    - djm@cvs.openbsd.org     2001/02/09 04:46:25
2950      [sftp-int.c]
2951      Check for NULL attribs for chown, chmod & chgrp operations, only send
2952      relevant attribs back to server; ok markus@
2953    - djm@cvs.openbsd.org     2001/02/06 15:05:25
2954      [sftp.c]
2955      Use getopt to process commandline arguments
2956    - djm@cvs.openbsd.org     2001/02/06 15:06:21
2957      [sftp.c ]
2958      Wait for ssh subprocess at exit
2959    - djm@cvs.openbsd.org     2001/02/06 15:18:16
2960      [sftp-int.c]
2961      stat target for remote chdir before doing chdir
2962    - djm@cvs.openbsd.org     2001/02/06 15:32:54
2963      [sftp.1]
2964      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2965    - provos@cvs.openbsd.org  2001/02/05 22:22:02
2966      [sftp-int.c]
2967      cleanup get_pathname, fix pwd after failed cd. okay djm@
2968  - (djm) Update makefile.in for _PATH_SFTP_SERVER
2969  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
2970
2971 20010209
2972  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
2973    <rjmooney@mediaone.net>
2974  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
2975    main tree while porting forward.  Pointed out by Lutz Jaenicke
2976    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2977  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
2978    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2979  - (stevesk) OpenBSD sync:
2980    - markus@cvs.openbsd.org  2001/02/08 11:20:01
2981      [auth2.c]
2982      strict checking
2983    - markus@cvs.openbsd.org  2001/02/08 11:15:22
2984      [version.h]
2985      update to 2.3.2
2986    - markus@cvs.openbsd.org  2001/02/08 11:12:30
2987      [auth2.c]
2988      fix typo
2989  - (djm) Update spec files
2990  - (bal) OpenBSD sync:
2991    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
2992      [scp.c]
2993      memory leak fix, and snprintf throughout
2994    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2995      [clientloop.c]
2996      remove confusing callback code
2997  - (djm) Add CVS Id's to files that we have missed
2998  - (bal) OpenBSD Sync (more):
2999    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
3000      sync with netbsd tree changes.
3001      - more strict prototypes, include necessary headers
3002      - use paths.h/pathnames.h decls
3003      - size_t typecase to int -> u_long
3004    - markus@cvs.openbsd.org 2001/02/06 22:07:42
3005      [ssh.c]
3006      fatal() if subsystem fails
3007    - markus@cvs.openbsd.org 2001/02/06 22:43:02
3008      [ssh.c]
3009      remove confusing callback code
3010    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
3011      [ssh.c]
3012      add -1 option (force protocol version 1). ok markus@
3013    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
3014      [ssh.c]
3015      reorder -{1,2,4,6} options. ok markus@
3016  - (bal) Missing 'const' in readpass.h
3017  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
3018    - djm@cvs.openbsd.org 2001/02/06 23:30:28
3019      [sftp-client.c]
3020      replace arc4random with counter for request ids; ok markus@
3021  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
3022    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3023
3024 20010208
3025  - (djm) Don't delete external askpass program in make uninstall target.
3026    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
3027  - (djm) Fix linking of sftp, don't need arc4random any more.
3028  - (djm) Try to use shell that supports "test -S" for EGD socket search.
3029    Based on patch from Tim Rice <tim@multitalents.net>
3030
3031 20010207
3032  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
3033    seem lose track of it while in openbsd-compat/  (two confirmed reports)
3034  - (djm) Much KNF on PAM code
3035  - (djm) Revise auth-pam.c conversation function to be a little more
3036    readable.
3037  - (djm) Revise kbd-int PAM conversation function to fold all text messages
3038    to before first prompt. Fixes hangs if last pam_message did not require
3039    a reply.
3040  - (djm) Fix password changing when using PAM kbd-int authentication
3041
3042 20010205
3043  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
3044    that don't have NGROUPS_MAX.
3045  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
3046  - (stevesk) OpenBSD sync:
3047    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
3048      [many files; did this manually to our top-level source dir]
3049      unexpand and remove end-of-line whitespace; ok markus@
3050    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
3051      [sftp-server.c]
3052      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
3053    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
3054      [sftp-int.c]
3055      ? == help
3056    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
3057      [sftp-int.c]
3058      sort commands, so that abbreviations work as expected
3059    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
3060      [sftp-int.c]
3061      debugging sftp: precedence and missing break.  chmod, chown, chgrp
3062      seem to be working now.
3063    - markus@cvs.openbsd.org 2001/02/04 14:41:21
3064      [sftp-int.c]
3065      use base 8 for umask/chmod
3066    - markus@cvs.openbsd.org 2001/02/04 11:11:54
3067      [sftp-int.c]
3068      fix LCD
3069    - markus@cvs.openbsd.org  2001/02/04 08:10:44
3070      [ssh.1]
3071      typo; dpo@club-internet.fr
3072    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
3073      [auth2.c authfd.c packet.c]
3074      remove duplicate #include's; ok markus@
3075    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
3076      [scp.c sshd.c]
3077      alpha happiness
3078    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
3079      [sshd.c]
3080      precedence; ok markus@
3081    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
3082      [ssh.c sshd.c]
3083      make the alpha happy
3084    - markus@cvs.openbsd.org  2001/01/31 13:37:24
3085      [channels.c channels.h serverloop.c ssh.c]
3086      do not disconnect if local port forwarding fails, e.g. if port is
3087      already in use
3088    - markus@cvs.openbsd.org  2001/02/01 14:58:09
3089      [channels.c]
3090      use ipaddr in channel messages, ietf-secsh wants this
3091    - markus@cvs.openbsd.org  2001/01/31 12:26:20
3092      [channels.c]
3093      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
3094      messages; bug report from edmundo@rano.org
3095    - markus@cvs.openbsd.org  2001/01/31 13:48:09
3096      [sshconnect2.c]
3097      unused
3098    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
3099      [sftp-client.c sftp-server.c]
3100      make gcc on the alpha even happier
3101
3102 20010204
3103  - (bal) I think this is the last of the bsd-*.h that don't belong.
3104  - (bal) Minor Makefile fix
3105  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
3106    right.
3107  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
3108  - (bal) next-posix.h changed to bsd-nextstep.h
3109  - (djm) OpenBSD CVS sync:
3110    - markus@cvs.openbsd.org  2001/02/03 03:08:38
3111      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
3112      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
3113      [sshd_config]
3114      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
3115    - markus@cvs.openbsd.org  2001/02/03 03:19:51
3116      [ssh.1 sshd.8 sshd_config]
3117      Skey is now called ChallengeResponse
3118    - markus@cvs.openbsd.org  2001/02/03 03:43:09
3119      [sshd.8]
3120      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
3121      channel. note from Erik.Anggard@cygate.se (pr/1659)
3122    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
3123      [ssh.1]
3124      typos; ok markus@
3125    - djm@cvs.openbsd.org     2001/02/04 04:11:56
3126      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
3127      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
3128      Basic interactive sftp client; ok theo@
3129  - (djm) Update RPM specs for new sftp binary
3130  - (djm) Update several bits for new optional reverse lookup stuff. I
3131    think I got them all.
3132  - (djm) Makefile.in fixes
3133  - (stevesk) add mysignal() wrapper and use it for the protocol 2
3134    SIGCHLD handler.
3135  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
3136
3137 20010203
3138  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
3139  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
3140    based file) to ensure #include space does not get confused.
3141  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
3142    platforms so builds fail.  (NeXT being a well known one)
3143
3144 20010202
3145  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
3146    <vinschen@redhat.com>
3147  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
3148    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
3149
3150 20010201
3151  - (bal) Minor fix to Makefile to stop rebuilding executables if no
3152    changes have occured to any of the supporting code.  Patch by
3153    Roumen Petrov <roumen.petrov@skalasoft.com>
3154
3155 20010131
3156  - (djm) OpenBSD CVS Sync:
3157    - djm@cvs.openbsd.org     2001/01/30 15:48:53
3158      [sshconnect.c]
3159      Make warning message a little more consistent. ok markus@
3160  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
3161    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
3162    respectively.
3163  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
3164    passwords.
3165  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
3166    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
3167    assocated.
3168
3169 20010130
3170  - (djm) OpenBSD CVS Sync:
3171    - markus@cvs.openbsd.org  2001/01/29 09:55:37
3172      [channels.c channels.h clientloop.c serverloop.c]
3173      fix select overflow; ok deraadt@ and stevesk@
3174    - markus@cvs.openbsd.org  2001/01/29 12:42:35
3175      [canohost.c canohost.h channels.c clientloop.c]
3176      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
3177    - markus@cvs.openbsd.org  2001/01/29 12:47:32
3178      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
3179      handle rsa_private_decrypt failures; helps against the Bleichenbacher
3180      pkcs#1 attack
3181    - djm@cvs.openbsd.org     2001/01/29 05:36:11
3182      [ssh.1 ssh.c]
3183      Allow invocation of sybsystem by commandline (-s); ok markus@
3184  - (stevesk) configure.in: remove duplicate PROG_LS
3185
3186 20010129
3187  - (stevesk) sftp-server.c: use %lld vs. %qd
3188
3189 20010128
3190  - (bal) Put USE_PIPES back into sco3.2v5
3191  - (bal) OpenBSD Sync
3192    - markus@cvs.openbsd.org 2001/01/28 10:15:34
3193      [dispatch.c]
3194      re-keying is not supported; ok deraadt@
3195    - markus@cvs.openbsd.org 2001/01/28 10:24:04
3196      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3197      cleanup AUTHORS sections
3198    - markus@cvs.openbsd.org 2001/01/28 10:37:26
3199      [sshd.c sshd.8]
3200      remove -Q, no longer needed
3201    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
3202      [readconf.c ssh.1]
3203      ``StrictHostKeyChecking ask'' documentation and small cleanup.
3204      ok markus@
3205    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
3206      [sshd.8]
3207      spelling.  ok markus@
3208    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
3209      [xmalloc.c]
3210      use size_t for strlen() return.  ok markus@
3211    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
3212      [authfile.c]
3213      spelling.  use sizeof vs. strlen().  ok markus@
3214    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
3215      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
3216       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
3217       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
3218       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
3219       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
3220       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
3221      $OpenBSD$
3222   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
3223
3224 20010126
3225  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
3226    Petrov <roumen.petrov@skalasoft.com>
3227  - (bal) OpenBSD Sync
3228    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
3229      [ssh-agent.c]
3230      call _exit() in signal handler
3231
3232 20010125
3233  - (djm) Sync bsd-* support files:
3234    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
3235      [rresvport.c bindresvport.c]
3236      new bindresvport() semantics that itojun, shin, jean-luc and i have
3237      agreed on, which will be happy for the future. bindresvport_sa() for
3238      sockaddr *, too.  docs later..
3239    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
3240      [bindresvport.c]
3241      in bindresvport(), if sin is non-NULL, example sin->sin_family for
3242      the actual family being processed
3243  - (djm) Mention PRNGd in documentation, it is nicer than EGD
3244  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
3245  - (bal) AC_FUNC_STRFTIME added to autoconf
3246  - (bal) OpenBSD Resync
3247    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
3248      [channels.c]
3249      missing freeaddrinfo(); ok markus@
3250
3251 20010124
3252  - (bal) OpenBSD Resync
3253    - markus@cvs.openbsd.org 2001/01/23 10:45:10
3254      [ssh.h]
3255      nuke comment
3256  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
3257  - (bal) #ifdef around S_IFSOCK if platform does not support it.
3258    patch by Tim Rice <tim@multitalents.net>
3259  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
3260  - (stevesk) sftp-server.c: fix chmod() mode mask
3261
3262 20010123
3263  - (bal) regexp.h typo in configure.in.  Should have been regex.h
3264  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
3265  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
3266  - (bal) OpenBSD Resync
3267    - markus@cvs.openbsd.org 2001/01/22 8:15:00
3268      [auth-krb4.c sshconnect1.c]
3269      only AFS needs radix.[ch]
3270    - markus@cvs.openbsd.org 2001/01/22 8:32:53
3271      [auth2.c]
3272      no need to include; from mouring@etoh.eviladmin.org
3273    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
3274      [key.c]
3275      free() -> xfree(); ok markus@
3276    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
3277      [sshconnect2.c sshd.c]
3278      fix memory leaks in SSH2 key exchange; ok markus@
3279    - markus@cvs.openbsd.org 2001/01/22 23:06:39
3280      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
3281       sshconnect1.c sshconnect2.c sshd.c]
3282      rename skey -> challenge response.
3283      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
3284
3285
3286 20010122
3287  - (bal) OpenBSD Resync
3288    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
3289      [servconf.c ssh.h sshd.c]
3290      only auth-chall.c needs #ifdef SKEY
3291    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
3292      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3293       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
3294       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
3295       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
3296       ssh1.h sshconnect1.c sshd.c ttymodes.c]
3297      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
3298    - markus@cvs.openbsd.org 2001/01/19 16:48:14
3299      [sshd.8]
3300      fix typo; from stevesk@
3301    - markus@cvs.openbsd.org 2001/01/19 16:50:58
3302      [ssh-dss.c]
3303      clear and free digest, make consistent with other code (use dlen); from
3304      stevesk@
3305    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
3306      [auth-options.c auth-options.h auth-rsa.c auth2.c]
3307      pass the filename to auth_parse_options()
3308    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
3309      [readconf.c]
3310      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
3311    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
3312      [sshconnect2.c]
3313      dh_new_group() does not return NULL.  ok markus@
3314    - markus@cvs.openbsd.org 2001/01/20 21:33:42
3315      [ssh-add.c]
3316      do not loop forever if askpass does not exist; from
3317      andrew@pimlott.ne.mediaone.net
3318    - djm@cvs.openbsd.org 2001/01/20 23:00:56
3319      [servconf.c]
3320      Check for NULL return from strdelim; ok markus
3321    - djm@cvs.openbsd.org 2001/01/20 23:02:07
3322      [readconf.c]
3323      KNF; ok markus
3324    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
3325      [ssh-keygen.1]
3326      remove -R flag; ok markus@
3327    - markus@cvs.openbsd.org 2001/01/21 19:05:40
3328      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
3329       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3330       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
3331       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
3332       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
3333       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
3334       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
3335       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
3336       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
3337       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
3338       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
3339       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
3340       ttysmodes.c uidswap.c xmalloc.c]
3341      split ssh.h and try to cleanup the #include mess. remove unnecessary
3342      #includes.  rename util.[ch] -> misc.[ch]
3343  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
3344  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
3345    conflict when compiling for non-kerb install
3346  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
3347    on 1/19.
3348
3349 20010120
3350  - (bal) OpenBSD Resync
3351    - markus@cvs.openbsd.org 2001/01/19 12:45:26
3352      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
3353      only auth-chall.c needs #ifdef SKEY
3354  - (bal) Slight auth2-pam.c clean up.
3355  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
3356    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
3357
3358 20010119
3359  - (djm) Update versions in RPM specfiles
3360  - (bal) OpenBSD Resync
3361    - markus@cvs.openbsd.org 2001/01/18 16:20:21
3362      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
3363       sshd.8 sshd.c]
3364      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
3365      systems
3366    - markus@cvs.openbsd.org 2001/01/18 16:59:59
3367      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
3368       session.h sshconnect1.c]
3369      1) removes fake skey from sshd, since this will be much
3370         harder with /usr/libexec/auth/login_XXX
3371      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
3372      3) make addition of BSD_AUTH and other challenge reponse methods
3373         easier.
3374    - markus@cvs.openbsd.org 2001/01/18 17:12:43
3375      [auth-chall.c auth2-chall.c]
3376      rename *-skey.c *-chall.c since the files are not skey specific
3377  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
3378    to fix NULL pointer deref and fake authloop breakage in PAM code.
3379  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3380  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
3381
3382 20010118
3383  - (bal) Super Sized OpenBSD Resync
3384    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
3385      [sshd.c]
3386      maxfd+1
3387    - markus@cvs.openbsd.org 2001/01/13 17:59:18
3388      [ssh-keygen.1]
3389      small ssh-keygen manpage cleanup; stevesk@pobox.com
3390    - markus@cvs.openbsd.org 2001/01/13 18:03:07
3391      [scp.c ssh-keygen.c sshd.c]
3392      getopt() returns -1 not EOF; stevesk@pobox.com
3393    - markus@cvs.openbsd.org 2001/01/13 18:06:54
3394      [ssh-keyscan.c]
3395      use SSH_DEFAULT_PORT; from stevesk@pobox.com
3396    - markus@cvs.openbsd.org 2001/01/13 18:12:47
3397      [ssh-keyscan.c]
3398      free() -> xfree(); fix memory leak; from stevesk@pobox.com
3399    - markus@cvs.openbsd.org 2001/01/13 18:14:13
3400      [ssh-add.c]
3401      typo, from stevesk@sweden.hp.com
3402    - markus@cvs.openbsd.org 2001/01/13 18:32:50
3403      [packet.c session.c ssh.c sshconnect.c sshd.c]
3404      split out keepalive from packet_interactive (from dale@accentre.com)
3405      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
3406    - markus@cvs.openbsd.org 2001/01/13 18:36:45
3407      [packet.c packet.h]
3408      reorder, typo
3409    - markus@cvs.openbsd.org 2001/01/13 18:38:00
3410      [auth-options.c]
3411      fix comment
3412    - markus@cvs.openbsd.org 2001/01/13 18:43:31
3413      [session.c]
3414      Wall
3415    - markus@cvs.openbsd.org 2001/01/13 19:14:08
3416      [clientloop.h clientloop.c ssh.c]
3417      move callback to headerfile
3418    - markus@cvs.openbsd.org 2001/01/15 21:40:10
3419      [ssh.c]
3420      use log() instead of stderr
3421    - markus@cvs.openbsd.org 2001/01/15 21:43:51
3422      [dh.c]
3423      use error() not stderr!
3424    - markus@cvs.openbsd.org 2001/01/15 21:45:29
3425      [sftp-server.c]
3426      rename must fail if newpath exists, debug off by default
3427    - markus@cvs.openbsd.org 2001/01/15 21:46:38
3428      [sftp-server.c]
3429      readable long listing for sftp-server, ok deraadt@
3430    - markus@cvs.openbsd.org 2001/01/16 19:20:06
3431      [key.c ssh-rsa.c]
3432      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
3433      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
3434      since they are in the wrong format, too. they must be removed from
3435      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
3436      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
3437      .ssh/authorized_keys2) additionally, we now check that
3438      BN_num_bits(rsa->n) >= 768.
3439    - markus@cvs.openbsd.org 2001/01/16 20:54:27
3440      [sftp-server.c]
3441      remove some statics. simpler handles; idea from nisse@lysator.liu.se
3442    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
3443      [bufaux.c radix.c sshconnect.h sshconnect1.c]
3444      indent
3445  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
3446    be missing such feature.
3447
3448
3449 20010117
3450  - (djm) Only write random seed file at exit
3451  - (djm) Make PAM support optional, enable with --with-pam
3452  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
3453    provides a crypt() of its own)
3454  - (djm) Avoid a warning in bsd-bindresvport.c
3455  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
3456    can cause weird segfaults errors on Solaris
3457  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
3458  - (djm) Add --with-pam to RPM spec files
3459
3460 20010115
3461  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
3462  - (bal) utimes() support via utime() interface on machine that lack utimes().
3463
3464 20010114
3465  - (stevesk) initial work for OpenBSD "support supplementary group in
3466    {Allow,Deny}Groups" patch:
3467    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
3468    - add bsd-getgrouplist.h
3469    - new files groupaccess.[ch]
3470    - build but don't use yet (need to merge auth.c changes)
3471  - (stevesk) complete:
3472    - markus@cvs.openbsd.org  2001/01/13 11:56:48
3473      [auth.c sshd.8]
3474      support supplementary group in {Allow,Deny}Groups
3475      from stevesk@pobox.com
3476
3477 20010112
3478  - (bal) OpenBSD Sync
3479    - markus@cvs.openbsd.org 2001/01/10 22:56:22
3480      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
3481      cleanup sftp-server implementation:
3482      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
3483      parse SSH2_FILEXFER_ATTR_EXTENDED
3484      send SSH2_FX_EOF if readdir returns no more entries
3485      reply to SSH2_FXP_EXTENDED message
3486      use #defines from the draft
3487      move #definations to sftp.h
3488      more info:
3489      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
3490    - markus@cvs.openbsd.org 2001/01/10 19:43:20
3491      [sshd.c]
3492      XXX - generate_empheral_server_key() is not safe against races,
3493      because it calls log()
3494    - markus@cvs.openbsd.org 2001/01/09 21:19:50
3495      [packet.c]
3496      allow TCP_NDELAY for ipv6; from netbsd via itojun@
3497
3498 20010110
3499  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
3500    Bladt Norbert <Norbert.Bladt@adi.ch>
3501
3502 20010109
3503  - (bal) Resync CVS ID of cli.c
3504  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
3505    code.
3506  - (bal) OpenBSD Sync
3507    - markus@cvs.openbsd.org 2001/01/08 22:29:05
3508      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
3509       sshd_config version.h]
3510      implement option 'Banner /etc/issue.net' for ssh2, move version to
3511      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
3512      is enabled).
3513    - markus@cvs.openbsd.org 2001/01/08 22:03:23
3514      [channels.c ssh-keyscan.c]
3515      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
3516    - markus@cvs.openbsd.org 2001/01/08 21:55:41
3517      [sshconnect1.c]
3518      more cleanups and fixes from stevesk@pobox.com:
3519      1) try_agent_authentication() for loop will overwrite key just
3520         allocated with key_new(); don't alloc
3521      2) call ssh_close_authentication_connection() before exit
3522         try_agent_authentication()
3523      3) free mem on bad passphrase in try_rsa_authentication()
3524    - markus@cvs.openbsd.org 2001/01/08 21:48:17
3525      [kex.c]
3526      missing free; thanks stevesk@pobox.com
3527   - (bal) Detect if clock_t structure exists, if not define it.
3528   - (bal) Detect if O_NONBLOCK exists, if not define it.
3529   - (bal) removed news4-posix.h (now empty)
3530   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
3531     instead of 'int'
3532  - (stevesk) sshd_config: sync
3533  - (stevesk) defines.h: remove spurious ``;''
3534
3535 20010108
3536  - (bal) Fixed another typo in cli.c
3537  - (bal) OpenBSD Sync
3538    - markus@cvs.openbsd.org 2001/01/07 21:26:55
3539      [cli.c]
3540      typo
3541    - markus@cvs.openbsd.org 2001/01/07 21:26:55
3542      [cli.c]
3543      missing free, stevesk@pobox.com
3544    - markus@cvs.openbsd.org 2001/01/07 19:06:25
3545      [auth1.c]
3546      missing free, stevesk@pobox.com
3547    - markus@cvs.openbsd.org 2001/01/07 11:28:04
3548      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
3549       ssh.h sshd.8 sshd.c]
3550      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
3551      syslog priority changes:
3552              fatal() LOG_ERR  -> LOG_CRIT
3553              log()   LOG_INFO -> LOG_NOTICE
3554  - Updated TODO
3555
3556 20010107
3557  - (bal) OpenBSD Sync
3558    - markus@cvs.openbsd.org 2001/01/06 11:23:27
3559      [ssh-rsa.c]
3560      remove unused
3561    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
3562      [ssh-keyscan.1]
3563      missing .El
3564    - markus@cvs.openbsd.org 2001/01/04 22:41:03
3565      [session.c sshconnect.c]
3566      consistent use of _PATH_BSHELL; from stevesk@pobox.com
3567    - djm@cvs.openbsd.org 2001/01/04 22:35:32
3568      [ssh.1 sshd.8]
3569      Mention AES as available SSH2 Cipher; ok markus
3570    - markus@cvs.openbsd.org 2001/01/04 22:25:58
3571      [sshd.c]
3572      sync usage()/man with defaults; from stevesk@pobox.com
3573    - markus@cvs.openbsd.org 2001/01/04 22:21:26
3574      [sshconnect2.c]
3575      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
3576      that prints a banner (e.g. /etc/issue.net)
3577
3578 20010105
3579  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
3580  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
3581
3582 20010104
3583  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
3584    work by Chris Vaughan <vaughan99@yahoo.com>
3585
3586 20010103
3587  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
3588    tree (mainly positioning)
3589  - (bal) OpenSSH CVS Update
3590    - markus@cvs.openbsd.org 2001/01/02 20:41:02
3591      [packet.c]
3592      log remote ip on disconnect; PR 1600 from jcs@rt.fm
3593    - markus@cvs.openbsd.org 2001/01/02 20:50:56
3594      [sshconnect.c]
3595      strict_host_key_checking for host_status != HOST_CHANGED &&
3596      ip_status == HOST_CHANGED
3597  - (bal) authfile.c: Synced CVS ID tag
3598  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
3599  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
3600    patch by Tim Rice <tim@multitalents.net>
3601  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
3602    and sftp-server.8 manpage.
3603
3604 20010102
3605  - (bal) OpenBSD CVS Update
3606    - markus@cvs.openbsd.org 2001/01/01 14:52:49
3607      [scp.c]
3608      use shared fatal(); from stevesk@pobox.com
3609
3610 20001231
3611  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
3612    for multiple reasons.
3613  - (bal) Reverted out of a partial NeXT patch.
3614
3615 20001230
3616  - (bal) OpenBSD CVS Update
3617    - markus@cvs.openbsd.org 2000/12/28 18:58:30
3618      [ssh-keygen.c]
3619      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
3620    - markus@cvs.openbsd.org 2000/12/29 22:19:13
3621      [channels.c]
3622      missing xfree; from vaughan99@yahoo.com
3623  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
3624  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
3625    Suggested by Christian Kurz <shorty@debian.org>
3626  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
3627     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
3628     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3629
3630 20001229
3631  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
3632    Kurz <shorty@debian.org>
3633  - (bal) OpenBSD CVS Update
3634    - markus@cvs.openbsd.org 2000/12/28 14:25:51
3635      [auth.h auth2.c]
3636      count authentication failures only
3637    - markus@cvs.openbsd.org 2000/12/28 14:25:03
3638      [sshconnect.c]
3639      fingerprint for MITM attacks, too.
3640    - markus@cvs.openbsd.org 2000/12/28 12:03:57
3641      [sshd.8 sshd.c]
3642      document -D
3643    - markus@cvs.openbsd.org 2000/12/27 14:19:21
3644      [serverloop.c]
3645      less chatty
3646    - markus@cvs.openbsd.org 2000/12/27 12:34
3647      [auth1.c sshconnect2.c sshd.c]
3648      typo
3649    - markus@cvs.openbsd.org 2000/12/27 12:30:19
3650      [readconf.c readconf.h ssh.1 sshconnect.c]
3651      new option: HostKeyAlias: allow the user to record the host key
3652      under a different name. This is useful for ssh tunneling over
3653      forwarded connections or if you run multiple sshd's on different
3654      ports on the same machine.
3655    - markus@cvs.openbsd.org 2000/12/27 11:51:53
3656      [ssh.1 ssh.c]
3657      multiple -t force pty allocation, document ORIGINAL_COMMAND
3658    - markus@cvs.openbsd.org 2000/12/27 11:41:31
3659      [sshd.8]
3660      update for ssh-2
3661  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
3662    fix merge.
3663
3664 20001228
3665  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
3666    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
3667  - (djm) Update to new x11-askpass in RPM spec
3668  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
3669    header.  Patch by Tim Rice <tim@multitalents.net>
3670  - Updated TODO w/ known HP/UX issue
3671  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
3672    bad reference to 'NeXT including it else were' on the #ifdef version.
3673
3674 20001227
3675  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
3676    Takumi Yamane <yamtak@b-session.com>
3677  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
3678    by Corinna Vinschen <vinschen@redhat.com>
3679  - (djm) Fix catman-do target for non-bash
3680  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
3681    Takumi Yamane <yamtak@b-session.com>
3682  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
3683    by Corinna Vinschen <vinschen@redhat.com>
3684  - (djm) Fix catman-do target for non-bash
3685  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
3686  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
3687    'RLIMIT_NOFILE'
3688  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
3689    the info in COPYING.Ylonen has been moved to the start of each
3690    SSH1-derived file and README.Ylonen is well out of date.
3691
3692 20001223
3693  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
3694    if a change to config.h has occurred.  Suggested by Gert Doering
3695    <gert@greenie.muc.de>
3696  - (bal) OpenBSD CVS Update:
3697    - markus@cvs.openbsd.org 2000/12/22 16:49:40
3698      [ssh-keygen.c]
3699      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
3700
3701 20001222
3702  - Updated RCSID for pty.c
3703  - (bal) OpenBSD CVS Updates:
3704   - markus@cvs.openbsd.org 2000/12/21 15:10:16
3705     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
3706     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
3707   - markus@cvs.openbsd.org 2000/12/20 19:26:56
3708     [authfile.c]
3709     allow ssh -i userkey for root
3710   - markus@cvs.openbsd.org 2000/12/20 19:37:21
3711     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
3712     fix prototypes; from stevesk@pobox.com
3713   - markus@cvs.openbsd.org 2000/12/20 19:32:08
3714     [sshd.c]
3715     init pointer to NULL; report from Jan.Ivan@cern.ch
3716   - markus@cvs.openbsd.org 2000/12/19 23:17:54
3717     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
3718      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
3719      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
3720      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
3721      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
3722      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
3723      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
3724      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
3725      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
3726     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
3727     unsigned' with u_char.
3728
3729 20001221
3730  - (stevesk) OpenBSD CVS updates:
3731    - markus@cvs.openbsd.org 2000/12/19 15:43:45
3732      [authfile.c channels.c sftp-server.c ssh-agent.c]
3733      remove() -> unlink() for consistency
3734    - markus@cvs.openbsd.org 2000/12/19 15:48:09
3735      [ssh-keyscan.c]
3736      replace <ssl/x.h> with <openssl/x.h>
3737    - markus@cvs.openbsd.org 2000/12/17 02:33:40
3738      [uidswap.c]
3739      typo; from wsanchez@apple.com
3740
3741 20001220
3742  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
3743    and Linux-PAM. Based on report and fix from Andrew Morgan
3744    <morgan@transmeta.com>
3745
3746 20001218
3747  - (stevesk) rsa.c: entropy.h not needed.
3748  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
3749    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
3750
3751 20001216
3752  - (stevesk) OpenBSD CVS updates:
3753    - markus@cvs.openbsd.org 2000/12/16 02:53:57
3754      [scp.c]
3755      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
3756    - markus@cvs.openbsd.org 2000/12/16 02:39:57
3757      [scp.c]
3758      unused; from stevesk@pobox.com
3759
3760 20001215
3761  - (stevesk) Old OpenBSD patch wasn't completely applied:
3762    - markus@cvs.openbsd.org 2000/01/24 22:11:20
3763      [scp.c]
3764      allow '.' in usernames; from jedgar@fxp.org
3765  - (stevesk) OpenBSD CVS updates:
3766    - markus@cvs.openbsd.org 2000/12/13 16:26:53
3767      [ssh-keyscan.c]
3768      fatal already adds \n; from stevesk@pobox.com
3769    - markus@cvs.openbsd.org 2000/12/13 16:25:44
3770      [ssh-agent.c]
3771      remove redundant spaces; from stevesk@pobox.com
3772    - ho@cvs.openbsd.org 2000/12/12 15:50:21
3773      [pty.c]
3774      When failing to set tty owner and mode on a read-only filesystem, don't
3775      abort if the tty already has correct owner and reasonably sane modes.
3776      Example; permit 'root' to login to a firewall with read-only root fs.
3777      (markus@ ok)
3778    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
3779      [pty.c]
3780      KNF
3781    - markus@cvs.openbsd.org 2000/12/12 14:45:21
3782      [sshd.c]
3783      source port < 1024 is no longer required for rhosts-rsa since it
3784      adds no additional security.
3785    - markus@cvs.openbsd.org 2000/12/12 16:11:49
3786      [ssh.1 ssh.c]
3787      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
3788      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
3789      these changes should not change the visible default behaviour of the ssh client.
3790    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
3791      [scp.c]
3792      when copying 0-sized files, do not re-print ETA time at completion
3793    - provos@cvs.openbsd.org 2000/12/15 10:30:15
3794      [kex.c kex.h sshconnect2.c sshd.c]
3795      compute diffie-hellman in parallel between server and client. okay markus@
3796
3797 20001213
3798  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
3799    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
3800  - (stevesk) OpenBSD CVS update:
3801    - markus@cvs.openbsd.org 2000/12/12 15:30:02
3802      [ssh-keyscan.c ssh.c sshd.c]
3803      consistently use __progname; from stevesk@pobox.com
3804
3805 20001211
3806  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
3807    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
3808    <pekka@netcore.fi>
3809  - (bal) OpenbSD CVS update
3810    - markus@cvs.openbsd.org 2000/12/10 17:01:53
3811      [sshconnect1.c]
3812      always request new challenge for skey/tis-auth, fixes interop with
3813      other implementations; report from roth@feep.net
3814
3815 20001210
3816  - (bal) OpenBSD CVS updates
3817    - markus@cvs.openbsd.org 2000/12/09 13:41:51
3818      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3819      undo rijndael changes
3820    - markus@cvs.openbsd.org 2000/12/09 13:48:31
3821      [rijndael.c]
3822      fix byte order bug w/o introducing new implementation
3823    - markus@cvs.openbsd.org 2000/12/09 14:08:27
3824      [sftp-server.c]
3825      "" -> "." for realpath; from vinschen@redhat.com
3826    - markus@cvs.openbsd.org 2000/12/09 14:06:54
3827      [ssh-agent.c]
3828      extern int optind; from stevesk@sweden.hp.com
3829    - provos@cvs.openbsd.org 2000/12/09 23:51:11
3830      [compat.c]
3831      remove unnecessary '\n'
3832
3833 20001209
3834  - (bal) OpenBSD CVS updates:
3835    - djm@cvs.openbsd.org 2000/12/07 4:24:59
3836      [ssh.1]
3837      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
3838
3839 20001207
3840  - (bal) OpenBSD CVS updates:
3841    - markus@cvs.openbsd.org 2000/12/06 22:58:14
3842      [compat.c compat.h packet.c]
3843      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
3844    - markus@cvs.openbsd.org 2000/12/06 23:10:39
3845      [rijndael.c]
3846      unexpand(1)
3847    - markus@cvs.openbsd.org 2000/12/06 23:05:43
3848      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3849      new rijndael implementation. fixes endian bugs
3850
3851 20001206
3852  - (bal) OpenBSD CVS updates:
3853    - markus@cvs.openbsd.org 2000/12/05 20:34:09
3854      [channels.c channels.h clientloop.c serverloop.c]
3855      async connects for -R/-L; ok deraadt@
3856    - todd@cvs.openssh.org 2000/12/05 16:47:28
3857      [sshd.c]
3858      tweak comment to reflect real location of pid file; ok provos@
3859  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
3860    have it (used in ssh-keyscan).
3861  - (stevesk) OpenBSD CVS update:
3862    - markus@cvs.openbsd.org 2000/12/06 19:57:48
3863      [ssh-keyscan.c]
3864      err(3) -> internal error(), from stevesk@sweden.hp.com
3865
3866 20001205
3867  - (bal) OpenBSD CVS updates:
3868    - markus@cvs.openbsd.org 2000/12/04 19:24:02
3869      [ssh-keyscan.c ssh-keyscan.1]
3870      David Maziere's ssh-keyscan, ok niels@
3871  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
3872    to the recent OpenBSD source tree.
3873  - (stevesk) fix typos in contrib/hpux/README
3874
3875 20001204
3876  - (bal) More C functions defined in NeXT that are unaccessable without
3877    defining -POSIX.
3878  - (bal) OpenBSD CVS updates:
3879    - markus@cvs.openbsd.org 2000/12/03 11:29:04
3880      [compat.c]
3881      remove fallback to SSH_BUG_HMAC now that the drafts are updated
3882    - markus@cvs.openbsd.org 2000/12/03 11:27:55
3883      [compat.c]
3884      correctly match "2.1.0.pl2 SSH" etc; from
3885      pekkas@netcore.fi/bugzilla.redhat
3886    - markus@cvs.openbsd.org 2000/12/03 11:15:03
3887      [auth2.c compat.c compat.h sshconnect2.c]
3888      support f-secure/ssh.com 2.0.12; ok niels@
3889
3890 20001203
3891  - (bal) OpenBSD CVS updates:
3892   - markus@cvs.openbsd.org 2000/11/30 22:54:31
3893     [channels.c]
3894     debug->warn if tried to do -R style fwd w/o client requesting this;
3895     ok neils@
3896   - markus@cvs.openbsd.org 2000/11/29 20:39:17
3897     [cipher.c]
3898     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
3899   - markus@cvs.openbsd.org 2000/11/30 18:33:05
3900     [ssh-agent.c]
3901     agents must not dump core, ok niels@
3902   - markus@cvs.openbsd.org 2000/11/30 07:04:02
3903     [ssh.1]
3904     T is for both protocols
3905   - markus@cvs.openbsd.org 2000/12/01 00:00:51
3906     [ssh.1]
3907     typo; from green@FreeBSD.org
3908   - markus@cvs.openbsd.org 2000/11/30 07:02:35
3909     [ssh.c]
3910     check -T before isatty()
3911   - provos@cvs.openbsd.org 2000/11/29 13:51:27
3912     [sshconnect.c]
3913     show IP address and hostname when new key is encountered. okay markus@
3914   - markus@cvs.openbsd.org 2000/11/30 22:53:35
3915     [sshconnect.c]
3916     disable agent/x11/port fwding if hostkey has changed; ok niels@
3917   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
3918     [sshd.c]
3919     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
3920     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
3921  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
3922    PAM authentication using KbdInteractive.
3923  - (djm) Added another TODO
3924
3925 20001202
3926  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
3927  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
3928    <mstone@cs.loyola.edu>
3929
3930 20001129
3931  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
3932    if there are background children with open fds.
3933  - (djm) bsd-rresvport.c bzero -> memset
3934  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
3935    still fail during compilation of sftp-server).
3936  - (djm) Fail if ar is not found during configure
3937  - (djm) OpenBSD CVS updates:
3938    - provos@cvs.openbsd.org  2000/11/22 08:38:31
3939      [sshd.8]
3940      talk about /etc/primes, okay markus@
3941    - markus@cvs.openbsd.org  2000/11/23 14:03:48
3942      [ssh.c sshconnect1.c sshconnect2.c]
3943      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
3944      defaults
3945    - markus@cvs.openbsd.org  2000/11/25 09:42:53
3946      [sshconnect1.c]
3947      reorder check for illegal ciphers, bugreport from espie@
3948    - markus@cvs.openbsd.org  2000/11/25 10:19:34
3949      [ssh-keygen.c ssh.h]
3950      print keytype when generating a key.
3951      reasonable defaults for RSA1/RSA/DSA keys.
3952  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
3953    more manpage paths in fixpaths calls
3954  - (djm) Also add xauth path at Pekka's suggestion.
3955  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
3956
3957 20001125
3958  - (djm) Give up privs when reading seed file
3959
3960 20001123
3961  - (bal) Merge OpenBSD changes:
3962    - markus@cvs.openbsd.org  2000/11/15 22:31:36
3963      [auth-options.c]
3964      case insensitive key options; from stevesk@sweeden.hp.com
3965    - markus@cvs.openbsd.org  2000/11/16 17:55:43
3966      [dh.c]
3967      do not use perror() in sshd, after child is forked()
3968    - markus@cvs.openbsd.org  2000/11/14 23:42:40
3969      [auth-rsa.c]
3970      parse option only if key matches; fix some confusing seen by the client
3971    - markus@cvs.openbsd.org  2000/11/14 23:44:19
3972      [session.c]
3973      check no_agent_forward_flag for ssh-2, too
3974    - markus@cvs.openbsd.org  2000/11/15
3975      [ssh-agent.1]
3976      reorder SYNOPSIS; typo, use .It
3977    - markus@cvs.openbsd.org  2000/11/14 23:48:55
3978      [ssh-agent.c]
3979      do not reorder keys if a key is removed
3980    - markus@cvs.openbsd.org  2000/11/15 19:58:08
3981      [ssh.c]
3982      just ignore non existing user keys
3983    - millert@cvs.openbsd.org  200/11/15 20:24:43
3984      [ssh-keygen.c]
3985      Add missing \n at end of error message.
3986
3987 20001122
3988  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
3989    are compilable.
3990  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
3991
3992 20001117
3993  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
3994    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
3995  - (stevesk) Reworked progname support.
3996  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
3997    Shinichi Maruyama <marya@st.jip.co.jp>
3998
3999 20001116
4000  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
4001    releases.
4002  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
4003    <roth@feep.net>
4004
4005 20001113
4006  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
4007    contrib/README
4008  - (djm) Merge OpenBSD changes:
4009    - markus@cvs.openbsd.org  2000/11/06 16:04:56
4010      [channels.c channels.h clientloop.c nchan.c serverloop.c]
4011      [session.c ssh.c]
4012      agent forwarding and -R for ssh2, based on work from
4013      jhuuskon@messi.uku.fi
4014    - markus@cvs.openbsd.org  2000/11/06 16:13:27
4015      [ssh.c sshconnect.c sshd.c]
4016      do not disabled rhosts(rsa) if server port > 1024; from
4017      pekkas@netcore.fi
4018    - markus@cvs.openbsd.org  2000/11/06 16:16:35
4019      [sshconnect.c]
4020      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
4021    - markus@cvs.openbsd.org  2000/11/09 18:04:40
4022      [auth1.c]
4023      typo; from mouring@pconline.com
4024    - markus@cvs.openbsd.org  2000/11/12 12:03:28
4025      [ssh-agent.c]
4026      off-by-one when removing a key from the agent
4027    - markus@cvs.openbsd.org  2000/11/12 12:50:39
4028      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
4029      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
4030      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
4031      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
4032      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
4033      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
4034      add support for RSA to SSH2.  please test.
4035      there are now 3 types of keys: RSA1 is used by ssh-1 only,
4036      RSA and DSA are used by SSH2.
4037      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
4038      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
4039      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
4040  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
4041  - (djm) Change to interim version
4042  - (djm) Fix RPM spec file stupidity
4043  - (djm) fixpaths to DSA and RSA keys too
4044
4045 20001112
4046  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
4047    Phillips Porch <root@theporch.com>
4048  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
4049    <dcp@sgi.com>
4050  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
4051    failed ioctl(TIOCSCTTY) call.
4052
4053 20001111
4054  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
4055    packaging files
4056  - (djm) Fix new Makefile.in warnings
4057  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
4058    promoted to type int. Report and fix from Dan Astoorian
4059    <djast@cs.toronto.edu>
4060  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
4061    it wrong. Report from Bennett Todd <bet@rahul.net>
4062
4063 20001110
4064  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
4065  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
4066  - (bal) Added in check to verify S/Key library is being detected in
4067    configure.in
4068  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
4069    Patch by Mark Miller <markm@swoon.net>
4070  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
4071    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
4072  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
4073
4074 20001107
4075  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
4076    Mark Miller <markm@swoon.net>
4077  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
4078    Jarno Huuskonen <jhuuskon@messi.uku.fi>
4079  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
4080    Mark D. Roth <roth@feep.net>
4081
4082 20001106
4083  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
4084  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
4085  - (djm) Remove UPGRADING document in favour of a link to the better
4086    maintained FAQ on www.openssh.com
4087  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
4088    <pekkas@netcore.fi>
4089  - (djm) Don't need X11-askpass in RPM spec file if building without it
4090    from Pekka Savola <pekkas@netcore.fi>
4091  - (djm) Release 2.3.0p1
4092  - (bal) typo in configure.in in regards to --with-ldflags from Marko
4093    Asplund <aspa@kronodoc.fi>
4094  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
4095
4096 20001105
4097  - (bal) Sync with OpenBSD:
4098    - markus@cvs.openbsd.org 2000/10/31 9:31:58
4099      [compat.c]
4100      handle all old openssh versions
4101    - markus@cvs.openbsd.org 2000/10/31 13:1853
4102      [deattack.c]
4103      so that large packets do not wrap "n"; from netbsd
4104  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
4105  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
4106  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
4107    setsid() into more common files
4108  - (stevesk) pty.c: use __hpux to identify HP-UX.
4109  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
4110    bsd-waitpid.c
4111
4112 20001029
4113  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
4114  - (stevesk) Create contrib/cygwin/ directory; patch from
4115    Corinna Vinschen <vinschen@redhat.com>
4116  - (bal) Resolved more $xno and $xyes issues in configure.in
4117  - (bal) next-posix.h - spelling and forgot a prototype
4118
4119 20001028
4120  - (djm) fix select hack in serverloop.c from Philippe WILLEM
4121    <Philippe.WILLEM@urssaf.fr>
4122  - (djm) Fix mangled AIXAUTHENTICATE code
4123  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
4124    <markus.friedl@informatik.uni-erlangen.de>
4125  - (djm) Sync with OpenBSD:
4126    - markus@cvs.openbsd.org  2000/10/16 15:46:32
4127      [ssh.1]
4128      fixes from pekkas@netcore.fi
4129    - markus@cvs.openbsd.org  2000/10/17 14:28:11
4130      [atomicio.c]
4131      return number of characters processed; ok deraadt@
4132    - markus@cvs.openbsd.org  2000/10/18 12:04:02
4133      [atomicio.c]
4134      undo
4135    - markus@cvs.openbsd.org  2000/10/18 12:23:02
4136      [scp.c]
4137      replace atomicio(read,...) with read(); ok deraadt@
4138    - markus@cvs.openbsd.org  2000/10/18 12:42:00
4139      [session.c]
4140      restore old record login behaviour
4141    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
4142      [auth-skey.c]
4143      fmt string problem in unused code
4144    - provos@cvs.openbsd.org  2000/10/19 10:45:16
4145      [sshconnect2.c]
4146      don't reference freed memory. okay deraadt@
4147    - markus@cvs.openbsd.org  2000/10/21 11:04:23
4148      [canohost.c]
4149      typo, eramore@era-t.ericsson.se; ok niels@
4150    - markus@cvs.openbsd.org  2000/10/23 13:31:55
4151      [cipher.c]
4152      non-alignment dependent swap_bytes(); from
4153      simonb@wasabisystems.com/netbsd
4154    - markus@cvs.openbsd.org  2000/10/26 12:38:28
4155      [compat.c]
4156      add older vandyke products
4157    - markus@cvs.openbsd.org  2000/10/27 01:32:19
4158      [channels.c channels.h clientloop.c serverloop.c session.c]
4159      [ssh.c util.c]
4160      enable non-blocking IO on channels, and tty's (except for the
4161      client ttys).
4162
4163 20001027
4164  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
4165
4166 20001025
4167  - (djm) Added WARNING.RNG file and modified configure to ask users of the
4168    builtin entropy code to read it.
4169  - (djm) Prefer builtin regex to PCRE.
4170  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
4171  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
4172    <proski@gnu.org>
4173
4174 20001020
4175  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
4176  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
4177    is more correct then current version.
4178
4179 20001018
4180  - (stevesk) Add initial support for setproctitle().  Current
4181    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
4182  - (stevesk) Add egd startup scripts to contrib/hpux/
4183
4184 20001017
4185  - (djm) Add -lregex to cywin libs from Corinna Vinschen
4186    <vinschen@cygnus.com>
4187  - (djm) Don't rely on atomicio's retval to determine length of askpass
4188    supplied passphrase. Problem report from Lutz Jaenicke
4189    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4190  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
4191  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
4192    <nakaji@tutrp.tut.ac.jp>
4193
4194 20001016
4195  - (djm) Sync with OpenBSD:
4196    - markus@cvs.openbsd.org  2000/10/14 04:01:15
4197      [cipher.c]
4198      debug3
4199    - markus@cvs.openbsd.org  2000/10/14 04:07:23
4200      [scp.c]
4201      remove spaces from arguments; from djm@mindrot.org
4202    - markus@cvs.openbsd.org  2000/10/14 06:09:46
4203      [ssh.1]
4204      Cipher is for SSH-1 only
4205    - markus@cvs.openbsd.org  2000/10/14 06:12:09
4206      [servconf.c servconf.h serverloop.c session.c sshd.8]
4207      AllowTcpForwarding; from naddy@
4208    - markus@cvs.openbsd.org  2000/10/14 06:16:56
4209      [auth2.c compat.c compat.h sshconnect2.c version.h]
4210      OpenSSH_2.3; note that is is not complete, but the version number
4211      needs to be changed for interoperability reasons
4212    - markus@cvs.openbsd.org  2000/10/14 06:19:45
4213      [auth-rsa.c]
4214      do not send RSA challenge if key is not allowed by key-options; from
4215      eivind@ThinkSec.com
4216    - markus@cvs.openbsd.org  2000/10/15 08:14:01
4217      [rijndael.c session.c]
4218      typos; from stevesk@sweden.hp.com
4219    - markus@cvs.openbsd.org  2000/10/15 08:18:31
4220      [rijndael.c]
4221      typo
4222  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
4223    through diffs
4224  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
4225    <pekkas@netcore.fi>
4226  - (djm) Update version in Redhat spec file
4227  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
4228    Redhat 7.0 spec file
4229  - (djm) Make inability to read/write PRNG seedfile non-fatal
4230
4231
4232 20001015
4233  - (djm) Fix ssh2 hang on background processes at logout.
4234
4235 20001014
4236  - (bal) Add support for realpath and getcwd for platforms with broken
4237    or missing realpath implementations for sftp-server.
4238  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
4239  - (bal) Add support for GNU rx library for those lacking regexp support
4240  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
4241  - (djm) Revert SSH2 serverloop hack, will find a better way.
4242  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
4243    from Martin Johansson <fatbob@acc.umu.se>
4244  - (djm) Big OpenBSD sync:
4245    - markus@cvs.openbsd.org  2000/09/30 10:27:44
4246      [log.c]
4247      allow loglevel debug
4248    - markus@cvs.openbsd.org  2000/10/03 11:59:57
4249      [packet.c]
4250      hmac->mac
4251    - markus@cvs.openbsd.org  2000/10/03 12:03:03
4252      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
4253      move fake-auth from auth1.c to individual auth methods, disables s/key in
4254      debug-msg
4255    - markus@cvs.openbsd.org  2000/10/03 12:16:48
4256      ssh.c
4257      do not resolve canonname, i have no idea why this was added oin ossh
4258    - markus@cvs.openbsd.org  2000/10/09 15:30:44
4259      ssh-keygen.1 ssh-keygen.c
4260      -X now reads private ssh.com DSA keys, too.
4261    - markus@cvs.openbsd.org  2000/10/09 15:32:34
4262      auth-options.c
4263      clear options on every call.
4264    - markus@cvs.openbsd.org  2000/10/09 15:51:00
4265      authfd.c authfd.h
4266      interop with ssh-agent2, from <res@shore.net>
4267    - markus@cvs.openbsd.org  2000/10/10 14:20:45
4268      compat.c
4269      use rexexp for version string matching
4270    - provos@cvs.openbsd.org  2000/10/10 22:02:18
4271      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
4272      First rough implementation of the diffie-hellman group exchange.  The
4273      client can ask the server for bigger groups to perform the diffie-hellman
4274      in, thus increasing the attack complexity when using ciphers with longer
4275      keys.  University of Windsor provided network, T the company.
4276    - markus@cvs.openbsd.org  2000/10/11 13:59:52
4277      [auth-rsa.c auth2.c]
4278      clear auth options unless auth sucessfull
4279    - markus@cvs.openbsd.org  2000/10/11 14:00:27
4280      [auth-options.h]
4281      clear auth options unless auth sucessfull
4282    - markus@cvs.openbsd.org  2000/10/11 14:03:27
4283      [scp.1 scp.c]
4284      support 'scp -o' with help from mouring@pconline.com
4285    - markus@cvs.openbsd.org  2000/10/11 14:11:35
4286      [dh.c]
4287      Wall
4288    - markus@cvs.openbsd.org  2000/10/11 14:14:40
4289      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
4290      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
4291      add support for s/key (kbd-interactive) to ssh2, based on work by
4292      mkiernan@avantgo.com and me
4293    - markus@cvs.openbsd.org  2000/10/11 14:27:24
4294      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
4295      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
4296      [sshconnect2.c sshd.c]
4297      new cipher framework
4298    - markus@cvs.openbsd.org  2000/10/11 14:45:21
4299      [cipher.c]
4300      remove DES
4301    - markus@cvs.openbsd.org  2000/10/12 03:59:20
4302      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
4303      enable DES in SSH-1 clients only
4304    - markus@cvs.openbsd.org  2000/10/12 08:21:13
4305      [kex.h packet.c]
4306      remove unused
4307    - markus@cvs.openbsd.org  2000/10/13 12:34:46
4308      [sshd.c]
4309      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
4310    - markus@cvs.openbsd.org  2000/10/13 12:59:15
4311      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
4312      rijndael/aes support
4313    - markus@cvs.openbsd.org  2000/10/13 13:10:54
4314      [sshd.8]
4315      more info about -V
4316    - markus@cvs.openbsd.org  2000/10/13 13:12:02
4317      [myproposal.h]
4318      prefer no compression
4319  - (djm) Fix scp user@host handling
4320  - (djm) Don't clobber ssh_prng_cmds on install
4321  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
4322    u_intXX_t types on all platforms.
4323  - (stevesk) rijndael.c: cleanup missing declaration warnings.
4324  - (stevesk) ~/.hushlogin shouldn't cause required password change to
4325    be bypassed.
4326  - (stevesk) Display correct path to ssh-askpass in configure output.
4327    Report from Lutz Jaenicke.
4328
4329 20001007
4330  - (stevesk) Print PAM return value in PAM log messages to aid
4331    with debugging.
4332  - (stevesk) Fix detection of pw_class struct member in configure;
4333    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
4334
4335 20001002
4336  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
4337  - (djm) Add host system and CC to end-of-configure report. Suggested by
4338    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4339
4340 20000931
4341  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
4342
4343 20000930
4344  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
4345  - (djm) Support in bsd-snprintf.c for long long conversions from
4346    Ben Lindstrom <mouring@pconline.com>
4347  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
4348  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
4349    very short lived X connections. Bug report from Tobias Oetiker
4350    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
4351  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
4352    patch from Pekka Savola <pekkas@netcore.fi>
4353  - (djm) Forgot to cvs add LICENSE file
4354  - (djm) Add LICENSE to RPM spec files
4355  - (djm) CVS OpenBSD sync:
4356    - markus@cvs.openbsd.org  2000/09/26 13:59:59
4357      [clientloop.c]
4358      use debug2
4359    - markus@cvs.openbsd.org  2000/09/27 15:41:34
4360      [auth2.c sshconnect2.c]
4361      use key_type()
4362    - markus@cvs.openbsd.org  2000/09/28 12:03:18
4363      [channels.c]
4364      debug -> debug2 cleanup
4365  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
4366    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
4367    <Alain.St-Denis@ec.gc.ca>
4368  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
4369    Problem was caused by interrupted read in ssh-add. Report from Donald
4370    J. Barry <don@astro.cornell.edu>
4371
4372 20000929
4373  - (djm) Fix SSH2 not terminating until all background tasks done problem.
4374  - (djm) Another off-by-one fix from Pavel Kankovsky
4375    <peak@argo.troja.mff.cuni.cz>
4376  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
4377    tidy necessary differences. Use Markus' new debugN() in entropy.c
4378  - (djm) Merged big SCO portability patch from Tim Rice
4379    <tim@multitalents.net>
4380
4381 20000926
4382  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
4383  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
4384  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
4385    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
4386
4387 20000924
4388  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
4389  - (djm) A bit more cleanup - created cygwin_util.h
4390  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
4391    <markm@swoon.net>
4392
4393 20000923
4394  - (djm) Fix address logging in utmp from Kevin Steves
4395    <stevesk@sweden.hp.com>
4396  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
4397  - (djm) Seperate tests for int64_t and u_int64_t types
4398  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
4399    <stevesk@sweden.hp.com>
4400  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
4401  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
4402    Michael Stone <mstone@cs.loyola.edu>
4403  - (djm) OpenBSD CVS sync:
4404    - markus@cvs.openbsd.org  2000/09/17 09:38:59
4405      [sshconnect2.c sshd.c]
4406      fix DEBUG_KEXDH
4407    - markus@cvs.openbsd.org  2000/09/17 09:52:51
4408      [sshconnect.c]
4409      yes no; ok niels@
4410    - markus@cvs.openbsd.org  2000/09/21 04:55:11
4411      [sshd.8]
4412      typo
4413    - markus@cvs.openbsd.org  2000/09/21 05:03:54
4414      [serverloop.c]
4415      typo
4416    - markus@cvs.openbsd.org  2000/09/21 05:11:42
4417      scp.c
4418      utime() to utimes(); mouring@pconline.com
4419    - markus@cvs.openbsd.org  2000/09/21 05:25:08
4420      sshconnect2.c
4421      change login logic in ssh2, allows plugin of other auth methods
4422    - markus@cvs.openbsd.org  2000/09/21 05:25:35
4423      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
4424      [serverloop.c]
4425      add context to dispatch_run
4426    - markus@cvs.openbsd.org  2000/09/21 05:07:52
4427      authfd.c authfd.h ssh-agent.c
4428      bug compat for old ssh.com software
4429
4430 20000920
4431  - (djm) Fix bad path substitution. Report from Andrew Miner
4432    <asminer@cs.iastate.edu>
4433
4434 20000916
4435  - (djm) Fix SSL search order from Lutz Jaenicke
4436    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4437  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
4438  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
4439  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
4440    Patch from Larry Jones <larry.jones@sdrc.com>
4441  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
4442    password change patch.
4443  - (djm) Bring licenses on my stuff in line with OpenBSD's
4444  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
4445    Kevin Steves <stevesk@sweden.hp.com>
4446  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
4447  - (djm) Re-enable int64_t types - we need them for sftp
4448  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
4449  - (djm) Update Redhat SPEC file accordingly
4450  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
4451  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
4452  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
4453    <Dirk.DeWachter@rug.ac.be>
4454  - (djm) Fixprogs and entropy list fixes from Larry Jones
4455    <larry.jones@sdrc.com>
4456  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
4457    <tyoshida@gemini.rc.kyushu-u.ac.jp>
4458  - (djm) Merge OpenBSD changes:
4459    - markus@cvs.openbsd.org  2000/09/05 02:59:57
4460      [session.c]
4461      print hostname (not hushlogin)
4462    - markus@cvs.openbsd.org  2000/09/05 13:18:48
4463      [authfile.c ssh-add.c]
4464      enable ssh-add -d for DSA keys
4465    - markus@cvs.openbsd.org  2000/09/05 13:20:49
4466      [sftp-server.c]
4467      cleanup
4468    - markus@cvs.openbsd.org  2000/09/06 03:46:41
4469      [authfile.h]
4470      prototype
4471    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
4472      [ALL]
4473      cleanup copyright notices on all files.  I have attempted to be
4474      accurate with the details.  everything is now under Tatu's licence
4475      (which I copied from his readme), and/or the core-sdi bsd-ish thing
4476      for deattack, or various openbsd developers under a 2-term bsd
4477      licence.  We're not changing any rules, just being accurate.
4478    - markus@cvs.openbsd.org  2000/09/07 14:40:30
4479      [channels.c channels.h clientloop.c serverloop.c ssh.c]
4480      cleanup window and packet sizes for ssh2 flow control; ok niels
4481    - markus@cvs.openbsd.org  2000/09/07 14:53:00
4482      [scp.c]
4483      typo
4484    - markus@cvs.openbsd.org  2000/09/07 15:13:37
4485      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
4486      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
4487      [pty.c readconf.c]
4488      some more Copyright fixes
4489    - markus@cvs.openbsd.org  2000/09/08 03:02:51
4490      [README.openssh2]
4491      bye bye
4492    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
4493      [LICENCE cipher.c]
4494      a few more comments about it being ARC4 not RC4
4495    - markus@cvs.openbsd.org  2000/09/12 14:53:11
4496      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
4497      multiple debug levels
4498    - markus@cvs.openbsd.org  2000/09/14 14:25:15
4499      [clientloop.c]
4500      typo
4501    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
4502      [ssh-agent.c]
4503      check return value for setenv(3) for failure, and deal appropriately
4504
4505 20000913
4506  - (djm) Fix server not exiting with jobs in background.
4507
4508 20000905
4509  - (djm) Import OpenBSD CVS changes
4510    - markus@cvs.openbsd.org  2000/08/31 15:52:24
4511      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
4512      implement a SFTP server. interops with sftp2, scp2 and the windows
4513      client from ssh.com
4514    - markus@cvs.openbsd.org  2000/08/31 15:56:03
4515      [README.openssh2]
4516      sync
4517    - markus@cvs.openbsd.org  2000/08/31 16:05:42
4518      [session.c]
4519      Wall
4520    - markus@cvs.openbsd.org  2000/08/31 16:09:34
4521      [authfd.c ssh-agent.c]
4522      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
4523    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
4524      [scp.1 scp.c]
4525      cleanup and fix -S support; stevesk@sweden.hp.com
4526    - markus@cvs.openbsd.org  2000/09/01 16:29:32
4527      [sftp-server.c]
4528      portability fixes
4529    - markus@cvs.openbsd.org  2000/09/01 16:32:41
4530      [sftp-server.c]
4531      fix cast; mouring@pconline.com
4532    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
4533      [ssh-add.1 ssh.1]
4534      add missing .El against .Bl.
4535    - markus@cvs.openbsd.org  2000/09/04 13:03:41
4536      [session.c]
4537      missing close; ok theo
4538    - markus@cvs.openbsd.org  2000/09/04 13:07:21
4539      [session.c]
4540      fix get_last_login_time order; from andre@van-veen.de
4541    - markus@cvs.openbsd.org  2000/09/04 13:10:09
4542      [sftp-server.c]
4543      more cast fixes; from mouring@pconline.com
4544    - markus@cvs.openbsd.org  2000/09/04 13:06:04
4545      [session.c]
4546      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
4547  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
4548  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
4549
4550 20000903
4551  - (djm) Fix Redhat init script
4552
4553 20000901
4554  - (djm) Pick up Jim's new X11-askpass
4555  - (djm) Release 2.2.0p1
4556
4557 20000831
4558  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
4559    <acox@cv.telegroup.com>
4560  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
4561
4562 20000830
4563  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
4564  - (djm) Periodically rekey arc4random
4565  - (djm) Clean up diff against OpenBSD.
4566  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
4567    <stevesk@sweden.hp.com>
4568  - (djm) Quieten the pam delete credentials error message
4569  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
4570    Kevin Steves <stevesk@sweden.hp.com>
4571  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
4572  - (djm) Fix doh in bsd-arc4random.c
4573
4574 20000829
4575  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
4576    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
4577    Garrick James <garrick@james.net>
4578  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
4579    Bastian Trompetter <btrompetter@firemail.de>
4580  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
4581  - More OpenBSD updates:
4582    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
4583      [scp.c]
4584      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
4585    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
4586      [session.c]
4587      Wall
4588    - markus@cvs.openbsd.org  2000/08/26 04:33:43
4589      [compat.c]
4590      ssh.com-2.3.0
4591    - markus@cvs.openbsd.org  2000/08/27 12:18:05
4592      [compat.c]
4593      compatibility with future ssh.com versions
4594    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
4595      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
4596      print uid/gid as unsigned
4597    - markus@cvs.openbsd.org  2000/08/28 13:51:00
4598      [ssh.c]
4599      enable -n and -f for ssh2
4600    - markus@cvs.openbsd.org  2000/08/28 14:19:53
4601      [ssh.c]
4602      allow combination of -N and -f
4603    - markus@cvs.openbsd.org  2000/08/28 14:20:56
4604      [util.c]
4605      util.c
4606    - markus@cvs.openbsd.org  2000/08/28 14:22:02
4607      [util.c]
4608      undo
4609    - markus@cvs.openbsd.org  2000/08/28 14:23:38
4610      [util.c]
4611      don't complain if setting NONBLOCK fails with ENODEV
4612
4613 20000823
4614  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
4615    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
4616    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
4617    <kajiyama@grad.sccs.chukyo-u.ac.jp>
4618  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
4619  - (djm) Add local version to version.h
4620  - (djm) Don't reseed arc4random everytime it is used
4621  - (djm) OpenBSD CVS updates:
4622    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
4623      [ssh.c]
4624      accept remsh as a valid name as well; roman@buildpoint.com
4625    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
4626      [deattack.c crc32.c packet.c]
4627      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
4628      libz crc32 function yet, because it has ugly "long"'s in it;
4629      oneill@cs.sfu.ca
4630    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
4631      [scp.1 scp.c]
4632      -S prog support; tv@debian.org
4633    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
4634      [scp.c]
4635      knf
4636    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
4637      [log-client.c]
4638      shorten
4639    - markus@cvs.openbsd.org  2000/08/19 12:48:11
4640      [channels.c channels.h clientloop.c ssh.c ssh.h]
4641      support for ~. in ssh2
4642    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
4643      [crc32.h]
4644      proper prototype
4645    - markus@cvs.openbsd.org  2000/08/19 15:34:44
4646      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
4647      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
4648      [fingerprint.c fingerprint.h]
4649      add SSH2/DSA support to the agent and some other DSA related cleanups.
4650      (note that we cannot talk to ssh.com's ssh2 agents)
4651    - markus@cvs.openbsd.org  2000/08/19 15:55:52
4652      [channels.c channels.h clientloop.c]
4653      more ~ support for ssh2
4654    - markus@cvs.openbsd.org  2000/08/19 16:21:19
4655      [clientloop.c]
4656      oops
4657    - millert@cvs.openbsd.org 2000/08/20 12:25:53
4658      [session.c]
4659      We have to stash the result of get_remote_name_or_ip() before we
4660      close our socket or getpeername() will get EBADF and the process
4661      will exit.  Only a problem for "UseLogin yes".
4662    - millert@cvs.openbsd.org 2000/08/20 12:30:59
4663      [session.c]
4664      Only check /etc/nologin if "UseLogin no" since login(1) may have its
4665      own policy on determining who is allowed to login when /etc/nologin
4666      is present.  Also use the _PATH_NOLOGIN define.
4667    - millert@cvs.openbsd.org 2000/08/20 12:42:43
4668      [auth1.c auth2.c session.c ssh.c]
4669      Add calls to setusercontext() and login_get*().  We basically call
4670      setusercontext() in most places where previously we did a setlogin().
4671      Add default login.conf file and put root in the "daemon" login class.
4672    - millert@cvs.openbsd.org 2000/08/21 10:23:31
4673      [session.c]
4674      Fix incorrect PATH setting; noted by Markus.
4675
4676 20000818
4677  - (djm) OpenBSD CVS changes:
4678    - markus@cvs.openbsd.org  2000/07/22 03:14:37
4679      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
4680      random early drop; ok theo, niels
4681    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
4682      [ssh.1]
4683      typo
4684    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
4685      [sshd.8]
4686      many fixes from pepper@mail.reppep.com
4687    - provos@cvs.openbsd.org  2000/08/01 13:01:42
4688      [Makefile.in util.c aux.c]
4689      rename aux.c to util.c to help with cygwin port
4690    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
4691      [authfd.c]
4692      correct sun_len; Alexander@Leidinger.net
4693    - provos@cvs.openbsd.org  2000/08/02 10:27:17
4694      [readconf.c sshd.8]
4695      disable kerberos authentication by default
4696    - provos@cvs.openbsd.org  2000/08/02 11:27:05
4697      [sshd.8 readconf.c auth-krb4.c]
4698      disallow kerberos authentication if we can't verify the TGT; from
4699      dugsong@
4700      kerberos authentication is on by default only if you have a srvtab.
4701    - markus@cvs.openbsd.org  2000/08/04 14:30:07
4702      [auth.c]
4703      unused
4704    - markus@cvs.openbsd.org  2000/08/04 14:30:35
4705      [sshd_config]
4706      MaxStartups
4707    - markus@cvs.openbsd.org  2000/08/15 13:20:46
4708      [authfd.c]
4709      cleanup; ok niels@
4710    - markus@cvs.openbsd.org  2000/08/17 14:05:10
4711      [session.c]
4712      cleanup login(1)-like jobs, no duplicate utmp entries
4713    - markus@cvs.openbsd.org  2000/08/17 14:06:34
4714      [session.c sshd.8 sshd.c]
4715       sshd -u len, similar to telnetd
4716  - (djm) Lastlog was not getting closed after writing login entry
4717  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
4718
4719 20000816
4720  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
4721  - (djm) Fix strerror replacement for old SunOS. Based on patch from
4722    Charles Levert <charles@comm.polymtl.ca>
4723  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
4724    implementation.
4725  - (djm) SUN_LEN macro for systems which lack it
4726
4727 20000815
4728  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
4729  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
4730    Michael Stone <mstone@cs.loyola.edu>
4731  - (djm) Don't seek in directory based lastlogs
4732  - (djm) Fix --with-ipaddr-display configure option test. Patch from
4733    Jarno Huuskonen <jhuuskon@messi.uku.fi>
4734  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4735
4736 20000813
4737  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
4738    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
4739
4740 20000809
4741  - (djm) Define AIX hard limits if headers don't. Report from
4742    Bill Painter <william.t.painter@lmco.com>
4743  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
4744    <charles@comm.polymtl.ca>
4745
4746 20000808
4747  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
4748    time, spec file cleanup.
4749
4750 20000807
4751  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
4752  - (djm) Suppress error messages on channel close shutdown() failurs
4753    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
4754  - (djm) Add some more entropy collection commands from Lutz Jaenicke
4755
4756 20000725
4757  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
4758
4759 20000721
4760  - (djm) OpenBSD CVS updates:
4761    - markus@cvs.openbsd.org  2000/07/16 02:27:22
4762      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
4763      [sshconnect1.c sshconnect2.c]
4764      make ssh-add accept dsa keys (the agent does not)
4765    - djm@cvs.openbsd.org     2000/07/17 19:25:02
4766      [sshd.c]
4767      Another closing of stdin; ok deraadt
4768    - markus@cvs.openbsd.org  2000/07/19 18:33:12
4769      [dsa.c]
4770      missing free, reorder
4771    - markus@cvs.openbsd.org  2000/07/20 16:23:14
4772      [ssh-keygen.1]
4773      document input and output files
4774
4775 20000720
4776  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
4777
4778 20000716
4779  - (djm) Release 2.1.1p4
4780
4781 20000715
4782  - (djm) OpenBSD CVS updates
4783    - provos@cvs.openbsd.org  2000/07/13 16:53:22
4784      [aux.c readconf.c servconf.c ssh.h]
4785      allow multiple whitespace but only one '=' between tokens, bug report from
4786      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
4787    - provos@cvs.openbsd.org  2000/07/13 17:14:09
4788      [clientloop.c]
4789      typo; todd@fries.net
4790    - provos@cvs.openbsd.org  2000/07/13 17:19:31
4791      [scp.c]
4792      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
4793    - markus@cvs.openbsd.org  2000/07/14 16:59:46
4794      [readconf.c servconf.c]
4795      allow leading whitespace. ok niels
4796    - djm@cvs.openbsd.org     2000/07/14 22:01:38
4797      [ssh-keygen.c ssh.c]
4798      Always create ~/.ssh with mode 700; ok Markus
4799  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
4800    - Include floatingpoint.h for entropy.c
4801    - strerror replacement
4802
4803 20000712
4804  - (djm) Remove -lresolve for Reliant Unix
4805  - (djm) OpenBSD CVS Updates:
4806    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
4807      [session.c sshd.c ]
4808      make MaxStartups code still work with -d; djm
4809    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
4810      [readconf.c ssh_config]
4811      disable FallBackToRsh by default
4812  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
4813    Ben Lindstrom <mouring@pconline.com>
4814  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
4815    spec file.
4816  - (djm) Released 2.1.1p3
4817
4818 20000711
4819  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
4820    <tbert@abac.com>
4821  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
4822  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
4823    <mouring@pconline.com>
4824  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
4825    from Jim Watt <jimw@peisj.pebio.com>
4826  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
4827    to compile on more platforms (incl NeXT).
4828  - (djm) Added bsd-inet_aton and configure support for NeXT
4829  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
4830  - (djm) OpenBSD CVS updates:
4831    - markus@cvs.openbsd.org  2000/06/26 03:22:29
4832      [authfd.c]
4833      cleanup, less cut&paste
4834    - markus@cvs.openbsd.org  2000/06/26 15:59:19
4835      [servconf.c servconf.h session.c sshd.8 sshd.c]
4836      MaxStartups: limit number of unauthenticated connections, work by
4837      theo and me
4838    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
4839      [session.c]
4840      use no_x11_forwarding_flag correctly; provos ok
4841    - provos@cvs.openbsd.org  2000/07/05 15:35:57
4842      [sshd.c]
4843      typo
4844    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
4845      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
4846      Insert more missing .El directives. Our troff really should identify
4847      these and spit out a warning.
4848    - todd@cvs.openbsd.org    2000/07/06 21:55:04
4849      [auth-rsa.c auth2.c ssh-keygen.c]
4850      clean code is good code
4851    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
4852      [serverloop.c]
4853      sense of port forwarding flag test was backwards
4854    - provos@cvs.openbsd.org  2000/07/08 17:17:31
4855      [compat.c readconf.c]
4856      replace strtok with strsep; from David Young <dyoung@onthejob.net>
4857    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
4858      [auth.h]
4859      KNF
4860    - ho@cvs.openbsd.org      2000/07/08 19:27:33
4861      [compat.c readconf.c]
4862      Better conditions for strsep() ending.
4863    - ho@cvs.openbsd.org      2000/07/10 10:27:05
4864      [readconf.c]
4865      Get the correct message on errors. (niels@ ok)
4866    - ho@cvs.openbsd.org      2000/07/10 10:30:25
4867      [cipher.c kex.c servconf.c]
4868      strtok() --> strsep(). (niels@ ok)
4869  - (djm) Fix problem with debug mode and MaxStartups
4870  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
4871    builds)
4872  - (djm) Add strsep function from OpenBSD libc for systems that lack it
4873
4874 20000709
4875  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
4876    Kevin Steves <stevesk@sweden.hp.com>
4877  - (djm) Match prototype and function declaration for rresvport_af.
4878    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
4879  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
4880    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
4881  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
4882    <jimw@peisj.pebio.com>
4883  - (djm) Fix pam sprintf fix
4884  - (djm) Cleanup entropy collection code a little more. Split initialisation
4885    from seeding, perform intialisation immediatly at start, be careful with
4886    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
4887  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
4888    Including sigaction() et al. replacements
4889  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
4890    <tbert@abac.com>
4891
4892 20000708
4893  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
4894    Aaron Hopkins <aaron@die.net>
4895  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
4896    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4897  - (djm) Fixed undefined variables for OSF SIA. Report from
4898    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
4899  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
4900    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
4901  - (djm) Don't use inet_addr.
4902
4903 20000702
4904  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
4905  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
4906    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
4907  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
4908    Chris, the Young One <cky@pobox.com>
4909  - (djm) Fix scp progress meter on really wide terminals. Based on patch
4910    from James H. Cloos Jr. <cloos@jhcloos.com>
4911
4912 20000701
4913  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
4914  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
4915  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
4916    <vinschen@cygnus.com>
4917  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
4918  - (djm) Added check for broken snprintf() functions which do not correctly
4919    terminate output string and attempt to use replacement.
4920  - (djm) Released 2.1.1p2
4921
4922 20000628
4923  - (djm) Fixes to lastlog code for Irix
4924  - (djm) Use atomicio in loginrec
4925  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
4926    Irix 6.x array sessions, project id's, and system audit trail id.
4927  - (djm) Added 'distprep' make target to simplify packaging
4928  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4929    support. Enable using "USE_SIA=1 ./configure [options]"
4930
4931 20000627
4932  - (djm) Fixes to login code - not setting li->uid, cleanups
4933  - (djm) Formatting
4934
4935 20000626
4936  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4937  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
4938  - (djm) Added password expiry checking (no password change support)
4939  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
4940    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4941  - (djm) Fix fixed EGD code.
4942  - OpenBSD CVS update
4943    - provos@cvs.openbsd.org  2000/06/25 14:17:58
4944      [channels.c]
4945      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
4946
4947 20000623
4948  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
4949    Svante Signell <svante.signell@telia.com>
4950  - (djm) Autoconf logic to define sa_family_t if it is missing
4951  - OpenBSD CVS Updates:
4952    - markus@cvs.openbsd.org  2000/06/22 10:32:27
4953      [sshd.c]
4954      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
4955    - djm@cvs.openbsd.org     2000/06/22 17:55:00
4956      [auth-krb4.c key.c radix.c uuencode.c]
4957      Missing CVS idents; ok markus
4958
4959 20000622
4960  - (djm) Automatically generate host key during "make install". Suggested
4961    by Gary E. Miller <gem@rellim.com>
4962  - (djm) Paranoia before kill() system call
4963  - OpenBSD CVS Updates:
4964    - markus@cvs.openbsd.org  2000/06/18 18:50:11
4965      [auth2.c compat.c compat.h sshconnect2.c]
4966      make userauth+pubkey interop with ssh.com-2.2.0
4967    - markus@cvs.openbsd.org  2000/06/18 20:56:17
4968      [dsa.c]
4969      mem leak + be more paranoid in dsa_verify.
4970    - markus@cvs.openbsd.org  2000/06/18 21:29:50
4971      [key.c]
4972      cleanup fingerprinting, less hardcoded sizes
4973    - markus@cvs.openbsd.org  2000/06/19 19:39:45
4974      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
4975      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
4976      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
4977      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
4978      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
4979      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
4980      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
4981      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
4982      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
4983      OpenBSD tag
4984    - markus@cvs.openbsd.org  2000/06/21 10:46:10
4985      sshconnect2.c missing free; nuke old comment
4986
4987 20000620
4988  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
4989    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
4990    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
4991  - (djm) Typo in loginrec.c
4992
4993 20000618
4994  - (djm) Add summary of configure options to end of ./configure run
4995  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
4996    Michael Stone <mstone@cs.loyola.edu>
4997  - (djm) rusage is a privileged operation on some Unices (incl.
4998    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
4999  - (djm) Avoid PAM failures when running without a TTY. Report from
5000    Martin Petrak <petrak@spsknm.schools.sk>
5001  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
5002    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
5003  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
5004  - OpenBSD CVS updates:
5005    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
5006      [channels.c]
5007      everyone says "nix it" (remove protocol 2 debugging message)
5008    - markus@cvs.openbsd.org  2000/06/17 13:24:34
5009      [sshconnect.c]
5010      allow extended server banners
5011    - markus@cvs.openbsd.org  2000/06/17 14:30:10
5012      [sshconnect.c]
5013      missing atomicio, typo
5014    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
5015      [servconf.c servconf.h session.c sshd.8 sshd_config]
5016      add support for ssh v2 subsystems. ok markus@.
5017    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
5018      [readconf.c servconf.c]
5019      include = in WHITESPACE; markus ok
5020    - markus@cvs.openbsd.org  2000/06/17 19:09:10
5021      [auth2.c]
5022      implement bug compatibility with ssh-2.0.13 pubkey, server side
5023    - markus@cvs.openbsd.org  2000/06/17 21:00:28
5024      [compat.c]
5025      initial support for ssh.com's 2.2.0
5026    - markus@cvs.openbsd.org  2000/06/17 21:16:09
5027      [scp.c]
5028      typo
5029    - markus@cvs.openbsd.org  2000/06/17 22:05:02
5030      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
5031      split auth-rsa option parsing into auth-options
5032      add options support to authorized_keys2
5033    - markus@cvs.openbsd.org  2000/06/17 22:42:54
5034      [session.c]
5035      typo
5036
5037 20000613
5038  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
5039   - Platform define for SCO 3.x which breaks on /dev/ptmx
5040   - Detect and try to fix missing MAXPATHLEN
5041  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
5042    <P.S.S.Camp@ukc.ac.uk>
5043
5044 20000612
5045  - (djm) Glob manpages in RPM spec files to catch compressed files
5046  - (djm) Full license in auth-pam.c
5047  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
5048  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
5049   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
5050      def'd
5051   - Set AIX to use preformatted manpages
5052
5053 20000610
5054  - (djm) Minor doc tweaks
5055  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
5056
5057 20000609
5058  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
5059    (in favour of utmpx) on Solaris 8
5060
5061 20000606
5062  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
5063    list of commands (by default). Removed verbose debugging (by default).
5064  - (djm) Increased command entropy estimates and default entropy collection
5065    timeout
5066  - (djm) Remove duplicate headers from loginrec.c
5067  - (djm) Don't add /usr/local/lib to library search path on Irix
5068  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
5069    <tibbs@math.uh.edu>
5070  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
5071    <zack@wolery.cumb.org>
5072  - (djm) OpenBSD CVS updates:
5073   - todd@cvs.openbsd.org
5074     [sshconnect2.c]
5075     teach protocol v2 to count login failures properly and also enable an
5076     explanation of why the password prompt comes up again like v1; this is NOT
5077     crypto
5078   - markus@cvs.openbsd.org
5079     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
5080     xauth_location support; pr 1234
5081     [readconf.c sshconnect2.c]
5082     typo, unused
5083     [session.c]
5084     allow use_login only for login sessions, otherwise remote commands are
5085     execed with uid==0
5086     [sshd.8]
5087     document UseLogin better
5088     [version.h]
5089     OpenSSH 2.1.1
5090     [auth-rsa.c]
5091     fix match_hostname() logic for auth-rsa: deny access if we have a
5092     negative match or no match at all
5093     [channels.c hostfile.c match.c]
5094     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
5095     kris@FreeBSD.org
5096
5097 20000606
5098  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
5099    configure.
5100
5101 20000604
5102  - Configure tweaking for new login code on Irix 5.3
5103  - (andre) login code changes based on djm feedback
5104
5105 20000603
5106  - (andre) New login code
5107     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
5108     - Add loginrec.[ch], logintest.c and autoconf code
5109
5110 20000531
5111  - Cleanup of auth.c, login.c and fake-*
5112  - Cleanup of auth-pam.c, save and print "account expired" error messages
5113  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
5114  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
5115    of fallback DIY code.
5116
5117 20000530
5118  - Define atexit for old Solaris
5119  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
5120    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
5121  - OpenBSD CVS updates:
5122   - markus@cvs.openbsd.org
5123     [session.c]
5124     make x11-fwd work w/ localhost (xauth add host/unix:11)
5125     [cipher.c compat.c readconf.c servconf.c]
5126     check strtok() != NULL; ok niels@
5127     [key.c]
5128     fix key_read() for uuencoded keys w/o '='
5129     [serverloop.c]
5130     group ssh1 vs. ssh2 in serverloop
5131     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
5132     split kexinit/kexdh, factor out common code
5133     [readconf.c ssh.1 ssh.c]
5134     forwardagent defaults to no, add ssh -A
5135   - theo@cvs.openbsd.org
5136     [session.c]
5137     just some line shortening
5138  - Released 2.1.0p3
5139
5140 20000520
5141  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
5142  - Don't touch utmp if USE_UTMPX defined
5143  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
5144  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
5145  - HPUX and Configure fixes from Lutz Jaenicke
5146    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5147  - Use mkinstalldirs script to make directories instead of non-portable
5148    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5149  - Doc cleanup
5150
5151 20000518
5152  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
5153  - OpenBSD CVS updates:
5154   - markus@cvs.openbsd.org
5155     [sshconnect.c]
5156     copy only ai_addrlen bytes; misiek@pld.org.pl
5157     [auth.c]
5158     accept an empty shell in authentication; bug reported by
5159     chris@tinker.ucr.edu
5160     [serverloop.c]
5161     we don't have stderr for interactive terminal sessions (fcntl errors)
5162
5163 20000517
5164  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
5165   - Fixes command line printing segfaults (spotter: Bladt Norbert)
5166   - Fixes erroneous printing of debug messages to syslog
5167   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
5168   - Gives useful error message if PRNG initialisation fails
5169   - Reduced ssh startup delay
5170   - Measures cumulative command time rather than the time between reads
5171     after select()
5172   - 'fixprogs' perl script to eliminate non-working entropy commands, and
5173     optionally run 'ent' to measure command entropy
5174  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
5175  - Avoid WCOREDUMP complation errors for systems that lack it
5176  - Avoid SIGCHLD warnings from entropy commands
5177  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
5178  - OpenBSD CVS update:
5179   - markus@cvs.openbsd.org
5180     [ssh.c]
5181     fix usage()
5182     [ssh2.h]
5183     draft-ietf-secsh-architecture-05.txt
5184     [ssh.1]
5185     document ssh -T -N (ssh2 only)
5186     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
5187     enable nonblocking IO for sshd w/ proto 1, too; split out common code
5188     [aux.c]
5189     missing include
5190  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
5191   - INSTALL typo and URL fix
5192   - Makefile fix
5193   - Solaris fixes
5194  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
5195    <ksakai@kso.netwk.ntt-at.co.jp>
5196  - RSAless operation patch from kevin_oconnor@standardandpoors.com
5197  - Detect OpenSSL seperatly from RSA
5198  - Better test for RSA (more compatible with RSAref). Based on work by
5199    Ed Eden <ede370@stl.rural.usda.gov>
5200
5201 20000513
5202  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
5203    <misiek@pld.org.pl>
5204
5205 20000511
5206  - Fix for prng_seed permissions checking from Lutz Jaenicke
5207    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5208  - "make host-key" fix for Irix
5209
5210 20000509
5211  - OpenBSD CVS update
5212   - markus@cvs.openbsd.org
5213     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
5214     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
5215     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
5216   - hugh@cvs.openbsd.org
5217     [ssh.1]
5218     - zap typo
5219     [ssh-keygen.1]
5220     - One last nit fix. (markus approved)
5221     [sshd.8]
5222     - some markus certified spelling adjustments
5223   - markus@cvs.openbsd.org
5224     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
5225     [sshconnect2.c ]
5226     - bug compat w/ ssh-2.0.13 x11, split out bugs
5227     [nchan.c]
5228     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
5229     [ssh-keygen.c]
5230     - handle escapes in real and original key format, ok millert@
5231     [version.h]
5232     - OpenSSH-2.1
5233  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
5234  - Doc updates
5235  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
5236    by Andre Lucas <andre.lucas@dial.pipex.com>
5237
5238 20000508
5239  - Makefile and RPM spec fixes
5240  - Generate DSA host keys during "make key" or RPM installs
5241  - OpenBSD CVS update
5242   - markus@cvs.openbsd.org
5243     [clientloop.c sshconnect2.c]
5244     - make x11-fwd interop w/ ssh-2.0.13
5245     [README.openssh2]
5246     - interop w/ SecureFX
5247  - Release 2.0.0beta2
5248
5249  - Configure caching and cleanup patch from Andre Lucas'
5250    <andre.lucas@dial.pipex.com>
5251
5252 20000507
5253  - Remove references to SSLeay.
5254  - Big OpenBSD CVS update
5255   - markus@cvs.openbsd.org
5256     [clientloop.c]
5257     - typo
5258     [session.c]
5259     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
5260     [session.c]
5261     - update proctitle for proto 1, too
5262     [channels.h nchan.c serverloop.c session.c sshd.c]
5263     - use c-style comments
5264   - deraadt@cvs.openbsd.org
5265     [scp.c]
5266     - more atomicio
5267   - markus@cvs.openbsd.org
5268     [channels.c]
5269     - set O_NONBLOCK
5270     [ssh.1]
5271     - update AUTHOR
5272     [readconf.c ssh-keygen.c ssh.h]
5273     - default DSA key file ~/.ssh/id_dsa
5274     [clientloop.c]
5275     - typo, rm verbose debug
5276   - deraadt@cvs.openbsd.org
5277     [ssh-keygen.1]
5278     - document DSA use of ssh-keygen
5279     [sshd.8]
5280     - a start at describing what i understand of the DSA side
5281     [ssh-keygen.1]
5282     - document -X and -x
5283     [ssh-keygen.c]
5284     - simplify usage
5285   - markus@cvs.openbsd.org
5286     [sshd.8]
5287     - there is no rhosts_dsa
5288     [ssh-keygen.1]
5289     - document -y, update -X,-x
5290     [nchan.c]
5291     - fix close for non-open ssh1 channels
5292     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
5293     - s/DsaKey/HostDSAKey/, document option
5294     [sshconnect2.c]
5295     - respect number_of_password_prompts
5296     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
5297     - GatewayPorts for sshd, ok deraadt@
5298     [ssh-add.1 ssh-agent.1 ssh.1]
5299     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
5300     [ssh.1]
5301     - more info on proto 2
5302     [sshd.8]
5303     - sync AUTHOR w/ ssh.1
5304     [key.c key.h sshconnect.c]
5305     - print key type when talking about host keys
5306     [packet.c]
5307     - clear padding in ssh2
5308     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
5309     - replace broken uuencode w/ libc b64_ntop
5310     [auth2.c]
5311     - log failure before sending the reply
5312     [key.c radix.c uuencode.c]
5313     - remote trailing comments before calling __b64_pton
5314     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
5315     [sshconnect2.c sshd.8]
5316     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
5317  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
5318
5319 20000502
5320  - OpenBSD CVS update
5321    [channels.c]
5322    - init all fds, close all fds.
5323    [sshconnect2.c]
5324    - check whether file exists before asking for passphrase
5325    [servconf.c servconf.h sshd.8 sshd.c]
5326    - PidFile, pr 1210
5327    [channels.c]
5328    - EINTR
5329    [channels.c]
5330    - unbreak, ok niels@
5331    [sshd.c]
5332    - unlink pid file, ok niels@
5333    [auth2.c]
5334    - Add missing #ifdefs; ok - markus
5335  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
5336    gathering commands from a text file
5337  - Release 2.0.0beta1
5338
5339 20000501
5340  - OpenBSD CVS update
5341    [packet.c]
5342    - send debug messages in SSH2 format
5343    [scp.c]
5344    - fix very rare EAGAIN/EINTR issues; based on work by djm
5345    [packet.c]
5346    - less debug, rm unused
5347    [auth2.c]
5348    - disable kerb,s/key in ssh2
5349    [sshd.8]
5350    - Minor tweaks and typo fixes.
5351    [ssh-keygen.c]
5352    - Put -d into usage and reorder. markus ok.
5353  - Include missing headers for OpenSSL tests. Fix from Phil Karn
5354    <karn@ka9q.ampr.org>
5355  - Fixed __progname symbol collisions reported by Andre Lucas
5356    <andre.lucas@dial.pipex.com>
5357  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
5358    <gd@hilb1.medat.de>
5359  - Add some missing ifdefs to auth2.c
5360  - Deprecate perl-tk askpass.
5361  - Irix portability fixes - don't include netinet headers more than once
5362  - Make sure we don't save PRNG seed more than once
5363
5364 20000430
5365  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
5366  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
5367    patch.
5368    - Adds timeout to entropy collection
5369    - Disables slow entropy sources
5370    - Load and save seed file
5371  - Changed entropy seed code to user per-user seeds only (server seed is
5372    saved in root's .ssh directory)
5373  - Use atexit() and fatal cleanups to save seed on exit
5374  - More OpenBSD updates:
5375    [session.c]
5376    - don't call chan_write_failed() if we are not writing
5377    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
5378    - keysize warnings error() -> log()
5379
5380 20000429
5381  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
5382    [README.openssh2]
5383    - interop w/ F-secure windows client
5384    - sync documentation
5385    - ssh_host_dsa_key not ssh_dsa_key
5386    [auth-rsa.c]
5387    - missing fclose
5388    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
5389    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
5390    [sshd.c uuencode.c uuencode.h authfile.h]
5391    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
5392      for trading keys with the real and the original SSH, directly from the
5393      people who invented the SSH protocol.
5394    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
5395    [sshconnect1.c sshconnect2.c]
5396    - split auth/sshconnect in one file per protocol version
5397    [sshconnect2.c]
5398    - remove debug
5399    [uuencode.c]
5400    - add trailing =
5401    [version.h]
5402    - OpenSSH-2.0
5403    [ssh-keygen.1 ssh-keygen.c]
5404    - add -R flag: exit code indicates if RSA is alive
5405    [sshd.c]
5406    - remove unused
5407      silent if -Q is specified
5408    [ssh.h]
5409    - host key becomes /etc/ssh_host_dsa_key
5410    [readconf.c servconf.c ]
5411    - ssh/sshd default to proto 1 and 2
5412    [uuencode.c]
5413    - remove debug
5414    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
5415    - xfree DSA blobs
5416    [auth2.c serverloop.c session.c]
5417    - cleanup logging for sshd/2, respect PasswordAuth no
5418    [sshconnect2.c]
5419    - less debug, respect .ssh/config
5420    [README.openssh2 channels.c channels.h]
5421    - clientloop.c session.c ssh.c
5422    - support for x11-fwding, client+server
5423
5424 20000421
5425  - Merge fix from OpenBSD CVS
5426   [ssh-agent.c]
5427   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
5428     via Debian bug #59926
5429  - Define __progname in session.c if libc doesn't
5430  - Remove indentation on autoconf #include statements to avoid bug in
5431    DEC Tru64 compiler. Report and fix from David Del Piero
5432    <David.DelPiero@qed.qld.gov.au>
5433
5434 20000420
5435  - Make fixpaths work with perl4, patch from Andre Lucas
5436    <andre.lucas@dial.pipex.com>
5437  - Sync with OpenBSD CVS:
5438   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
5439   - pid_t
5440   [session.c]
5441   - remove bogus chan_read_failed. this could cause data
5442     corruption (missing data) at end of a SSH2 session.
5443  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
5444   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
5445   - Use vhangup to clean up Linux ttys
5446   - Force posix getopt processing on GNU libc systems
5447  - Debian bug #55910 - remove references to ssl(8) manpages
5448  - Debian bug #58031 - ssh_config lies about default cipher
5449
5450 20000419
5451  - OpenBSD CVS updates
5452    [channels.c]
5453    - fix pr 1196, listen_port and port_to_connect interchanged
5454    [scp.c]
5455    - after completion, replace the progress bar ETA counter with a final
5456      elapsed time; my idea, aaron wrote the patch
5457    [ssh_config sshd_config]
5458    - show 'Protocol' as an example, ok markus@
5459    [sshd.c]
5460    - missing xfree()
5461  - Add missing header to bsd-misc.c
5462
5463 20000416
5464  - Reduce diff against OpenBSD source
5465    - All OpenSSL includes are now unconditionally referenced as
5466      openssl/foo.h
5467    - Pick up formatting changes
5468    - Other minor changed (typecasts, etc) that I missed
5469
5470 20000415
5471  - OpenBSD CVS updates.
5472    [ssh.1 ssh.c]
5473    - ssh -2
5474    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
5475    [session.c sshconnect.c]
5476    - check payload for (illegal) extra data
5477    [ALL]
5478    whitespace cleanup
5479
5480 20000413
5481  - INSTALL doc updates
5482  - Merged OpenBSD updates to include paths.
5483
5484 20000412
5485  - OpenBSD CVS updates:
5486    - [channels.c]
5487      repair x11-fwd
5488    - [sshconnect.c]
5489      fix passwd prompt for ssh2, less debugging output.
5490    - [clientloop.c compat.c dsa.c kex.c sshd.c]
5491      less debugging output
5492    - [kex.c kex.h sshconnect.c sshd.c]
5493      check for reasonable public DH values
5494    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
5495      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
5496      add Cipher and Protocol options to ssh/sshd, e.g.:
5497      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
5498      arcfour,3des-cbc'
5499    - [sshd.c]
5500      print 1.99 only if server supports both
5501
5502 20000408
5503  - Avoid some compiler warnings in fake-get*.c
5504  - Add IPTOS macros for systems which lack them
5505  - Only set define entropy collection macros if they are found
5506  - More large OpenBSD CVS updates:
5507    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
5508      [session.h ssh.h sshd.c README.openssh2]
5509      ssh2 server side, see README.openssh2; enable with 'sshd -2'
5510    - [channels.c]
5511      no adjust after close
5512    - [sshd.c compat.c ]
5513      interop w/ latest ssh.com windows client.
5514
5515 20000406
5516  - OpenBSD CVS update:
5517    - [channels.c]
5518      close efd on eof
5519    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
5520      ssh2 client implementation, interops w/ ssh.com and lsh servers.
5521    - [sshconnect.c]
5522      missing free.
5523    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
5524      remove unused argument, split cipher_mask()
5525    - [clientloop.c]
5526      re-order: group ssh1 vs. ssh2
5527  - Make Redhat spec require openssl >= 0.9.5a
5528
5529 20000404
5530  - Add tests for RAND_add function when searching for OpenSSL
5531  - OpenBSD CVS update:
5532    - [packet.h packet.c]
5533      ssh2 packet format
5534    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
5535      [channels.h channels.c]
5536      channel layer support for ssh2
5537    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
5538      DSA, keyexchange, algorithm agreement for ssh2
5539  - Generate manpages before make install not at the end of make all
5540  - Don't seed the rng quite so often
5541  - Always reseed rng when requested
5542
5543 20000403
5544  - Wrote entropy collection routines for systems that lack /dev/random
5545    and EGD
5546  - Disable tests and typedefs for 64 bit types. They are currently unused.
5547
5548 20000401
5549  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
5550    - [auth.c session.c sshd.c auth.h]
5551      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
5552    - [bufaux.c bufaux.h]
5553      support ssh2 bignums
5554    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
5555      [readconf.c ssh.c ssh.h serverloop.c]
5556      replace big switch() with function tables (prepare for ssh2)
5557    - [ssh2.h]
5558      ssh2 message type codes
5559    - [sshd.8]
5560      reorder Xr to avoid cutting
5561    - [serverloop.c]
5562      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
5563    - [channels.c]
5564      missing close
5565      allow bigger packets
5566    - [cipher.c cipher.h]
5567      support ssh2 ciphers
5568    - [compress.c]
5569      cleanup, less code
5570    - [dispatch.c dispatch.h]
5571      function tables for different message types
5572    - [log-server.c]
5573      do not log() if debuggin to stderr
5574      rename a cpp symbol, to avoid param.h collision
5575    - [mpaux.c]
5576      KNF
5577    - [nchan.c]
5578      sync w/ channels.c
5579
5580 20000326
5581  - Better tests for OpenSSL w/ RSAref
5582  - Added replacement setenv() function from OpenBSD libc. Suggested by
5583    Ben Lindstrom <mouring@pconline.com>
5584  - OpenBSD CVS update
5585    - [auth-krb4.c]
5586      -Wall
5587    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
5588      [match.h ssh.c ssh.h sshconnect.c sshd.c]
5589      initial support for DSA keys. ok deraadt@, niels@
5590    - [cipher.c cipher.h]
5591      remove unused cipher_attack_detected code
5592    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5593      Fix some formatting problems I missed before.
5594    - [ssh.1 sshd.8]
5595      fix spelling errors, From: FreeBSD
5596    - [ssh.c]
5597      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
5598
5599 20000324
5600  - Released 1.2.3
5601
5602 20000317
5603  - Clarified --with-default-path option.
5604  - Added -blibpath handling for AIX to work around stupid runtime linking.
5605    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
5606    <jmknoble@jmknoble.cx>
5607  - Checks for 64 bit int types. Problem report from Mats Fredholm
5608    <matsf@init.se>
5609  - OpenBSD CVS updates:
5610    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
5611      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
5612      [sshd.c]
5613      pedantic: signed vs. unsigned, void*-arithm, etc
5614    - [ssh.1 sshd.8]
5615      Various cleanups and standardizations.
5616  - Runtime error fix for HPUX from Otmar Stahl
5617    <O.Stahl@lsw.uni-heidelberg.de>
5618
5619 20000316
5620  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
5621    Hesprich <dghespri@sprintparanet.com>
5622  - Propogate LD through to Makefile
5623  - Doc cleanups
5624  - Added blurb about "scp: command not found" errors to UPGRADING
5625
5626 20000315
5627  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
5628    problems with gcc/Solaris.
5629  - Don't free argument to putenv() after use (in setenv() replacement).
5630    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
5631  - Created contrib/ subdirectory. Included helpers from Phil Hands'
5632    Debian package, README file and chroot patch from Ricardo Cerqueira
5633    <rmcc@clix.pt>
5634  - Moved gnome-ssh-askpass.c to contrib directory and removed config
5635    option.
5636  - Slight cleanup to doc files
5637  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
5638
5639 20000314
5640  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
5641    peter@frontierflying.com
5642  - Include /usr/local/include and /usr/local/lib for systems that don't
5643    do it themselves
5644  - -R/usr/local/lib for Solaris
5645  - Fix RSAref detection
5646  - Fix IN6_IS_ADDR_V4MAPPED macro
5647
5648 20000311
5649  - Detect RSAref
5650  - OpenBSD CVS change
5651    [sshd.c]
5652     - disallow guessing of root password
5653  - More configure fixes
5654  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
5655
5656 20000309
5657  - OpenBSD CVS updates to v1.2.3
5658    [ssh.h atomicio.c]
5659     - int atomicio -> ssize_t (for alpha). ok deraadt@
5660    [auth-rsa.c]
5661     - delay MD5 computation until client sends response, free() early, cleanup.
5662    [cipher.c]
5663     - void* -> unsigned char*, ok niels@
5664    [hostfile.c]
5665     - remove unused variable 'len'. fix comments.
5666     - remove unused variable
5667    [log-client.c log-server.c]
5668     - rename a cpp symbol, to avoid param.h collision
5669    [packet.c]
5670     - missing xfree()
5671     - getsockname() requires initialized tolen; andy@guildsoftware.com
5672     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5673    from Holger.Trapp@Informatik.TU-Chemnitz.DE
5674    [pty.c pty.h]
5675     - register cleanup for pty earlier. move code for pty-owner handling to
5676       pty.c ok provos@, dugsong@
5677    [readconf.c]
5678     - turn off x11-fwd for the client, too.
5679    [rsa.c]
5680     - PKCS#1 padding
5681    [scp.c]
5682     - allow '.' in usernames; from jedgar@fxp.org
5683    [servconf.c]
5684     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
5685     - sync with sshd_config
5686    [ssh-keygen.c]
5687     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
5688    [ssh.1]
5689     - Change invalid 'CHAT' loglevel to 'VERBOSE'
5690    [ssh.c]
5691     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
5692     - turn off x11-fwd for the client, too.
5693    [sshconnect.c]
5694     - missing xfree()
5695     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
5696     - read error vs. "Connection closed by remote host"
5697    [sshd.8]
5698     - ie. -> i.e.,
5699     - do not link to a commercial page..
5700     - sync with sshd_config
5701    [sshd.c]
5702     - no need for poll.h; from bright@wintelcom.net
5703     - log with level log() not fatal() if peer behaves badly.
5704     - don't panic if client behaves strange. ok deraadt@
5705     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
5706     - delay close() of pty until the pty has been chowned back to root
5707     - oops, fix comment, too.
5708     - missing xfree()
5709     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
5710       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
5711     - register cleanup for pty earlier. move code for pty-owner handling to
5712       pty.c ok provos@, dugsong@
5713     - create x11 cookie file
5714     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
5715     - version 1.2.3
5716  - Cleaned up
5717  - Removed warning workaround for Linux and devpts filesystems (no longer
5718    required after OpenBSD updates)
5719
5720 20000308
5721  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
5722
5723 20000307
5724  - Released 1.2.2p1
5725
5726 20000305
5727  - Fix DEC compile fix
5728  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
5729  - Check for getpagesize in libucb.a if not found in libc. Fix for old
5730    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
5731  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
5732    Mate Wierdl <mw@moni.msci.memphis.edu>
5733
5734 20000303
5735  - Added "make host-key" target, Suggestion from Dominik Brettnacher
5736  <domi@saargate.de>
5737  - Don't permanently fail on bind() if getaddrinfo has more choices left for
5738    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
5739    Miskiewicz <misiek@pld.org.pl>
5740  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5741  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5742
5743 20000302
5744  - Big cleanup of autoconf code
5745    - Rearranged to be a little more logical
5746    - Added -R option for Solaris
5747    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
5748      to detect library and header location _and_ ensure library has proper
5749      RSA support built in (this is a problem with OpenSSL 0.9.5).
5750  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
5751  - Avoid warning message with Unix98 ptys
5752  - Warning was valid - possible race condition on PTYs. Avoided using
5753    platform-specific code.
5754  - Document some common problems
5755  - Allow root access to any key. Patch from
5756    markus.friedl@informatik.uni-erlangen.de
5757
5758 20000207
5759  - Removed SOCKS code. Will support through a ProxyCommand.
5760
5761 20000203
5762  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
5763  - Add --with-ssl-dir option
5764
5765 20000202
5766  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
5767    <jmd@aoe.vt.edu>
5768  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5769  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
5770    <haruyama@nt.phys.s.u-tokyo.ac.jp>
5771
5772 20000201
5773  - Use socket pairs by default (instead of pipes). Prevents race condition
5774    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
5775
5776 20000127
5777  - Seed OpenSSL's random number generator before generating RSA keypairs
5778  - Split random collector into seperate file
5779  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
5780
5781 20000126
5782  - Released 1.2.2 stable
5783
5784  - NeXT keeps it lastlog in /usr/adm. Report from
5785    mouring@newton.pconline.com
5786  - Added note in UPGRADING re interop with commercial SSH using idea.
5787    Report from Jim Knoble <jmknoble@jmknoble.cx>
5788  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
5789    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5790
5791 20000125
5792  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
5793    <andre.lucas@dial.pipex.com>
5794  - Reorder PAM initialisation so it does not mess up lastlog. Reported
5795    by Andre Lucas <andre.lucas@dial.pipex.com>
5796  - Use preformatted manpages on SCO, report from Gary E. Miller
5797    <gem@rellim.com>
5798  - New URL for x11-ssh-askpass.
5799  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
5800    <jmknoble@jmknoble.cx>
5801  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
5802    Jim Knoble <jmknoble@jmknoble.cx>
5803  - Updated RPM spec files to use DESTDIR
5804
5805 20000124
5806  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
5807    increment)
5808
5809 20000123
5810  - OpenBSD CVS:
5811    - [packet.c]
5812      getsockname() requires initialized tolen; andy@guildsoftware.com
5813  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
5814    <drankin@bohemians.lexington.ky.us>
5815  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
5816
5817 20000122
5818  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
5819    <bent@clark.net>
5820  - Merge preformatted manpage patch from Andre Lucas
5821    <andre.lucas@dial.pipex.com>
5822  - Make IPv4 use the default in RPM packages
5823  - Irix uses preformatted manpages
5824  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
5825    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5826  - OpenBSD CVS updates:
5827    - [packet.c]
5828      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5829      from Holger.Trapp@Informatik.TU-Chemnitz.DE
5830    - [sshd.c]
5831      log with level log() not fatal() if peer behaves badly.
5832    - [readpass.c]
5833      instead of blocking SIGINT, catch it ourselves, so that we can clean
5834      the tty modes up and kill ourselves -- instead of our process group
5835      leader (scp, cvs, ...) going away and leaving us in noecho mode.
5836      people with cbreak shells never even noticed..
5837    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5838      ie. -> i.e.,
5839
5840 20000120
5841  - Don't use getaddrinfo on AIX
5842  - Update to latest OpenBSD CVS:
5843    - [auth-rsa.c]
5844      - fix user/1056, sshd keeps restrictions; dbt@meat.net
5845    - [sshconnect.c]
5846      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5847      - destroy keys earlier
5848      - split key exchange (kex) and user authentication (user-auth),
5849        ok: provos@
5850    - [sshd.c]
5851      - no need for poll.h; from bright@wintelcom.net
5852      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5853      - split key exchange (kex) and user authentication (user-auth),
5854        ok: provos@
5855  - Big manpage and config file cleanup from Andre Lucas
5856    <andre.lucas@dial.pipex.com>
5857    - Re-added latest (unmodified) OpenBSD manpages
5858  - Doc updates
5859  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
5860    Christos Zoulas <christos@netbsd.org>
5861
5862 20000119
5863  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
5864  - Compile fix from Darren_Hall@progressive.com
5865  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
5866    addresses using getaddrinfo(). Added a configure switch to make the
5867    default lookup mode AF_INET
5868
5869 20000118
5870  - Fixed --with-pid-dir option
5871  - Makefile fix from Gary E. Miller <gem@rellim.com>
5872  - Compile fix for HPUX and Solaris from Andre Lucas
5873    <andre.lucas@dial.pipex.com>
5874
5875 20000117
5876  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
5877    port, ignore EINVAL errors (Linux) when searching for free port.
5878  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
5879    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
5880  - Document location of Redhat PAM file in INSTALL.
5881  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
5882    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
5883    deliver (no IPv6 kernel support)
5884  - Released 1.2.1pre27
5885
5886  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
5887  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
5888    <jhuuskon@hytti.uku.fi>
5889  - Fix hang on logout if processes are still using the pty. Needs
5890    further testing.
5891  - Patch from Christos Zoulas <christos@zoulas.com>
5892    - Try $prefix first when looking for OpenSSL.
5893    - Include sys/types.h when including sys/socket.h in test programs
5894  - Substitute PID directory in sshd.8. Suggestion from Andrew
5895    Stribblehill <a.d.stribblehill@durham.ac.uk>
5896
5897 20000116
5898  - Renamed --with-xauth-path to --with-xauth
5899  - Added --with-pid-dir option
5900  - Released 1.2.1pre26
5901
5902  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
5903  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
5904    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
5905
5906 20000115
5907  - Add --with-xauth-path configure directive and explicit test for
5908    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5909    Nordby <anders@fix.no>
5910  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5911    openpty. Report from John Seifarth <john@waw.be>
5912  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
5913    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5914    <gem@rellim.com>
5915  - Use __snprintf and __vnsprintf if they are found where snprintf and
5916    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
5917    and others.
5918
5919 20000114
5920  - Merged OpenBSD IPv6 patch:
5921    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
5922      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
5923      [hostfile.c sshd_config]
5924      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
5925      features: sshd allows multiple ListenAddress and Port options. note
5926      that libwrap is not IPv6-ready. (based on patches from
5927      fujiwara@rcac.tdi.co.jp)
5928    - [ssh.c canohost.c]
5929      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
5930      from itojun@
5931    - [channels.c]
5932      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
5933    - [packet.h]
5934      allow auth-kerberos for IPv4 only
5935    - [scp.1 sshd.8 servconf.h scp.c]
5936      document -4, -6, and 'ssh -L 2022/::1/22'
5937    - [ssh.c]
5938      'ssh @host' is illegal (null user name), from
5939      karsten@gedankenpolizei.de
5940    - [sshconnect.c]
5941      better error message
5942    - [sshd.c]
5943      allow auth-kerberos for IPv4 only
5944  - Big IPv6 merge:
5945    - Cleanup overrun in sockaddr copying on RHL 6.1
5946    - Replacements for getaddrinfo, getnameinfo, etc based on versions
5947      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
5948    - Replacement for missing structures on systems that lack IPv6
5949    - record_login needed to know about AF_INET6 addresses
5950    - Borrowed more code from OpenBSD: rresvport_af and requisites
5951
5952 20000110
5953  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
5954
5955 20000107
5956  - New config.sub and config.guess to fix problems on SCO. Supplied
5957    by Gary E. Miller <gem@rellim.com>
5958  - SCO build fix from Gary E. Miller <gem@rellim.com>
5959  - Released 1.2.1pre25
5960
5961 20000106
5962  - Documentation update & cleanup
5963  - Better KrbIV / AFS detection, based on patch from:
5964    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5965
5966 20000105
5967  - Fixed annoying DES corruption problem. libcrypt has been
5968    overriding symbols in libcrypto. Removed libcrypt and crypt.h
5969    altogether (libcrypto includes its own crypt(1) replacement)
5970  - Added platform-specific rules for Irix 6.x. Included warning that
5971    they are untested.
5972
5973 20000103
5974  - Add explicit make rules for files proccessed by fixpaths.
5975  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
5976    <tnh@kondara.org>
5977  - Removed "nullok" directive from default PAM configuration files.
5978    Added information on enabling EmptyPasswords on openssh+PAM in
5979    UPGRADING file.
5980  - OpenBSD CVS updates
5981    - [ssh-agent.c]
5982      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
5983      dgaudet@arctic.org
5984    - [sshconnect.c]
5985      compare correct version for 1.3 compat mode
5986
5987 20000102
5988  - Prevent multiple inclusion of config.h and defines.h. Suggested
5989    by Andre Lucas <andre.lucas@dial.pipex.com>
5990  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
5991    <dgaudet@arctic.org>
5992
5993 19991231
5994  - Fix password support on systems with a mixture of shadowed and
5995    non-shadowed passwords (e.g. NIS). Report and fix from
5996    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5997  - Fix broken autoconf typedef detection. Report from Marc G.
5998    Fournier <marc.fournier@acadiau.ca>
5999  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
6000    <Franz.Sirl-kernel@lauterbach.com>
6001  - Prevent typedefs from being compiled more than once. Report from
6002    Marc G. Fournier <marc.fournier@acadiau.ca>
6003  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
6004    <iretd@bigfoot.com>
6005  - Really fix broken default path. Fix from Jim Knoble
6006    <jmknoble@jmknoble.cx>
6007  - Remove test for quad_t. No longer needed.
6008  - Released 1.2.1pre24
6009
6010  - Added support for directory-based lastlogs
6011  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
6012
6013 19991230
6014  - OpenBSD CVS updates:
6015    - [auth-passwd.c]
6016      check for NULL 1st
6017  - Removed most of the pam code into its own file auth-pam.[ch]. This
6018    cleaned up sshd.c up significantly.
6019  - PAM authentication was incorrectly interpreting
6020    "PermitRootLogin without-password". Report from Matthias Andree
6021    <ma@dt.e-technik.uni-dortmund.de
6022  - Several other cleanups
6023  - Merged Dante SOCKS support patch from David Rankin
6024   <drankin@bohemians.lexington.ky.us>
6025  - Updated documentation with ./configure options
6026  - Released 1.2.1pre23
6027
6028 19991229
6029  - Applied another NetBSD portability patch from David Rankin
6030    <drankin@bohemians.lexington.ky.us>
6031  - Fix --with-default-path option.
6032  - Autodetect perl, patch from David Rankin
6033    <drankin@bohemians.lexington.ky.us>
6034  - Print whether OpenSSH was compiled with RSARef, patch from
6035    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
6036  - Calls to pam_setcred, patch from Nalin Dahyabhai
6037    <nalin@thermo.stat.ncsu.edu>
6038  - Detect missing size_t and typedef it.
6039  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
6040  - Minor Makefile cleaning
6041
6042 19991228
6043  - Replacement for getpagesize() for systems which lack it
6044  - NetBSD login.c compile fix from David Rankin
6045   <drankin@bohemians.lexington.ky.us>
6046  - Fully set ut_tv if present in utmp or utmpx
6047  - Portability fixes for Irix 5.3 (now compiles OK!)
6048  - autoconf and other misc cleanups
6049  - Merged AIX patch from Darren Hall <dhall@virage.org>
6050  - Cleaned up defines.h
6051  - Released 1.2.1pre22
6052
6053 19991227
6054  - Automatically correct paths in manpages and configuration files. Patch
6055    and script from Andre Lucas <andre.lucas@dial.pipex.com>
6056  - Removed credits from README to CREDITS file, updated.
6057  - Added --with-default-path to specify custom path for server
6058  - Removed #ifdef trickery from acconfig.h into defines.h
6059  - PAM bugfix. PermitEmptyPassword was being ignored.
6060  - Fixed PAM config files to allow empty passwords if server does.
6061  - Explained spurious PAM auth warning workaround in UPGRADING
6062  - Use last few chars of tty line as ut_id
6063  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
6064  - OpenBSD CVS updates:
6065    - [packet.h auth-rhosts.c]
6066      check format string for packet_disconnect and packet_send_debug, too
6067    - [channels.c]
6068      use packet_get_maxsize for channels. consistence.
6069
6070 19991226
6071  - Enabled utmpx support by default for Solaris
6072  - Cleanup sshd.c PAM a little more
6073  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
6074    X11 ssh-askpass program.
6075  - Disable logging of PAM success and failures, PAM is verbose enough.
6076    Unfortunatly there is currently no way to disable auth failure
6077    messages. Mention this in UPGRADING file and sent message to PAM
6078    developers
6079  - OpenBSD CVS update:
6080    - [ssh-keygen.1 ssh.1]
6081      remove ref to .ssh/random_seed, mention .ssh/environment in
6082      .Sh FILES, too
6083  - Released 1.2.1pre21
6084  - Fixed implicit '.' in default path, report from Jim Knoble
6085    <jmknoble@jmknoble.cx>
6086  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
6087
6088 19991225
6089  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
6090  - Cleanup of auth-passwd.c for shadow and MD5 passwords
6091  - Cleanup and bugfix of PAM authentication code
6092  - Released 1.2.1pre20
6093
6094  - Merged fixes from Ben Taylor <bent@clark.net>
6095  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
6096  - Disabled logging of PAM password authentication failures when password
6097    is empty. (e.g start of authentication loop). Reported by Naz
6098    <96na@eng.cam.ac.uk>)
6099
6100 19991223
6101  - Merged later HPUX patch from Andre Lucas
6102    <andre.lucas@dial.pipex.com>
6103  - Above patch included better utmpx support from Ben Taylor
6104    <bent@clark.net>
6105
6106 19991222
6107  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
6108    <pope@netguide.dk>
6109  - Fix login.c breakage on systems which lack ut_host in struct
6110    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
6111
6112 19991221
6113  - Integration of large HPUX patch from Andre Lucas
6114    <andre.lucas@dial.pipex.com>. Integrating it had a few other
6115    benefits:
6116    - Ability to disable shadow passwords at configure time
6117    - Ability to disable lastlog support at configure time
6118    - Support for IP address in $DISPLAY
6119  - OpenBSD CVS update:
6120    - [sshconnect.c]
6121    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
6122  - Fix DISABLE_SHADOW support
6123  - Allow MD5 passwords even if shadow passwords are disabled
6124  - Release 1.2.1pre19
6125
6126 19991218
6127  - Redhat init script patch from Chun-Chung Chen
6128    <cjj@u.washington.edu>
6129  - Avoid breakage on systems without IPv6 headers
6130
6131 19991216
6132  - Makefile changes for Solaris from Peter Kocks
6133    <peter.kocks@baygate.com>
6134  - Minor updates to docs
6135  - Merged OpenBSD CVS changes:
6136    - [authfd.c ssh-agent.c]
6137      keysize warnings talk about identity files
6138    - [packet.c]
6139      "Connection closed by x.x.x.x": fatal() -> log()
6140  - Correctly handle empty passwords in shadow file. Patch from:
6141    "Chris, the Young One" <cky@pobox.com>
6142  - Released 1.2.1pre18
6143
6144 19991215
6145  - Integrated patchs from Juergen Keil <jk@tools.de>
6146    - Avoid void* pointer arithmatic
6147    - Use LDFLAGS correctly
6148    - Fix SIGIO error in scp
6149    - Simplify status line printing in scp
6150  - Added better test for inline functions compiler support from
6151    Darren_Hall@progressive.com
6152
6153 19991214
6154  - OpenBSD CVS Changes
6155    - [canohost.c]
6156      fix get_remote_port() and friends for sshd -i;
6157      Holger.Trapp@Informatik.TU-Chemnitz.DE
6158    - [mpaux.c]
6159      make code simpler. no need for memcpy. niels@ ok
6160    - [pty.c]
6161      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
6162      fix proto; markus
6163    - [ssh.1]
6164       typo; mark.baushke@solipsa.com
6165    - [channels.c ssh.c ssh.h sshd.c]
6166      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
6167    - [sshconnect.c]
6168      move checking of hostkey into own function.
6169    - [version.h]
6170      OpenSSH-1.2.1
6171  - Clean up broken includes in pty.c
6172  - Some older systems don't have poll.h, they use sys/poll.h instead
6173  - Doc updates
6174
6175 19991211
6176  - Fix compilation on systems with AFS. Reported by
6177    aloomis@glue.umd.edu
6178  - Fix installation on Solaris. Reported by
6179    Gordon Rowell <gordonr@gormand.com.au>
6180  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
6181    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
6182  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
6183  - Compile fix from David Agraz <dagraz@jahoopa.com>
6184  - Avoid compiler warning in bsd-snprintf.c
6185  - Added pam_limits.so to default PAM config. Suggested by
6186    Jim Knoble <jmknoble@jmknoble.cx>
6187
6188 19991209
6189  - Import of patch from Ben Taylor <bent@clark.net>:
6190    - Improved PAM support
6191    - "uninstall" rule for Makefile
6192    - utmpx support
6193    - Should fix PAM problems on Solaris
6194  - OpenBSD CVS updates:
6195    - [readpass.c]
6196      avoid stdio; based on work by markus, millert, and I
6197    - [sshd.c]
6198      make sure the client selects a supported cipher
6199    - [sshd.c]
6200      fix sighup handling.  accept would just restart and daemon handled
6201      sighup only after the next connection was accepted. use poll on
6202      listen sock now.
6203    - [sshd.c]
6204      make that a fatal
6205  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
6206    to fix libwrap support on NetBSD
6207  - Released 1.2pre17
6208
6209 19991208
6210  - Compile fix for Solaris with /dev/ptmx from
6211    David Agraz <dagraz@jahoopa.com>
6212
6213 19991207
6214  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
6215    fixes compatability with 4.x and 5.x
6216  - Fixed default SSH_ASKPASS
6217  - Fix PAM account and session being called multiple times. Problem
6218    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
6219  - Merged more OpenBSD changes:
6220    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
6221      move atomicio into it's own file.  wrap all socket write()s which
6222      were doing write(sock, buf, len) != len, with atomicio() calls.
6223    - [auth-skey.c]
6224      fd leak
6225    - [authfile.c]
6226      properly name fd variable
6227    - [channels.c]
6228      display great hatred towards strcpy
6229    - [pty.c pty.h sshd.c]
6230      use openpty() if it exists (it does on BSD4_4)
6231    - [tildexpand.c]
6232      check for ~ expansion past MAXPATHLEN
6233  - Modified helper.c to use new atomicio function.
6234  - Reformat Makefile a little
6235  - Moved RC4 routines from rc4.[ch] into helper.c
6236  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
6237  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
6238  - Tweaked Redhat spec
6239  - Clean up bad imports of a few files (forgot -kb)
6240  - Released 1.2pre16
6241
6242 19991204
6243  - Small cleanup of PAM code in sshd.c
6244  - Merged OpenBSD CVS changes:
6245    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
6246      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
6247    - [auth-rsa.c]
6248      warn only about mismatch if key is _used_
6249      warn about keysize-mismatch with log() not error()
6250      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
6251      ports are u_short
6252    - [hostfile.c]
6253      indent, shorter warning
6254    - [nchan.c]
6255      use error() for internal errors
6256    - [packet.c]
6257      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
6258      serverloop.c
6259      indent
6260    - [ssh-add.1 ssh-add.c ssh.h]
6261      document $SSH_ASKPASS, reasonable default
6262    - [ssh.1]
6263      CheckHostIP is not available for connects via proxy command
6264    - [sshconnect.c]
6265      typo
6266      easier to read client code for passwd and skey auth
6267      turn of checkhostip for proxy connects, since we don't know the remote ip
6268
6269 19991126
6270  - Add definition for __P()
6271  - Added [v]snprintf() replacement for systems that lack it
6272
6273 19991125
6274  - More reformatting merged from OpenBSD CVS
6275  - Merged OpenBSD CVS changes:
6276    - [channels.c]
6277      fix packet_integrity_check() for !have_hostname_in_open.
6278      report from mrwizard@psu.edu via djm@ibs.com.au
6279    - [channels.c]
6280      set SO_REUSEADDR and SO_LINGER for forwarded ports.
6281      chip@valinux.com via damien@ibs.com.au
6282    - [nchan.c]
6283      it's not an error() if shutdown_write failes in nchan.
6284    - [readconf.c]
6285      remove dead #ifdef-0-code
6286    - [readconf.c servconf.c]
6287      strcasecmp instead of tolower
6288    - [scp.c]
6289      progress meter overflow fix from damien@ibs.com.au
6290    - [ssh-add.1 ssh-add.c]
6291      SSH_ASKPASS support
6292    - [ssh.1 ssh.c]
6293      postpone fork_after_authentication until command execution,
6294      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
6295      plus: use daemon() for backgrounding
6296  - Added BSD compatible install program and autoconf test, thanks to
6297    Niels Kristian Bech Jensen <nkbj@image.dk>
6298  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
6299  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
6300  - Release 1.2pre15
6301
6302 19991124
6303  - Merged very large OpenBSD source code reformat
6304  - OpenBSD CVS updates
6305    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
6306      [ssh.h sshd.8 sshd.c]
6307      syslog changes:
6308      * Unified Logmessage for all auth-types, for success and for failed
6309      * Standard connections get only ONE line in the LOG when level==LOG:
6310        Auth-attempts are logged only, if authentication is:
6311           a) successfull or
6312           b) with passwd or
6313           c) we had more than AUTH_FAIL_LOG failues
6314      * many log() became verbose()
6315      * old behaviour with level=VERBOSE
6316    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
6317      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
6318      messages. allows use of s/key in windows (ttssh, securecrt) and
6319      ssh-1.2.27 clients without 'ssh -v', ok: niels@
6320    - [sshd.8]
6321      -V, for fallback to openssh in SSH2 compatibility mode
6322    - [sshd.c]
6323      fix sigchld race; cjc5@po.cwru.edu
6324
6325 19991123
6326  - Added SuSE package files from Chris Saia <csaia@wtower.com>
6327  - Restructured package-related files under packages/*
6328  - Added generic PAM config
6329  - Numerous little Solaris fixes
6330  - Add recommendation to use GNU make to INSTALL document
6331
6332 19991122
6333  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
6334  - OpenBSD CVS Changes
6335    - [ssh-keygen.c]
6336      don't create ~/.ssh only if the user wants to store the private
6337      key there. show fingerprint instead of public-key after
6338      keygeneration. ok niels@
6339  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
6340  - Added timersub() macro
6341  - Tidy RCSIDs of bsd-*.c
6342  - Added autoconf test and macro to deal with old PAM libraries
6343    pam_strerror definition (one arg vs two).
6344  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
6345  - Retry /dev/urandom reads interrupted by signal (report from
6346    Robert Hardy <rhardy@webcon.net>)
6347  - Added a setenv replacement for systems which lack it
6348  - Only display public key comment when presenting ssh-askpass dialog
6349  - Released 1.2pre14
6350
6351  - Configure, Make and changelog corrections from Tudor Bosman
6352    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
6353
6354 19991121
6355  - OpenBSD CVS Changes:
6356    - [channels.c]
6357      make this compile, bad markus
6358    - [log.c readconf.c servconf.c ssh.h]
6359      bugfix: loglevels are per host in clientconfig,
6360      factor out common log-level parsing code.
6361    - [servconf.c]
6362      remove unused index (-Wall)
6363    - [ssh-agent.c]
6364      only one 'extern char *__progname'
6365    - [sshd.8]
6366      document SIGHUP, -Q to synopsis
6367    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
6368      [channels.c clientloop.c]
6369      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
6370      [hope this time my ISP stays alive during commit]
6371    - [OVERVIEW README] typos; green@freebsd
6372    - [ssh-keygen.c]
6373      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
6374      exit if writing the key fails (no infinit loop)
6375      print usage() everytime we get bad options
6376    - [ssh-keygen.c] overflow, djm@mindrot.org
6377    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
6378
6379 19991120
6380  - Merged more Solaris support from Marc G. Fournier
6381    <marc.fournier@acadiau.ca>
6382  - Wrote autoconf tests for integer bit-types
6383  - Fixed enabling kerberos support
6384  - Fix segfault in ssh-keygen caused by buffer overrun in filename
6385    handling.
6386
6387 19991119
6388  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
6389  - Merged OpenBSD CVS changes
6390    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
6391      more %d vs. %s in fmt-strings
6392    - [authfd.c]
6393      Integers should not be printed with %s
6394  - EGD uses a socket, not a named pipe. Duh.
6395  - Fix includes in fingerprint.c
6396  - Fix scp progress bar bug again.
6397  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
6398    David Rankin <drankin@bohemians.lexington.ky.us>
6399  - Added autoconf option to enable Kerberos 4 support (untested)
6400  - Added autoconf option to enable AFS support (untested)
6401  - Added autoconf option to enable S/Key support (untested)
6402  - Added autoconf option to enable TCP wrappers support (compiles OK)
6403  - Renamed BSD helper function files to bsd-*
6404  - Added tests for login and daemon and enable OpenBSD replacements for
6405    when they are absent.
6406  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
6407
6408 19991118
6409  - Merged OpenBSD CVS changes
6410    - [scp.c] foregroundproc() in scp
6411    - [sshconnect.h] include fingerprint.h
6412    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
6413      changes.
6414    - [ssh.1] Spell my name right.
6415  - Added openssh.com info to README
6416
6417 19991117
6418  - Merged OpenBSD CVS changes
6419    - [ChangeLog.Ylonen] noone needs this anymore
6420    - [authfd.c] close-on-exec for auth-socket, ok deraadt
6421    - [hostfile.c]
6422      in known_hosts key lookup the entry for the bits does not need
6423      to match, all the information is contained in n and e. This
6424      solves the problem with buggy servers announcing the wrong
6425      modulus length.  markus and me.
6426    - [serverloop.c]
6427      bugfix: check for space if child has terminated, from:
6428      iedowse@maths.tcd.ie
6429    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
6430      [fingerprint.c fingerprint.h]
6431      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
6432    - [ssh-agent.1] typo
6433    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
6434    - [sshd.c]
6435      force logging to stderr while loading private key file
6436      (lost while converting to new log-levels)
6437
6438 19991116
6439  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
6440  - Merged OpenBSD CVS changes:
6441    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
6442      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
6443      the keysize of rsa-parameter 'n' is passed implizit,
6444      a few more checks and warnings about 'pretended' keysizes.
6445    - [cipher.c cipher.h packet.c packet.h sshd.c]
6446      remove support for cipher RC4
6447    - [ssh.c]
6448      a note for legay systems about secuity issues with permanently_set_uid(),
6449      the private hostkey and ptrace()
6450    - [sshconnect.c]
6451      more detailed messages about adding and checking hostkeys
6452
6453 19991115
6454  - Merged OpenBSD CVS changes:
6455    - [ssh-add.c] change passphrase loop logic and remove ref to
6456      $DISPLAY, ok niels
6457  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
6458    modular.
6459  - Revised autoconf support for enabling/disabling askpass support.
6460  - Merged more OpenBSD CVS changes:
6461    [auth-krb4.c]
6462      - disconnect if getpeername() fails
6463      - missing xfree(*client)
6464    [canohost.c]
6465      - disconnect if getpeername() fails
6466      - fix comment: we _do_ disconnect if ip-options are set
6467    [sshd.c]
6468      - disconnect if getpeername() fails
6469      - move checking of remote port to central place
6470    [auth-rhosts.c] move checking of remote port to central place
6471    [log-server.c] avoid extra fd per sshd, from millert@
6472    [readconf.c] print _all_ bad config-options in ssh(1), too
6473    [readconf.h] print _all_ bad config-options in ssh(1), too
6474    [ssh.c] print _all_ bad config-options in ssh(1), too
6475    [sshconnect.c] disconnect if getpeername() fails
6476  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
6477  - Various small cleanups to bring diff (against OpenBSD) size down.
6478  - Merged more Solaris compability from Marc G. Fournier
6479    <marc.fournier@acadiau.ca>
6480  - Wrote autoconf tests for __progname symbol
6481  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
6482  - Released 1.2pre12
6483
6484  - Another OpenBSD CVS update:
6485    - [ssh-keygen.1] fix .Xr
6486
6487 19991114
6488  - Solaris compilation fixes (still imcomplete)
6489
6490 19991113
6491  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6492    - Don't install config files if they already exist
6493    - Fix inclusion of additional preprocessor directives from acconfig.h
6494  - Removed redundant inclusions of config.h
6495  - Added 'Obsoletes' lines to RPM spec file
6496  - Merged OpenBSD CVS changes:
6497    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
6498    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
6499      totalsize, ok niels,aaron
6500  - Delay fork (-f option) in ssh until after port forwarded connections
6501    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
6502  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
6503  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
6504  - Tidied default config file some more
6505  - Revised Redhat initscript to fix bug: sshd (re)start would fail
6506    if executed from inside a ssh login.
6507
6508 19991112
6509  - Merged changes from OpenBSD CVS
6510    - [sshd.c] session_key_int may be zero
6511    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
6512      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
6513      deraadt,millert
6514  - Brought default sshd_config more in line with OpenBSD's
6515  - Grab server in gnome-ssh-askpass (Debian bug #49872)
6516  - Released 1.2pre10
6517
6518  - Added INSTALL documentation
6519  - Merged yet more changes from OpenBSD CVS
6520    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
6521      [ssh.c ssh.h sshconnect.c sshd.c]
6522      make all access to options via 'extern Options options'
6523      and 'extern ServerOptions options' respectively;
6524      options are no longer passed as arguments:
6525       * make options handling more consistent
6526       * remove #include "readconf.h" from ssh.h
6527       * readconf.h is only included if necessary
6528    - [mpaux.c] clear temp buffer
6529    - [servconf.c] print _all_ bad options found in configfile
6530  - Make ssh-askpass support optional through autoconf
6531  - Fix nasty division-by-zero error in scp.c
6532  - Released 1.2pre11
6533
6534 19991111
6535  - Added (untested) Entropy Gathering Daemon (EGD) support
6536  - Fixed /dev/urandom fd leak (Debian bug #49722)
6537  - Merged OpenBSD CVS changes:
6538    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6539    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6540    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6541  - Fix integer overflow which was messing up scp's progress bar for large
6542    file transfers. Fix submitted to OpenBSD developers. Report and fix
6543    from Kees Cook <cook@cpoint.net>
6544  - Merged more OpenBSD CVS changes:
6545    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6546      + krb-cleanup cleanup
6547    - [clientloop.c log-client.c log-server.c ]
6548      [readconf.c readconf.h servconf.c servconf.h ]
6549      [ssh.1 ssh.c ssh.h sshd.8]
6550      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
6551      obsoletes QuietMode and FascistLogging in sshd.
6552    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
6553      allow session_key_int != sizeof(session_key)
6554      [this should fix the pre-assert-removal-core-files]
6555  - Updated default config file to use new LogLevel option and to improve
6556    readability
6557
6558 19991110
6559  - Merged several minor fixes:
6560    - ssh-agent commandline parsing
6561    - RPM spec file now installs ssh setuid root
6562    - Makefile creates libdir
6563    - Merged beginnings of Solaris compability from Marc G. Fournier
6564      <marc.fournier@acadiau.ca>
6565
6566 19991109
6567  - Autodetection of SSL/Crypto library location via autoconf
6568  - Fixed location of ssh-askpass to follow autoconf
6569  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6570  - Autodetection of RSAref library for US users
6571  - Minor doc updates
6572  - Merged OpenBSD CVS changes:
6573    - [rsa.c] bugfix: use correct size for memset()
6574    - [sshconnect.c] warn if announced size of modulus 'n' != real size
6575  - Added GNOME passphrase requestor (use --with-gnome-askpass)
6576  - RPM build now creates subpackages
6577  - Released 1.2pre9
6578
6579 19991108
6580  - Removed debian/ directory. This is now being maintained separately.
6581  - Added symlinks for slogin in RPM spec file
6582  - Fixed permissions on manpages in RPM spec file
6583  - Added references to required libraries in README file
6584  - Removed config.h.in from CVS
6585  - Removed pwdb support (better pluggable auth is provided by glibc)
6586  - Made PAM and requisite libdl optional
6587  - Removed lots of unnecessary checks from autoconf
6588  - Added support and autoconf test for openpty() function (Unix98 pty support)
6589  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
6590  - Added TODO file
6591  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
6592    - Added ssh-askpass program
6593    - Added ssh-askpass support to ssh-add.c
6594    - Create symlinks for slogin on install
6595    - Fix "distclean" target in makefile
6596    - Added example for ssh-agent to manpage
6597    - Added support for PAM_TEXT_INFO messages
6598    - Disable internal /etc/nologin support if PAM enabled
6599  - Merged latest OpenBSD CVS changes:
6600    - [all] replace assert() with error, fatal or packet_disconnect
6601    - [sshd.c] don't send fail-msg but disconnect if too many authentication
6602      failures
6603    - [sshd.c] remove unused argument. ok dugsong
6604    - [sshd.c] typo
6605    - [rsa.c] clear buffers used for encryption. ok: niels
6606    - [rsa.c] replace assert() with error, fatal or packet_disconnect
6607    - [auth-krb4.c] remove unused argument. ok dugsong
6608  - Fixed coredump after merge of OpenBSD rsa.c patch
6609  - Released 1.2pre8
6610
6611 19991102
6612  - Merged change from OpenBSD CVS
6613   - One-line cleanup in sshd.c
6614
6615 19991030
6616  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
6617  - Merged latest updates for OpenBSD CVS:
6618    - channels.[ch] - remove broken x11 fix and document istate/ostate
6619    - ssh-agent.c - call setsid() regardless of argv[]
6620    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
6621  - Documentation cleanups
6622  - Renamed README -> README.Ylonen
6623  - Renamed README.openssh ->README
6624
6625 19991029
6626  - Renamed openssh* back to ssh* at request of Theo de Raadt
6627  - Incorporated latest changes from OpenBSD's CVS
6628  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
6629  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
6630  - Make distclean now removed configure script
6631  - Improved PAM logging
6632  - Added some debug() calls for PAM
6633  - Removed redundant subdirectories
6634  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
6635    building on Debian.
6636  - Fixed off-by-one error in PAM env patch
6637  - Released 1.2pre6
6638
6639 19991028
6640  - Further PAM enhancements.
6641    - Much cleaner
6642    - Now uses account and session modules for all logins.
6643  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
6644    - Build fixes
6645    - Autoconf
6646    - Change binary names to open*
6647  - Fixed autoconf script to detect PAM on RH6.1
6648  - Added tests for libpwdb, and OpenBSD functions to autoconf
6649  - Released 1.2pre4
6650
6651  - Imported latest OpenBSD CVS code
6652  - Updated README.openssh
6653  - Released 1.2pre5
6654
6655 19991027
6656  - Adapted PAM patch.
6657  - Released 1.0pre2
6658
6659  - Excised my buggy replacements for strlcpy and mkdtemp
6660  - Imported correct OpenBSD strlcpy and mkdtemp routines.
6661  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
6662  - Picked up correct version number from OpenBSD
6663  - Added sshd.pam PAM configuration file
6664  - Added sshd.init Redhat init script
6665  - Added openssh.spec RPM spec file
6666  - Released 1.2pre3
6667
6668 19991026
6669  - Fixed include paths of OpenSSL functions
6670  - Use OpenSSL MD5 routines
6671  - Imported RC4 code from nanocrypt
6672  - Wrote replacements for OpenBSD arc4random* functions
6673  - Wrote replacements for strlcpy and mkdtemp
6674  - Released 1.0pre1
6675
6676 $Id$
This page took 0.563996 seconds and 5 git commands to generate.