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