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