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