]> andersk Git - openssh.git/blob - ChangeLog
- (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
[openssh.git] / ChangeLog
1 20010218
2  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice 
3    <tim@multitalents.net> 
4  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
5    stevesk
6  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen 
7    <vinschen@redhat.com> and myself.
8  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
9    Miskiewicz <misiek@pld.ORG.PL>
10  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
11    Todd C. Miller <Todd.Miller@courtesan.com>
12  - (djm) Use ttyname() to determine name of tty returned by openpty() 
13    rather then risking overflow. Patch from Marek Michalkiewicz 
14    <marekm@amelek.gda.pl>
15  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. 
16    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
17  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
18
19 20010217
20  - (bal) OpenBSD Sync:
21    - markus@cvs.openbsd.org 2001/02/16 13:38:18
22      [channel.c]                               
23      remove debug                              
24    - markus@cvs.openbsd.org 2001/02/16 14:03:43
25      [session.c]
26      proper payload-length check for x11 w/o screen-number
27
28 20010216
29  - (bal) added '--with-prce'  to allow overriding of system regex when
30    required (tested by David Dulek <ddulek@fastenal.com>)
31  - (bal) Added DG/UX case and set that they have a broken IPTOS.
32  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
33    Fixes linking on SCO.
34  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from 
35    Nalin Dahyabhai <nalin@redhat.com>
36  - (djm) BSD license for gnome-ssh-askpass (was X11)
37  - (djm) KNF on gnome-ssh-askpass
38  - (djm) USE_PIPES for a few more sysv platforms
39  - (djm) Cleanup configure.in a little
40  - (djm) Ask users to check config.log when we can't find necessary libs
41  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
42    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
43  - (djm) OpenBSD CVS:
44    - markus@cvs.openbsd.org  2001/02/15 16:19:59
45      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
46      [sshconnect1.c sshconnect2.c]
47      genericize password padding function for SSH1 and SSH2.
48      add stylized echo to 2, too.
49  - (djm) Add roundup() macro to defines.h
50  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
51    needed on Unixware 2.x.
52
53 20010215
54  - (djm) Move PAM session setup back to before setuid to user. Fixes 
55    problems on Solaris-derived PAMs.
56  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
57    <Darren.Moffat@eng.sun.com>
58  - (bal) Sync w/ OpenSSH for new release
59    - markus@cvs.openbsd.org 2001/02/12 12:45:06
60      [sshconnect1.c]
61      fix xmalloc(0), ok dugsong@
62    - markus@cvs.openbsd.org 2001/02/11 12:59:25
63      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
64       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
65      1) clean up the MAC support for SSH-2
66      2) allow you to specify the MAC with 'ssh -m'
67      3) or the 'MACs' keyword in ssh(d)_config
68      4) add hmac-{md5,sha1}-96
69              ok stevesk@, provos@
70    - markus@cvs.openbsd.org 2001/02/12 16:16:23
71      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
72       ssh-keygen.c sshd.8]
73      PermitRootLogin={yes,without-password,forced-commands-only,no}
74      (before this change, root could login even if PermitRootLogin==no)
75    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
76      [clientloop.c packet.c ssh-keyscan.c]
77      deal with EAGAIN/EINTR selects which were skipped
78    - markus@cvs.openssh.org 2001/02/13 22:49:40
79      [auth1.c auth2.c]
80      setproctitle(user) only if getpwnam succeeds
81    - markus@cvs.openbsd.org 2001/02/12 23:26:20
82      [sshd.c]
83      missing memset; from solar@openwall.com
84    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
85      [sftp-int.c]
86      lumask now works with 1 numeric arg; ok markus@, djm@
87    - djm@cvs.openbsd.org 2001/02/14 9:46:03
88      [sftp-client.c sftp-int.c sftp.1]
89      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
90      ok markus@
91  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
92  - (djm) Move to Jim's 1.2.0 X11 askpass program
93  - (stevesk) OpenBSD sync:
94    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
95      [serverloop.c]
96      indent
97
98 20010214
99  - (djm) Don't try to close PAM session or delete credentials if the
100    session has not been open or credentials not set. Based on patch from 
101    Andrew Bartlett <abartlet@pcug.org.au>
102  - (djm) Move PAM session initialisation until after fork in sshd. Patch 
103    from Nalin Dahyabhai <nalin@redhat.com>
104  - (bal) Missing function prototype in bsd-snprintf.c patch by
105    Mark Miller <markm@swoon.net>
106  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
107    <cmadams@hiwaay.net> with a little modification and KNF.
108  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
109
110 20010213
111  - (djm) Only test -S potential EGD sockets if they exist and are readable.
112  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
113    I did a base KNF over the whe whole file to make it more acceptable.
114    (backed out of original patch and removed it from ChangeLog)
115  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
116    Tim Rice <tim@multitalents.net>
117  - (stevesk) auth1.c: fix PAM passwordless check.
118
119 20010212
120  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1", 
121    --define "skip_gnome_askpass 1", --define "rh7 1" and make the 
122    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from 
123    Pekka Savola <pekkas@netcore.fi>
124  - (djm) Clean up PCRE text in INSTALL
125  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby 
126    <mib@unimelb.edu.au>
127  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
128  - (stevesk) session.c: remove debugging code.
129
130 20010211
131  - (bal) OpenBSD Sync
132    - markus@cvs.openbsd.org 2001/02/07 22:35:46
133      [auth1.c auth2.c sshd.c]
134      move k_setpag() to a central place; ok dugsong@
135    - markus@cvs.openbsd.org 2001/02/10 12:52:02
136      [auth2.c]
137      offer passwd before s/key
138    - markus@cvs.openbsd.org 2001/02/8 22:37:10
139      [canohost.c]
140      remove last call to sprintf; ok deraadt@
141    - markus@cvs.openbsd.org 2001/02/10 1:33:32
142      [canohost.c]
143      add debug message, since sshd blocks here if DNS is not available
144    - markus@cvs.openbsd.org 2001/02/10 12:44:02
145      [cli.c]
146      don't call vis() for \r
147    - danh@cvs.openbsd.org 2001/02/10 0:12:43
148      [scp.c]
149      revert a small change to allow -r option to work again; ok deraadt@
150    - danh@cvs.openbsd.org 2001/02/10 15:14:11
151      [scp.c]
152      fix memory leak; ok markus@
153    - djm@cvs.openbsd.org 2001/02/10 0:45:52
154      [scp.1]
155      Mention that you can quote pathnames with spaces in them
156    - markus@cvs.openbsd.org 2001/02/10 1:46:28
157      [ssh.c]
158      remove mapping of argv[0] -> hostname
159    - markus@cvs.openbsd.org 2001/02/06 22:26:17
160      [sshconnect2.c]
161      do not ask for passphrase in batch mode; report from ejb@ql.org
162    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
163      [sshconnect.c sshconnect1.c sshconnect2.c]
164      %.30s is too short for IPv6 numeric address.  use %.128s for now.  
165      markus ok
166    - markus@cvs.openbsd.org 2001/02/09 12:28:35
167      [sshconnect2.c]
168      do not free twice, thanks to /etc/malloc.conf
169    - markus@cvs.openbsd.org 2001/02/09 17:10:53
170      [sshconnect2.c]
171      partial success: debug->log; "Permission denied" if no more auth methods
172    - markus@cvs.openbsd.org 2001/02/10 12:09:21
173      [sshconnect2.c]
174      remove some lines
175    - markus@cvs.openbsd.org 2001/02/09 13:38:07
176      [auth-options.c]
177      reset options if no option is given; from han.holl@prismant.nl
178    - markus@cvs.openbsd.org 2001/02/08 21:58:28
179      [channels.c]
180      nuke sprintf, ok deraadt@
181    - markus@cvs.openbsd.org 2001/02/08 21:58:28
182      [channels.c]
183      nuke sprintf, ok deraadt@
184    - markus@cvs.openbsd.org 2001/02/06 22:43:02
185      [clientloop.h]
186      remove confusing callback code
187    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
188      [readconf.c]
189      snprintf
190    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
191      sync with netbsd tree changes.
192      - more strict prototypes, include necessary headers
193      - use paths.h/pathnames.h decls
194      - size_t typecase to int -> u_long
195    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
196      [ssh-keyscan.c]
197      fix size_t -> int cast (use u_long).  markus ok
198    - markus@cvs.openbsd.org 2001/02/07 22:43:16
199      [ssh-keyscan.c]
200      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
201    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
202      [ssh-keyscan.c]
203      do not assume malloc() returns zero-filled region.  found by 
204      malloc.conf=AJ.
205    - markus@cvs.openbsd.org 2001/02/08 22:35:30
206      [sshconnect.c]
207      don't connect if batch_mode is true and stricthostkeychecking set to 
208     'ask'
209    - djm@cvs.openbsd.org 2001/02/04 21:26:07
210      [sshd_config]
211      type: ok markus@
212    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
213      [sshd_config]
214      enable sftp-server by default
215    - deraadt 2001/02/07 8:57:26
216      [xmalloc.c]
217      deal with new ANSI malloc stuff
218    - markus@cvs.openbsd.org 2001/02/07 16:46:08
219      [xmalloc.c]
220      typo in fatal()
221    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
222      [xmalloc.c]
223      fix size_t -> int cast (use u_long).  markus ok
224    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
225      [serverloop.c sshconnect1.c]
226      mitigate SSH1 traffic analysis - from Solar Designer 
227      <solar@openwall.com>, ok provos@
228  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'  
229    (from the OpenBSD tree)
230  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
231  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
232  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
233  - (bal) A bit more whitespace cleanup
234  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett 
235    <abartlet@pcug.org.au>
236  - (stevesk) misc.c: ssh.h not needed.
237  - (stevesk) compat.c: more friendly cpp error
238  - (stevesk) OpenBSD sync:
239    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
240      [LICENSE]
241      typos and small cleanup; ok deraadt@
242
243 20010210
244  - (djm) Sync sftp and scp stuff from OpenBSD:
245    - djm@cvs.openbsd.org     2001/02/07 03:55:13
246      [sftp-client.c]
247      Don't free handles before we are done with them. Based on work from
248      Corinna Vinschen <vinschen@redhat.com>. ok markus@
249    - djm@cvs.openbsd.org     2001/02/06 22:32:53
250      [sftp.1]
251      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
252    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
253      [sftp.1]
254      pretty up significantly
255    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
256      [sftp.1]
257      .Bl-.El mismatch.  markus ok
258    - djm@cvs.openbsd.org     2001/02/07 06:12:30
259      [sftp-int.c]
260      Check that target is a directory before doing ls; ok markus@
261    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
262      [scp.c sftp-client.c sftp-server.c]
263      unsigned long long -> %llu, not %qu.  markus ok
264    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
265      [sftp.1 sftp-int.c]
266      more man page cleanup and sync of help text with man page; ok markus@
267    - markus@cvs.openbsd.org  2001/02/07 14:58:34
268      [sftp-client.c]
269      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
270    - djm@cvs.openbsd.org     2001/02/07 15:27:19
271      [sftp.c]
272      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
273      <roumen.petrov@skalasoft.com>
274    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
275      [sftp-int.c]
276      portable; ok markus@
277    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
278      [sftp-int.c]
279      lowercase cmds[].c also; ok markus@
280    - markus@cvs.openbsd.org  2001/02/07 17:04:52
281      [pathnames.h sftp.c]
282      allow sftp over ssh protocol 1; ok djm@
283    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
284      [scp.c]
285      memory leak fix, and snprintf throughout
286    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
287      [sftp-int.c]
288      plug a memory leak
289    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
290      [session.c sftp-client.c]
291      %i -> %d
292    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
293      [sftp-int.c]
294      typo
295    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
296      [sftp-int.c pathnames.h]
297      _PATH_LS; ok markus@
298    - djm@cvs.openbsd.org     2001/02/09 04:46:25
299      [sftp-int.c]
300      Check for NULL attribs for chown, chmod & chgrp operations, only send
301      relevant attribs back to server; ok markus@
302    - djm@cvs.openbsd.org     2001/02/06 15:05:25
303      [sftp.c]
304      Use getopt to process commandline arguments
305    - djm@cvs.openbsd.org     2001/02/06 15:06:21
306      [sftp.c ]
307      Wait for ssh subprocess at exit
308    - djm@cvs.openbsd.org     2001/02/06 15:18:16
309      [sftp-int.c]
310      stat target for remote chdir before doing chdir
311    - djm@cvs.openbsd.org     2001/02/06 15:32:54
312      [sftp.1]
313      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
314    - provos@cvs.openbsd.org  2001/02/05 22:22:02
315      [sftp-int.c]
316      cleanup get_pathname, fix pwd after failed cd. okay djm@
317  - (djm) Update makefile.in for _PATH_SFTP_SERVER
318  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
319
320 20010209
321  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney 
322    <rjmooney@mediaone.net>
323  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
324    main tree while porting forward.  Pointed out by Lutz Jaenicke 
325    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
326  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
327    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
328  - (stevesk) OpenBSD sync:
329    - markus@cvs.openbsd.org  2001/02/08 11:20:01
330      [auth2.c]
331      strict checking
332    - markus@cvs.openbsd.org  2001/02/08 11:15:22
333      [version.h]
334      update to 2.3.2
335    - markus@cvs.openbsd.org  2001/02/08 11:12:30
336      [auth2.c]
337      fix typo
338  - (djm) Update spec files
339  - (bal) OpenBSD sync:
340    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
341      [scp.c]
342      memory leak fix, and snprintf throughout
343    - markus@cvs.openbsd.org 2001/02/06 22:43:02
344      [clientloop.c]
345      remove confusing callback code
346  - (djm) Add CVS Id's to files that we have missed
347  - (bal) OpenBSD Sync (more):
348    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
349      sync with netbsd tree changes.
350      - more strict prototypes, include necessary headers
351      - use paths.h/pathnames.h decls
352      - size_t typecase to int -> u_long
353    - markus@cvs.openbsd.org 2001/02/06 22:07:42
354      [ssh.c]
355      fatal() if subsystem fails
356    - markus@cvs.openbsd.org 2001/02/06 22:43:02
357      [ssh.c]
358      remove confusing callback code
359    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
360      [ssh.c]
361      add -1 option (force protocol version 1). ok markus@
362    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
363      [ssh.c]
364      reorder -{1,2,4,6} options. ok markus@
365  - (bal) Missing 'const' in readpass.h
366  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
367    - djm@cvs.openbsd.org 2001/02/06 23:30:28
368      [sftp-client.c]
369      replace arc4random with counter for request ids; ok markus@
370  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz 
371    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
372
373 20010208
374  - (djm) Don't delete external askpass program in make uninstall target.
375    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
376  - (djm) Fix linking of sftp, don't need arc4random any more.
377  - (djm) Try to use shell that supports "test -S" for EGD socket search.
378    Based on patch from Tim Rice <tim@multitalents.net>
379
380 20010207
381  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
382    seem lose track of it while in openbsd-compat/  (two confirmed reports)
383  - (djm) Much KNF on PAM code
384  - (djm) Revise auth-pam.c conversation function to be a little more
385    readable.
386  - (djm) Revise kbd-int PAM conversation function to fold all text messages
387    to before first prompt. Fixes hangs if last pam_message did not require
388    a reply.
389  - (djm) Fix password changing when using PAM kbd-int authentication
390
391 20010205
392  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
393    that don't have NGROUPS_MAX.
394  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
395  - (stevesk) OpenBSD sync:
396    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
397      [many files; did this manually to our top-level source dir]
398      unexpand and remove end-of-line whitespace; ok markus@
399    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
400      [sftp-server.c]
401      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
402    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
403      [sftp-int.c]
404      ? == help
405    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
406      [sftp-int.c]
407      sort commands, so that abbreviations work as expected
408    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
409      [sftp-int.c]
410      debugging sftp: precedence and missing break.  chmod, chown, chgrp
411      seem to be working now.
412    - markus@cvs.openbsd.org 2001/02/04 14:41:21
413      [sftp-int.c]
414      use base 8 for umask/chmod
415    - markus@cvs.openbsd.org 2001/02/04 11:11:54
416      [sftp-int.c]
417      fix LCD
418    - markus@cvs.openbsd.org  2001/02/04 08:10:44
419      [ssh.1]
420      typo; dpo@club-internet.fr
421    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
422      [auth2.c authfd.c packet.c]
423      remove duplicate #include's; ok markus@
424    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
425      [scp.c sshd.c]
426      alpha happiness
427    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
428      [sshd.c]
429      precedence; ok markus@
430    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
431      [ssh.c sshd.c]
432      make the alpha happy
433    - markus@cvs.openbsd.org  2001/01/31 13:37:24
434      [channels.c channels.h serverloop.c ssh.c]
435      do not disconnect if local port forwarding fails, e.g. if port is 
436      already in use
437    - markus@cvs.openbsd.org  2001/02/01 14:58:09
438      [channels.c]
439      use ipaddr in channel messages, ietf-secsh wants this
440    - markus@cvs.openbsd.org  2001/01/31 12:26:20
441      [channels.c]
442      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE 
443      messages; bug report from edmundo@rano.org
444    - markus@cvs.openbsd.org  2001/01/31 13:48:09
445      [sshconnect2.c]
446      unused
447    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
448      [sftp-client.c sftp-server.c]
449      make gcc on the alpha even happier
450
451 20010204
452  - (bal) I think this is the last of the bsd-*.h that don't belong.
453  - (bal) Minor Makefile fix
454  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
455    right.
456  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
457  - (bal) next-posix.h changed to bsd-nextstep.h
458  - (djm) OpenBSD CVS sync:
459    - markus@cvs.openbsd.org  2001/02/03 03:08:38
460      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
461      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
462      [sshd_config]
463      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
464    - markus@cvs.openbsd.org  2001/02/03 03:19:51
465      [ssh.1 sshd.8 sshd_config]
466      Skey is now called ChallengeResponse
467    - markus@cvs.openbsd.org  2001/02/03 03:43:09
468      [sshd.8]
469      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
470      channel. note from Erik.Anggard@cygate.se (pr/1659)
471    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
472      [ssh.1]
473      typos; ok markus@
474    - djm@cvs.openbsd.org     2001/02/04 04:11:56
475      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
476      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
477      Basic interactive sftp client; ok theo@
478  - (djm) Update RPM specs for new sftp binary
479  - (djm) Update several bits for new optional reverse lookup stuff. I 
480    think I got them all.
481  - (djm) Makefile.in fixes
482  - (stevesk) add mysignal() wrapper and use it for the protocol 2
483    SIGCHLD handler.
484  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
485
486 20010203
487  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
488  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
489    based file) to ensure #include space does not get confused.
490  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
491    platforms so builds fail.  (NeXT being a well known one)
492
493 20010202
494  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
495    <vinschen@redhat.com>
496  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
497    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
498
499 20010201
500  - (bal) Minor fix to Makefile to stop rebuilding executables if no
501    changes have occured to any of the supporting code.  Patch by
502    Roumen Petrov <roumen.petrov@skalasoft.com>
503
504 20010131
505  - (djm) OpenBSD CVS Sync:
506    - djm@cvs.openbsd.org     2001/01/30 15:48:53
507      [sshconnect.c]
508      Make warning message a little more consistent. ok markus@
509  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
510    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
511    respectively.
512  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
513    passwords.
514  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
515    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
516    assocated.
517
518 20010130
519  - (djm) OpenBSD CVS Sync:
520    - markus@cvs.openbsd.org  2001/01/29 09:55:37
521      [channels.c channels.h clientloop.c serverloop.c]
522      fix select overflow; ok deraadt@ and stevesk@
523    - markus@cvs.openbsd.org  2001/01/29 12:42:35
524      [canohost.c canohost.h channels.c clientloop.c]
525      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
526    - markus@cvs.openbsd.org  2001/01/29 12:47:32
527      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
528      handle rsa_private_decrypt failures; helps against the Bleichenbacher
529      pkcs#1 attack
530    - djm@cvs.openbsd.org     2001/01/29 05:36:11
531      [ssh.1 ssh.c]
532      Allow invocation of sybsystem by commandline (-s); ok markus@
533  - (stevesk) configure.in: remove duplicate PROG_LS
534
535 20010129
536  - (stevesk) sftp-server.c: use %lld vs. %qd
537
538 20010128
539  - (bal) Put USE_PIPES back into sco3.2v5
540  - (bal) OpenBSD Sync
541    - markus@cvs.openbsd.org 2001/01/28 10:15:34
542      [dispatch.c]
543      re-keying is not supported; ok deraadt@
544    - markus@cvs.openbsd.org 2001/01/28 10:24:04
545      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
546      cleanup AUTHORS sections
547    - markus@cvs.openbsd.org 2001/01/28 10:37:26
548      [sshd.c sshd.8]
549      remove -Q, no longer needed
550    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
551      [readconf.c ssh.1]
552      ``StrictHostKeyChecking ask'' documentation and small cleanup.
553      ok markus@
554    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
555      [sshd.8]
556      spelling.  ok markus@
557    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
558      [xmalloc.c]
559      use size_t for strlen() return.  ok markus@
560    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
561      [authfile.c]
562      spelling.  use sizeof vs. strlen().  ok markus@
563    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
564      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
565       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
566       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
567       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
568       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
569       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
570      $OpenBSD$
571   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
572
573 20010126
574  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
575    Petrov <roumen.petrov@skalasoft.com>
576  - (bal) OpenBSD Sync
577    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
578      [ssh-agent.c]
579      call _exit() in signal handler
580
581 20010125
582  - (djm) Sync bsd-* support files:
583    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
584      [rresvport.c bindresvport.c]
585      new bindresvport() semantics that itojun, shin, jean-luc and i have
586      agreed on, which will be happy for the future. bindresvport_sa() for
587      sockaddr *, too.  docs later..
588    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
589      [bindresvport.c]
590      in bindresvport(), if sin is non-NULL, example sin->sin_family for
591      the actual family being processed
592  - (djm) Mention PRNGd in documentation, it is nicer than EGD
593  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
594  - (bal) AC_FUNC_STRFTIME added to autoconf
595  - (bal) OpenBSD Resync
596    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
597      [channels.c]
598      missing freeaddrinfo(); ok markus@
599
600 20010124
601  - (bal) OpenBSD Resync
602    - markus@cvs.openbsd.org 2001/01/23 10:45:10
603      [ssh.h]
604      nuke comment
605  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
606  - (bal) #ifdef around S_IFSOCK if platform does not support it.
607    patch by Tim Rice <tim@multitalents.net>
608  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
609  - (stevesk) sftp-server.c: fix chmod() mode mask
610
611 20010123
612  - (bal) regexp.h typo in configure.in.  Should have been regex.h
613  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
614  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
615  - (bal) OpenBSD Resync
616    - markus@cvs.openbsd.org 2001/01/22 8:15:00
617      [auth-krb4.c sshconnect1.c]
618      only AFS needs radix.[ch]
619    - markus@cvs.openbsd.org 2001/01/22 8:32:53
620      [auth2.c]
621      no need to include; from mouring@etoh.eviladmin.org
622    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
623      [key.c]
624      free() -> xfree(); ok markus@
625    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
626      [sshconnect2.c sshd.c]
627      fix memory leaks in SSH2 key exchange; ok markus@
628    - markus@cvs.openbsd.org 2001/01/22 23:06:39
629      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
630       sshconnect1.c sshconnect2.c sshd.c]
631      rename skey -> challenge response.
632      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
633
634
635 20010122
636  - (bal) OpenBSD Resync
637    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
638      [servconf.c ssh.h sshd.c]
639      only auth-chall.c needs #ifdef SKEY
640    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
641      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
642       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
643       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
644       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
645       ssh1.h sshconnect1.c sshd.c ttymodes.c]
646      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
647    - markus@cvs.openbsd.org 2001/01/19 16:48:14
648      [sshd.8]
649      fix typo; from stevesk@
650    - markus@cvs.openbsd.org 2001/01/19 16:50:58
651      [ssh-dss.c]
652      clear and free digest, make consistent with other code (use dlen); from
653      stevesk@
654    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
655      [auth-options.c auth-options.h auth-rsa.c auth2.c]
656      pass the filename to auth_parse_options()
657    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
658      [readconf.c]
659      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
660    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
661      [sshconnect2.c]
662      dh_new_group() does not return NULL.  ok markus@
663    - markus@cvs.openbsd.org 2001/01/20 21:33:42
664      [ssh-add.c]
665      do not loop forever if askpass does not exist; from
666      andrew@pimlott.ne.mediaone.net
667    - djm@cvs.openbsd.org 2001/01/20 23:00:56
668      [servconf.c]
669      Check for NULL return from strdelim; ok markus
670    - djm@cvs.openbsd.org 2001/01/20 23:02:07
671      [readconf.c]
672      KNF; ok markus
673    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
674      [ssh-keygen.1]
675      remove -R flag; ok markus@
676    - markus@cvs.openbsd.org 2001/01/21 19:05:40
677      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
678       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
679       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
680       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
681       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
682       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
683       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
684       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
685       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
686       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
687       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
688       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
689       ttysmodes.c uidswap.c xmalloc.c]
690      split ssh.h and try to cleanup the #include mess. remove unnecessary
691      #includes.  rename util.[ch] -> misc.[ch]
692  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
693  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
694    conflict when compiling for non-kerb install
695  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
696    on 1/19.
697
698 20010120
699  - (bal) OpenBSD Resync
700    - markus@cvs.openbsd.org 2001/01/19 12:45:26
701      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
702      only auth-chall.c needs #ifdef SKEY
703  - (bal) Slight auth2-pam.c clean up.
704  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
705    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
706
707 20010119
708  - (djm) Update versions in RPM specfiles
709  - (bal) OpenBSD Resync
710    - markus@cvs.openbsd.org 2001/01/18 16:20:21
711      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
712       sshd.8 sshd.c]
713      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
714      systems
715    - markus@cvs.openbsd.org 2001/01/18 16:59:59
716      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
717       session.h sshconnect1.c]
718      1) removes fake skey from sshd, since this will be much
719         harder with /usr/libexec/auth/login_XXX
720      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
721      3) make addition of BSD_AUTH and other challenge reponse methods
722         easier.
723    - markus@cvs.openbsd.org 2001/01/18 17:12:43
724      [auth-chall.c auth2-chall.c]
725      rename *-skey.c *-chall.c since the files are not skey specific
726  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
727    to fix NULL pointer deref and fake authloop breakage in PAM code.
728  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
729  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
730
731 20010118
732  - (bal) Super Sized OpenBSD Resync
733    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
734      [sshd.c]
735      maxfd+1
736    - markus@cvs.openbsd.org 2001/01/13 17:59:18
737      [ssh-keygen.1]
738      small ssh-keygen manpage cleanup; stevesk@pobox.com
739    - markus@cvs.openbsd.org 2001/01/13 18:03:07
740      [scp.c ssh-keygen.c sshd.c]
741      getopt() returns -1 not EOF; stevesk@pobox.com
742    - markus@cvs.openbsd.org 2001/01/13 18:06:54
743      [ssh-keyscan.c]
744      use SSH_DEFAULT_PORT; from stevesk@pobox.com
745    - markus@cvs.openbsd.org 2001/01/13 18:12:47
746      [ssh-keyscan.c]
747      free() -> xfree(); fix memory leak; from stevesk@pobox.com
748    - markus@cvs.openbsd.org 2001/01/13 18:14:13
749      [ssh-add.c]
750      typo, from stevesk@sweden.hp.com
751    - markus@cvs.openbsd.org 2001/01/13 18:32:50
752      [packet.c session.c ssh.c sshconnect.c sshd.c]
753      split out keepalive from packet_interactive (from dale@accentre.com)
754      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
755    - markus@cvs.openbsd.org 2001/01/13 18:36:45
756      [packet.c packet.h]
757      reorder, typo
758    - markus@cvs.openbsd.org 2001/01/13 18:38:00
759      [auth-options.c]
760      fix comment
761    - markus@cvs.openbsd.org 2001/01/13 18:43:31
762      [session.c]
763      Wall
764    - markus@cvs.openbsd.org 2001/01/13 19:14:08
765      [clientloop.h clientloop.c ssh.c]
766      move callback to headerfile
767    - markus@cvs.openbsd.org 2001/01/15 21:40:10
768      [ssh.c]
769      use log() instead of stderr
770    - markus@cvs.openbsd.org 2001/01/15 21:43:51
771      [dh.c]
772      use error() not stderr!
773    - markus@cvs.openbsd.org 2001/01/15 21:45:29
774      [sftp-server.c]
775      rename must fail if newpath exists, debug off by default
776    - markus@cvs.openbsd.org 2001/01/15 21:46:38
777      [sftp-server.c]
778      readable long listing for sftp-server, ok deraadt@
779    - markus@cvs.openbsd.org 2001/01/16 19:20:06
780      [key.c ssh-rsa.c]
781      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
782      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
783      since they are in the wrong format, too. they must be removed from
784      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
785      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
786      .ssh/authorized_keys2) additionally, we now check that
787      BN_num_bits(rsa->n) >= 768.
788    - markus@cvs.openbsd.org 2001/01/16 20:54:27
789      [sftp-server.c]
790      remove some statics. simpler handles; idea from nisse@lysator.liu.se
791    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
792      [bufaux.c radix.c sshconnect.h sshconnect1.c]
793      indent
794  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
795    be missing such feature.
796
797
798 20010117
799  - (djm) Only write random seed file at exit
800  - (djm) Make PAM support optional, enable with --with-pam
801  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
802    provides a crypt() of its own)
803  - (djm) Avoid a warning in bsd-bindresvport.c
804  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
805    can cause weird segfaults errors on Solaris
806  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
807  - (djm) Add --with-pam to RPM spec files
808
809 20010115
810  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
811  - (bal) utimes() support via utime() interface on machine that lack utimes().
812
813 20010114
814  - (stevesk) initial work for OpenBSD "support supplementary group in
815    {Allow,Deny}Groups" patch:
816    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
817    - add bsd-getgrouplist.h
818    - new files groupaccess.[ch]
819    - build but don't use yet (need to merge auth.c changes)
820  - (stevesk) complete:
821    - markus@cvs.openbsd.org  2001/01/13 11:56:48
822      [auth.c sshd.8]
823      support supplementary group in {Allow,Deny}Groups
824      from stevesk@pobox.com
825
826 20010112
827  - (bal) OpenBSD Sync
828    - markus@cvs.openbsd.org 2001/01/10 22:56:22
829      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
830      cleanup sftp-server implementation:
831      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
832      parse SSH2_FILEXFER_ATTR_EXTENDED
833      send SSH2_FX_EOF if readdir returns no more entries
834      reply to SSH2_FXP_EXTENDED message
835      use #defines from the draft
836      move #definations to sftp.h
837      more info:
838      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
839    - markus@cvs.openbsd.org 2001/01/10 19:43:20
840      [sshd.c]
841      XXX - generate_empheral_server_key() is not safe against races,
842      because it calls log()
843    - markus@cvs.openbsd.org 2001/01/09 21:19:50
844      [packet.c]
845      allow TCP_NDELAY for ipv6; from netbsd via itojun@
846
847 20010110
848  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
849    Bladt Norbert <Norbert.Bladt@adi.ch>
850
851 20010109
852  - (bal) Resync CVS ID of cli.c
853  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
854    code.
855  - (bal) OpenBSD Sync
856    - markus@cvs.openbsd.org 2001/01/08 22:29:05
857      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
858       sshd_config version.h]
859      implement option 'Banner /etc/issue.net' for ssh2, move version to
860      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
861      is enabled).
862    - markus@cvs.openbsd.org 2001/01/08 22:03:23
863      [channels.c ssh-keyscan.c]
864      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
865    - markus@cvs.openbsd.org 2001/01/08 21:55:41
866      [sshconnect1.c]
867      more cleanups and fixes from stevesk@pobox.com:
868      1) try_agent_authentication() for loop will overwrite key just
869         allocated with key_new(); don't alloc
870      2) call ssh_close_authentication_connection() before exit
871         try_agent_authentication()
872      3) free mem on bad passphrase in try_rsa_authentication()
873    - markus@cvs.openbsd.org 2001/01/08 21:48:17
874      [kex.c]
875      missing free; thanks stevesk@pobox.com
876   - (bal) Detect if clock_t structure exists, if not define it.
877   - (bal) Detect if O_NONBLOCK exists, if not define it.
878   - (bal) removed news4-posix.h (now empty)
879   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
880     instead of 'int'
881  - (stevesk) sshd_config: sync
882  - (stevesk) defines.h: remove spurious ``;''
883
884 20010108
885  - (bal) Fixed another typo in cli.c
886  - (bal) OpenBSD Sync
887    - markus@cvs.openbsd.org 2001/01/07 21:26:55
888      [cli.c]
889      typo
890    - markus@cvs.openbsd.org 2001/01/07 21:26:55
891      [cli.c]
892      missing free, stevesk@pobox.com
893    - markus@cvs.openbsd.org 2001/01/07 19:06:25
894      [auth1.c]
895      missing free, stevesk@pobox.com
896    - markus@cvs.openbsd.org 2001/01/07 11:28:04
897      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
898       ssh.h sshd.8 sshd.c]
899      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
900      syslog priority changes:
901              fatal() LOG_ERR  -> LOG_CRIT
902              log()   LOG_INFO -> LOG_NOTICE
903  - Updated TODO
904
905 20010107
906  - (bal) OpenBSD Sync
907    - markus@cvs.openbsd.org 2001/01/06 11:23:27
908      [ssh-rsa.c]
909      remove unused
910    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
911      [ssh-keyscan.1]
912      missing .El
913    - markus@cvs.openbsd.org 2001/01/04 22:41:03
914      [session.c sshconnect.c]
915      consistent use of _PATH_BSHELL; from stevesk@pobox.com
916    - djm@cvs.openbsd.org 2001/01/04 22:35:32
917      [ssh.1 sshd.8]
918      Mention AES as available SSH2 Cipher; ok markus
919    - markus@cvs.openbsd.org 2001/01/04 22:25:58
920      [sshd.c]
921      sync usage()/man with defaults; from stevesk@pobox.com
922    - markus@cvs.openbsd.org 2001/01/04 22:21:26
923      [sshconnect2.c]
924      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
925      that prints a banner (e.g. /etc/issue.net)
926
927 20010105
928  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
929  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
930
931 20010104
932  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
933    work by Chris Vaughan <vaughan99@yahoo.com>
934
935 20010103
936  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
937    tree (mainly positioning)
938  - (bal) OpenSSH CVS Update
939    - markus@cvs.openbsd.org 2001/01/02 20:41:02
940      [packet.c]
941      log remote ip on disconnect; PR 1600 from jcs@rt.fm
942    - markus@cvs.openbsd.org 2001/01/02 20:50:56
943      [sshconnect.c]
944      strict_host_key_checking for host_status != HOST_CHANGED &&
945      ip_status == HOST_CHANGED
946  - (bal) authfile.c: Synced CVS ID tag
947  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
948  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
949    patch by Tim Rice <tim@multitalents.net>
950  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
951    and sftp-server.8 manpage.
952
953 20010102
954  - (bal) OpenBSD CVS Update
955    - markus@cvs.openbsd.org 2001/01/01 14:52:49
956      [scp.c]
957      use shared fatal(); from stevesk@pobox.com
958
959 20001231
960  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
961    for multiple reasons.
962  - (bal) Reverted out of a partial NeXT patch.
963
964 20001230
965  - (bal) OpenBSD CVS Update
966    - markus@cvs.openbsd.org 2000/12/28 18:58:30
967      [ssh-keygen.c]
968      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
969    - markus@cvs.openbsd.org 2000/12/29 22:19:13
970      [channels.c]
971      missing xfree; from vaughan99@yahoo.com
972  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
973  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
974    Suggested by Christian Kurz <shorty@debian.org>
975  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
976     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
977     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
978
979 20001229
980  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
981    Kurz <shorty@debian.org>
982  - (bal) OpenBSD CVS Update
983    - markus@cvs.openbsd.org 2000/12/28 14:25:51
984      [auth.h auth2.c]
985      count authentication failures only
986    - markus@cvs.openbsd.org 2000/12/28 14:25:03
987      [sshconnect.c]
988      fingerprint for MITM attacks, too.
989    - markus@cvs.openbsd.org 2000/12/28 12:03:57
990      [sshd.8 sshd.c]
991      document -D
992    - markus@cvs.openbsd.org 2000/12/27 14:19:21
993      [serverloop.c]
994      less chatty
995    - markus@cvs.openbsd.org 2000/12/27 12:34
996      [auth1.c sshconnect2.c sshd.c]
997      typo
998    - markus@cvs.openbsd.org 2000/12/27 12:30:19
999      [readconf.c readconf.h ssh.1 sshconnect.c]
1000      new option: HostKeyAlias: allow the user to record the host key
1001      under a different name. This is useful for ssh tunneling over
1002      forwarded connections or if you run multiple sshd's on different
1003      ports on the same machine.
1004    - markus@cvs.openbsd.org 2000/12/27 11:51:53
1005      [ssh.1 ssh.c]
1006      multiple -t force pty allocation, document ORIGINAL_COMMAND
1007    - markus@cvs.openbsd.org 2000/12/27 11:41:31
1008      [sshd.8]
1009      update for ssh-2
1010  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
1011    fix merge.
1012
1013 20001228
1014  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
1015    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
1016  - (djm) Update to new x11-askpass in RPM spec
1017  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
1018    header.  Patch by Tim Rice <tim@multitalents.net>
1019  - Updated TODO w/ known HP/UX issue
1020  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
1021    bad reference to 'NeXT including it else were' on the #ifdef version.
1022
1023 20001227
1024  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
1025    Takumi Yamane <yamtak@b-session.com>
1026  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
1027    by Corinna Vinschen <vinschen@redhat.com>
1028  - (djm) Fix catman-do target for non-bash
1029  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
1030    Takumi Yamane <yamtak@b-session.com>
1031  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
1032    by Corinna Vinschen <vinschen@redhat.com>
1033  - (djm) Fix catman-do target for non-bash
1034  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
1035  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
1036    'RLIMIT_NOFILE'
1037  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
1038    the info in COPYING.Ylonen has been moved to the start of each
1039    SSH1-derived file and README.Ylonen is well out of date.
1040
1041 20001223
1042  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
1043    if a change to config.h has occurred.  Suggested by Gert Doering
1044    <gert@greenie.muc.de>
1045  - (bal) OpenBSD CVS Update:
1046    - markus@cvs.openbsd.org 2000/12/22 16:49:40
1047      [ssh-keygen.c]
1048      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
1049
1050 20001222
1051  - Updated RCSID for pty.c
1052  - (bal) OpenBSD CVS Updates:
1053   - markus@cvs.openbsd.org 2000/12/21 15:10:16
1054     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
1055     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
1056   - markus@cvs.openbsd.org 2000/12/20 19:26:56
1057     [authfile.c]
1058     allow ssh -i userkey for root
1059   - markus@cvs.openbsd.org 2000/12/20 19:37:21
1060     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
1061     fix prototypes; from stevesk@pobox.com
1062   - markus@cvs.openbsd.org 2000/12/20 19:32:08
1063     [sshd.c]
1064     init pointer to NULL; report from Jan.Ivan@cern.ch
1065   - markus@cvs.openbsd.org 2000/12/19 23:17:54
1066     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
1067      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
1068      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
1069      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
1070      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
1071      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
1072      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
1073      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
1074      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
1075     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
1076     unsigned' with u_char.
1077
1078 20001221
1079  - (stevesk) OpenBSD CVS updates:
1080    - markus@cvs.openbsd.org 2000/12/19 15:43:45
1081      [authfile.c channels.c sftp-server.c ssh-agent.c]
1082      remove() -> unlink() for consistency
1083    - markus@cvs.openbsd.org 2000/12/19 15:48:09
1084      [ssh-keyscan.c]
1085      replace <ssl/x.h> with <openssl/x.h>
1086    - markus@cvs.openbsd.org 2000/12/17 02:33:40
1087      [uidswap.c]
1088      typo; from wsanchez@apple.com
1089
1090 20001220
1091  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
1092    and Linux-PAM. Based on report and fix from Andrew Morgan
1093    <morgan@transmeta.com>
1094
1095 20001218
1096  - (stevesk) rsa.c: entropy.h not needed.
1097  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
1098    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
1099
1100 20001216
1101  - (stevesk) OpenBSD CVS updates:
1102    - markus@cvs.openbsd.org 2000/12/16 02:53:57
1103      [scp.c]
1104      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
1105    - markus@cvs.openbsd.org 2000/12/16 02:39:57
1106      [scp.c]
1107      unused; from stevesk@pobox.com
1108
1109 20001215
1110  - (stevesk) Old OpenBSD patch wasn't completely applied:
1111    - markus@cvs.openbsd.org 2000/01/24 22:11:20
1112      [scp.c]
1113      allow '.' in usernames; from jedgar@fxp.org
1114  - (stevesk) OpenBSD CVS updates:
1115    - markus@cvs.openbsd.org 2000/12/13 16:26:53
1116      [ssh-keyscan.c]
1117      fatal already adds \n; from stevesk@pobox.com
1118    - markus@cvs.openbsd.org 2000/12/13 16:25:44
1119      [ssh-agent.c]
1120      remove redundant spaces; from stevesk@pobox.com
1121    - ho@cvs.openbsd.org 2000/12/12 15:50:21
1122      [pty.c]
1123      When failing to set tty owner and mode on a read-only filesystem, don't
1124      abort if the tty already has correct owner and reasonably sane modes.
1125      Example; permit 'root' to login to a firewall with read-only root fs.
1126      (markus@ ok)
1127    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
1128      [pty.c]
1129      KNF
1130    - markus@cvs.openbsd.org 2000/12/12 14:45:21
1131      [sshd.c]
1132      source port < 1024 is no longer required for rhosts-rsa since it
1133      adds no additional security.
1134    - markus@cvs.openbsd.org 2000/12/12 16:11:49
1135      [ssh.1 ssh.c]
1136      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
1137      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
1138      these changes should not change the visible default behaviour of the ssh client.
1139    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
1140      [scp.c]
1141      when copying 0-sized files, do not re-print ETA time at completion
1142    - provos@cvs.openbsd.org 2000/12/15 10:30:15
1143      [kex.c kex.h sshconnect2.c sshd.c]
1144      compute diffie-hellman in parallel between server and client. okay markus@
1145
1146 20001213
1147  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
1148    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
1149  - (stevesk) OpenBSD CVS update:
1150    - markus@cvs.openbsd.org 2000/12/12 15:30:02
1151      [ssh-keyscan.c ssh.c sshd.c]
1152      consistently use __progname; from stevesk@pobox.com
1153
1154 20001211
1155  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
1156    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
1157    <pekka@netcore.fi>
1158  - (bal) OpenbSD CVS update
1159    - markus@cvs.openbsd.org 2000/12/10 17:01:53
1160      [sshconnect1.c]
1161      always request new challenge for skey/tis-auth, fixes interop with
1162      other implementations; report from roth@feep.net
1163
1164 20001210
1165  - (bal) OpenBSD CVS updates
1166    - markus@cvs.openbsd.org 2000/12/09 13:41:51
1167      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1168      undo rijndael changes
1169    - markus@cvs.openbsd.org 2000/12/09 13:48:31
1170      [rijndael.c]
1171      fix byte order bug w/o introducing new implementation
1172    - markus@cvs.openbsd.org 2000/12/09 14:08:27
1173      [sftp-server.c]
1174      "" -> "." for realpath; from vinschen@redhat.com
1175    - markus@cvs.openbsd.org 2000/12/09 14:06:54
1176      [ssh-agent.c]
1177      extern int optind; from stevesk@sweden.hp.com
1178    - provos@cvs.openbsd.org 2000/12/09 23:51:11
1179      [compat.c]
1180      remove unnecessary '\n'
1181
1182 20001209
1183  - (bal) OpenBSD CVS updates:
1184    - djm@cvs.openbsd.org 2000/12/07 4:24:59
1185      [ssh.1]
1186      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
1187
1188 20001207
1189  - (bal) OpenBSD CVS updates:
1190    - markus@cvs.openbsd.org 2000/12/06 22:58:14
1191      [compat.c compat.h packet.c]
1192      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
1193    - markus@cvs.openbsd.org 2000/12/06 23:10:39
1194      [rijndael.c]
1195      unexpand(1)
1196    - markus@cvs.openbsd.org 2000/12/06 23:05:43
1197      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1198      new rijndael implementation. fixes endian bugs
1199
1200 20001206
1201  - (bal) OpenBSD CVS updates:
1202    - markus@cvs.openbsd.org 2000/12/05 20:34:09
1203      [channels.c channels.h clientloop.c serverloop.c]
1204      async connects for -R/-L; ok deraadt@
1205    - todd@cvs.openssh.org 2000/12/05 16:47:28
1206      [sshd.c]
1207      tweak comment to reflect real location of pid file; ok provos@
1208  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1209    have it (used in ssh-keyscan).
1210  - (stevesk) OpenBSD CVS update:
1211    - markus@cvs.openbsd.org 2000/12/06 19:57:48
1212      [ssh-keyscan.c]
1213      err(3) -> internal error(), from stevesk@sweden.hp.com
1214
1215 20001205
1216  - (bal) OpenBSD CVS updates:
1217    - markus@cvs.openbsd.org 2000/12/04 19:24:02
1218      [ssh-keyscan.c ssh-keyscan.1]
1219      David Maziere's ssh-keyscan, ok niels@
1220  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1221    to the recent OpenBSD source tree.
1222  - (stevesk) fix typos in contrib/hpux/README
1223
1224 20001204
1225  - (bal) More C functions defined in NeXT that are unaccessable without
1226    defining -POSIX.
1227  - (bal) OpenBSD CVS updates:
1228    - markus@cvs.openbsd.org 2000/12/03 11:29:04
1229      [compat.c]
1230      remove fallback to SSH_BUG_HMAC now that the drafts are updated
1231    - markus@cvs.openbsd.org 2000/12/03 11:27:55
1232      [compat.c]
1233      correctly match "2.1.0.pl2 SSH" etc; from
1234      pekkas@netcore.fi/bugzilla.redhat
1235    - markus@cvs.openbsd.org 2000/12/03 11:15:03
1236      [auth2.c compat.c compat.h sshconnect2.c]
1237      support f-secure/ssh.com 2.0.12; ok niels@
1238
1239 20001203
1240  - (bal) OpenBSD CVS updates:
1241   - markus@cvs.openbsd.org 2000/11/30 22:54:31
1242     [channels.c]
1243     debug->warn if tried to do -R style fwd w/o client requesting this;
1244     ok neils@
1245   - markus@cvs.openbsd.org 2000/11/29 20:39:17
1246     [cipher.c]
1247     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1248   - markus@cvs.openbsd.org 2000/11/30 18:33:05
1249     [ssh-agent.c]
1250     agents must not dump core, ok niels@
1251   - markus@cvs.openbsd.org 2000/11/30 07:04:02
1252     [ssh.1]
1253     T is for both protocols
1254   - markus@cvs.openbsd.org 2000/12/01 00:00:51
1255     [ssh.1]
1256     typo; from green@FreeBSD.org
1257   - markus@cvs.openbsd.org 2000/11/30 07:02:35
1258     [ssh.c]
1259     check -T before isatty()
1260   - provos@cvs.openbsd.org 2000/11/29 13:51:27
1261     [sshconnect.c]
1262     show IP address and hostname when new key is encountered. okay markus@
1263   - markus@cvs.openbsd.org 2000/11/30 22:53:35
1264     [sshconnect.c]
1265     disable agent/x11/port fwding if hostkey has changed; ok niels@
1266   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1267     [sshd.c]
1268     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1269     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
1270  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1271    PAM authentication using KbdInteractive.
1272  - (djm) Added another TODO
1273
1274 20001202
1275  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
1276  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
1277    <mstone@cs.loyola.edu>
1278
1279 20001129
1280  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
1281    if there are background children with open fds.
1282  - (djm) bsd-rresvport.c bzero -> memset
1283  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
1284    still fail during compilation of sftp-server).
1285  - (djm) Fail if ar is not found during configure
1286  - (djm) OpenBSD CVS updates:
1287    - provos@cvs.openbsd.org  2000/11/22 08:38:31
1288      [sshd.8]
1289      talk about /etc/primes, okay markus@
1290    - markus@cvs.openbsd.org  2000/11/23 14:03:48
1291      [ssh.c sshconnect1.c sshconnect2.c]
1292      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
1293      defaults
1294    - markus@cvs.openbsd.org  2000/11/25 09:42:53
1295      [sshconnect1.c]
1296      reorder check for illegal ciphers, bugreport from espie@
1297    - markus@cvs.openbsd.org  2000/11/25 10:19:34
1298      [ssh-keygen.c ssh.h]
1299      print keytype when generating a key.
1300      reasonable defaults for RSA1/RSA/DSA keys.
1301  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
1302    more manpage paths in fixpaths calls
1303  - (djm) Also add xauth path at Pekka's suggestion.
1304  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
1305
1306 20001125
1307  - (djm) Give up privs when reading seed file
1308
1309 20001123
1310  - (bal) Merge OpenBSD changes:
1311    - markus@cvs.openbsd.org  2000/11/15 22:31:36
1312      [auth-options.c]
1313      case insensitive key options; from stevesk@sweeden.hp.com
1314    - markus@cvs.openbsd.org  2000/11/16 17:55:43
1315      [dh.c]
1316      do not use perror() in sshd, after child is forked()
1317    - markus@cvs.openbsd.org  2000/11/14 23:42:40
1318      [auth-rsa.c]
1319      parse option only if key matches; fix some confusing seen by the client
1320    - markus@cvs.openbsd.org  2000/11/14 23:44:19
1321      [session.c]
1322      check no_agent_forward_flag for ssh-2, too
1323    - markus@cvs.openbsd.org  2000/11/15
1324      [ssh-agent.1]
1325      reorder SYNOPSIS; typo, use .It
1326    - markus@cvs.openbsd.org  2000/11/14 23:48:55
1327      [ssh-agent.c]
1328      do not reorder keys if a key is removed
1329    - markus@cvs.openbsd.org  2000/11/15 19:58:08
1330      [ssh.c]
1331      just ignore non existing user keys
1332    - millert@cvs.openbsd.org  200/11/15 20:24:43
1333      [ssh-keygen.c]
1334      Add missing \n at end of error message.
1335
1336 20001122
1337  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
1338    are compilable.
1339  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
1340
1341 20001117
1342  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
1343    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
1344  - (stevesk) Reworked progname support.
1345  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
1346    Shinichi Maruyama <marya@st.jip.co.jp>
1347
1348 20001116
1349  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
1350    releases.
1351  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
1352    <roth@feep.net>
1353
1354 20001113
1355  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
1356    contrib/README
1357  - (djm) Merge OpenBSD changes:
1358    - markus@cvs.openbsd.org  2000/11/06 16:04:56
1359      [channels.c channels.h clientloop.c nchan.c serverloop.c]
1360      [session.c ssh.c]
1361      agent forwarding and -R for ssh2, based on work from
1362      jhuuskon@messi.uku.fi
1363    - markus@cvs.openbsd.org  2000/11/06 16:13:27
1364      [ssh.c sshconnect.c sshd.c]
1365      do not disabled rhosts(rsa) if server port > 1024; from
1366      pekkas@netcore.fi
1367    - markus@cvs.openbsd.org  2000/11/06 16:16:35
1368      [sshconnect.c]
1369      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
1370    - markus@cvs.openbsd.org  2000/11/09 18:04:40
1371      [auth1.c]
1372      typo; from mouring@pconline.com
1373    - markus@cvs.openbsd.org  2000/11/12 12:03:28
1374      [ssh-agent.c]
1375      off-by-one when removing a key from the agent
1376    - markus@cvs.openbsd.org  2000/11/12 12:50:39
1377      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
1378      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
1379      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
1380      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
1381      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
1382      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
1383      add support for RSA to SSH2.  please test.
1384      there are now 3 types of keys: RSA1 is used by ssh-1 only,
1385      RSA and DSA are used by SSH2.
1386      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
1387      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
1388      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
1389  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
1390  - (djm) Change to interim version
1391  - (djm) Fix RPM spec file stupidity
1392  - (djm) fixpaths to DSA and RSA keys too
1393
1394 20001112
1395  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
1396    Phillips Porch <root@theporch.com>
1397  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
1398    <dcp@sgi.com>
1399  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
1400    failed ioctl(TIOCSCTTY) call.
1401
1402 20001111
1403  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
1404    packaging files
1405  - (djm) Fix new Makefile.in warnings
1406  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
1407    promoted to type int. Report and fix from Dan Astoorian
1408    <djast@cs.toronto.edu>
1409  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
1410    it wrong. Report from Bennett Todd <bet@rahul.net>
1411
1412 20001110
1413  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
1414  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
1415  - (bal) Added in check to verify S/Key library is being detected in
1416    configure.in
1417  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
1418    Patch by Mark Miller <markm@swoon.net>
1419  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
1420    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
1421  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
1422
1423 20001107
1424  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
1425    Mark Miller <markm@swoon.net>
1426  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
1427    Jarno Huuskonen <jhuuskon@messi.uku.fi>
1428  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
1429    Mark D. Roth <roth@feep.net>
1430
1431 20001106
1432  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
1433  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
1434  - (djm) Remove UPGRADING document in favour of a link to the better
1435    maintained FAQ on www.openssh.com
1436  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
1437    <pekkas@netcore.fi>
1438  - (djm) Don't need X11-askpass in RPM spec file if building without it
1439    from Pekka Savola <pekkas@netcore.fi>
1440  - (djm) Release 2.3.0p1
1441  - (bal) typo in configure.in in regards to --with-ldflags from Marko
1442    Asplund <aspa@kronodoc.fi>
1443  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
1444
1445 20001105
1446  - (bal) Sync with OpenBSD:
1447    - markus@cvs.openbsd.org 2000/10/31 9:31:58
1448      [compat.c]
1449      handle all old openssh versions
1450    - markus@cvs.openbsd.org 2000/10/31 13:1853
1451      [deattack.c]
1452      so that large packets do not wrap "n"; from netbsd
1453  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
1454  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
1455  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
1456    setsid() into more common files
1457  - (stevesk) pty.c: use __hpux to identify HP-UX.
1458  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
1459    bsd-waitpid.c
1460
1461 20001029
1462  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
1463  - (stevesk) Create contrib/cygwin/ directory; patch from
1464    Corinna Vinschen <vinschen@redhat.com>
1465  - (bal) Resolved more $xno and $xyes issues in configure.in
1466  - (bal) next-posix.h - spelling and forgot a prototype
1467
1468 20001028
1469  - (djm) fix select hack in serverloop.c from Philippe WILLEM
1470    <Philippe.WILLEM@urssaf.fr>
1471  - (djm) Fix mangled AIXAUTHENTICATE code
1472  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
1473    <markus.friedl@informatik.uni-erlangen.de>
1474  - (djm) Sync with OpenBSD:
1475    - markus@cvs.openbsd.org  2000/10/16 15:46:32
1476      [ssh.1]
1477      fixes from pekkas@netcore.fi
1478    - markus@cvs.openbsd.org  2000/10/17 14:28:11
1479      [atomicio.c]
1480      return number of characters processed; ok deraadt@
1481    - markus@cvs.openbsd.org  2000/10/18 12:04:02
1482      [atomicio.c]
1483      undo
1484    - markus@cvs.openbsd.org  2000/10/18 12:23:02
1485      [scp.c]
1486      replace atomicio(read,...) with read(); ok deraadt@
1487    - markus@cvs.openbsd.org  2000/10/18 12:42:00
1488      [session.c]
1489      restore old record login behaviour
1490    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
1491      [auth-skey.c]
1492      fmt string problem in unused code
1493    - provos@cvs.openbsd.org  2000/10/19 10:45:16
1494      [sshconnect2.c]
1495      don't reference freed memory. okay deraadt@
1496    - markus@cvs.openbsd.org  2000/10/21 11:04:23
1497      [canohost.c]
1498      typo, eramore@era-t.ericsson.se; ok niels@
1499    - markus@cvs.openbsd.org  2000/10/23 13:31:55
1500      [cipher.c]
1501      non-alignment dependent swap_bytes(); from
1502      simonb@wasabisystems.com/netbsd
1503    - markus@cvs.openbsd.org  2000/10/26 12:38:28
1504      [compat.c]
1505      add older vandyke products
1506    - markus@cvs.openbsd.org  2000/10/27 01:32:19
1507      [channels.c channels.h clientloop.c serverloop.c session.c]
1508      [ssh.c util.c]
1509      enable non-blocking IO on channels, and tty's (except for the
1510      client ttys).
1511
1512 20001027
1513  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
1514
1515 20001025
1516  - (djm) Added WARNING.RNG file and modified configure to ask users of the
1517    builtin entropy code to read it.
1518  - (djm) Prefer builtin regex to PCRE.
1519  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
1520  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
1521    <proski@gnu.org>
1522
1523 20001020
1524  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
1525  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
1526    is more correct then current version.
1527
1528 20001018
1529  - (stevesk) Add initial support for setproctitle().  Current
1530    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
1531  - (stevesk) Add egd startup scripts to contrib/hpux/
1532
1533 20001017
1534  - (djm) Add -lregex to cywin libs from Corinna Vinschen
1535    <vinschen@cygnus.com>
1536  - (djm) Don't rely on atomicio's retval to determine length of askpass
1537    supplied passphrase. Problem report from Lutz Jaenicke
1538    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1539  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
1540  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
1541    <nakaji@tutrp.tut.ac.jp>
1542
1543 20001016
1544  - (djm) Sync with OpenBSD:
1545    - markus@cvs.openbsd.org  2000/10/14 04:01:15
1546      [cipher.c]
1547      debug3
1548    - markus@cvs.openbsd.org  2000/10/14 04:07:23
1549      [scp.c]
1550      remove spaces from arguments; from djm@mindrot.org
1551    - markus@cvs.openbsd.org  2000/10/14 06:09:46
1552      [ssh.1]
1553      Cipher is for SSH-1 only
1554    - markus@cvs.openbsd.org  2000/10/14 06:12:09
1555      [servconf.c servconf.h serverloop.c session.c sshd.8]
1556      AllowTcpForwarding; from naddy@
1557    - markus@cvs.openbsd.org  2000/10/14 06:16:56
1558      [auth2.c compat.c compat.h sshconnect2.c version.h]
1559      OpenSSH_2.3; note that is is not complete, but the version number
1560      needs to be changed for interoperability reasons
1561    - markus@cvs.openbsd.org  2000/10/14 06:19:45
1562      [auth-rsa.c]
1563      do not send RSA challenge if key is not allowed by key-options; from
1564      eivind@ThinkSec.com
1565    - markus@cvs.openbsd.org  2000/10/15 08:14:01
1566      [rijndael.c session.c]
1567      typos; from stevesk@sweden.hp.com
1568    - markus@cvs.openbsd.org  2000/10/15 08:18:31
1569      [rijndael.c]
1570      typo
1571  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
1572    through diffs
1573  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
1574    <pekkas@netcore.fi>
1575  - (djm) Update version in Redhat spec file
1576  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
1577    Redhat 7.0 spec file
1578  - (djm) Make inability to read/write PRNG seedfile non-fatal
1579
1580
1581 20001015
1582  - (djm) Fix ssh2 hang on background processes at logout.
1583
1584 20001014
1585  - (bal) Add support for realpath and getcwd for platforms with broken
1586    or missing realpath implementations for sftp-server.
1587  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
1588  - (bal) Add support for GNU rx library for those lacking regexp support
1589  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
1590  - (djm) Revert SSH2 serverloop hack, will find a better way.
1591  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
1592    from Martin Johansson <fatbob@acc.umu.se>
1593  - (djm) Big OpenBSD sync:
1594    - markus@cvs.openbsd.org  2000/09/30 10:27:44
1595      [log.c]
1596      allow loglevel debug
1597    - markus@cvs.openbsd.org  2000/10/03 11:59:57
1598      [packet.c]
1599      hmac->mac
1600    - markus@cvs.openbsd.org  2000/10/03 12:03:03
1601      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
1602      move fake-auth from auth1.c to individual auth methods, disables s/key in
1603      debug-msg
1604    - markus@cvs.openbsd.org  2000/10/03 12:16:48
1605      ssh.c
1606      do not resolve canonname, i have no idea why this was added oin ossh
1607    - markus@cvs.openbsd.org  2000/10/09 15:30:44
1608      ssh-keygen.1 ssh-keygen.c
1609      -X now reads private ssh.com DSA keys, too.
1610    - markus@cvs.openbsd.org  2000/10/09 15:32:34
1611      auth-options.c
1612      clear options on every call.
1613    - markus@cvs.openbsd.org  2000/10/09 15:51:00
1614      authfd.c authfd.h
1615      interop with ssh-agent2, from <res@shore.net>
1616    - markus@cvs.openbsd.org  2000/10/10 14:20:45
1617      compat.c
1618      use rexexp for version string matching
1619    - provos@cvs.openbsd.org  2000/10/10 22:02:18
1620      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1621      First rough implementation of the diffie-hellman group exchange.  The
1622      client can ask the server for bigger groups to perform the diffie-hellman
1623      in, thus increasing the attack complexity when using ciphers with longer
1624      keys.  University of Windsor provided network, T the company.
1625    - markus@cvs.openbsd.org  2000/10/11 13:59:52
1626      [auth-rsa.c auth2.c]
1627      clear auth options unless auth sucessfull
1628    - markus@cvs.openbsd.org  2000/10/11 14:00:27
1629      [auth-options.h]
1630      clear auth options unless auth sucessfull
1631    - markus@cvs.openbsd.org  2000/10/11 14:03:27
1632      [scp.1 scp.c]
1633      support 'scp -o' with help from mouring@pconline.com
1634    - markus@cvs.openbsd.org  2000/10/11 14:11:35
1635      [dh.c]
1636      Wall
1637    - markus@cvs.openbsd.org  2000/10/11 14:14:40
1638      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1639      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1640      add support for s/key (kbd-interactive) to ssh2, based on work by
1641      mkiernan@avantgo.com and me
1642    - markus@cvs.openbsd.org  2000/10/11 14:27:24
1643      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1644      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1645      [sshconnect2.c sshd.c]
1646      new cipher framework
1647    - markus@cvs.openbsd.org  2000/10/11 14:45:21
1648      [cipher.c]
1649      remove DES
1650    - markus@cvs.openbsd.org  2000/10/12 03:59:20
1651      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1652      enable DES in SSH-1 clients only
1653    - markus@cvs.openbsd.org  2000/10/12 08:21:13
1654      [kex.h packet.c]
1655      remove unused
1656    - markus@cvs.openbsd.org  2000/10/13 12:34:46
1657      [sshd.c]
1658      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1659    - markus@cvs.openbsd.org  2000/10/13 12:59:15
1660      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
1661      rijndael/aes support
1662    - markus@cvs.openbsd.org  2000/10/13 13:10:54
1663      [sshd.8]
1664      more info about -V
1665    - markus@cvs.openbsd.org  2000/10/13 13:12:02
1666      [myproposal.h]
1667      prefer no compression
1668  - (djm) Fix scp user@host handling
1669  - (djm) Don't clobber ssh_prng_cmds on install
1670  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1671    u_intXX_t types on all platforms.
1672  - (stevesk) rijndael.c: cleanup missing declaration warnings.
1673  - (stevesk) ~/.hushlogin shouldn't cause required password change to
1674    be bypassed.
1675  - (stevesk) Display correct path to ssh-askpass in configure output.
1676    Report from Lutz Jaenicke.
1677
1678 20001007
1679  - (stevesk) Print PAM return value in PAM log messages to aid
1680    with debugging.
1681  - (stevesk) Fix detection of pw_class struct member in configure;
1682    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1683
1684 20001002
1685  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1686  - (djm) Add host system and CC to end-of-configure report. Suggested by
1687    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1688
1689 20000931
1690  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1691
1692 20000930
1693  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
1694  - (djm) Support in bsd-snprintf.c for long long conversions from
1695    Ben Lindstrom <mouring@pconline.com>
1696  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
1697  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
1698    very short lived X connections. Bug report from Tobias Oetiker
1699    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
1700  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1701    patch from Pekka Savola <pekkas@netcore.fi>
1702  - (djm) Forgot to cvs add LICENSE file
1703  - (djm) Add LICENSE to RPM spec files
1704  - (djm) CVS OpenBSD sync:
1705    - markus@cvs.openbsd.org  2000/09/26 13:59:59
1706      [clientloop.c]
1707      use debug2
1708    - markus@cvs.openbsd.org  2000/09/27 15:41:34
1709      [auth2.c sshconnect2.c]
1710      use key_type()
1711    - markus@cvs.openbsd.org  2000/09/28 12:03:18
1712      [channels.c]
1713      debug -> debug2 cleanup
1714  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
1715    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1716    <Alain.St-Denis@ec.gc.ca>
1717  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
1718    Problem was caused by interrupted read in ssh-add. Report from Donald
1719    J. Barry <don@astro.cornell.edu>
1720
1721 20000929
1722  - (djm) Fix SSH2 not terminating until all background tasks done problem.
1723  - (djm) Another off-by-one fix from Pavel Kankovsky
1724    <peak@argo.troja.mff.cuni.cz>
1725  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1726    tidy necessary differences. Use Markus' new debugN() in entropy.c
1727  - (djm) Merged big SCO portability patch from Tim Rice
1728    <tim@multitalents.net>
1729
1730 20000926
1731  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
1732  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
1733  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
1734    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
1735
1736 20000924
1737  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
1738  - (djm) A bit more cleanup - created cygwin_util.h
1739  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
1740    <markm@swoon.net>
1741
1742 20000923
1743  - (djm) Fix address logging in utmp from Kevin Steves
1744    <stevesk@sweden.hp.com>
1745  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
1746  - (djm) Seperate tests for int64_t and u_int64_t types
1747  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
1748    <stevesk@sweden.hp.com>
1749  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
1750  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
1751    Michael Stone <mstone@cs.loyola.edu>
1752  - (djm) OpenBSD CVS sync:
1753    - markus@cvs.openbsd.org  2000/09/17 09:38:59
1754      [sshconnect2.c sshd.c]
1755      fix DEBUG_KEXDH
1756    - markus@cvs.openbsd.org  2000/09/17 09:52:51
1757      [sshconnect.c]
1758      yes no; ok niels@
1759    - markus@cvs.openbsd.org  2000/09/21 04:55:11
1760      [sshd.8]
1761      typo
1762    - markus@cvs.openbsd.org  2000/09/21 05:03:54
1763      [serverloop.c]
1764      typo
1765    - markus@cvs.openbsd.org  2000/09/21 05:11:42
1766      scp.c
1767      utime() to utimes(); mouring@pconline.com
1768    - markus@cvs.openbsd.org  2000/09/21 05:25:08
1769      sshconnect2.c
1770      change login logic in ssh2, allows plugin of other auth methods
1771    - markus@cvs.openbsd.org  2000/09/21 05:25:35
1772      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
1773      [serverloop.c]
1774      add context to dispatch_run
1775    - markus@cvs.openbsd.org  2000/09/21 05:07:52
1776      authfd.c authfd.h ssh-agent.c
1777      bug compat for old ssh.com software
1778
1779 20000920
1780  - (djm) Fix bad path substitution. Report from Andrew Miner
1781    <asminer@cs.iastate.edu>
1782
1783 20000916
1784  - (djm) Fix SSL search order from Lutz Jaenicke
1785    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1786  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
1787  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
1788  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
1789    Patch from Larry Jones <larry.jones@sdrc.com>
1790  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
1791    password change patch.
1792  - (djm) Bring licenses on my stuff in line with OpenBSD's
1793  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
1794    Kevin Steves <stevesk@sweden.hp.com>
1795  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
1796  - (djm) Re-enable int64_t types - we need them for sftp
1797  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
1798  - (djm) Update Redhat SPEC file accordingly
1799  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
1800  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
1801  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
1802    <Dirk.DeWachter@rug.ac.be>
1803  - (djm) Fixprogs and entropy list fixes from Larry Jones
1804    <larry.jones@sdrc.com>
1805  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
1806    <tyoshida@gemini.rc.kyushu-u.ac.jp>
1807  - (djm) Merge OpenBSD changes:
1808    - markus@cvs.openbsd.org  2000/09/05 02:59:57
1809      [session.c]
1810      print hostname (not hushlogin)
1811    - markus@cvs.openbsd.org  2000/09/05 13:18:48
1812      [authfile.c ssh-add.c]
1813      enable ssh-add -d for DSA keys
1814    - markus@cvs.openbsd.org  2000/09/05 13:20:49
1815      [sftp-server.c]
1816      cleanup
1817    - markus@cvs.openbsd.org  2000/09/06 03:46:41
1818      [authfile.h]
1819      prototype
1820    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
1821      [ALL]
1822      cleanup copyright notices on all files.  I have attempted to be
1823      accurate with the details.  everything is now under Tatu's licence
1824      (which I copied from his readme), and/or the core-sdi bsd-ish thing
1825      for deattack, or various openbsd developers under a 2-term bsd
1826      licence.  We're not changing any rules, just being accurate.
1827    - markus@cvs.openbsd.org  2000/09/07 14:40:30
1828      [channels.c channels.h clientloop.c serverloop.c ssh.c]
1829      cleanup window and packet sizes for ssh2 flow control; ok niels
1830    - markus@cvs.openbsd.org  2000/09/07 14:53:00
1831      [scp.c]
1832      typo
1833    - markus@cvs.openbsd.org  2000/09/07 15:13:37
1834      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
1835      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
1836      [pty.c readconf.c]
1837      some more Copyright fixes
1838    - markus@cvs.openbsd.org  2000/09/08 03:02:51
1839      [README.openssh2]
1840      bye bye
1841    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
1842      [LICENCE cipher.c]
1843      a few more comments about it being ARC4 not RC4
1844    - markus@cvs.openbsd.org  2000/09/12 14:53:11
1845      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
1846      multiple debug levels
1847    - markus@cvs.openbsd.org  2000/09/14 14:25:15
1848      [clientloop.c]
1849      typo
1850    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
1851      [ssh-agent.c]
1852      check return value for setenv(3) for failure, and deal appropriately
1853
1854 20000913
1855  - (djm) Fix server not exiting with jobs in background.
1856
1857 20000905
1858  - (djm) Import OpenBSD CVS changes
1859    - markus@cvs.openbsd.org  2000/08/31 15:52:24
1860      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
1861      implement a SFTP server. interops with sftp2, scp2 and the windows
1862      client from ssh.com
1863    - markus@cvs.openbsd.org  2000/08/31 15:56:03
1864      [README.openssh2]
1865      sync
1866    - markus@cvs.openbsd.org  2000/08/31 16:05:42
1867      [session.c]
1868      Wall
1869    - markus@cvs.openbsd.org  2000/08/31 16:09:34
1870      [authfd.c ssh-agent.c]
1871      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
1872    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
1873      [scp.1 scp.c]
1874      cleanup and fix -S support; stevesk@sweden.hp.com
1875    - markus@cvs.openbsd.org  2000/09/01 16:29:32
1876      [sftp-server.c]
1877      portability fixes
1878    - markus@cvs.openbsd.org  2000/09/01 16:32:41
1879      [sftp-server.c]
1880      fix cast; mouring@pconline.com
1881    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
1882      [ssh-add.1 ssh.1]
1883      add missing .El against .Bl.
1884    - markus@cvs.openbsd.org  2000/09/04 13:03:41
1885      [session.c]
1886      missing close; ok theo
1887    - markus@cvs.openbsd.org  2000/09/04 13:07:21
1888      [session.c]
1889      fix get_last_login_time order; from andre@van-veen.de
1890    - markus@cvs.openbsd.org  2000/09/04 13:10:09
1891      [sftp-server.c]
1892      more cast fixes; from mouring@pconline.com
1893    - markus@cvs.openbsd.org  2000/09/04 13:06:04
1894      [session.c]
1895      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
1896  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
1897  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
1898
1899 20000903
1900  - (djm) Fix Redhat init script
1901
1902 20000901
1903  - (djm) Pick up Jim's new X11-askpass
1904  - (djm) Release 2.2.0p1
1905
1906 20000831
1907  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
1908    <acox@cv.telegroup.com>
1909  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
1910
1911 20000830
1912  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
1913  - (djm) Periodically rekey arc4random
1914  - (djm) Clean up diff against OpenBSD.
1915  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
1916    <stevesk@sweden.hp.com>
1917  - (djm) Quieten the pam delete credentials error message
1918  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
1919    Kevin Steves <stevesk@sweden.hp.com>
1920  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
1921  - (djm) Fix doh in bsd-arc4random.c
1922
1923 20000829
1924  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
1925    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
1926    Garrick James <garrick@james.net>
1927  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
1928    Bastian Trompetter <btrompetter@firemail.de>
1929  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
1930  - More OpenBSD updates:
1931    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
1932      [scp.c]
1933      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
1934    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
1935      [session.c]
1936      Wall
1937    - markus@cvs.openbsd.org  2000/08/26 04:33:43
1938      [compat.c]
1939      ssh.com-2.3.0
1940    - markus@cvs.openbsd.org  2000/08/27 12:18:05
1941      [compat.c]
1942      compatibility with future ssh.com versions
1943    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
1944      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
1945      print uid/gid as unsigned
1946    - markus@cvs.openbsd.org  2000/08/28 13:51:00
1947      [ssh.c]
1948      enable -n and -f for ssh2
1949    - markus@cvs.openbsd.org  2000/08/28 14:19:53
1950      [ssh.c]
1951      allow combination of -N and -f
1952    - markus@cvs.openbsd.org  2000/08/28 14:20:56
1953      [util.c]
1954      util.c
1955    - markus@cvs.openbsd.org  2000/08/28 14:22:02
1956      [util.c]
1957      undo
1958    - markus@cvs.openbsd.org  2000/08/28 14:23:38
1959      [util.c]
1960      don't complain if setting NONBLOCK fails with ENODEV
1961
1962 20000823
1963  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
1964    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
1965    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
1966    <kajiyama@grad.sccs.chukyo-u.ac.jp>
1967  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
1968  - (djm) Add local version to version.h
1969  - (djm) Don't reseed arc4random everytime it is used
1970  - (djm) OpenBSD CVS updates:
1971    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
1972      [ssh.c]
1973      accept remsh as a valid name as well; roman@buildpoint.com
1974    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
1975      [deattack.c crc32.c packet.c]
1976      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
1977      libz crc32 function yet, because it has ugly "long"'s in it;
1978      oneill@cs.sfu.ca
1979    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
1980      [scp.1 scp.c]
1981      -S prog support; tv@debian.org
1982    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
1983      [scp.c]
1984      knf
1985    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
1986      [log-client.c]
1987      shorten
1988    - markus@cvs.openbsd.org  2000/08/19 12:48:11
1989      [channels.c channels.h clientloop.c ssh.c ssh.h]
1990      support for ~. in ssh2
1991    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
1992      [crc32.h]
1993      proper prototype
1994    - markus@cvs.openbsd.org  2000/08/19 15:34:44
1995      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
1996      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
1997      [fingerprint.c fingerprint.h]
1998      add SSH2/DSA support to the agent and some other DSA related cleanups.
1999      (note that we cannot talk to ssh.com's ssh2 agents)
2000    - markus@cvs.openbsd.org  2000/08/19 15:55:52
2001      [channels.c channels.h clientloop.c]
2002      more ~ support for ssh2
2003    - markus@cvs.openbsd.org  2000/08/19 16:21:19
2004      [clientloop.c]
2005      oops
2006    - millert@cvs.openbsd.org 2000/08/20 12:25:53
2007      [session.c]
2008      We have to stash the result of get_remote_name_or_ip() before we
2009      close our socket or getpeername() will get EBADF and the process
2010      will exit.  Only a problem for "UseLogin yes".
2011    - millert@cvs.openbsd.org 2000/08/20 12:30:59
2012      [session.c]
2013      Only check /etc/nologin if "UseLogin no" since login(1) may have its
2014      own policy on determining who is allowed to login when /etc/nologin
2015      is present.  Also use the _PATH_NOLOGIN define.
2016    - millert@cvs.openbsd.org 2000/08/20 12:42:43
2017      [auth1.c auth2.c session.c ssh.c]
2018      Add calls to setusercontext() and login_get*().  We basically call
2019      setusercontext() in most places where previously we did a setlogin().
2020      Add default login.conf file and put root in the "daemon" login class.
2021    - millert@cvs.openbsd.org 2000/08/21 10:23:31
2022      [session.c]
2023      Fix incorrect PATH setting; noted by Markus.
2024
2025 20000818
2026  - (djm) OpenBSD CVS changes:
2027    - markus@cvs.openbsd.org  2000/07/22 03:14:37
2028      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
2029      random early drop; ok theo, niels
2030    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
2031      [ssh.1]
2032      typo
2033    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
2034      [sshd.8]
2035      many fixes from pepper@mail.reppep.com
2036    - provos@cvs.openbsd.org  2000/08/01 13:01:42
2037      [Makefile.in util.c aux.c]
2038      rename aux.c to util.c to help with cygwin port
2039    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
2040      [authfd.c]
2041      correct sun_len; Alexander@Leidinger.net
2042    - provos@cvs.openbsd.org  2000/08/02 10:27:17
2043      [readconf.c sshd.8]
2044      disable kerberos authentication by default
2045    - provos@cvs.openbsd.org  2000/08/02 11:27:05
2046      [sshd.8 readconf.c auth-krb4.c]
2047      disallow kerberos authentication if we can't verify the TGT; from
2048      dugsong@
2049      kerberos authentication is on by default only if you have a srvtab.
2050    - markus@cvs.openbsd.org  2000/08/04 14:30:07
2051      [auth.c]
2052      unused
2053    - markus@cvs.openbsd.org  2000/08/04 14:30:35
2054      [sshd_config]
2055      MaxStartups
2056    - markus@cvs.openbsd.org  2000/08/15 13:20:46
2057      [authfd.c]
2058      cleanup; ok niels@
2059    - markus@cvs.openbsd.org  2000/08/17 14:05:10
2060      [session.c]
2061      cleanup login(1)-like jobs, no duplicate utmp entries
2062    - markus@cvs.openbsd.org  2000/08/17 14:06:34
2063      [session.c sshd.8 sshd.c]
2064       sshd -u len, similar to telnetd
2065  - (djm) Lastlog was not getting closed after writing login entry
2066  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
2067
2068 20000816
2069  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
2070  - (djm) Fix strerror replacement for old SunOS. Based on patch from
2071    Charles Levert <charles@comm.polymtl.ca>
2072  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
2073    implementation.
2074  - (djm) SUN_LEN macro for systems which lack it
2075
2076 20000815
2077  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
2078  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
2079    Michael Stone <mstone@cs.loyola.edu>
2080  - (djm) Don't seek in directory based lastlogs
2081  - (djm) Fix --with-ipaddr-display configure option test. Patch from
2082    Jarno Huuskonen <jhuuskon@messi.uku.fi>
2083  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2084
2085 20000813
2086  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
2087    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
2088
2089 20000809
2090  - (djm) Define AIX hard limits if headers don't. Report from
2091    Bill Painter <william.t.painter@lmco.com>
2092  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
2093    <charles@comm.polymtl.ca>
2094
2095 20000808
2096  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
2097    time, spec file cleanup.
2098
2099 20000807
2100  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
2101  - (djm) Suppress error messages on channel close shutdown() failurs
2102    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
2103  - (djm) Add some more entropy collection commands from Lutz Jaenicke
2104
2105 20000725
2106  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
2107
2108 20000721
2109  - (djm) OpenBSD CVS updates:
2110    - markus@cvs.openbsd.org  2000/07/16 02:27:22
2111      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
2112      [sshconnect1.c sshconnect2.c]
2113      make ssh-add accept dsa keys (the agent does not)
2114    - djm@cvs.openbsd.org     2000/07/17 19:25:02
2115      [sshd.c]
2116      Another closing of stdin; ok deraadt
2117    - markus@cvs.openbsd.org  2000/07/19 18:33:12
2118      [dsa.c]
2119      missing free, reorder
2120    - markus@cvs.openbsd.org  2000/07/20 16:23:14
2121      [ssh-keygen.1]
2122      document input and output files
2123
2124 20000720
2125  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
2126
2127 20000716
2128  - (djm) Release 2.1.1p4
2129
2130 20000715
2131  - (djm) OpenBSD CVS updates
2132    - provos@cvs.openbsd.org  2000/07/13 16:53:22
2133      [aux.c readconf.c servconf.c ssh.h]
2134      allow multiple whitespace but only one '=' between tokens, bug report from
2135      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
2136    - provos@cvs.openbsd.org  2000/07/13 17:14:09
2137      [clientloop.c]
2138      typo; todd@fries.net
2139    - provos@cvs.openbsd.org  2000/07/13 17:19:31
2140      [scp.c]
2141      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
2142    - markus@cvs.openbsd.org  2000/07/14 16:59:46
2143      [readconf.c servconf.c]
2144      allow leading whitespace. ok niels
2145    - djm@cvs.openbsd.org     2000/07/14 22:01:38
2146      [ssh-keygen.c ssh.c]
2147      Always create ~/.ssh with mode 700; ok Markus
2148  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
2149    - Include floatingpoint.h for entropy.c
2150    - strerror replacement
2151
2152 20000712
2153  - (djm) Remove -lresolve for Reliant Unix
2154  - (djm) OpenBSD CVS Updates:
2155    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
2156      [session.c sshd.c ]
2157      make MaxStartups code still work with -d; djm
2158    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
2159      [readconf.c ssh_config]
2160      disable FallBackToRsh by default
2161  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
2162    Ben Lindstrom <mouring@pconline.com>
2163  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
2164    spec file.
2165  - (djm) Released 2.1.1p3
2166
2167 20000711
2168  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2169    <tbert@abac.com>
2170  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
2171  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
2172    <mouring@pconline.com>
2173  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
2174    from Jim Watt <jimw@peisj.pebio.com>
2175  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
2176    to compile on more platforms (incl NeXT).
2177  - (djm) Added bsd-inet_aton and configure support for NeXT
2178  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
2179  - (djm) OpenBSD CVS updates:
2180    - markus@cvs.openbsd.org  2000/06/26 03:22:29
2181      [authfd.c]
2182      cleanup, less cut&paste
2183    - markus@cvs.openbsd.org  2000/06/26 15:59:19
2184      [servconf.c servconf.h session.c sshd.8 sshd.c]
2185      MaxStartups: limit number of unauthenticated connections, work by
2186      theo and me
2187    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
2188      [session.c]
2189      use no_x11_forwarding_flag correctly; provos ok
2190    - provos@cvs.openbsd.org  2000/07/05 15:35:57
2191      [sshd.c]
2192      typo
2193    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
2194      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
2195      Insert more missing .El directives. Our troff really should identify
2196      these and spit out a warning.
2197    - todd@cvs.openbsd.org    2000/07/06 21:55:04
2198      [auth-rsa.c auth2.c ssh-keygen.c]
2199      clean code is good code
2200    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2201      [serverloop.c]
2202      sense of port forwarding flag test was backwards
2203    - provos@cvs.openbsd.org  2000/07/08 17:17:31
2204      [compat.c readconf.c]
2205      replace strtok with strsep; from David Young <dyoung@onthejob.net>
2206    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2207      [auth.h]
2208      KNF
2209    - ho@cvs.openbsd.org      2000/07/08 19:27:33
2210      [compat.c readconf.c]
2211      Better conditions for strsep() ending.
2212    - ho@cvs.openbsd.org      2000/07/10 10:27:05
2213      [readconf.c]
2214      Get the correct message on errors. (niels@ ok)
2215    - ho@cvs.openbsd.org      2000/07/10 10:30:25
2216      [cipher.c kex.c servconf.c]
2217      strtok() --> strsep(). (niels@ ok)
2218  - (djm) Fix problem with debug mode and MaxStartups
2219  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2220    builds)
2221  - (djm) Add strsep function from OpenBSD libc for systems that lack it
2222
2223 20000709
2224  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2225    Kevin Steves <stevesk@sweden.hp.com>
2226  - (djm) Match prototype and function declaration for rresvport_af.
2227    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
2228  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
2229    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
2230  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2231    <jimw@peisj.pebio.com>
2232  - (djm) Fix pam sprintf fix
2233  - (djm) Cleanup entropy collection code a little more. Split initialisation
2234    from seeding, perform intialisation immediatly at start, be careful with
2235    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
2236  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2237    Including sigaction() et al. replacements
2238  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
2239    <tbert@abac.com>
2240
2241 20000708
2242  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
2243    Aaron Hopkins <aaron@die.net>
2244  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2245    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2246  - (djm) Fixed undefined variables for OSF SIA. Report from
2247    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
2248  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
2249    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
2250  - (djm) Don't use inet_addr.
2251
2252 20000702
2253  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
2254  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2255    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2256  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2257    Chris, the Young One <cky@pobox.com>
2258  - (djm) Fix scp progress meter on really wide terminals. Based on patch
2259    from James H. Cloos Jr. <cloos@jhcloos.com>
2260
2261 20000701
2262  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
2263  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
2264  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2265    <vinschen@cygnus.com>
2266  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2267  - (djm) Added check for broken snprintf() functions which do not correctly
2268    terminate output string and attempt to use replacement.
2269  - (djm) Released 2.1.1p2
2270
2271 20000628
2272  - (djm) Fixes to lastlog code for Irix
2273  - (djm) Use atomicio in loginrec
2274  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
2275    Irix 6.x array sessions, project id's, and system audit trail id.
2276  - (djm) Added 'distprep' make target to simplify packaging
2277  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
2278    support. Enable using "USE_SIA=1 ./configure [options]"
2279
2280 20000627
2281  - (djm) Fixes to login code - not setting li->uid, cleanups
2282  - (djm) Formatting
2283
2284 20000626
2285  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
2286  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
2287  - (djm) Added password expiry checking (no password change support)
2288  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
2289    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2290  - (djm) Fix fixed EGD code.
2291  - OpenBSD CVS update
2292    - provos@cvs.openbsd.org  2000/06/25 14:17:58
2293      [channels.c]
2294      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2295
2296 20000623
2297  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
2298    Svante Signell <svante.signell@telia.com>
2299  - (djm) Autoconf logic to define sa_family_t if it is missing
2300  - OpenBSD CVS Updates:
2301    - markus@cvs.openbsd.org  2000/06/22 10:32:27
2302      [sshd.c]
2303      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
2304    - djm@cvs.openbsd.org     2000/06/22 17:55:00
2305      [auth-krb4.c key.c radix.c uuencode.c]
2306      Missing CVS idents; ok markus
2307
2308 20000622
2309  - (djm) Automatically generate host key during "make install". Suggested
2310    by Gary E. Miller <gem@rellim.com>
2311  - (djm) Paranoia before kill() system call
2312  - OpenBSD CVS Updates:
2313    - markus@cvs.openbsd.org  2000/06/18 18:50:11
2314      [auth2.c compat.c compat.h sshconnect2.c]
2315      make userauth+pubkey interop with ssh.com-2.2.0
2316    - markus@cvs.openbsd.org  2000/06/18 20:56:17
2317      [dsa.c]
2318      mem leak + be more paranoid in dsa_verify.
2319    - markus@cvs.openbsd.org  2000/06/18 21:29:50
2320      [key.c]
2321      cleanup fingerprinting, less hardcoded sizes
2322    - markus@cvs.openbsd.org  2000/06/19 19:39:45
2323      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
2324      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
2325      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
2326      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
2327      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
2328      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
2329      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
2330      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
2331      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
2332      OpenBSD tag
2333    - markus@cvs.openbsd.org  2000/06/21 10:46:10
2334      sshconnect2.c missing free; nuke old comment
2335
2336 20000620
2337  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
2338    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
2339    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
2340  - (djm) Typo in loginrec.c
2341
2342 20000618
2343  - (djm) Add summary of configure options to end of ./configure run
2344  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
2345    Michael Stone <mstone@cs.loyola.edu>
2346  - (djm) rusage is a privileged operation on some Unices (incl.
2347    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
2348  - (djm) Avoid PAM failures when running without a TTY. Report from
2349    Martin Petrak <petrak@spsknm.schools.sk>
2350  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
2351    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
2352  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
2353  - OpenBSD CVS updates:
2354    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
2355      [channels.c]
2356      everyone says "nix it" (remove protocol 2 debugging message)
2357    - markus@cvs.openbsd.org  2000/06/17 13:24:34
2358      [sshconnect.c]
2359      allow extended server banners
2360    - markus@cvs.openbsd.org  2000/06/17 14:30:10
2361      [sshconnect.c]
2362      missing atomicio, typo
2363    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
2364      [servconf.c servconf.h session.c sshd.8 sshd_config]
2365      add support for ssh v2 subsystems. ok markus@.
2366    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
2367      [readconf.c servconf.c]
2368      include = in WHITESPACE; markus ok
2369    - markus@cvs.openbsd.org  2000/06/17 19:09:10
2370      [auth2.c]
2371      implement bug compatibility with ssh-2.0.13 pubkey, server side
2372    - markus@cvs.openbsd.org  2000/06/17 21:00:28
2373      [compat.c]
2374      initial support for ssh.com's 2.2.0
2375    - markus@cvs.openbsd.org  2000/06/17 21:16:09
2376      [scp.c]
2377      typo
2378    - markus@cvs.openbsd.org  2000/06/17 22:05:02
2379      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
2380      split auth-rsa option parsing into auth-options
2381      add options support to authorized_keys2
2382    - markus@cvs.openbsd.org  2000/06/17 22:42:54
2383      [session.c]
2384      typo
2385
2386 20000613
2387  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
2388   - Platform define for SCO 3.x which breaks on /dev/ptmx
2389   - Detect and try to fix missing MAXPATHLEN
2390  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
2391    <P.S.S.Camp@ukc.ac.uk>
2392
2393 20000612
2394  - (djm) Glob manpages in RPM spec files to catch compressed files
2395  - (djm) Full license in auth-pam.c
2396  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2397  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
2398   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
2399      def'd
2400   - Set AIX to use preformatted manpages
2401
2402 20000610
2403  - (djm) Minor doc tweaks
2404  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
2405
2406 20000609
2407  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
2408    (in favour of utmpx) on Solaris 8
2409
2410 20000606
2411  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
2412    list of commands (by default). Removed verbose debugging (by default).
2413  - (djm) Increased command entropy estimates and default entropy collection
2414    timeout
2415  - (djm) Remove duplicate headers from loginrec.c
2416  - (djm) Don't add /usr/local/lib to library search path on Irix
2417  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
2418    <tibbs@math.uh.edu>
2419  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
2420    <zack@wolery.cumb.org>
2421  - (djm) OpenBSD CVS updates:
2422   - todd@cvs.openbsd.org
2423     [sshconnect2.c]
2424     teach protocol v2 to count login failures properly and also enable an
2425     explanation of why the password prompt comes up again like v1; this is NOT
2426     crypto
2427   - markus@cvs.openbsd.org
2428     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
2429     xauth_location support; pr 1234
2430     [readconf.c sshconnect2.c]
2431     typo, unused
2432     [session.c]
2433     allow use_login only for login sessions, otherwise remote commands are
2434     execed with uid==0
2435     [sshd.8]
2436     document UseLogin better
2437     [version.h]
2438     OpenSSH 2.1.1
2439     [auth-rsa.c]
2440     fix match_hostname() logic for auth-rsa: deny access if we have a
2441     negative match or no match at all
2442     [channels.c hostfile.c match.c]
2443     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
2444     kris@FreeBSD.org
2445
2446 20000606
2447  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
2448    configure.
2449
2450 20000604
2451  - Configure tweaking for new login code on Irix 5.3
2452  - (andre) login code changes based on djm feedback
2453
2454 20000603
2455  - (andre) New login code
2456     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
2457     - Add loginrec.[ch], logintest.c and autoconf code
2458
2459 20000531
2460  - Cleanup of auth.c, login.c and fake-*
2461  - Cleanup of auth-pam.c, save and print "account expired" error messages
2462  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
2463  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
2464    of fallback DIY code.
2465
2466 20000530
2467  - Define atexit for old Solaris
2468  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
2469    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
2470  - OpenBSD CVS updates:
2471   - markus@cvs.openbsd.org
2472     [session.c]
2473     make x11-fwd work w/ localhost (xauth add host/unix:11)
2474     [cipher.c compat.c readconf.c servconf.c]
2475     check strtok() != NULL; ok niels@
2476     [key.c]
2477     fix key_read() for uuencoded keys w/o '='
2478     [serverloop.c]
2479     group ssh1 vs. ssh2 in serverloop
2480     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
2481     split kexinit/kexdh, factor out common code
2482     [readconf.c ssh.1 ssh.c]
2483     forwardagent defaults to no, add ssh -A
2484   - theo@cvs.openbsd.org
2485     [session.c]
2486     just some line shortening
2487  - Released 2.1.0p3
2488
2489 20000520
2490  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
2491  - Don't touch utmp if USE_UTMPX defined
2492  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
2493  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
2494  - HPUX and Configure fixes from Lutz Jaenicke
2495    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2496  - Use mkinstalldirs script to make directories instead of non-portable
2497    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2498  - Doc cleanup
2499
2500 20000518
2501  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
2502  - OpenBSD CVS updates:
2503   - markus@cvs.openbsd.org
2504     [sshconnect.c]
2505     copy only ai_addrlen bytes; misiek@pld.org.pl
2506     [auth.c]
2507     accept an empty shell in authentication; bug reported by
2508     chris@tinker.ucr.edu
2509     [serverloop.c]
2510     we don't have stderr for interactive terminal sessions (fcntl errors)
2511
2512 20000517
2513  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
2514   - Fixes command line printing segfaults (spotter: Bladt Norbert)
2515   - Fixes erroneous printing of debug messages to syslog
2516   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
2517   - Gives useful error message if PRNG initialisation fails
2518   - Reduced ssh startup delay
2519   - Measures cumulative command time rather than the time between reads
2520     after select()
2521   - 'fixprogs' perl script to eliminate non-working entropy commands, and
2522     optionally run 'ent' to measure command entropy
2523  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
2524  - Avoid WCOREDUMP complation errors for systems that lack it
2525  - Avoid SIGCHLD warnings from entropy commands
2526  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
2527  - OpenBSD CVS update:
2528   - markus@cvs.openbsd.org
2529     [ssh.c]
2530     fix usage()
2531     [ssh2.h]
2532     draft-ietf-secsh-architecture-05.txt
2533     [ssh.1]
2534     document ssh -T -N (ssh2 only)
2535     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
2536     enable nonblocking IO for sshd w/ proto 1, too; split out common code
2537     [aux.c]
2538     missing include
2539  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2540   - INSTALL typo and URL fix
2541   - Makefile fix
2542   - Solaris fixes
2543  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
2544    <ksakai@kso.netwk.ntt-at.co.jp>
2545  - RSAless operation patch from kevin_oconnor@standardandpoors.com
2546  - Detect OpenSSL seperatly from RSA
2547  - Better test for RSA (more compatible with RSAref). Based on work by
2548    Ed Eden <ede370@stl.rural.usda.gov>
2549
2550 20000513
2551  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
2552    <misiek@pld.org.pl>
2553
2554 20000511
2555  - Fix for prng_seed permissions checking from Lutz Jaenicke
2556    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2557  - "make host-key" fix for Irix
2558
2559 20000509
2560  - OpenBSD CVS update
2561   - markus@cvs.openbsd.org
2562     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
2563     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
2564     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
2565   - hugh@cvs.openbsd.org
2566     [ssh.1]
2567     - zap typo
2568     [ssh-keygen.1]
2569     - One last nit fix. (markus approved)
2570     [sshd.8]
2571     - some markus certified spelling adjustments
2572   - markus@cvs.openbsd.org
2573     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
2574     [sshconnect2.c ]
2575     - bug compat w/ ssh-2.0.13 x11, split out bugs
2576     [nchan.c]
2577     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
2578     [ssh-keygen.c]
2579     - handle escapes in real and original key format, ok millert@
2580     [version.h]
2581     - OpenSSH-2.1
2582  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
2583  - Doc updates
2584  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
2585    by Andre Lucas <andre.lucas@dial.pipex.com>
2586
2587 20000508
2588  - Makefile and RPM spec fixes
2589  - Generate DSA host keys during "make key" or RPM installs
2590  - OpenBSD CVS update
2591   - markus@cvs.openbsd.org
2592     [clientloop.c sshconnect2.c]
2593     - make x11-fwd interop w/ ssh-2.0.13
2594     [README.openssh2]
2595     - interop w/ SecureFX
2596  - Release 2.0.0beta2
2597
2598  - Configure caching and cleanup patch from Andre Lucas'
2599    <andre.lucas@dial.pipex.com>
2600
2601 20000507
2602  - Remove references to SSLeay.
2603  - Big OpenBSD CVS update
2604   - markus@cvs.openbsd.org
2605     [clientloop.c]
2606     - typo
2607     [session.c]
2608     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
2609     [session.c]
2610     - update proctitle for proto 1, too
2611     [channels.h nchan.c serverloop.c session.c sshd.c]
2612     - use c-style comments
2613   - deraadt@cvs.openbsd.org
2614     [scp.c]
2615     - more atomicio
2616   - markus@cvs.openbsd.org
2617     [channels.c]
2618     - set O_NONBLOCK
2619     [ssh.1]
2620     - update AUTHOR
2621     [readconf.c ssh-keygen.c ssh.h]
2622     - default DSA key file ~/.ssh/id_dsa
2623     [clientloop.c]
2624     - typo, rm verbose debug
2625   - deraadt@cvs.openbsd.org
2626     [ssh-keygen.1]
2627     - document DSA use of ssh-keygen
2628     [sshd.8]
2629     - a start at describing what i understand of the DSA side
2630     [ssh-keygen.1]
2631     - document -X and -x
2632     [ssh-keygen.c]
2633     - simplify usage
2634   - markus@cvs.openbsd.org
2635     [sshd.8]
2636     - there is no rhosts_dsa
2637     [ssh-keygen.1]
2638     - document -y, update -X,-x
2639     [nchan.c]
2640     - fix close for non-open ssh1 channels
2641     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2642     - s/DsaKey/HostDSAKey/, document option
2643     [sshconnect2.c]
2644     - respect number_of_password_prompts
2645     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2646     - GatewayPorts for sshd, ok deraadt@
2647     [ssh-add.1 ssh-agent.1 ssh.1]
2648     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2649     [ssh.1]
2650     - more info on proto 2
2651     [sshd.8]
2652     - sync AUTHOR w/ ssh.1
2653     [key.c key.h sshconnect.c]
2654     - print key type when talking about host keys
2655     [packet.c]
2656     - clear padding in ssh2
2657     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2658     - replace broken uuencode w/ libc b64_ntop
2659     [auth2.c]
2660     - log failure before sending the reply
2661     [key.c radix.c uuencode.c]
2662     - remote trailing comments before calling __b64_pton
2663     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2664     [sshconnect2.c sshd.8]
2665     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2666  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2667
2668 20000502
2669  - OpenBSD CVS update
2670    [channels.c]
2671    - init all fds, close all fds.
2672    [sshconnect2.c]
2673    - check whether file exists before asking for passphrase
2674    [servconf.c servconf.h sshd.8 sshd.c]
2675    - PidFile, pr 1210
2676    [channels.c]
2677    - EINTR
2678    [channels.c]
2679    - unbreak, ok niels@
2680    [sshd.c]
2681    - unlink pid file, ok niels@
2682    [auth2.c]
2683    - Add missing #ifdefs; ok - markus
2684  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
2685    gathering commands from a text file
2686  - Release 2.0.0beta1
2687
2688 20000501
2689  - OpenBSD CVS update
2690    [packet.c]
2691    - send debug messages in SSH2 format
2692    [scp.c]
2693    - fix very rare EAGAIN/EINTR issues; based on work by djm
2694    [packet.c]
2695    - less debug, rm unused
2696    [auth2.c]
2697    - disable kerb,s/key in ssh2
2698    [sshd.8]
2699    - Minor tweaks and typo fixes.
2700    [ssh-keygen.c]
2701    - Put -d into usage and reorder. markus ok.
2702  - Include missing headers for OpenSSL tests. Fix from Phil Karn
2703    <karn@ka9q.ampr.org>
2704  - Fixed __progname symbol collisions reported by Andre Lucas
2705    <andre.lucas@dial.pipex.com>
2706  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2707    <gd@hilb1.medat.de>
2708  - Add some missing ifdefs to auth2.c
2709  - Deprecate perl-tk askpass.
2710  - Irix portability fixes - don't include netinet headers more than once
2711  - Make sure we don't save PRNG seed more than once
2712
2713 20000430
2714  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
2715  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2716    patch.
2717    - Adds timeout to entropy collection
2718    - Disables slow entropy sources
2719    - Load and save seed file
2720  - Changed entropy seed code to user per-user seeds only (server seed is
2721    saved in root's .ssh directory)
2722  - Use atexit() and fatal cleanups to save seed on exit
2723  - More OpenBSD updates:
2724    [session.c]
2725    - don't call chan_write_failed() if we are not writing
2726    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2727    - keysize warnings error() -> log()
2728
2729 20000429
2730  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2731    [README.openssh2]
2732    - interop w/ F-secure windows client
2733    - sync documentation
2734    - ssh_host_dsa_key not ssh_dsa_key
2735    [auth-rsa.c]
2736    - missing fclose
2737    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
2738    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
2739    [sshd.c uuencode.c uuencode.h authfile.h]
2740    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
2741      for trading keys with the real and the original SSH, directly from the
2742      people who invented the SSH protocol.
2743    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
2744    [sshconnect1.c sshconnect2.c]
2745    - split auth/sshconnect in one file per protocol version
2746    [sshconnect2.c]
2747    - remove debug
2748    [uuencode.c]
2749    - add trailing =
2750    [version.h]
2751    - OpenSSH-2.0
2752    [ssh-keygen.1 ssh-keygen.c]
2753    - add -R flag: exit code indicates if RSA is alive
2754    [sshd.c]
2755    - remove unused
2756      silent if -Q is specified
2757    [ssh.h]
2758    - host key becomes /etc/ssh_host_dsa_key
2759    [readconf.c servconf.c ]
2760    - ssh/sshd default to proto 1 and 2
2761    [uuencode.c]
2762    - remove debug
2763    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
2764    - xfree DSA blobs
2765    [auth2.c serverloop.c session.c]
2766    - cleanup logging for sshd/2, respect PasswordAuth no
2767    [sshconnect2.c]
2768    - less debug, respect .ssh/config
2769    [README.openssh2 channels.c channels.h]
2770    - clientloop.c session.c ssh.c
2771    - support for x11-fwding, client+server
2772
2773 20000421
2774  - Merge fix from OpenBSD CVS
2775   [ssh-agent.c]
2776   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2777     via Debian bug #59926
2778  - Define __progname in session.c if libc doesn't
2779  - Remove indentation on autoconf #include statements to avoid bug in
2780    DEC Tru64 compiler. Report and fix from David Del Piero
2781    <David.DelPiero@qed.qld.gov.au>
2782
2783 20000420
2784  - Make fixpaths work with perl4, patch from Andre Lucas
2785    <andre.lucas@dial.pipex.com>
2786  - Sync with OpenBSD CVS:
2787   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
2788   - pid_t
2789   [session.c]
2790   - remove bogus chan_read_failed. this could cause data
2791     corruption (missing data) at end of a SSH2 session.
2792  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
2793   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
2794   - Use vhangup to clean up Linux ttys
2795   - Force posix getopt processing on GNU libc systems
2796  - Debian bug #55910 - remove references to ssl(8) manpages
2797  - Debian bug #58031 - ssh_config lies about default cipher
2798
2799 20000419
2800  - OpenBSD CVS updates
2801    [channels.c]
2802    - fix pr 1196, listen_port and port_to_connect interchanged
2803    [scp.c]
2804    - after completion, replace the progress bar ETA counter with a final
2805      elapsed time; my idea, aaron wrote the patch
2806    [ssh_config sshd_config]
2807    - show 'Protocol' as an example, ok markus@
2808    [sshd.c]
2809    - missing xfree()
2810  - Add missing header to bsd-misc.c
2811
2812 20000416
2813  - Reduce diff against OpenBSD source
2814    - All OpenSSL includes are now unconditionally referenced as
2815      openssl/foo.h
2816    - Pick up formatting changes
2817    - Other minor changed (typecasts, etc) that I missed
2818
2819 20000415
2820  - OpenBSD CVS updates.
2821    [ssh.1 ssh.c]
2822    - ssh -2
2823    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
2824    [session.c sshconnect.c]
2825    - check payload for (illegal) extra data
2826    [ALL]
2827    whitespace cleanup
2828
2829 20000413
2830  - INSTALL doc updates
2831  - Merged OpenBSD updates to include paths.
2832
2833 20000412
2834  - OpenBSD CVS updates:
2835    - [channels.c]
2836      repair x11-fwd
2837    - [sshconnect.c]
2838      fix passwd prompt for ssh2, less debugging output.
2839    - [clientloop.c compat.c dsa.c kex.c sshd.c]
2840      less debugging output
2841    - [kex.c kex.h sshconnect.c sshd.c]
2842      check for reasonable public DH values
2843    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
2844      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
2845      add Cipher and Protocol options to ssh/sshd, e.g.:
2846      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
2847      arcfour,3des-cbc'
2848    - [sshd.c]
2849      print 1.99 only if server supports both
2850
2851 20000408
2852  - Avoid some compiler warnings in fake-get*.c
2853  - Add IPTOS macros for systems which lack them
2854  - Only set define entropy collection macros if they are found
2855  - More large OpenBSD CVS updates:
2856    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
2857      [session.h ssh.h sshd.c README.openssh2]
2858      ssh2 server side, see README.openssh2; enable with 'sshd -2'
2859    - [channels.c]
2860      no adjust after close
2861    - [sshd.c compat.c ]
2862      interop w/ latest ssh.com windows client.
2863
2864 20000406
2865  - OpenBSD CVS update:
2866    - [channels.c]
2867      close efd on eof
2868    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
2869      ssh2 client implementation, interops w/ ssh.com and lsh servers.
2870    - [sshconnect.c]
2871      missing free.
2872    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
2873      remove unused argument, split cipher_mask()
2874    - [clientloop.c]
2875      re-order: group ssh1 vs. ssh2
2876  - Make Redhat spec require openssl >= 0.9.5a
2877
2878 20000404
2879  - Add tests for RAND_add function when searching for OpenSSL
2880  - OpenBSD CVS update:
2881    - [packet.h packet.c]
2882      ssh2 packet format
2883    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
2884      [channels.h channels.c]
2885      channel layer support for ssh2
2886    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
2887      DSA, keyexchange, algorithm agreement for ssh2
2888  - Generate manpages before make install not at the end of make all
2889  - Don't seed the rng quite so often
2890  - Always reseed rng when requested
2891
2892 20000403
2893  - Wrote entropy collection routines for systems that lack /dev/random
2894    and EGD
2895  - Disable tests and typedefs for 64 bit types. They are currently unused.
2896
2897 20000401
2898  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
2899    - [auth.c session.c sshd.c auth.h]
2900      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
2901    - [bufaux.c bufaux.h]
2902      support ssh2 bignums
2903    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
2904      [readconf.c ssh.c ssh.h serverloop.c]
2905      replace big switch() with function tables (prepare for ssh2)
2906    - [ssh2.h]
2907      ssh2 message type codes
2908    - [sshd.8]
2909      reorder Xr to avoid cutting
2910    - [serverloop.c]
2911      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
2912    - [channels.c]
2913      missing close
2914      allow bigger packets
2915    - [cipher.c cipher.h]
2916      support ssh2 ciphers
2917    - [compress.c]
2918      cleanup, less code
2919    - [dispatch.c dispatch.h]
2920      function tables for different message types
2921    - [log-server.c]
2922      do not log() if debuggin to stderr
2923      rename a cpp symbol, to avoid param.h collision
2924    - [mpaux.c]
2925      KNF
2926    - [nchan.c]
2927      sync w/ channels.c
2928
2929 20000326
2930  - Better tests for OpenSSL w/ RSAref
2931  - Added replacement setenv() function from OpenBSD libc. Suggested by
2932    Ben Lindstrom <mouring@pconline.com>
2933  - OpenBSD CVS update
2934    - [auth-krb4.c]
2935      -Wall
2936    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
2937      [match.h ssh.c ssh.h sshconnect.c sshd.c]
2938      initial support for DSA keys. ok deraadt@, niels@
2939    - [cipher.c cipher.h]
2940      remove unused cipher_attack_detected code
2941    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2942      Fix some formatting problems I missed before.
2943    - [ssh.1 sshd.8]
2944      fix spelling errors, From: FreeBSD
2945    - [ssh.c]
2946      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
2947
2948 20000324
2949  - Released 1.2.3
2950
2951 20000317
2952  - Clarified --with-default-path option.
2953  - Added -blibpath handling for AIX to work around stupid runtime linking.
2954    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
2955    <jmknoble@jmknoble.cx>
2956  - Checks for 64 bit int types. Problem report from Mats Fredholm
2957    <matsf@init.se>
2958  - OpenBSD CVS updates:
2959    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
2960      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
2961      [sshd.c]
2962      pedantic: signed vs. unsigned, void*-arithm, etc
2963    - [ssh.1 sshd.8]
2964      Various cleanups and standardizations.
2965  - Runtime error fix for HPUX from Otmar Stahl
2966    <O.Stahl@lsw.uni-heidelberg.de>
2967
2968 20000316
2969  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
2970    Hesprich <dghespri@sprintparanet.com>
2971  - Propogate LD through to Makefile
2972  - Doc cleanups
2973  - Added blurb about "scp: command not found" errors to UPGRADING
2974
2975 20000315
2976  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
2977    problems with gcc/Solaris.
2978  - Don't free argument to putenv() after use (in setenv() replacement).
2979    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
2980  - Created contrib/ subdirectory. Included helpers from Phil Hands'
2981    Debian package, README file and chroot patch from Ricardo Cerqueira
2982    <rmcc@clix.pt>
2983  - Moved gnome-ssh-askpass.c to contrib directory and removed config
2984    option.
2985  - Slight cleanup to doc files
2986  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
2987
2988 20000314
2989  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
2990    peter@frontierflying.com
2991  - Include /usr/local/include and /usr/local/lib for systems that don't
2992    do it themselves
2993  - -R/usr/local/lib for Solaris
2994  - Fix RSAref detection
2995  - Fix IN6_IS_ADDR_V4MAPPED macro
2996
2997 20000311
2998  - Detect RSAref
2999  - OpenBSD CVS change
3000    [sshd.c]
3001     - disallow guessing of root password
3002  - More configure fixes
3003  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
3004
3005 20000309
3006  - OpenBSD CVS updates to v1.2.3
3007    [ssh.h atomicio.c]
3008     - int atomicio -> ssize_t (for alpha). ok deraadt@
3009    [auth-rsa.c]
3010     - delay MD5 computation until client sends response, free() early, cleanup.
3011    [cipher.c]
3012     - void* -> unsigned char*, ok niels@
3013    [hostfile.c]
3014     - remove unused variable 'len'. fix comments.
3015     - remove unused variable
3016    [log-client.c log-server.c]
3017     - rename a cpp symbol, to avoid param.h collision
3018    [packet.c]
3019     - missing xfree()
3020     - getsockname() requires initialized tolen; andy@guildsoftware.com
3021     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3022    from Holger.Trapp@Informatik.TU-Chemnitz.DE
3023    [pty.c pty.h]
3024     - register cleanup for pty earlier. move code for pty-owner handling to
3025       pty.c ok provos@, dugsong@
3026    [readconf.c]
3027     - turn off x11-fwd for the client, too.
3028    [rsa.c]
3029     - PKCS#1 padding
3030    [scp.c]
3031     - allow '.' in usernames; from jedgar@fxp.org
3032    [servconf.c]
3033     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
3034     - sync with sshd_config
3035    [ssh-keygen.c]
3036     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
3037    [ssh.1]
3038     - Change invalid 'CHAT' loglevel to 'VERBOSE'
3039    [ssh.c]
3040     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
3041     - turn off x11-fwd for the client, too.
3042    [sshconnect.c]
3043     - missing xfree()
3044     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
3045     - read error vs. "Connection closed by remote host"
3046    [sshd.8]
3047     - ie. -> i.e.,
3048     - do not link to a commercial page..
3049     - sync with sshd_config
3050    [sshd.c]
3051     - no need for poll.h; from bright@wintelcom.net
3052     - log with level log() not fatal() if peer behaves badly.
3053     - don't panic if client behaves strange. ok deraadt@
3054     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
3055     - delay close() of pty until the pty has been chowned back to root
3056     - oops, fix comment, too.
3057     - missing xfree()
3058     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
3059       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
3060     - register cleanup for pty earlier. move code for pty-owner handling to
3061       pty.c ok provos@, dugsong@
3062     - create x11 cookie file
3063     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
3064     - version 1.2.3
3065  - Cleaned up
3066  - Removed warning workaround for Linux and devpts filesystems (no longer
3067    required after OpenBSD updates)
3068
3069 20000308
3070  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
3071
3072 20000307
3073  - Released 1.2.2p1
3074
3075 20000305
3076  - Fix DEC compile fix
3077  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
3078  - Check for getpagesize in libucb.a if not found in libc. Fix for old
3079    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
3080  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
3081    Mate Wierdl <mw@moni.msci.memphis.edu>
3082
3083 20000303
3084  - Added "make host-key" target, Suggestion from Dominik Brettnacher
3085  <domi@saargate.de>
3086  - Don't permanently fail on bind() if getaddrinfo has more choices left for
3087    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
3088    Miskiewicz <misiek@pld.org.pl>
3089  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3090  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3091
3092 20000302
3093  - Big cleanup of autoconf code
3094    - Rearranged to be a little more logical
3095    - Added -R option for Solaris
3096    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
3097      to detect library and header location _and_ ensure library has proper
3098      RSA support built in (this is a problem with OpenSSL 0.9.5).
3099  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
3100  - Avoid warning message with Unix98 ptys
3101  - Warning was valid - possible race condition on PTYs. Avoided using
3102    platform-specific code.
3103  - Document some common problems
3104  - Allow root access to any key. Patch from
3105    markus.friedl@informatik.uni-erlangen.de
3106
3107 20000207
3108  - Removed SOCKS code. Will support through a ProxyCommand.
3109
3110 20000203
3111  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
3112  - Add --with-ssl-dir option
3113
3114 20000202
3115  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
3116    <jmd@aoe.vt.edu>
3117  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
3118  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
3119    <haruyama@nt.phys.s.u-tokyo.ac.jp>
3120
3121 20000201
3122  - Use socket pairs by default (instead of pipes). Prevents race condition
3123    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
3124
3125 20000127
3126  - Seed OpenSSL's random number generator before generating RSA keypairs
3127  - Split random collector into seperate file
3128  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
3129
3130 20000126
3131  - Released 1.2.2 stable
3132
3133  - NeXT keeps it lastlog in /usr/adm. Report from
3134    mouring@newton.pconline.com
3135  - Added note in UPGRADING re interop with commercial SSH using idea.
3136    Report from Jim Knoble <jmknoble@jmknoble.cx>
3137  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
3138    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3139
3140 20000125
3141  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
3142    <andre.lucas@dial.pipex.com>
3143  - Reorder PAM initialisation so it does not mess up lastlog. Reported
3144    by Andre Lucas <andre.lucas@dial.pipex.com>
3145  - Use preformatted manpages on SCO, report from Gary E. Miller
3146    <gem@rellim.com>
3147  - New URL for x11-ssh-askpass.
3148  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
3149    <jmknoble@jmknoble.cx>
3150  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
3151    Jim Knoble <jmknoble@jmknoble.cx>
3152  - Updated RPM spec files to use DESTDIR
3153
3154 20000124
3155  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
3156    increment)
3157
3158 20000123
3159  - OpenBSD CVS:
3160    - [packet.c]
3161      getsockname() requires initialized tolen; andy@guildsoftware.com
3162  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
3163    <drankin@bohemians.lexington.ky.us>
3164  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
3165
3166 20000122
3167  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
3168    <bent@clark.net>
3169  - Merge preformatted manpage patch from Andre Lucas
3170    <andre.lucas@dial.pipex.com>
3171  - Make IPv4 use the default in RPM packages
3172  - Irix uses preformatted manpages
3173  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
3174    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3175  - OpenBSD CVS updates:
3176    - [packet.c]
3177      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3178      from Holger.Trapp@Informatik.TU-Chemnitz.DE
3179    - [sshd.c]
3180      log with level log() not fatal() if peer behaves badly.
3181    - [readpass.c]
3182      instead of blocking SIGINT, catch it ourselves, so that we can clean
3183      the tty modes up and kill ourselves -- instead of our process group
3184      leader (scp, cvs, ...) going away and leaving us in noecho mode.
3185      people with cbreak shells never even noticed..
3186    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3187      ie. -> i.e.,
3188
3189 20000120
3190  - Don't use getaddrinfo on AIX
3191  - Update to latest OpenBSD CVS:
3192    - [auth-rsa.c]
3193      - fix user/1056, sshd keeps restrictions; dbt@meat.net
3194    - [sshconnect.c]
3195      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3196      - destroy keys earlier
3197      - split key exchange (kex) and user authentication (user-auth),
3198        ok: provos@
3199    - [sshd.c]
3200      - no need for poll.h; from bright@wintelcom.net
3201      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3202      - split key exchange (kex) and user authentication (user-auth),
3203        ok: provos@
3204  - Big manpage and config file cleanup from Andre Lucas
3205    <andre.lucas@dial.pipex.com>
3206    - Re-added latest (unmodified) OpenBSD manpages
3207  - Doc updates
3208  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3209    Christos Zoulas <christos@netbsd.org>
3210
3211 20000119
3212  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
3213  - Compile fix from Darren_Hall@progressive.com
3214  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3215    addresses using getaddrinfo(). Added a configure switch to make the
3216    default lookup mode AF_INET
3217
3218 20000118
3219  - Fixed --with-pid-dir option
3220  - Makefile fix from Gary E. Miller <gem@rellim.com>
3221  - Compile fix for HPUX and Solaris from Andre Lucas
3222    <andre.lucas@dial.pipex.com>
3223
3224 20000117
3225  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3226    port, ignore EINVAL errors (Linux) when searching for free port.
3227  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
3228    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
3229  - Document location of Redhat PAM file in INSTALL.
3230  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3231    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
3232    deliver (no IPv6 kernel support)
3233  - Released 1.2.1pre27
3234
3235  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
3236  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
3237    <jhuuskon@hytti.uku.fi>
3238  - Fix hang on logout if processes are still using the pty. Needs
3239    further testing.
3240  - Patch from Christos Zoulas <christos@zoulas.com>
3241    - Try $prefix first when looking for OpenSSL.
3242    - Include sys/types.h when including sys/socket.h in test programs
3243  - Substitute PID directory in sshd.8. Suggestion from Andrew
3244    Stribblehill <a.d.stribblehill@durham.ac.uk>
3245
3246 20000116
3247  - Renamed --with-xauth-path to --with-xauth
3248  - Added --with-pid-dir option
3249  - Released 1.2.1pre26
3250
3251  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
3252  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
3253    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
3254
3255 20000115
3256  - Add --with-xauth-path configure directive and explicit test for
3257    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
3258    Nordby <anders@fix.no>
3259  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
3260    openpty. Report from John Seifarth <john@waw.be>
3261  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
3262    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
3263    <gem@rellim.com>
3264  - Use __snprintf and __vnsprintf if they are found where snprintf and
3265    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3266    and others.
3267
3268 20000114
3269  - Merged OpenBSD IPv6 patch:
3270    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3271      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3272      [hostfile.c sshd_config]
3273      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
3274      features: sshd allows multiple ListenAddress and Port options. note
3275      that libwrap is not IPv6-ready. (based on patches from
3276      fujiwara@rcac.tdi.co.jp)
3277    - [ssh.c canohost.c]
3278      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
3279      from itojun@
3280    - [channels.c]
3281      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
3282    - [packet.h]
3283      allow auth-kerberos for IPv4 only
3284    - [scp.1 sshd.8 servconf.h scp.c]
3285      document -4, -6, and 'ssh -L 2022/::1/22'
3286    - [ssh.c]
3287      'ssh @host' is illegal (null user name), from
3288      karsten@gedankenpolizei.de
3289    - [sshconnect.c]
3290      better error message
3291    - [sshd.c]
3292      allow auth-kerberos for IPv4 only
3293  - Big IPv6 merge:
3294    - Cleanup overrun in sockaddr copying on RHL 6.1
3295    - Replacements for getaddrinfo, getnameinfo, etc based on versions
3296      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
3297    - Replacement for missing structures on systems that lack IPv6
3298    - record_login needed to know about AF_INET6 addresses
3299    - Borrowed more code from OpenBSD: rresvport_af and requisites
3300
3301 20000110
3302  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
3303
3304 20000107
3305  - New config.sub and config.guess to fix problems on SCO. Supplied
3306    by Gary E. Miller <gem@rellim.com>
3307  - SCO build fix from Gary E. Miller <gem@rellim.com>
3308  - Released 1.2.1pre25
3309
3310 20000106
3311  - Documentation update & cleanup
3312  - Better KrbIV / AFS detection, based on patch from:
3313    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3314
3315 20000105
3316  - Fixed annoying DES corruption problem. libcrypt has been
3317    overriding symbols in libcrypto. Removed libcrypt and crypt.h
3318    altogether (libcrypto includes its own crypt(1) replacement)
3319  - Added platform-specific rules for Irix 6.x. Included warning that
3320    they are untested.
3321
3322 20000103
3323  - Add explicit make rules for files proccessed by fixpaths.
3324  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
3325    <tnh@kondara.org>
3326  - Removed "nullok" directive from default PAM configuration files.
3327    Added information on enabling EmptyPasswords on openssh+PAM in
3328    UPGRADING file.
3329  - OpenBSD CVS updates
3330    - [ssh-agent.c]
3331      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
3332      dgaudet@arctic.org
3333    - [sshconnect.c]
3334      compare correct version for 1.3 compat mode
3335
3336 20000102
3337  - Prevent multiple inclusion of config.h and defines.h. Suggested
3338    by Andre Lucas <andre.lucas@dial.pipex.com>
3339  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
3340    <dgaudet@arctic.org>
3341
3342 19991231
3343  - Fix password support on systems with a mixture of shadowed and
3344    non-shadowed passwords (e.g. NIS). Report and fix from
3345    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
3346  - Fix broken autoconf typedef detection. Report from Marc G.
3347    Fournier <marc.fournier@acadiau.ca>
3348  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
3349    <Franz.Sirl-kernel@lauterbach.com>
3350  - Prevent typedefs from being compiled more than once. Report from
3351    Marc G. Fournier <marc.fournier@acadiau.ca>
3352  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
3353    <iretd@bigfoot.com>
3354  - Really fix broken default path. Fix from Jim Knoble
3355    <jmknoble@jmknoble.cx>
3356  - Remove test for quad_t. No longer needed.
3357  - Released 1.2.1pre24
3358
3359  - Added support for directory-based lastlogs
3360  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
3361
3362 19991230
3363  - OpenBSD CVS updates:
3364    - [auth-passwd.c]
3365      check for NULL 1st
3366  - Removed most of the pam code into its own file auth-pam.[ch]. This
3367    cleaned up sshd.c up significantly.
3368  - PAM authentication was incorrectly interpreting
3369    "PermitRootLogin without-password". Report from Matthias Andree
3370    <ma@dt.e-technik.uni-dortmund.de
3371  - Several other cleanups
3372  - Merged Dante SOCKS support patch from David Rankin
3373   <drankin@bohemians.lexington.ky.us>
3374  - Updated documentation with ./configure options
3375  - Released 1.2.1pre23
3376
3377 19991229
3378  - Applied another NetBSD portability patch from David Rankin
3379    <drankin@bohemians.lexington.ky.us>
3380  - Fix --with-default-path option.
3381  - Autodetect perl, patch from David Rankin
3382    <drankin@bohemians.lexington.ky.us>
3383  - Print whether OpenSSH was compiled with RSARef, patch from
3384    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
3385  - Calls to pam_setcred, patch from Nalin Dahyabhai
3386    <nalin@thermo.stat.ncsu.edu>
3387  - Detect missing size_t and typedef it.
3388  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
3389  - Minor Makefile cleaning
3390
3391 19991228
3392  - Replacement for getpagesize() for systems which lack it
3393  - NetBSD login.c compile fix from David Rankin
3394   <drankin@bohemians.lexington.ky.us>
3395  - Fully set ut_tv if present in utmp or utmpx
3396  - Portability fixes for Irix 5.3 (now compiles OK!)
3397  - autoconf and other misc cleanups
3398  - Merged AIX patch from Darren Hall <dhall@virage.org>
3399  - Cleaned up defines.h
3400  - Released 1.2.1pre22
3401
3402 19991227
3403  - Automatically correct paths in manpages and configuration files. Patch
3404    and script from Andre Lucas <andre.lucas@dial.pipex.com>
3405  - Removed credits from README to CREDITS file, updated.
3406  - Added --with-default-path to specify custom path for server
3407  - Removed #ifdef trickery from acconfig.h into defines.h
3408  - PAM bugfix. PermitEmptyPassword was being ignored.
3409  - Fixed PAM config files to allow empty passwords if server does.
3410  - Explained spurious PAM auth warning workaround in UPGRADING
3411  - Use last few chars of tty line as ut_id
3412  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
3413  - OpenBSD CVS updates:
3414    - [packet.h auth-rhosts.c]
3415      check format string for packet_disconnect and packet_send_debug, too
3416    - [channels.c]
3417      use packet_get_maxsize for channels. consistence.
3418
3419 19991226
3420  - Enabled utmpx support by default for Solaris
3421  - Cleanup sshd.c PAM a little more
3422  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
3423    X11 ssh-askpass program.
3424  - Disable logging of PAM success and failures, PAM is verbose enough.
3425    Unfortunatly there is currently no way to disable auth failure
3426    messages. Mention this in UPGRADING file and sent message to PAM
3427    developers
3428  - OpenBSD CVS update:
3429    - [ssh-keygen.1 ssh.1]
3430      remove ref to .ssh/random_seed, mention .ssh/environment in
3431      .Sh FILES, too
3432  - Released 1.2.1pre21
3433  - Fixed implicit '.' in default path, report from Jim Knoble
3434    <jmknoble@jmknoble.cx>
3435  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
3436
3437 19991225
3438  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3439  - Cleanup of auth-passwd.c for shadow and MD5 passwords
3440  - Cleanup and bugfix of PAM authentication code
3441  - Released 1.2.1pre20
3442
3443  - Merged fixes from Ben Taylor <bent@clark.net>
3444  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
3445  - Disabled logging of PAM password authentication failures when password
3446    is empty. (e.g start of authentication loop). Reported by Naz
3447    <96na@eng.cam.ac.uk>)
3448
3449 19991223
3450  - Merged later HPUX patch from Andre Lucas
3451    <andre.lucas@dial.pipex.com>
3452  - Above patch included better utmpx support from Ben Taylor
3453    <bent@clark.net>
3454
3455 19991222
3456  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
3457    <pope@netguide.dk>
3458  - Fix login.c breakage on systems which lack ut_host in struct
3459    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
3460
3461 19991221
3462  - Integration of large HPUX patch from Andre Lucas
3463    <andre.lucas@dial.pipex.com>. Integrating it had a few other
3464    benefits:
3465    - Ability to disable shadow passwords at configure time
3466    - Ability to disable lastlog support at configure time
3467    - Support for IP address in $DISPLAY
3468  - OpenBSD CVS update:
3469    - [sshconnect.c]
3470    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
3471  - Fix DISABLE_SHADOW support
3472  - Allow MD5 passwords even if shadow passwords are disabled
3473  - Release 1.2.1pre19
3474
3475 19991218
3476  - Redhat init script patch from Chun-Chung Chen
3477    <cjj@u.washington.edu>
3478  - Avoid breakage on systems without IPv6 headers
3479
3480 19991216
3481  - Makefile changes for Solaris from Peter Kocks
3482    <peter.kocks@baygate.com>
3483  - Minor updates to docs
3484  - Merged OpenBSD CVS changes:
3485    - [authfd.c ssh-agent.c]
3486      keysize warnings talk about identity files
3487    - [packet.c]
3488      "Connection closed by x.x.x.x": fatal() -> log()
3489  - Correctly handle empty passwords in shadow file. Patch from:
3490    "Chris, the Young One" <cky@pobox.com>
3491  - Released 1.2.1pre18
3492
3493 19991215
3494  - Integrated patchs from Juergen Keil <jk@tools.de>
3495    - Avoid void* pointer arithmatic
3496    - Use LDFLAGS correctly
3497    - Fix SIGIO error in scp
3498    - Simplify status line printing in scp
3499  - Added better test for inline functions compiler support from
3500    Darren_Hall@progressive.com
3501
3502 19991214
3503  - OpenBSD CVS Changes
3504    - [canohost.c]
3505      fix get_remote_port() and friends for sshd -i;
3506      Holger.Trapp@Informatik.TU-Chemnitz.DE
3507    - [mpaux.c]
3508      make code simpler. no need for memcpy. niels@ ok
3509    - [pty.c]
3510      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
3511      fix proto; markus
3512    - [ssh.1]
3513       typo; mark.baushke@solipsa.com
3514    - [channels.c ssh.c ssh.h sshd.c]
3515      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
3516    - [sshconnect.c]
3517      move checking of hostkey into own function.
3518    - [version.h]
3519      OpenSSH-1.2.1
3520  - Clean up broken includes in pty.c
3521  - Some older systems don't have poll.h, they use sys/poll.h instead
3522  - Doc updates
3523
3524 19991211
3525  - Fix compilation on systems with AFS. Reported by
3526    aloomis@glue.umd.edu
3527  - Fix installation on Solaris. Reported by
3528    Gordon Rowell <gordonr@gormand.com.au>
3529  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
3530    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3531  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
3532  - Compile fix from David Agraz <dagraz@jahoopa.com>
3533  - Avoid compiler warning in bsd-snprintf.c
3534  - Added pam_limits.so to default PAM config. Suggested by
3535    Jim Knoble <jmknoble@jmknoble.cx>
3536
3537 19991209
3538  - Import of patch from Ben Taylor <bent@clark.net>:
3539    - Improved PAM support
3540    - "uninstall" rule for Makefile
3541    - utmpx support
3542    - Should fix PAM problems on Solaris
3543  - OpenBSD CVS updates:
3544    - [readpass.c]
3545      avoid stdio; based on work by markus, millert, and I
3546    - [sshd.c]
3547      make sure the client selects a supported cipher
3548    - [sshd.c]
3549      fix sighup handling.  accept would just restart and daemon handled
3550      sighup only after the next connection was accepted. use poll on
3551      listen sock now.
3552    - [sshd.c]
3553      make that a fatal
3554  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
3555    to fix libwrap support on NetBSD
3556  - Released 1.2pre17
3557
3558 19991208
3559  - Compile fix for Solaris with /dev/ptmx from
3560    David Agraz <dagraz@jahoopa.com>
3561
3562 19991207
3563  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
3564    fixes compatability with 4.x and 5.x
3565  - Fixed default SSH_ASKPASS
3566  - Fix PAM account and session being called multiple times. Problem
3567    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
3568  - Merged more OpenBSD changes:
3569    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
3570      move atomicio into it's own file.  wrap all socket write()s which
3571      were doing write(sock, buf, len) != len, with atomicio() calls.
3572    - [auth-skey.c]
3573      fd leak
3574    - [authfile.c]
3575      properly name fd variable
3576    - [channels.c]
3577      display great hatred towards strcpy
3578    - [pty.c pty.h sshd.c]
3579      use openpty() if it exists (it does on BSD4_4)
3580    - [tildexpand.c]
3581      check for ~ expansion past MAXPATHLEN
3582  - Modified helper.c to use new atomicio function.
3583  - Reformat Makefile a little
3584  - Moved RC4 routines from rc4.[ch] into helper.c
3585  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
3586  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
3587  - Tweaked Redhat spec
3588  - Clean up bad imports of a few files (forgot -kb)
3589  - Released 1.2pre16
3590
3591 19991204
3592  - Small cleanup of PAM code in sshd.c
3593  - Merged OpenBSD CVS changes:
3594    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
3595      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
3596    - [auth-rsa.c]
3597      warn only about mismatch if key is _used_
3598      warn about keysize-mismatch with log() not error()
3599      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
3600      ports are u_short
3601    - [hostfile.c]
3602      indent, shorter warning
3603    - [nchan.c]
3604      use error() for internal errors
3605    - [packet.c]
3606      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
3607      serverloop.c
3608      indent
3609    - [ssh-add.1 ssh-add.c ssh.h]
3610      document $SSH_ASKPASS, reasonable default
3611    - [ssh.1]
3612      CheckHostIP is not available for connects via proxy command
3613    - [sshconnect.c]
3614      typo
3615      easier to read client code for passwd and skey auth
3616      turn of checkhostip for proxy connects, since we don't know the remote ip
3617
3618 19991126
3619  - Add definition for __P()
3620  - Added [v]snprintf() replacement for systems that lack it
3621
3622 19991125
3623  - More reformatting merged from OpenBSD CVS
3624  - Merged OpenBSD CVS changes:
3625    - [channels.c]
3626      fix packet_integrity_check() for !have_hostname_in_open.
3627      report from mrwizard@psu.edu via djm@ibs.com.au
3628    - [channels.c]
3629      set SO_REUSEADDR and SO_LINGER for forwarded ports.
3630      chip@valinux.com via damien@ibs.com.au
3631    - [nchan.c]
3632      it's not an error() if shutdown_write failes in nchan.
3633    - [readconf.c]
3634      remove dead #ifdef-0-code
3635    - [readconf.c servconf.c]
3636      strcasecmp instead of tolower
3637    - [scp.c]
3638      progress meter overflow fix from damien@ibs.com.au
3639    - [ssh-add.1 ssh-add.c]
3640      SSH_ASKPASS support
3641    - [ssh.1 ssh.c]
3642      postpone fork_after_authentication until command execution,
3643      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3644      plus: use daemon() for backgrounding
3645  - Added BSD compatible install program and autoconf test, thanks to
3646    Niels Kristian Bech Jensen <nkbj@image.dk>
3647  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
3648  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3649  - Release 1.2pre15
3650
3651 19991124
3652  - Merged very large OpenBSD source code reformat
3653  - OpenBSD CVS updates
3654    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3655      [ssh.h sshd.8 sshd.c]
3656      syslog changes:
3657      * Unified Logmessage for all auth-types, for success and for failed
3658      * Standard connections get only ONE line in the LOG when level==LOG:
3659        Auth-attempts are logged only, if authentication is:
3660           a) successfull or
3661           b) with passwd or
3662           c) we had more than AUTH_FAIL_LOG failues
3663      * many log() became verbose()
3664      * old behaviour with level=VERBOSE
3665    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3666      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3667      messages. allows use of s/key in windows (ttssh, securecrt) and
3668      ssh-1.2.27 clients without 'ssh -v', ok: niels@
3669    - [sshd.8]
3670      -V, for fallback to openssh in SSH2 compatibility mode
3671    - [sshd.c]
3672      fix sigchld race; cjc5@po.cwru.edu
3673
3674 19991123
3675  - Added SuSE package files from Chris Saia <csaia@wtower.com>
3676  - Restructured package-related files under packages/*
3677  - Added generic PAM config
3678  - Numerous little Solaris fixes
3679  - Add recommendation to use GNU make to INSTALL document
3680
3681 19991122
3682  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
3683  - OpenBSD CVS Changes
3684    - [ssh-keygen.c]
3685      don't create ~/.ssh only if the user wants to store the private
3686      key there. show fingerprint instead of public-key after
3687      keygeneration. ok niels@
3688  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
3689  - Added timersub() macro
3690  - Tidy RCSIDs of bsd-*.c
3691  - Added autoconf test and macro to deal with old PAM libraries
3692    pam_strerror definition (one arg vs two).
3693  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
3694  - Retry /dev/urandom reads interrupted by signal (report from
3695    Robert Hardy <rhardy@webcon.net>)
3696  - Added a setenv replacement for systems which lack it
3697  - Only display public key comment when presenting ssh-askpass dialog
3698  - Released 1.2pre14
3699
3700  - Configure, Make and changelog corrections from Tudor Bosman
3701    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3702
3703 19991121
3704  - OpenBSD CVS Changes:
3705    - [channels.c]
3706      make this compile, bad markus
3707    - [log.c readconf.c servconf.c ssh.h]
3708      bugfix: loglevels are per host in clientconfig,
3709      factor out common log-level parsing code.
3710    - [servconf.c]
3711      remove unused index (-Wall)
3712    - [ssh-agent.c]
3713      only one 'extern char *__progname'
3714    - [sshd.8]
3715      document SIGHUP, -Q to synopsis
3716    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3717      [channels.c clientloop.c]
3718      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3719      [hope this time my ISP stays alive during commit]
3720    - [OVERVIEW README] typos; green@freebsd
3721    - [ssh-keygen.c]
3722      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3723      exit if writing the key fails (no infinit loop)
3724      print usage() everytime we get bad options
3725    - [ssh-keygen.c] overflow, djm@mindrot.org
3726    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
3727
3728 19991120
3729  - Merged more Solaris support from Marc G. Fournier
3730    <marc.fournier@acadiau.ca>
3731  - Wrote autoconf tests for integer bit-types
3732  - Fixed enabling kerberos support
3733  - Fix segfault in ssh-keygen caused by buffer overrun in filename
3734    handling.
3735
3736 19991119
3737  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
3738  - Merged OpenBSD CVS changes
3739    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
3740      more %d vs. %s in fmt-strings
3741    - [authfd.c]
3742      Integers should not be printed with %s
3743  - EGD uses a socket, not a named pipe. Duh.
3744  - Fix includes in fingerprint.c
3745  - Fix scp progress bar bug again.
3746  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
3747    David Rankin <drankin@bohemians.lexington.ky.us>
3748  - Added autoconf option to enable Kerberos 4 support (untested)
3749  - Added autoconf option to enable AFS support (untested)
3750  - Added autoconf option to enable S/Key support (untested)
3751  - Added autoconf option to enable TCP wrappers support (compiles OK)
3752  - Renamed BSD helper function files to bsd-*
3753  - Added tests for login and daemon and enable OpenBSD replacements for
3754    when they are absent.
3755  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
3756
3757 19991118
3758  - Merged OpenBSD CVS changes
3759    - [scp.c] foregroundproc() in scp
3760    - [sshconnect.h] include fingerprint.h
3761    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
3762      changes.
3763    - [ssh.1] Spell my name right.
3764  - Added openssh.com info to README
3765
3766 19991117
3767  - Merged OpenBSD CVS changes
3768    - [ChangeLog.Ylonen] noone needs this anymore
3769    - [authfd.c] close-on-exec for auth-socket, ok deraadt
3770    - [hostfile.c]
3771      in known_hosts key lookup the entry for the bits does not need
3772      to match, all the information is contained in n and e. This
3773      solves the problem with buggy servers announcing the wrong
3774      modulus length.  markus and me.
3775    - [serverloop.c]
3776      bugfix: check for space if child has terminated, from:
3777      iedowse@maths.tcd.ie
3778    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
3779      [fingerprint.c fingerprint.h]
3780      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
3781    - [ssh-agent.1] typo
3782    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
3783    - [sshd.c]
3784      force logging to stderr while loading private key file
3785      (lost while converting to new log-levels)
3786
3787 19991116
3788  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3789  - Merged OpenBSD CVS changes:
3790    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
3791      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
3792      the keysize of rsa-parameter 'n' is passed implizit,
3793      a few more checks and warnings about 'pretended' keysizes.
3794    - [cipher.c cipher.h packet.c packet.h sshd.c]
3795      remove support for cipher RC4
3796    - [ssh.c]
3797      a note for legay systems about secuity issues with permanently_set_uid(),
3798      the private hostkey and ptrace()
3799    - [sshconnect.c]
3800      more detailed messages about adding and checking hostkeys
3801
3802 19991115
3803  - Merged OpenBSD CVS changes:
3804    - [ssh-add.c] change passphrase loop logic and remove ref to
3805      $DISPLAY, ok niels
3806  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
3807    modular.
3808  - Revised autoconf support for enabling/disabling askpass support.
3809  - Merged more OpenBSD CVS changes:
3810    [auth-krb4.c]
3811      - disconnect if getpeername() fails
3812      - missing xfree(*client)
3813    [canohost.c]
3814      - disconnect if getpeername() fails
3815      - fix comment: we _do_ disconnect if ip-options are set
3816    [sshd.c]
3817      - disconnect if getpeername() fails
3818      - move checking of remote port to central place
3819    [auth-rhosts.c] move checking of remote port to central place
3820    [log-server.c] avoid extra fd per sshd, from millert@
3821    [readconf.c] print _all_ bad config-options in ssh(1), too
3822    [readconf.h] print _all_ bad config-options in ssh(1), too
3823    [ssh.c] print _all_ bad config-options in ssh(1), too
3824    [sshconnect.c] disconnect if getpeername() fails
3825  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
3826  - Various small cleanups to bring diff (against OpenBSD) size down.
3827  - Merged more Solaris compability from Marc G. Fournier
3828    <marc.fournier@acadiau.ca>
3829  - Wrote autoconf tests for __progname symbol
3830  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
3831  - Released 1.2pre12
3832
3833  - Another OpenBSD CVS update:
3834    - [ssh-keygen.1] fix .Xr
3835
3836 19991114
3837  - Solaris compilation fixes (still imcomplete)
3838
3839 19991113
3840  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3841    - Don't install config files if they already exist
3842    - Fix inclusion of additional preprocessor directives from acconfig.h
3843  - Removed redundant inclusions of config.h
3844  - Added 'Obsoletes' lines to RPM spec file
3845  - Merged OpenBSD CVS changes:
3846    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
3847    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
3848      totalsize, ok niels,aaron
3849  - Delay fork (-f option) in ssh until after port forwarded connections
3850    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
3851  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
3852  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
3853  - Tidied default config file some more
3854  - Revised Redhat initscript to fix bug: sshd (re)start would fail
3855    if executed from inside a ssh login.
3856
3857 19991112
3858  - Merged changes from OpenBSD CVS
3859    - [sshd.c] session_key_int may be zero
3860    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
3861      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
3862      deraadt,millert
3863  - Brought default sshd_config more in line with OpenBSD's
3864  - Grab server in gnome-ssh-askpass (Debian bug #49872)
3865  - Released 1.2pre10
3866
3867  - Added INSTALL documentation
3868  - Merged yet more changes from OpenBSD CVS
3869    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
3870      [ssh.c ssh.h sshconnect.c sshd.c]
3871      make all access to options via 'extern Options options'
3872      and 'extern ServerOptions options' respectively;
3873      options are no longer passed as arguments:
3874       * make options handling more consistent
3875       * remove #include "readconf.h" from ssh.h
3876       * readconf.h is only included if necessary
3877    - [mpaux.c] clear temp buffer
3878    - [servconf.c] print _all_ bad options found in configfile
3879  - Make ssh-askpass support optional through autoconf
3880  - Fix nasty division-by-zero error in scp.c
3881  - Released 1.2pre11
3882
3883 19991111
3884  - Added (untested) Entropy Gathering Daemon (EGD) support
3885  - Fixed /dev/urandom fd leak (Debian bug #49722)
3886  - Merged OpenBSD CVS changes:
3887    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3888    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3889    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3890  - Fix integer overflow which was messing up scp's progress bar for large
3891    file transfers. Fix submitted to OpenBSD developers. Report and fix
3892    from Kees Cook <cook@cpoint.net>
3893  - Merged more OpenBSD CVS changes:
3894    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
3895      + krb-cleanup cleanup
3896    - [clientloop.c log-client.c log-server.c ]
3897      [readconf.c readconf.h servconf.c servconf.h ]
3898      [ssh.1 ssh.c ssh.h sshd.8]
3899      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
3900      obsoletes QuietMode and FascistLogging in sshd.
3901    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
3902      allow session_key_int != sizeof(session_key)
3903      [this should fix the pre-assert-removal-core-files]
3904  - Updated default config file to use new LogLevel option and to improve
3905    readability
3906
3907 19991110
3908  - Merged several minor fixes:
3909    - ssh-agent commandline parsing
3910    - RPM spec file now installs ssh setuid root
3911    - Makefile creates libdir
3912    - Merged beginnings of Solaris compability from Marc G. Fournier
3913      <marc.fournier@acadiau.ca>
3914
3915 19991109
3916  - Autodetection of SSL/Crypto library location via autoconf
3917  - Fixed location of ssh-askpass to follow autoconf
3918  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3919  - Autodetection of RSAref library for US users
3920  - Minor doc updates
3921  - Merged OpenBSD CVS changes:
3922    - [rsa.c] bugfix: use correct size for memset()
3923    - [sshconnect.c] warn if announced size of modulus 'n' != real size
3924  - Added GNOME passphrase requestor (use --with-gnome-askpass)
3925  - RPM build now creates subpackages
3926  - Released 1.2pre9
3927
3928 19991108
3929  - Removed debian/ directory. This is now being maintained separately.
3930  - Added symlinks for slogin in RPM spec file
3931  - Fixed permissions on manpages in RPM spec file
3932  - Added references to required libraries in README file
3933  - Removed config.h.in from CVS
3934  - Removed pwdb support (better pluggable auth is provided by glibc)
3935  - Made PAM and requisite libdl optional
3936  - Removed lots of unnecessary checks from autoconf
3937  - Added support and autoconf test for openpty() function (Unix98 pty support)
3938  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
3939  - Added TODO file
3940  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
3941    - Added ssh-askpass program
3942    - Added ssh-askpass support to ssh-add.c
3943    - Create symlinks for slogin on install
3944    - Fix "distclean" target in makefile
3945    - Added example for ssh-agent to manpage
3946    - Added support for PAM_TEXT_INFO messages
3947    - Disable internal /etc/nologin support if PAM enabled
3948  - Merged latest OpenBSD CVS changes:
3949    - [all] replace assert() with error, fatal or packet_disconnect
3950    - [sshd.c] don't send fail-msg but disconnect if too many authentication
3951      failures
3952    - [sshd.c] remove unused argument. ok dugsong
3953    - [sshd.c] typo
3954    - [rsa.c] clear buffers used for encryption. ok: niels
3955    - [rsa.c] replace assert() with error, fatal or packet_disconnect
3956    - [auth-krb4.c] remove unused argument. ok dugsong
3957  - Fixed coredump after merge of OpenBSD rsa.c patch
3958  - Released 1.2pre8
3959
3960 19991102
3961  - Merged change from OpenBSD CVS
3962   - One-line cleanup in sshd.c
3963
3964 19991030
3965  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
3966  - Merged latest updates for OpenBSD CVS:
3967    - channels.[ch] - remove broken x11 fix and document istate/ostate
3968    - ssh-agent.c - call setsid() regardless of argv[]
3969    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
3970  - Documentation cleanups
3971  - Renamed README -> README.Ylonen
3972  - Renamed README.openssh ->README
3973
3974 19991029
3975  - Renamed openssh* back to ssh* at request of Theo de Raadt
3976  - Incorporated latest changes from OpenBSD's CVS
3977  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
3978  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
3979  - Make distclean now removed configure script
3980  - Improved PAM logging
3981  - Added some debug() calls for PAM
3982  - Removed redundant subdirectories
3983  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
3984    building on Debian.
3985  - Fixed off-by-one error in PAM env patch
3986  - Released 1.2pre6
3987
3988 19991028
3989  - Further PAM enhancements.
3990    - Much cleaner
3991    - Now uses account and session modules for all logins.
3992  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
3993    - Build fixes
3994    - Autoconf
3995    - Change binary names to open*
3996  - Fixed autoconf script to detect PAM on RH6.1
3997  - Added tests for libpwdb, and OpenBSD functions to autoconf
3998  - Released 1.2pre4
3999
4000  - Imported latest OpenBSD CVS code
4001  - Updated README.openssh
4002  - Released 1.2pre5
4003
4004 19991027
4005  - Adapted PAM patch.
4006  - Released 1.0pre2
4007
4008  - Excised my buggy replacements for strlcpy and mkdtemp
4009  - Imported correct OpenBSD strlcpy and mkdtemp routines.
4010  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
4011  - Picked up correct version number from OpenBSD
4012  - Added sshd.pam PAM configuration file
4013  - Added sshd.init Redhat init script
4014  - Added openssh.spec RPM spec file
4015  - Released 1.2pre3
4016
4017 19991026
4018  - Fixed include paths of OpenSSL functions
4019  - Use OpenSSL MD5 routines
4020  - Imported RC4 code from nanocrypt
4021  - Wrote replacements for OpenBSD arc4random* functions
4022  - Wrote replacements for strlcpy and mkdtemp
4023  - Released 1.0pre1
4024
4025 $Id$
This page took 0.374874 seconds and 5 git commands to generate.