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