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