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