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