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