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