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