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