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