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