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