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