]> andersk Git - openssh.git/blob - ChangeLog
- (djm) Added WARNING.RNG file and modified configure to ask users of the
[openssh.git] / ChangeLog
1 20001025
2  - (djm) Added WARNING.RNG file and modified configure to ask users of the
3    builtin entropy code to read it.
4  - (djm) Prefer builtin regex to PCRE.
5
6 20001020
7  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
8  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
9    is more correct then current version.
10
11 20001018
12  - (stevesk) Add initial support for setproctitle().  Current
13    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
14  - (stevesk) Add egd startup scripts to contrib/hpux/
15
16 20001017
17  - (djm) Add -lregex to cywin libs from Corinna Vinschen
18    <vinschen@cygnus.com>
19  - (djm) Don't rely on atomicio's retval to determine length of askpass
20    supplied passphrase. Problem report from Lutz Jaenicke
21    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
22  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
23  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki 
24    <nakaji@tutrp.tut.ac.jp>
25
26 20001016
27  - (djm) Sync with OpenBSD:
28    - markus@cvs.openbsd.org  2000/10/14 04:01:15
29      [cipher.c]
30      debug3
31    - markus@cvs.openbsd.org  2000/10/14 04:07:23
32      [scp.c]
33      remove spaces from arguments; from djm@mindrot.org
34    - markus@cvs.openbsd.org  2000/10/14 06:09:46
35      [ssh.1]
36      Cipher is for SSH-1 only
37    - markus@cvs.openbsd.org  2000/10/14 06:12:09
38      [servconf.c servconf.h serverloop.c session.c sshd.8]
39      AllowTcpForwarding; from naddy@
40    - markus@cvs.openbsd.org  2000/10/14 06:16:56
41      [auth2.c compat.c compat.h sshconnect2.c version.h]
42      OpenSSH_2.3; note that is is not complete, but the version number 
43      needs to be changed for interoperability reasons
44    - markus@cvs.openbsd.org  2000/10/14 06:19:45
45      [auth-rsa.c]
46      do not send RSA challenge if key is not allowed by key-options; from
47      eivind@ThinkSec.com
48    - markus@cvs.openbsd.org  2000/10/15 08:14:01
49      [rijndael.c session.c]
50      typos; from stevesk@sweden.hp.com
51    - markus@cvs.openbsd.org  2000/10/15 08:18:31
52      [rijndael.c]
53      typo
54  - (djm) Copy manpages back over from OpenBSD - too tedious to wade 
55    through diffs
56  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola 
57    <pekkas@netcore.fi>
58  - (djm) Update version in Redhat spec file
59  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the 
60    Redhat 7.0 spec file
61  - (djm) Make inability to read/write PRNG seedfile non-fatal
62
63
64 20001015
65  - (djm) Fix ssh2 hang on background processes at logout.
66
67 20001014
68  - (bal) Add support for realpath and getcwd for platforms with broken
69    or missing realpath implementations for sftp-server.
70  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
71  - (bal) Add support for GNU rx library for those lacking regexp support 
72  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
73  - (djm) Revert SSH2 serverloop hack, will find a better way.
74  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
75    from Martin Johansson <fatbob@acc.umu.se>
76  - (djm) Big OpenBSD sync:
77    - markus@cvs.openbsd.org  2000/09/30 10:27:44
78      [log.c]
79      allow loglevel debug
80    - markus@cvs.openbsd.org  2000/10/03 11:59:57
81      [packet.c]
82      hmac->mac
83    - markus@cvs.openbsd.org  2000/10/03 12:03:03
84      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
85      move fake-auth from auth1.c to individual auth methods, disables s/key in
86      debug-msg
87    - markus@cvs.openbsd.org  2000/10/03 12:16:48
88      ssh.c
89      do not resolve canonname, i have no idea why this was added oin ossh
90    - markus@cvs.openbsd.org  2000/10/09 15:30:44
91      ssh-keygen.1 ssh-keygen.c
92      -X now reads private ssh.com DSA keys, too.
93    - markus@cvs.openbsd.org  2000/10/09 15:32:34
94      auth-options.c
95      clear options on every call.
96    - markus@cvs.openbsd.org  2000/10/09 15:51:00
97      authfd.c authfd.h
98      interop with ssh-agent2, from <res@shore.net>
99    - markus@cvs.openbsd.org  2000/10/10 14:20:45
100      compat.c
101      use rexexp for version string matching
102    - provos@cvs.openbsd.org  2000/10/10 22:02:18
103      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
104      First rough implementation of the diffie-hellman group exchange.  The
105      client can ask the server for bigger groups to perform the diffie-hellman
106      in, thus increasing the attack complexity when using ciphers with longer
107      keys.  University of Windsor provided network, T the company.
108    - markus@cvs.openbsd.org  2000/10/11 13:59:52
109      [auth-rsa.c auth2.c]
110      clear auth options unless auth sucessfull
111    - markus@cvs.openbsd.org  2000/10/11 14:00:27
112      [auth-options.h]
113      clear auth options unless auth sucessfull
114    - markus@cvs.openbsd.org  2000/10/11 14:03:27
115      [scp.1 scp.c]
116      support 'scp -o' with help from mouring@pconline.com
117    - markus@cvs.openbsd.org  2000/10/11 14:11:35
118      [dh.c]
119      Wall
120    - markus@cvs.openbsd.org  2000/10/11 14:14:40
121      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
122      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
123      add support for s/key (kbd-interactive) to ssh2, based on work by
124      mkiernan@avantgo.com and me
125    - markus@cvs.openbsd.org  2000/10/11 14:27:24
126      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
127      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
128      [sshconnect2.c sshd.c]
129      new cipher framework
130    - markus@cvs.openbsd.org  2000/10/11 14:45:21
131      [cipher.c]
132      remove DES
133    - markus@cvs.openbsd.org  2000/10/12 03:59:20
134      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
135      enable DES in SSH-1 clients only
136    - markus@cvs.openbsd.org  2000/10/12 08:21:13
137      [kex.h packet.c]
138      remove unused
139    - markus@cvs.openbsd.org  2000/10/13 12:34:46
140      [sshd.c]
141      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
142    - markus@cvs.openbsd.org  2000/10/13 12:59:15
143      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
144      rijndael/aes support
145    - markus@cvs.openbsd.org  2000/10/13 13:10:54
146      [sshd.8]
147      more info about -V
148    - markus@cvs.openbsd.org  2000/10/13 13:12:02
149      [myproposal.h]
150      prefer no compression
151  - (djm) Fix scp user@host handling
152  - (djm) Don't clobber ssh_prng_cmds on install
153  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
154    u_intXX_t types on all platforms.
155  - (stevesk) rijndael.c: cleanup missing declaration warnings.
156  - (stevesk) ~/.hushlogin shouldn't cause required password change to
157    be bypassed.
158  - (stevesk) Display correct path to ssh-askpass in configure output.
159    Report from Lutz Jaenicke.
160
161 20001007
162  - (stevesk) Print PAM return value in PAM log messages to aid
163    with debugging.
164  - (stevesk) Fix detection of pw_class struct member in configure;
165    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
166
167 20001002
168  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
169  - (djm) Add host system and CC to end-of-configure report. Suggested by
170    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
171
172 20000931
173  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
174
175 20000930
176  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
177  - (djm) Support in bsd-snprintf.c for long long conversions from 
178    Ben Lindstrom <mouring@pconline.com>
179  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
180  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
181    very short lived X connections. Bug report from Tobias Oetiker 
182    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
183  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
184    patch from Pekka Savola <pekkas@netcore.fi>
185  - (djm) Forgot to cvs add LICENSE file
186  - (djm) Add LICENSE to RPM spec files
187  - (djm) CVS OpenBSD sync:
188    - markus@cvs.openbsd.org  2000/09/26 13:59:59
189      [clientloop.c]
190      use debug2
191    - markus@cvs.openbsd.org  2000/09/27 15:41:34
192      [auth2.c sshconnect2.c]
193      use key_type()
194    - markus@cvs.openbsd.org  2000/09/28 12:03:18
195      [channels.c]
196      debug -> debug2 cleanup
197  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only 
198    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
199    <Alain.St-Denis@ec.gc.ca>
200  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass. 
201    Problem was caused by interrupted read in ssh-add. Report from Donald 
202    J. Barry <don@astro.cornell.edu>
203
204 20000929
205  - (djm) Fix SSH2 not terminating until all background tasks done problem.
206  - (djm) Another off-by-one fix from Pavel Kankovsky 
207    <peak@argo.troja.mff.cuni.cz> 
208  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
209    tidy necessary differences. Use Markus' new debugN() in entropy.c
210  - (djm) Merged big SCO portability patch from Tim Rice 
211    <tim@multitalents.net>
212
213 20000926
214  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
215  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
216  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c. 
217    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> 
218
219 20000924
220  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
221  - (djm) A bit more cleanup - created cygwin_util.h
222  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
223    <markm@swoon.net>
224
225 20000923
226  - (djm) Fix address logging in utmp from Kevin Steves 
227    <stevesk@sweden.hp.com>
228  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
229  - (djm) Seperate tests for int64_t and u_int64_t types
230  - (djm) Tweak password expiry checking at suggestion of Kevin Steves 
231    <stevesk@sweden.hp.com>
232  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
233  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from 
234    Michael Stone <mstone@cs.loyola.edu>
235  - (djm) OpenBSD CVS sync:
236    - markus@cvs.openbsd.org  2000/09/17 09:38:59
237      [sshconnect2.c sshd.c]
238      fix DEBUG_KEXDH
239    - markus@cvs.openbsd.org  2000/09/17 09:52:51
240      [sshconnect.c]
241      yes no; ok niels@
242    - markus@cvs.openbsd.org  2000/09/21 04:55:11
243      [sshd.8]
244      typo
245    - markus@cvs.openbsd.org  2000/09/21 05:03:54
246      [serverloop.c]
247      typo
248    - markus@cvs.openbsd.org  2000/09/21 05:11:42
249      scp.c
250      utime() to utimes(); mouring@pconline.com
251    - markus@cvs.openbsd.org  2000/09/21 05:25:08
252      sshconnect2.c
253      change login logic in ssh2, allows plugin of other auth methods
254    - markus@cvs.openbsd.org  2000/09/21 05:25:35
255      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
256      [serverloop.c]
257      add context to dispatch_run
258    - markus@cvs.openbsd.org  2000/09/21 05:07:52
259      authfd.c authfd.h ssh-agent.c
260      bug compat for old ssh.com software
261
262 20000920
263  - (djm) Fix bad path substitution. Report from Andrew Miner
264    <asminer@cs.iastate.edu>
265
266 20000916
267  - (djm) Fix SSL search order from Lutz Jaenicke 
268    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
269  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
270  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
271  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
272    Patch from Larry Jones <larry.jones@sdrc.com>
273  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM 
274    password change patch.
275  - (djm) Bring licenses on my stuff in line with OpenBSD's
276  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
277    Kevin Steves <stevesk@sweden.hp.com>
278  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
279  - (djm) Re-enable int64_t types - we need them for sftp
280  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
281  - (djm) Update Redhat SPEC file accordingly
282  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
283  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
284  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter 
285    <Dirk.DeWachter@rug.ac.be>
286  - (djm) Fixprogs and entropy list fixes from Larry Jones 
287    <larry.jones@sdrc.com>
288  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
289    <tyoshida@gemini.rc.kyushu-u.ac.jp>
290  - (djm) Merge OpenBSD changes:
291    - markus@cvs.openbsd.org  2000/09/05 02:59:57
292      [session.c]
293      print hostname (not hushlogin)
294    - markus@cvs.openbsd.org  2000/09/05 13:18:48
295      [authfile.c ssh-add.c]
296      enable ssh-add -d for DSA keys
297    - markus@cvs.openbsd.org  2000/09/05 13:20:49
298      [sftp-server.c]
299      cleanup
300    - markus@cvs.openbsd.org  2000/09/06 03:46:41
301      [authfile.h]
302      prototype
303    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
304      [ALL]
305      cleanup copyright notices on all files.  I have attempted to be 
306      accurate with the details.  everything is now under Tatu's licence 
307      (which I copied from his readme), and/or the core-sdi bsd-ish thing 
308      for deattack, or various openbsd developers under a 2-term bsd 
309      licence.  We're not changing any rules, just being accurate.
310    - markus@cvs.openbsd.org  2000/09/07 14:40:30
311      [channels.c channels.h clientloop.c serverloop.c ssh.c]
312      cleanup window and packet sizes for ssh2 flow control; ok niels
313    - markus@cvs.openbsd.org  2000/09/07 14:53:00
314      [scp.c]
315      typo
316    - markus@cvs.openbsd.org  2000/09/07 15:13:37
317      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
318      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
319      [pty.c readconf.c]
320      some more Copyright fixes
321    - markus@cvs.openbsd.org  2000/09/08 03:02:51
322      [README.openssh2]
323      bye bye
324    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
325      [LICENCE cipher.c]
326      a few more comments about it being ARC4 not RC4
327    - markus@cvs.openbsd.org  2000/09/12 14:53:11
328      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
329      multiple debug levels
330    - markus@cvs.openbsd.org  2000/09/14 14:25:15
331      [clientloop.c]
332      typo
333    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
334      [ssh-agent.c]
335      check return value for setenv(3) for failure, and deal appropriately
336
337 20000913
338  - (djm) Fix server not exiting with jobs in background.
339
340 20000905
341  - (djm) Import OpenBSD CVS changes
342    - markus@cvs.openbsd.org  2000/08/31 15:52:24
343      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
344      implement a SFTP server. interops with sftp2, scp2 and the windows
345      client from ssh.com
346    - markus@cvs.openbsd.org  2000/08/31 15:56:03
347      [README.openssh2]
348      sync
349    - markus@cvs.openbsd.org  2000/08/31 16:05:42
350      [session.c]
351      Wall
352    - markus@cvs.openbsd.org  2000/08/31 16:09:34
353      [authfd.c ssh-agent.c]
354      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
355    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
356      [scp.1 scp.c]
357      cleanup and fix -S support; stevesk@sweden.hp.com
358    - markus@cvs.openbsd.org  2000/09/01 16:29:32
359      [sftp-server.c]
360      portability fixes
361    - markus@cvs.openbsd.org  2000/09/01 16:32:41
362      [sftp-server.c]
363      fix cast; mouring@pconline.com
364    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
365      [ssh-add.1 ssh.1]
366      add missing .El against .Bl.
367    - markus@cvs.openbsd.org  2000/09/04 13:03:41
368      [session.c]
369      missing close; ok theo
370    - markus@cvs.openbsd.org  2000/09/04 13:07:21
371      [session.c]
372      fix get_last_login_time order; from andre@van-veen.de
373    - markus@cvs.openbsd.org  2000/09/04 13:10:09
374      [sftp-server.c]
375      more cast fixes; from mouring@pconline.com
376    - markus@cvs.openbsd.org  2000/09/04 13:06:04
377      [session.c]
378      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
379  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
380  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
381
382 20000903
383  - (djm) Fix Redhat init script
384
385 20000901
386  - (djm) Pick up Jim's new X11-askpass
387  - (djm) Release 2.2.0p1
388
389 20000831
390  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
391    <acox@cv.telegroup.com>
392  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
393
394 20000830
395  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
396  - (djm) Periodically rekey arc4random
397  - (djm) Clean up diff against OpenBSD.
398  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
399    <stevesk@sweden.hp.com>
400  - (djm) Quieten the pam delete credentials error message
401  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
402    Kevin Steves <stevesk@sweden.hp.com>
403  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
404  - (djm) Fix doh in bsd-arc4random.c
405
406 20000829
407  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
408    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
409    Garrick James <garrick@james.net>
410  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
411    Bastian Trompetter <btrompetter@firemail.de>
412  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
413  - More OpenBSD updates:
414    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
415      [scp.c]
416      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
417    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
418      [session.c]
419      Wall
420    - markus@cvs.openbsd.org  2000/08/26 04:33:43
421      [compat.c]
422      ssh.com-2.3.0
423    - markus@cvs.openbsd.org  2000/08/27 12:18:05
424      [compat.c]
425      compatibility with future ssh.com versions
426    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
427      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
428      print uid/gid as unsigned
429    - markus@cvs.openbsd.org  2000/08/28 13:51:00
430      [ssh.c]
431      enable -n and -f for ssh2
432    - markus@cvs.openbsd.org  2000/08/28 14:19:53
433      [ssh.c]
434      allow combination of -N and -f
435    - markus@cvs.openbsd.org  2000/08/28 14:20:56
436      [util.c]
437      util.c
438    - markus@cvs.openbsd.org  2000/08/28 14:22:02
439      [util.c]
440      undo
441    - markus@cvs.openbsd.org  2000/08/28 14:23:38
442      [util.c]
443      don't complain if setting NONBLOCK fails with ENODEV
444
445 20000823
446  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
447    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
448    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
449    <kajiyama@grad.sccs.chukyo-u.ac.jp>
450  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
451  - (djm) Add local version to version.h
452  - (djm) Don't reseed arc4random everytime it is used
453  - (djm) OpenBSD CVS updates:
454    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
455      [ssh.c]
456      accept remsh as a valid name as well; roman@buildpoint.com
457    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
458      [deattack.c crc32.c packet.c]
459      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
460      libz crc32 function yet, because it has ugly "long"'s in it;
461      oneill@cs.sfu.ca
462    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
463      [scp.1 scp.c]
464      -S prog support; tv@debian.org
465    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
466      [scp.c]
467      knf
468    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
469      [log-client.c]
470      shorten
471    - markus@cvs.openbsd.org  2000/08/19 12:48:11
472      [channels.c channels.h clientloop.c ssh.c ssh.h]
473      support for ~. in ssh2
474    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
475      [crc32.h]
476      proper prototype
477    - markus@cvs.openbsd.org  2000/08/19 15:34:44
478      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
479      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
480      [fingerprint.c fingerprint.h]
481      add SSH2/DSA support to the agent and some other DSA related cleanups.
482      (note that we cannot talk to ssh.com's ssh2 agents)
483    - markus@cvs.openbsd.org  2000/08/19 15:55:52
484      [channels.c channels.h clientloop.c]
485      more ~ support for ssh2
486    - markus@cvs.openbsd.org  2000/08/19 16:21:19
487      [clientloop.c]
488      oops
489    - millert@cvs.openbsd.org 2000/08/20 12:25:53
490      [session.c]
491      We have to stash the result of get_remote_name_or_ip() before we
492      close our socket or getpeername() will get EBADF and the process
493      will exit.  Only a problem for "UseLogin yes".
494    - millert@cvs.openbsd.org 2000/08/20 12:30:59
495      [session.c]
496      Only check /etc/nologin if "UseLogin no" since login(1) may have its
497      own policy on determining who is allowed to login when /etc/nologin
498      is present.  Also use the _PATH_NOLOGIN define.
499    - millert@cvs.openbsd.org 2000/08/20 12:42:43
500      [auth1.c auth2.c session.c ssh.c]
501      Add calls to setusercontext() and login_get*().  We basically call
502      setusercontext() in most places where previously we did a setlogin().
503      Add default login.conf file and put root in the "daemon" login class.
504    - millert@cvs.openbsd.org 2000/08/21 10:23:31
505      [session.c]
506      Fix incorrect PATH setting; noted by Markus.
507
508 20000818
509  - (djm) OpenBSD CVS changes:
510    - markus@cvs.openbsd.org  2000/07/22 03:14:37
511      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
512      random early drop; ok theo, niels
513    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
514      [ssh.1]
515      typo
516    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
517      [sshd.8]
518      many fixes from pepper@mail.reppep.com
519    - provos@cvs.openbsd.org  2000/08/01 13:01:42
520      [Makefile.in util.c aux.c]
521      rename aux.c to util.c to help with cygwin port
522    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
523      [authfd.c]
524      correct sun_len; Alexander@Leidinger.net
525    - provos@cvs.openbsd.org  2000/08/02 10:27:17
526      [readconf.c sshd.8]
527      disable kerberos authentication by default
528    - provos@cvs.openbsd.org  2000/08/02 11:27:05
529      [sshd.8 readconf.c auth-krb4.c]
530      disallow kerberos authentication if we can't verify the TGT; from
531      dugsong@
532      kerberos authentication is on by default only if you have a srvtab.
533    - markus@cvs.openbsd.org  2000/08/04 14:30:07
534      [auth.c]
535      unused
536    - markus@cvs.openbsd.org  2000/08/04 14:30:35
537      [sshd_config]
538      MaxStartups
539    - markus@cvs.openbsd.org  2000/08/15 13:20:46
540      [authfd.c]
541      cleanup; ok niels@
542    - markus@cvs.openbsd.org  2000/08/17 14:05:10
543      [session.c]
544      cleanup login(1)-like jobs, no duplicate utmp entries
545    - markus@cvs.openbsd.org  2000/08/17 14:06:34
546      [session.c sshd.8 sshd.c]
547       sshd -u len, similar to telnetd
548  - (djm) Lastlog was not getting closed after writing login entry
549  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
550
551 20000816
552  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
553  - (djm) Fix strerror replacement for old SunOS. Based on patch from
554    Charles Levert <charles@comm.polymtl.ca>
555  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
556    implementation.
557  - (djm) SUN_LEN macro for systems which lack it
558
559 20000815
560  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
561  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
562    Michael Stone <mstone@cs.loyola.edu>
563  - (djm) Don't seek in directory based lastlogs
564  - (djm) Fix --with-ipaddr-display configure option test. Patch from
565    Jarno Huuskonen <jhuuskon@messi.uku.fi>
566  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
567
568 20000813
569  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
570    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
571
572 20000809
573  - (djm) Define AIX hard limits if headers don't. Report from
574    Bill Painter <william.t.painter@lmco.com>
575  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
576    <charles@comm.polymtl.ca>
577
578 20000808
579  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
580    time, spec file cleanup.
581
582 20000807
583  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
584  - (djm) Suppress error messages on channel close shutdown() failurs
585    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
586  - (djm) Add some more entropy collection commands from Lutz Jaenicke
587
588 20000725
589  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
590
591 20000721
592  - (djm) OpenBSD CVS updates:
593    - markus@cvs.openbsd.org  2000/07/16 02:27:22
594      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
595      [sshconnect1.c sshconnect2.c]
596      make ssh-add accept dsa keys (the agent does not)
597    - djm@cvs.openbsd.org     2000/07/17 19:25:02
598      [sshd.c]
599      Another closing of stdin; ok deraadt
600    - markus@cvs.openbsd.org  2000/07/19 18:33:12
601      [dsa.c]
602      missing free, reorder
603    - markus@cvs.openbsd.org  2000/07/20 16:23:14
604      [ssh-keygen.1]
605      document input and output files
606
607 20000720
608  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
609
610 20000716
611  - (djm) Release 2.1.1p4
612
613 20000715
614  - (djm) OpenBSD CVS updates
615    - provos@cvs.openbsd.org  2000/07/13 16:53:22
616      [aux.c readconf.c servconf.c ssh.h]
617      allow multiple whitespace but only one '=' between tokens, bug report from
618      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
619    - provos@cvs.openbsd.org  2000/07/13 17:14:09
620      [clientloop.c]
621      typo; todd@fries.net
622    - provos@cvs.openbsd.org  2000/07/13 17:19:31
623      [scp.c]
624      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
625    - markus@cvs.openbsd.org  2000/07/14 16:59:46
626      [readconf.c servconf.c]
627      allow leading whitespace. ok niels
628    - djm@cvs.openbsd.org     2000/07/14 22:01:38
629      [ssh-keygen.c ssh.c]
630      Always create ~/.ssh with mode 700; ok Markus
631  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
632    - Include floatingpoint.h for entropy.c
633    - strerror replacement
634
635 20000712
636  - (djm) Remove -lresolve for Reliant Unix
637  - (djm) OpenBSD CVS Updates:
638    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
639      [session.c sshd.c ]
640      make MaxStartups code still work with -d; djm
641    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
642      [readconf.c ssh_config]
643      disable FallBackToRsh by default
644  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
645    Ben Lindstrom <mouring@pconline.com>
646  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
647    spec file.
648  - (djm) Released 2.1.1p3
649
650 20000711
651  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
652    <tbert@abac.com>
653  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
654  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
655    <mouring@pconline.com>
656  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
657    from Jim Watt <jimw@peisj.pebio.com>
658  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
659    to compile on more platforms (incl NeXT).
660  - (djm) Added bsd-inet_aton and configure support for NeXT
661  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
662  - (djm) OpenBSD CVS updates:
663    - markus@cvs.openbsd.org  2000/06/26 03:22:29
664      [authfd.c]
665      cleanup, less cut&paste
666    - markus@cvs.openbsd.org  2000/06/26 15:59:19
667      [servconf.c servconf.h session.c sshd.8 sshd.c]
668      MaxStartups: limit number of unauthenticated connections, work by
669      theo and me
670    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
671      [session.c]
672      use no_x11_forwarding_flag correctly; provos ok
673    - provos@cvs.openbsd.org  2000/07/05 15:35:57
674      [sshd.c]
675      typo
676    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
677      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
678      Insert more missing .El directives. Our troff really should identify
679      these and spit out a warning.
680    - todd@cvs.openbsd.org    2000/07/06 21:55:04
681      [auth-rsa.c auth2.c ssh-keygen.c]
682      clean code is good code
683    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
684      [serverloop.c]
685      sense of port forwarding flag test was backwards
686    - provos@cvs.openbsd.org  2000/07/08 17:17:31
687      [compat.c readconf.c]
688      replace strtok with strsep; from David Young <dyoung@onthejob.net>
689    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
690      [auth.h]
691      KNF
692    - ho@cvs.openbsd.org      2000/07/08 19:27:33
693      [compat.c readconf.c]
694      Better conditions for strsep() ending.
695    - ho@cvs.openbsd.org      2000/07/10 10:27:05
696      [readconf.c]
697      Get the correct message on errors. (niels@ ok)
698    - ho@cvs.openbsd.org      2000/07/10 10:30:25
699      [cipher.c kex.c servconf.c]
700      strtok() --> strsep(). (niels@ ok)
701  - (djm) Fix problem with debug mode and MaxStartups
702  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
703    builds)
704  - (djm) Add strsep function from OpenBSD libc for systems that lack it
705
706 20000709
707  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
708    Kevin Steves <stevesk@sweden.hp.com>
709  - (djm) Match prototype and function declaration for rresvport_af.
710    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
711  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
712    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
713  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
714    <jimw@peisj.pebio.com>
715  - (djm) Fix pam sprintf fix
716  - (djm) Cleanup entropy collection code a little more. Split initialisation
717    from seeding, perform intialisation immediatly at start, be careful with
718    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
719  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
720    Including sigaction() et al. replacements
721  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
722    <tbert@abac.com>
723
724 20000708
725  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
726    Aaron Hopkins <aaron@die.net>
727  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
728    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
729  - (djm) Fixed undefined variables for OSF SIA. Report from
730    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
731  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
732    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
733  - (djm) Don't use inet_addr.
734
735 20000702
736  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
737  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
738    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
739  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
740    Chris, the Young One <cky@pobox.com>
741  - (djm) Fix scp progress meter on really wide terminals. Based on patch
742    from James H. Cloos Jr. <cloos@jhcloos.com>
743
744 20000701
745  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
746  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
747  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
748    <vinschen@cygnus.com>
749  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
750  - (djm) Added check for broken snprintf() functions which do not correctly
751    terminate output string and attempt to use replacement.
752  - (djm) Released 2.1.1p2
753
754 20000628
755  - (djm) Fixes to lastlog code for Irix
756  - (djm) Use atomicio in loginrec
757  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
758    Irix 6.x array sessions, project id's, and system audit trail id.
759  - (djm) Added 'distprep' make target to simplify packaging
760  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
761    support. Enable using "USE_SIA=1 ./configure [options]"
762   
763 20000627
764  - (djm) Fixes to login code - not setting li->uid, cleanups
765  - (djm) Formatting
766
767 20000626
768  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
769  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
770  - (djm) Added password expiry checking (no password change support)
771  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
772    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
773  - (djm) Fix fixed EGD code.
774  - OpenBSD CVS update
775    - provos@cvs.openbsd.org  2000/06/25 14:17:58
776      [channels.c]
777      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
778
779 20000623
780  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
781    Svante Signell <svante.signell@telia.com>
782  - (djm) Autoconf logic to define sa_family_t if it is missing
783  - OpenBSD CVS Updates:
784    - markus@cvs.openbsd.org  2000/06/22 10:32:27
785      [sshd.c]
786      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
787    - djm@cvs.openbsd.org     2000/06/22 17:55:00
788      [auth-krb4.c key.c radix.c uuencode.c]
789      Missing CVS idents; ok markus
790
791 20000622
792  - (djm) Automatically generate host key during "make install". Suggested
793    by Gary E. Miller <gem@rellim.com>
794  - (djm) Paranoia before kill() system call
795  - OpenBSD CVS Updates:
796    - markus@cvs.openbsd.org  2000/06/18 18:50:11
797      [auth2.c compat.c compat.h sshconnect2.c]
798      make userauth+pubkey interop with ssh.com-2.2.0
799    - markus@cvs.openbsd.org  2000/06/18 20:56:17
800      [dsa.c]
801      mem leak + be more paranoid in dsa_verify.
802    - markus@cvs.openbsd.org  2000/06/18 21:29:50
803      [key.c]
804      cleanup fingerprinting, less hardcoded sizes
805    - markus@cvs.openbsd.org  2000/06/19 19:39:45
806      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
807      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
808      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
809      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
810      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
811      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
812      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
813      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
814      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
815      OpenBSD tag
816    - markus@cvs.openbsd.org  2000/06/21 10:46:10
817      sshconnect2.c missing free; nuke old comment
818
819 20000620
820  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
821    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
822    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
823  - (djm) Typo in loginrec.c
824
825 20000618
826  - (djm) Add summary of configure options to end of ./configure run
827  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
828    Michael Stone <mstone@cs.loyola.edu>
829  - (djm) rusage is a privileged operation on some Unices (incl.
830    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
831  - (djm) Avoid PAM failures when running without a TTY. Report from
832    Martin Petrak <petrak@spsknm.schools.sk>
833  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
834    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
835  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
836  - OpenBSD CVS updates:
837    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
838      [channels.c]
839      everyone says "nix it" (remove protocol 2 debugging message)
840    - markus@cvs.openbsd.org  2000/06/17 13:24:34
841      [sshconnect.c]
842      allow extended server banners
843    - markus@cvs.openbsd.org  2000/06/17 14:30:10
844      [sshconnect.c]
845      missing atomicio, typo
846    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
847      [servconf.c servconf.h session.c sshd.8 sshd_config]
848      add support for ssh v2 subsystems. ok markus@.
849    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
850      [readconf.c servconf.c]
851      include = in WHITESPACE; markus ok
852    - markus@cvs.openbsd.org  2000/06/17 19:09:10
853      [auth2.c]
854      implement bug compatibility with ssh-2.0.13 pubkey, server side
855    - markus@cvs.openbsd.org  2000/06/17 21:00:28
856      [compat.c]
857      initial support for ssh.com's 2.2.0
858    - markus@cvs.openbsd.org  2000/06/17 21:16:09
859      [scp.c]
860      typo
861    - markus@cvs.openbsd.org  2000/06/17 22:05:02
862      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
863      split auth-rsa option parsing into auth-options
864      add options support to authorized_keys2
865    - markus@cvs.openbsd.org  2000/06/17 22:42:54
866      [session.c]
867      typo
868
869 20000613
870  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
871   - Platform define for SCO 3.x which breaks on /dev/ptmx
872   - Detect and try to fix missing MAXPATHLEN
873  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
874    <P.S.S.Camp@ukc.ac.uk>
875
876 20000612
877  - (djm) Glob manpages in RPM spec files to catch compressed files
878  - (djm) Full license in auth-pam.c
879  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
880  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
881   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
882      def'd
883   - Set AIX to use preformatted manpages
884   
885 20000610
886  - (djm) Minor doc tweaks
887  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
888
889 20000609
890  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
891    (in favour of utmpx) on Solaris 8
892
893 20000606
894  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
895    list of commands (by default). Removed verbose debugging (by default).
896  - (djm) Increased command entropy estimates and default entropy collection
897    timeout
898  - (djm) Remove duplicate headers from loginrec.c
899  - (djm) Don't add /usr/local/lib to library search path on Irix
900  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
901    <tibbs@math.uh.edu>
902  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
903    <zack@wolery.cumb.org>
904  - (djm) OpenBSD CVS updates:
905   - todd@cvs.openbsd.org
906     [sshconnect2.c]
907     teach protocol v2 to count login failures properly and also enable an
908     explanation of why the password prompt comes up again like v1; this is NOT
909     crypto
910   - markus@cvs.openbsd.org 
911     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
912     xauth_location support; pr 1234
913     [readconf.c sshconnect2.c]
914     typo, unused
915     [session.c]
916     allow use_login only for login sessions, otherwise remote commands are
917     execed with uid==0
918     [sshd.8]
919     document UseLogin better
920     [version.h]
921     OpenSSH 2.1.1
922     [auth-rsa.c]
923     fix match_hostname() logic for auth-rsa: deny access if we have a
924     negative match or no match at all
925     [channels.c hostfile.c match.c]
926     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
927     kris@FreeBSD.org
928
929 20000606
930  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
931    configure.
932
933 20000604
934  - Configure tweaking for new login code on Irix 5.3
935  - (andre) login code changes based on djm feedback
936
937 20000603
938  - (andre) New login code
939     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
940     - Add loginrec.[ch], logintest.c and autoconf code
941   
942 20000531
943  - Cleanup of auth.c, login.c and fake-*
944  - Cleanup of auth-pam.c, save and print "account expired" error messages
945  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
946  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
947    of fallback DIY code.
948
949 20000530
950  - Define atexit for old Solaris
951  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
952    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
953  - OpenBSD CVS updates:
954   - markus@cvs.openbsd.org
955     [session.c]
956     make x11-fwd work w/ localhost (xauth add host/unix:11)
957     [cipher.c compat.c readconf.c servconf.c]
958     check strtok() != NULL; ok niels@
959     [key.c]
960     fix key_read() for uuencoded keys w/o '='
961     [serverloop.c]
962     group ssh1 vs. ssh2 in serverloop
963     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
964     split kexinit/kexdh, factor out common code
965     [readconf.c ssh.1 ssh.c]
966     forwardagent defaults to no, add ssh -A
967   - theo@cvs.openbsd.org
968     [session.c]
969     just some line shortening
970  - Released 2.1.0p3
971
972 20000520
973  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
974  - Don't touch utmp if USE_UTMPX defined
975  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
976  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
977  - HPUX and Configure fixes from Lutz Jaenicke
978    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
979  - Use mkinstalldirs script to make directories instead of non-portable
980    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
981  - Doc cleanup
982
983 20000518
984  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
985  - OpenBSD CVS updates:
986   - markus@cvs.openbsd.org
987     [sshconnect.c]
988     copy only ai_addrlen bytes; misiek@pld.org.pl
989     [auth.c]
990     accept an empty shell in authentication; bug reported by
991     chris@tinker.ucr.edu
992     [serverloop.c]
993     we don't have stderr for interactive terminal sessions (fcntl errors)
994
995 20000517
996  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
997   - Fixes command line printing segfaults (spotter: Bladt Norbert)
998   - Fixes erroneous printing of debug messages to syslog
999   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
1000   - Gives useful error message if PRNG initialisation fails
1001   - Reduced ssh startup delay
1002   - Measures cumulative command time rather than the time between reads
1003     after select()
1004   - 'fixprogs' perl script to eliminate non-working entropy commands, and
1005     optionally run 'ent' to measure command entropy
1006  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
1007  - Avoid WCOREDUMP complation errors for systems that lack it
1008  - Avoid SIGCHLD warnings from entropy commands
1009  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
1010  - OpenBSD CVS update:
1011   - markus@cvs.openbsd.org
1012     [ssh.c]
1013     fix usage()
1014     [ssh2.h]
1015     draft-ietf-secsh-architecture-05.txt
1016     [ssh.1]
1017     document ssh -T -N (ssh2 only)
1018     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
1019     enable nonblocking IO for sshd w/ proto 1, too; split out common code
1020     [aux.c]
1021     missing include
1022  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
1023   - INSTALL typo and URL fix
1024   - Makefile fix
1025   - Solaris fixes
1026  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
1027    <ksakai@kso.netwk.ntt-at.co.jp>
1028  - RSAless operation patch from kevin_oconnor@standardandpoors.com
1029  - Detect OpenSSL seperatly from RSA
1030  - Better test for RSA (more compatible with RSAref). Based on work by
1031    Ed Eden <ede370@stl.rural.usda.gov>
1032
1033 20000513
1034  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
1035    <misiek@pld.org.pl>
1036
1037 20000511
1038  - Fix for prng_seed permissions checking from Lutz Jaenicke
1039    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1040  - "make host-key" fix for Irix
1041
1042 20000509
1043  - OpenBSD CVS update
1044   - markus@cvs.openbsd.org
1045     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
1046     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
1047     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
1048   - hugh@cvs.openbsd.org
1049     [ssh.1]
1050     - zap typo
1051     [ssh-keygen.1]
1052     - One last nit fix. (markus approved)
1053     [sshd.8]
1054     - some markus certified spelling adjustments
1055   - markus@cvs.openbsd.org
1056     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
1057     [sshconnect2.c ]
1058     - bug compat w/ ssh-2.0.13 x11, split out bugs
1059     [nchan.c]
1060     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
1061     [ssh-keygen.c]
1062     - handle escapes in real and original key format, ok millert@
1063     [version.h]
1064     - OpenSSH-2.1
1065  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
1066  - Doc updates
1067  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
1068    by Andre Lucas <andre.lucas@dial.pipex.com>
1069
1070 20000508
1071  - Makefile and RPM spec fixes
1072  - Generate DSA host keys during "make key" or RPM installs
1073  - OpenBSD CVS update
1074   - markus@cvs.openbsd.org
1075     [clientloop.c sshconnect2.c]
1076     - make x11-fwd interop w/ ssh-2.0.13
1077     [README.openssh2]
1078     - interop w/ SecureFX
1079  - Release 2.0.0beta2
1080
1081  - Configure caching and cleanup patch from Andre Lucas'
1082    <andre.lucas@dial.pipex.com>
1083
1084 20000507
1085  - Remove references to SSLeay.
1086  - Big OpenBSD CVS update
1087   - markus@cvs.openbsd.org
1088     [clientloop.c]
1089     - typo
1090     [session.c]
1091     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
1092     [session.c]
1093     - update proctitle for proto 1, too
1094     [channels.h nchan.c serverloop.c session.c sshd.c]
1095     - use c-style comments
1096   - deraadt@cvs.openbsd.org
1097     [scp.c]
1098     - more atomicio
1099   - markus@cvs.openbsd.org
1100     [channels.c]
1101     - set O_NONBLOCK
1102     [ssh.1]
1103     - update AUTHOR
1104     [readconf.c ssh-keygen.c ssh.h]
1105     - default DSA key file ~/.ssh/id_dsa
1106     [clientloop.c]
1107     - typo, rm verbose debug
1108   - deraadt@cvs.openbsd.org
1109     [ssh-keygen.1]
1110     - document DSA use of ssh-keygen
1111     [sshd.8]
1112     - a start at describing what i understand of the DSA side
1113     [ssh-keygen.1]
1114     - document -X and -x
1115     [ssh-keygen.c]
1116     - simplify usage
1117   - markus@cvs.openbsd.org
1118     [sshd.8]
1119     - there is no rhosts_dsa
1120     [ssh-keygen.1]
1121     - document -y, update -X,-x
1122     [nchan.c]
1123     - fix close for non-open ssh1 channels
1124     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
1125     - s/DsaKey/HostDSAKey/, document option
1126     [sshconnect2.c]
1127     - respect number_of_password_prompts
1128     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
1129     - GatewayPorts for sshd, ok deraadt@
1130     [ssh-add.1 ssh-agent.1 ssh.1]
1131     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
1132     [ssh.1]
1133     - more info on proto 2
1134     [sshd.8]
1135     - sync AUTHOR w/ ssh.1
1136     [key.c key.h sshconnect.c]
1137     - print key type when talking about host keys
1138     [packet.c]
1139     - clear padding in ssh2
1140     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
1141     - replace broken uuencode w/ libc b64_ntop
1142     [auth2.c]
1143     - log failure before sending the reply
1144     [key.c radix.c uuencode.c]
1145     - remote trailing comments before calling __b64_pton
1146     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
1147     [sshconnect2.c sshd.8]
1148     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
1149  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
1150
1151 20000502
1152  - OpenBSD CVS update
1153    [channels.c]
1154    - init all fds, close all fds.
1155    [sshconnect2.c]
1156    - check whether file exists before asking for passphrase
1157    [servconf.c servconf.h sshd.8 sshd.c]
1158    - PidFile, pr 1210
1159    [channels.c]
1160    - EINTR
1161    [channels.c]
1162    - unbreak, ok niels@
1163    [sshd.c]
1164    - unlink pid file, ok niels@
1165    [auth2.c]
1166    - Add missing #ifdefs; ok - markus
1167  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
1168    gathering commands from a text file
1169  - Release 2.0.0beta1
1170
1171 20000501
1172  - OpenBSD CVS update
1173    [packet.c]
1174    - send debug messages in SSH2 format
1175    [scp.c]
1176    - fix very rare EAGAIN/EINTR issues; based on work by djm
1177    [packet.c]
1178    - less debug, rm unused
1179    [auth2.c]
1180    - disable kerb,s/key in ssh2
1181    [sshd.8]
1182    - Minor tweaks and typo fixes.
1183    [ssh-keygen.c]
1184    - Put -d into usage and reorder. markus ok.
1185  - Include missing headers for OpenSSL tests. Fix from Phil Karn
1186    <karn@ka9q.ampr.org>
1187  - Fixed __progname symbol collisions reported by Andre Lucas
1188    <andre.lucas@dial.pipex.com>
1189  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
1190    <gd@hilb1.medat.de>
1191  - Add some missing ifdefs to auth2.c
1192  - Deprecate perl-tk askpass.
1193  - Irix portability fixes - don't include netinet headers more than once
1194  - Make sure we don't save PRNG seed more than once
1195
1196 20000430
1197  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
1198  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
1199    patch.
1200    - Adds timeout to entropy collection
1201    - Disables slow entropy sources
1202    - Load and save seed file
1203  - Changed entropy seed code to user per-user seeds only (server seed is
1204    saved in root's .ssh directory)
1205  - Use atexit() and fatal cleanups to save seed on exit
1206  - More OpenBSD updates:
1207    [session.c]
1208    - don't call chan_write_failed() if we are not writing
1209    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1210    - keysize warnings error() -> log()
1211
1212 20000429
1213  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1214    [README.openssh2]
1215    - interop w/ F-secure windows client
1216    - sync documentation
1217    - ssh_host_dsa_key not ssh_dsa_key
1218    [auth-rsa.c]
1219    - missing fclose
1220    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1221    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1222    [sshd.c uuencode.c uuencode.h authfile.h]
1223    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
1224      for trading keys with the real and the original SSH, directly from the
1225      people who invented the SSH protocol.
1226    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1227    [sshconnect1.c sshconnect2.c]
1228    - split auth/sshconnect in one file per protocol version
1229    [sshconnect2.c]
1230    - remove debug
1231    [uuencode.c]
1232    - add trailing =
1233    [version.h]
1234    - OpenSSH-2.0
1235    [ssh-keygen.1 ssh-keygen.c]
1236    - add -R flag: exit code indicates if RSA is alive
1237    [sshd.c]
1238    - remove unused
1239      silent if -Q is specified
1240    [ssh.h]
1241    - host key becomes /etc/ssh_host_dsa_key
1242    [readconf.c servconf.c ]
1243    - ssh/sshd default to proto 1 and 2
1244    [uuencode.c]
1245    - remove debug
1246    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1247    - xfree DSA blobs
1248    [auth2.c serverloop.c session.c]
1249    - cleanup logging for sshd/2, respect PasswordAuth no
1250    [sshconnect2.c]
1251    - less debug, respect .ssh/config
1252    [README.openssh2 channels.c channels.h]
1253    - clientloop.c session.c ssh.c
1254    - support for x11-fwding, client+server
1255
1256 20000421
1257  - Merge fix from OpenBSD CVS
1258   [ssh-agent.c]
1259   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1260     via Debian bug #59926
1261  - Define __progname in session.c if libc doesn't
1262  - Remove indentation on autoconf #include statements to avoid bug in
1263    DEC Tru64 compiler. Report and fix from David Del Piero
1264    <David.DelPiero@qed.qld.gov.au>
1265
1266 20000420
1267  - Make fixpaths work with perl4, patch from Andre Lucas
1268    <andre.lucas@dial.pipex.com>
1269  - Sync with OpenBSD CVS:
1270   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1271   - pid_t
1272   [session.c]
1273   - remove bogus chan_read_failed. this could cause data
1274     corruption (missing data) at end of a SSH2 session.
1275  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1276   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1277   - Use vhangup to clean up Linux ttys
1278   - Force posix getopt processing on GNU libc systems
1279  - Debian bug #55910 - remove references to ssl(8) manpages
1280  - Debian bug #58031 - ssh_config lies about default cipher
1281
1282 20000419
1283  - OpenBSD CVS updates
1284    [channels.c]
1285    - fix pr 1196, listen_port and port_to_connect interchanged
1286    [scp.c]
1287    - after completion, replace the progress bar ETA counter with a final
1288      elapsed time; my idea, aaron wrote the patch
1289    [ssh_config sshd_config]
1290    - show 'Protocol' as an example, ok markus@
1291    [sshd.c]
1292    - missing xfree()
1293  - Add missing header to bsd-misc.c
1294
1295 20000416
1296  - Reduce diff against OpenBSD source
1297    - All OpenSSL includes are now unconditionally referenced as
1298      openssl/foo.h
1299    - Pick up formatting changes
1300    - Other minor changed (typecasts, etc) that I missed
1301
1302 20000415
1303  - OpenBSD CVS updates.
1304    [ssh.1 ssh.c]
1305    - ssh -2
1306    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1307    [session.c sshconnect.c]
1308    - check payload for (illegal) extra data
1309    [ALL]
1310    whitespace cleanup
1311
1312 20000413
1313  - INSTALL doc updates
1314  - Merged OpenBSD updates to include paths.
1315
1316 20000412
1317  - OpenBSD CVS updates:
1318    - [channels.c]
1319      repair x11-fwd
1320    - [sshconnect.c]
1321      fix passwd prompt for ssh2, less debugging output.
1322    - [clientloop.c compat.c dsa.c kex.c sshd.c]
1323      less debugging output
1324    - [kex.c kex.h sshconnect.c sshd.c]
1325      check for reasonable public DH values
1326    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1327      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1328      add Cipher and Protocol options to ssh/sshd, e.g.:
1329      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1330      arcfour,3des-cbc'
1331    - [sshd.c]
1332      print 1.99 only if server supports both
1333
1334 20000408
1335  - Avoid some compiler warnings in fake-get*.c
1336  - Add IPTOS macros for systems which lack them
1337  - Only set define entropy collection macros if they are found
1338  - More large OpenBSD CVS updates:
1339    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1340      [session.h ssh.h sshd.c README.openssh2]
1341      ssh2 server side, see README.openssh2; enable with 'sshd -2'
1342    - [channels.c]
1343      no adjust after close
1344    - [sshd.c compat.c ]
1345      interop w/ latest ssh.com windows client.
1346  
1347 20000406
1348  - OpenBSD CVS update:
1349    - [channels.c]
1350      close efd on eof
1351    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1352      ssh2 client implementation, interops w/ ssh.com and lsh servers.
1353    - [sshconnect.c]
1354      missing free.
1355    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1356      remove unused argument, split cipher_mask()
1357    - [clientloop.c]
1358      re-order: group ssh1 vs. ssh2
1359  - Make Redhat spec require openssl >= 0.9.5a
1360
1361 20000404
1362  - Add tests for RAND_add function when searching for OpenSSL
1363  - OpenBSD CVS update:
1364    - [packet.h packet.c]
1365      ssh2 packet format
1366    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1367      [channels.h channels.c]
1368      channel layer support for ssh2
1369    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1370      DSA, keyexchange, algorithm agreement for ssh2
1371  - Generate manpages before make install not at the end of make all
1372  - Don't seed the rng quite so often
1373  - Always reseed rng when requested
1374
1375 20000403
1376  - Wrote entropy collection routines for systems that lack /dev/random
1377    and EGD
1378  - Disable tests and typedefs for 64 bit types. They are currently unused.
1379
1380 20000401
1381  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1382    - [auth.c session.c sshd.c auth.h]
1383      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1384    - [bufaux.c bufaux.h]
1385      support ssh2 bignums
1386    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1387      [readconf.c ssh.c ssh.h serverloop.c]
1388      replace big switch() with function tables (prepare for ssh2)
1389    - [ssh2.h]
1390      ssh2 message type codes
1391    - [sshd.8]
1392      reorder Xr to avoid cutting
1393    - [serverloop.c]
1394      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1395    - [channels.c]
1396      missing close
1397      allow bigger packets
1398    - [cipher.c cipher.h]
1399      support ssh2 ciphers
1400    - [compress.c]
1401      cleanup, less code
1402    - [dispatch.c dispatch.h]
1403      function tables for different message types
1404    - [log-server.c]
1405      do not log() if debuggin to stderr
1406      rename a cpp symbol, to avoid param.h collision
1407    - [mpaux.c]
1408      KNF
1409    - [nchan.c]
1410      sync w/ channels.c
1411
1412 20000326
1413  - Better tests for OpenSSL w/ RSAref
1414  - Added replacement setenv() function from OpenBSD libc. Suggested by
1415    Ben Lindstrom <mouring@pconline.com>
1416  - OpenBSD CVS update
1417    - [auth-krb4.c]
1418      -Wall
1419    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1420      [match.h ssh.c ssh.h sshconnect.c sshd.c]
1421      initial support for DSA keys. ok deraadt@, niels@
1422    - [cipher.c cipher.h]
1423      remove unused cipher_attack_detected code
1424    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1425      Fix some formatting problems I missed before.
1426    - [ssh.1 sshd.8]
1427      fix spelling errors, From: FreeBSD
1428    - [ssh.c]
1429      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
1430
1431 20000324
1432  - Released 1.2.3
1433
1434 20000317
1435  - Clarified --with-default-path option.
1436  - Added -blibpath handling for AIX to work around stupid runtime linking.
1437    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1438    <jmknoble@pobox.com>
1439  - Checks for 64 bit int types. Problem report from Mats Fredholm
1440    <matsf@init.se>
1441  - OpenBSD CVS updates:
1442    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
1443      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1444      [sshd.c]
1445      pedantic: signed vs. unsigned, void*-arithm, etc
1446    - [ssh.1 sshd.8]
1447      Various cleanups and standardizations.
1448  - Runtime error fix for HPUX from Otmar Stahl
1449    <O.Stahl@lsw.uni-heidelberg.de>
1450
1451 20000316
1452  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
1453    Hesprich <dghespri@sprintparanet.com>
1454  - Propogate LD through to Makefile
1455  - Doc cleanups
1456  - Added blurb about "scp: command not found" errors to UPGRADING
1457
1458 20000315
1459  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1460    problems with gcc/Solaris.
1461  - Don't free argument to putenv() after use (in setenv() replacement).
1462    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
1463  - Created contrib/ subdirectory. Included helpers from Phil Hands'
1464    Debian package, README file and chroot patch from Ricardo Cerqueira
1465    <rmcc@clix.pt>
1466  - Moved gnome-ssh-askpass.c to contrib directory and removed config
1467    option.
1468  - Slight cleanup to doc files
1469  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
1470
1471 20000314
1472  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
1473    peter@frontierflying.com
1474  - Include /usr/local/include and /usr/local/lib for systems that don't
1475    do it themselves
1476  - -R/usr/local/lib for Solaris
1477  - Fix RSAref detection
1478  - Fix IN6_IS_ADDR_V4MAPPED macro
1479
1480 20000311
1481  - Detect RSAref
1482  - OpenBSD CVS change
1483    [sshd.c]
1484     - disallow guessing of root password
1485  - More configure fixes
1486  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
1487
1488 20000309
1489  - OpenBSD CVS updates to v1.2.3
1490    [ssh.h atomicio.c]
1491     - int atomicio -> ssize_t (for alpha). ok deraadt@
1492    [auth-rsa.c]
1493     - delay MD5 computation until client sends response, free() early, cleanup.
1494    [cipher.c]
1495     - void* -> unsigned char*, ok niels@
1496    [hostfile.c]
1497     - remove unused variable 'len'. fix comments.
1498     - remove unused variable
1499    [log-client.c log-server.c]
1500     - rename a cpp symbol, to avoid param.h collision
1501    [packet.c]
1502     - missing xfree()
1503     - getsockname() requires initialized tolen; andy@guildsoftware.com
1504     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1505    from Holger.Trapp@Informatik.TU-Chemnitz.DE
1506    [pty.c pty.h]
1507     - register cleanup for pty earlier. move code for pty-owner handling to
1508       pty.c ok provos@, dugsong@
1509    [readconf.c]
1510     - turn off x11-fwd for the client, too.
1511    [rsa.c]
1512     - PKCS#1 padding
1513    [scp.c]
1514     - allow '.' in usernames; from jedgar@fxp.org
1515    [servconf.c]
1516     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1517     - sync with sshd_config
1518    [ssh-keygen.c]
1519     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1520    [ssh.1]
1521     - Change invalid 'CHAT' loglevel to 'VERBOSE'
1522    [ssh.c]
1523     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1524     - turn off x11-fwd for the client, too.
1525    [sshconnect.c]
1526     - missing xfree()
1527     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1528     - read error vs. "Connection closed by remote host"
1529    [sshd.8]
1530     - ie. -> i.e.,
1531     - do not link to a commercial page..
1532     - sync with sshd_config
1533    [sshd.c]
1534     - no need for poll.h; from bright@wintelcom.net
1535     - log with level log() not fatal() if peer behaves badly.
1536     - don't panic if client behaves strange. ok deraadt@
1537     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1538     - delay close() of pty until the pty has been chowned back to root
1539     - oops, fix comment, too.
1540     - missing xfree()
1541     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1542       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
1543     - register cleanup for pty earlier. move code for pty-owner handling to
1544       pty.c ok provos@, dugsong@
1545     - create x11 cookie file
1546     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1547     - version 1.2.3
1548  - Cleaned up
1549  - Removed warning workaround for Linux and devpts filesystems (no longer
1550    required after OpenBSD updates)
1551
1552 20000308
1553  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1554
1555 20000307
1556  - Released 1.2.2p1
1557
1558 20000305
1559  - Fix DEC compile fix
1560  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
1561  - Check for getpagesize in libucb.a if not found in libc. Fix for old
1562    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
1563  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
1564    Mate Wierdl <mw@moni.msci.memphis.edu>
1565
1566 20000303
1567  - Added "make host-key" target, Suggestion from Dominik Brettnacher
1568  <domi@saargate.de>
1569  - Don't permanently fail on bind() if getaddrinfo has more choices left for
1570    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1571    Miskiewicz <misiek@pld.org.pl>
1572  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1573  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1574
1575 20000302
1576  - Big cleanup of autoconf code
1577    - Rearranged to be a little more logical
1578    - Added -R option for Solaris
1579    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1580      to detect library and header location _and_ ensure library has proper
1581      RSA support built in (this is a problem with OpenSSL 0.9.5).
1582  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
1583  - Avoid warning message with Unix98 ptys
1584  - Warning was valid - possible race condition on PTYs. Avoided using
1585    platform-specific code.
1586  - Document some common problems
1587  - Allow root access to any key. Patch from
1588    markus.friedl@informatik.uni-erlangen.de
1589
1590 20000207
1591  - Removed SOCKS code. Will support through a ProxyCommand.
1592
1593 20000203
1594  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
1595  - Add --with-ssl-dir option
1596
1597 20000202
1598  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
1599    <jmd@aoe.vt.edu>
1600  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1601  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
1602    <haruyama@nt.phys.s.u-tokyo.ac.jp>
1603
1604 20000201
1605  - Use socket pairs by default (instead of pipes). Prevents race condition
1606    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1607
1608 20000127
1609  - Seed OpenSSL's random number generator before generating RSA keypairs
1610  - Split random collector into seperate file
1611  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
1612
1613 20000126
1614  - Released 1.2.2 stable
1615
1616  - NeXT keeps it lastlog in /usr/adm. Report from
1617    mouring@newton.pconline.com
1618  - Added note in UPGRADING re interop with commercial SSH using idea.
1619    Report from Jim Knoble <jmknoble@pobox.com>
1620  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1621    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1622
1623 20000125
1624  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
1625    <andre.lucas@dial.pipex.com>
1626  - Reorder PAM initialisation so it does not mess up lastlog. Reported
1627    by Andre Lucas <andre.lucas@dial.pipex.com>
1628  - Use preformatted manpages on SCO, report from Gary E. Miller
1629    <gem@rellim.com>
1630  - New URL for x11-ssh-askpass.
1631  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
1632    <jmknoble@pobox.com>
1633  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
1634    Jim Knoble <jmknoble@pobox.com>
1635  - Updated RPM spec files to use DESTDIR
1636
1637 20000124
1638  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1639    increment)
1640
1641 20000123
1642  - OpenBSD CVS:
1643    - [packet.c]
1644      getsockname() requires initialized tolen; andy@guildsoftware.com
1645  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
1646    <drankin@bohemians.lexington.ky.us>
1647  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
1648
1649 20000122
1650  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1651    <bent@clark.net>
1652  - Merge preformatted manpage patch from Andre Lucas
1653    <andre.lucas@dial.pipex.com>
1654  - Make IPv4 use the default in RPM packages
1655  - Irix uses preformatted manpages
1656  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1657    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1658  - OpenBSD CVS updates:
1659    - [packet.c]
1660      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1661      from Holger.Trapp@Informatik.TU-Chemnitz.DE
1662    - [sshd.c]
1663      log with level log() not fatal() if peer behaves badly.
1664    - [readpass.c]
1665      instead of blocking SIGINT, catch it ourselves, so that we can clean
1666      the tty modes up and kill ourselves -- instead of our process group
1667      leader (scp, cvs, ...) going away and leaving us in noecho mode. 
1668      people with cbreak shells never even noticed..
1669    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1670      ie. -> i.e.,
1671
1672 20000120
1673  - Don't use getaddrinfo on AIX
1674  - Update to latest OpenBSD CVS:
1675    - [auth-rsa.c]
1676      - fix user/1056, sshd keeps restrictions; dbt@meat.net
1677    - [sshconnect.c]
1678      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1679      - destroy keys earlier
1680      - split key exchange (kex) and user authentication (user-auth),
1681        ok: provos@
1682    - [sshd.c]
1683      - no need for poll.h; from bright@wintelcom.net
1684      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1685      - split key exchange (kex) and user authentication (user-auth),
1686        ok: provos@
1687  - Big manpage and config file cleanup from Andre Lucas
1688    <andre.lucas@dial.pipex.com>
1689    - Re-added latest (unmodified) OpenBSD manpages
1690  - Doc updates
1691  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1692    Christos Zoulas <christos@netbsd.org>
1693
1694 20000119
1695  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
1696  - Compile fix from Darren_Hall@progressive.com
1697  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1698    addresses using getaddrinfo(). Added a configure switch to make the
1699    default lookup mode AF_INET
1700
1701 20000118
1702  - Fixed --with-pid-dir option
1703  - Makefile fix from Gary E. Miller <gem@rellim.com>
1704  - Compile fix for HPUX and Solaris from Andre Lucas   
1705    <andre.lucas@dial.pipex.com>
1706
1707 20000117
1708  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1709    port, ignore EINVAL errors (Linux) when searching for free port.
1710  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
1711    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
1712  - Document location of Redhat PAM file in INSTALL.
1713  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1714    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
1715    deliver (no IPv6 kernel support)
1716  - Released 1.2.1pre27
1717
1718  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
1719  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
1720    <jhuuskon@hytti.uku.fi>
1721  - Fix hang on logout if processes are still using the pty. Needs
1722    further testing.
1723  - Patch from Christos Zoulas <christos@zoulas.com>
1724    - Try $prefix first when looking for OpenSSL.
1725    - Include sys/types.h when including sys/socket.h in test programs
1726  - Substitute PID directory in sshd.8. Suggestion from Andrew
1727    Stribblehill <a.d.stribblehill@durham.ac.uk>
1728
1729 20000116
1730  - Renamed --with-xauth-path to --with-xauth
1731  - Added --with-pid-dir option
1732  - Released 1.2.1pre26
1733
1734  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
1735  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
1736    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
1737
1738 20000115
1739  - Add --with-xauth-path configure directive and explicit test for
1740    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
1741    Nordby <anders@fix.no>
1742  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
1743    openpty. Report from John Seifarth <john@waw.be>
1744  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
1745    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
1746    <gem@rellim.com>
1747  - Use __snprintf and __vnsprintf if they are found where snprintf and
1748    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1749    and others.
1750
1751 20000114
1752  - Merged OpenBSD IPv6 patch:
1753    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1754      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1755      [hostfile.c sshd_config]
1756      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
1757      features: sshd allows multiple ListenAddress and Port options. note
1758      that libwrap is not IPv6-ready. (based on patches from
1759      fujiwara@rcac.tdi.co.jp)
1760    - [ssh.c canohost.c]
1761      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
1762      from itojun@
1763    - [channels.c]
1764      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1765    - [packet.h]
1766      allow auth-kerberos for IPv4 only
1767    - [scp.1 sshd.8 servconf.h scp.c]
1768      document -4, -6, and 'ssh -L 2022/::1/22'
1769    - [ssh.c]
1770      'ssh @host' is illegal (null user name), from
1771      karsten@gedankenpolizei.de
1772    - [sshconnect.c]
1773      better error message
1774    - [sshd.c]
1775      allow auth-kerberos for IPv4 only
1776  - Big IPv6 merge:
1777    - Cleanup overrun in sockaddr copying on RHL 6.1
1778    - Replacements for getaddrinfo, getnameinfo, etc based on versions
1779      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1780    - Replacement for missing structures on systems that lack IPv6
1781    - record_login needed to know about AF_INET6 addresses
1782    - Borrowed more code from OpenBSD: rresvport_af and requisites
1783
1784 20000110
1785  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1786
1787 20000107
1788  - New config.sub and config.guess to fix problems on SCO. Supplied
1789    by Gary E. Miller <gem@rellim.com>
1790  - SCO build fix from Gary E. Miller <gem@rellim.com>
1791  - Released 1.2.1pre25
1792
1793 20000106
1794  - Documentation update & cleanup
1795  - Better KrbIV / AFS detection, based on patch from:
1796    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1797
1798 20000105
1799  - Fixed annoying DES corruption problem. libcrypt has been
1800    overriding symbols in libcrypto. Removed libcrypt and crypt.h
1801    altogether (libcrypto includes its own crypt(1) replacement)
1802  - Added platform-specific rules for Irix 6.x. Included warning that
1803    they are untested.
1804
1805 20000103
1806  - Add explicit make rules for files proccessed by fixpaths.
1807  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori 
1808    <tnh@kondara.org>
1809  - Removed "nullok" directive from default PAM configuration files.
1810    Added information on enabling EmptyPasswords on openssh+PAM in
1811    UPGRADING file.
1812  - OpenBSD CVS updates
1813    - [ssh-agent.c]
1814      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
1815      dgaudet@arctic.org
1816    - [sshconnect.c]
1817      compare correct version for 1.3 compat mode
1818
1819 20000102
1820  - Prevent multiple inclusion of config.h and defines.h. Suggested
1821    by Andre Lucas <andre.lucas@dial.pipex.com>
1822  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1823    <dgaudet@arctic.org>
1824
1825 19991231
1826  - Fix password support on systems with a mixture of shadowed and
1827    non-shadowed passwords (e.g. NIS). Report and fix from
1828    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1829  - Fix broken autoconf typedef detection. Report from Marc G.
1830    Fournier <marc.fournier@acadiau.ca>
1831  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1832    <Franz.Sirl-kernel@lauterbach.com>
1833  - Prevent typedefs from being compiled more than once. Report from
1834    Marc G. Fournier <marc.fournier@acadiau.ca>
1835  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1836    <iretd@bigfoot.com>
1837  - Really fix broken default path. Fix from Jim Knoble
1838    <jmknoble@pobox.com>
1839  - Remove test for quad_t. No longer needed.
1840  - Released 1.2.1pre24
1841
1842  - Added support for directory-based lastlogs
1843  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
1844
1845 19991230
1846  - OpenBSD CVS updates:
1847    - [auth-passwd.c]
1848      check for NULL 1st
1849  - Removed most of the pam code into its own file auth-pam.[ch]. This
1850    cleaned up sshd.c up significantly.
1851  - PAM authentication was incorrectly interpreting
1852    "PermitRootLogin without-password". Report from Matthias Andree
1853    <ma@dt.e-technik.uni-dortmund.de
1854  - Several other cleanups
1855  - Merged Dante SOCKS support patch from David Rankin
1856   <drankin@bohemians.lexington.ky.us>
1857  - Updated documentation with ./configure options
1858  - Released 1.2.1pre23
1859
1860 19991229
1861  - Applied another NetBSD portability patch from David Rankin
1862    <drankin@bohemians.lexington.ky.us>
1863  - Fix --with-default-path option.
1864  - Autodetect perl, patch from David Rankin
1865    <drankin@bohemians.lexington.ky.us>
1866  - Print whether OpenSSH was compiled with RSARef, patch from
1867    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
1868  - Calls to pam_setcred, patch from Nalin Dahyabhai
1869    <nalin@thermo.stat.ncsu.edu>
1870  - Detect missing size_t and typedef it.
1871  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1872  - Minor Makefile cleaning
1873
1874 19991228
1875  - Replacement for getpagesize() for systems which lack it
1876  - NetBSD login.c compile fix from David Rankin
1877   <drankin@bohemians.lexington.ky.us>
1878  - Fully set ut_tv if present in utmp or utmpx
1879  - Portability fixes for Irix 5.3 (now compiles OK!)
1880  - autoconf and other misc cleanups
1881  - Merged AIX patch from Darren Hall <dhall@virage.org>
1882  - Cleaned up defines.h
1883  - Released 1.2.1pre22
1884
1885 19991227
1886  - Automatically correct paths in manpages and configuration files. Patch
1887    and script from Andre Lucas <andre.lucas@dial.pipex.com>
1888  - Removed credits from README to CREDITS file, updated.
1889  - Added --with-default-path to specify custom path for server
1890  - Removed #ifdef trickery from acconfig.h into defines.h
1891  - PAM bugfix. PermitEmptyPassword was being ignored.
1892  - Fixed PAM config files to allow empty passwords if server does.
1893  - Explained spurious PAM auth warning workaround in UPGRADING
1894  - Use last few chars of tty line as ut_id
1895  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
1896  - OpenBSD CVS updates:
1897    - [packet.h auth-rhosts.c]
1898      check format string for packet_disconnect and packet_send_debug, too
1899    - [channels.c]
1900      use packet_get_maxsize for channels. consistence.
1901
1902 19991226
1903  - Enabled utmpx support by default for Solaris
1904  - Cleanup sshd.c PAM a little more
1905  - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1906    X11 ssh-askpass program.
1907  - Disable logging of PAM success and failures, PAM is verbose enough.
1908    Unfortunatly there is currently no way to disable auth failure
1909    messages. Mention this in UPGRADING file and sent message to PAM
1910    developers
1911  - OpenBSD CVS update:
1912    - [ssh-keygen.1 ssh.1]
1913      remove ref to .ssh/random_seed, mention .ssh/environment in
1914      .Sh FILES, too
1915  - Released 1.2.1pre21
1916  - Fixed implicit '.' in default path, report from Jim Knoble
1917    <jmknoble@pobox.com>
1918  - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
1919
1920 19991225
1921  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1922  - Cleanup of auth-passwd.c for shadow and MD5 passwords
1923  - Cleanup and bugfix of PAM authentication code
1924  - Released 1.2.1pre20
1925
1926  - Merged fixes from Ben Taylor <bent@clark.net>
1927  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1928  - Disabled logging of PAM password authentication failures when password
1929    is empty. (e.g start of authentication loop). Reported by Naz
1930    <96na@eng.cam.ac.uk>)
1931
1932 19991223
1933  - Merged later HPUX patch from Andre Lucas
1934    <andre.lucas@dial.pipex.com>
1935  - Above patch included better utmpx support from Ben Taylor
1936    <bent@clark.net>
1937
1938 19991222
1939  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
1940    <pope@netguide.dk>
1941  - Fix login.c breakage on systems which lack ut_host in struct
1942    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
1943
1944 19991221
1945  - Integration of large HPUX patch from Andre Lucas
1946    <andre.lucas@dial.pipex.com>. Integrating it had a few other
1947    benefits:
1948    - Ability to disable shadow passwords at configure time
1949    - Ability to disable lastlog support at configure time
1950    - Support for IP address in $DISPLAY
1951  - OpenBSD CVS update:
1952    - [sshconnect.c]
1953    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
1954  - Fix DISABLE_SHADOW support
1955  - Allow MD5 passwords even if shadow passwords are disabled
1956  - Release 1.2.1pre19
1957
1958 19991218
1959  - Redhat init script patch from Chun-Chung Chen
1960    <cjj@u.washington.edu>
1961  - Avoid breakage on systems without IPv6 headers
1962
1963 19991216
1964  - Makefile changes for Solaris from Peter Kocks
1965    <peter.kocks@baygate.com>
1966  - Minor updates to docs
1967  - Merged OpenBSD CVS changes:
1968    - [authfd.c ssh-agent.c]
1969      keysize warnings talk about identity files
1970    - [packet.c]
1971      "Connection closed by x.x.x.x": fatal() -> log()
1972  - Correctly handle empty passwords in shadow file. Patch from:
1973    "Chris, the Young One" <cky@pobox.com>
1974  - Released 1.2.1pre18
1975
1976 19991215
1977  - Integrated patchs from Juergen Keil <jk@tools.de>
1978    - Avoid void* pointer arithmatic
1979    - Use LDFLAGS correctly
1980    - Fix SIGIO error in scp
1981    - Simplify status line printing in scp
1982  - Added better test for inline functions compiler support from 
1983    Darren_Hall@progressive.com
1984
1985 19991214
1986  - OpenBSD CVS Changes
1987    - [canohost.c]
1988      fix get_remote_port() and friends for sshd -i;
1989      Holger.Trapp@Informatik.TU-Chemnitz.DE
1990    - [mpaux.c]
1991      make code simpler. no need for memcpy. niels@ ok
1992    - [pty.c]
1993      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1994      fix proto; markus
1995    - [ssh.1]
1996       typo; mark.baushke@solipsa.com
1997    - [channels.c ssh.c ssh.h sshd.c]
1998      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1999    - [sshconnect.c]
2000      move checking of hostkey into own function.
2001    - [version.h]
2002      OpenSSH-1.2.1
2003  - Clean up broken includes in pty.c
2004  - Some older systems don't have poll.h, they use sys/poll.h instead
2005  - Doc updates
2006
2007 19991211
2008  - Fix compilation on systems with AFS. Reported by
2009    aloomis@glue.umd.edu
2010  - Fix installation on Solaris. Reported by
2011    Gordon Rowell <gordonr@gormand.com.au>
2012  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
2013    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
2014  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
2015  - Compile fix from David Agraz <dagraz@jahoopa.com>
2016  - Avoid compiler warning in bsd-snprintf.c
2017  - Added pam_limits.so to default PAM config. Suggested by
2018    Jim Knoble <jmknoble@pobox.com>
2019
2020 19991209
2021  - Import of patch from Ben Taylor <bent@clark.net>:
2022    - Improved PAM support
2023    - "uninstall" rule for Makefile
2024    - utmpx support
2025    - Should fix PAM problems on Solaris
2026  - OpenBSD CVS updates:
2027    - [readpass.c]
2028      avoid stdio; based on work by markus, millert, and I
2029    - [sshd.c]
2030      make sure the client selects a supported cipher
2031    - [sshd.c]
2032      fix sighup handling.  accept would just restart and daemon handled
2033      sighup only after the next connection was accepted. use poll on
2034      listen sock now.
2035    - [sshd.c]
2036      make that a fatal
2037  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
2038    to fix libwrap support on NetBSD
2039  - Released 1.2pre17
2040
2041 19991208
2042  - Compile fix for Solaris with /dev/ptmx from
2043    David Agraz <dagraz@jahoopa.com>
2044
2045 19991207
2046  - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
2047    fixes compatability with 4.x and 5.x
2048  - Fixed default SSH_ASKPASS
2049  - Fix PAM account and session being called multiple times. Problem
2050    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
2051  - Merged more OpenBSD changes:
2052    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
2053      move atomicio into it's own file.  wrap all socket write()s which
2054      were doing write(sock, buf, len) != len, with atomicio() calls.
2055    - [auth-skey.c]
2056      fd leak
2057    - [authfile.c]
2058      properly name fd variable
2059    - [channels.c]
2060      display great hatred towards strcpy
2061    - [pty.c pty.h sshd.c]
2062      use openpty() if it exists (it does on BSD4_4)
2063    - [tildexpand.c]
2064      check for ~ expansion past MAXPATHLEN
2065  - Modified helper.c to use new atomicio function.
2066  - Reformat Makefile a little
2067  - Moved RC4 routines from rc4.[ch] into helper.c
2068  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
2069  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
2070  - Tweaked Redhat spec
2071  - Clean up bad imports of a few files (forgot -kb)
2072  - Released 1.2pre16
2073
2074 19991204
2075  - Small cleanup of PAM code in sshd.c
2076  - Merged OpenBSD CVS changes:
2077    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
2078      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
2079    - [auth-rsa.c]
2080      warn only about mismatch if key is _used_
2081      warn about keysize-mismatch with log() not error()
2082      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
2083      ports are u_short
2084    - [hostfile.c]
2085      indent, shorter warning
2086    - [nchan.c]
2087      use error() for internal errors
2088    - [packet.c]
2089      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
2090      serverloop.c
2091      indent
2092    - [ssh-add.1 ssh-add.c ssh.h]
2093      document $SSH_ASKPASS, reasonable default
2094    - [ssh.1]
2095      CheckHostIP is not available for connects via proxy command
2096    - [sshconnect.c]
2097      typo
2098      easier to read client code for passwd and skey auth
2099      turn of checkhostip for proxy connects, since we don't know the remote ip
2100
2101 19991126
2102  - Add definition for __P()
2103  - Added [v]snprintf() replacement for systems that lack it
2104
2105 19991125
2106  - More reformatting merged from OpenBSD CVS
2107  - Merged OpenBSD CVS changes:
2108    - [channels.c]
2109      fix packet_integrity_check() for !have_hostname_in_open.
2110      report from mrwizard@psu.edu via djm@ibs.com.au
2111    - [channels.c]
2112      set SO_REUSEADDR and SO_LINGER for forwarded ports.
2113      chip@valinux.com via damien@ibs.com.au
2114    - [nchan.c]
2115      it's not an error() if shutdown_write failes in nchan.
2116    - [readconf.c]
2117      remove dead #ifdef-0-code
2118    - [readconf.c servconf.c]
2119      strcasecmp instead of tolower
2120    - [scp.c]
2121      progress meter overflow fix from damien@ibs.com.au
2122    - [ssh-add.1 ssh-add.c]
2123      SSH_ASKPASS support
2124    - [ssh.1 ssh.c]
2125      postpone fork_after_authentication until command execution,
2126      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
2127      plus: use daemon() for backgrounding
2128  - Added BSD compatible install program and autoconf test, thanks to
2129    Niels Kristian Bech Jensen <nkbj@image.dk>
2130  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
2131  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
2132  - Release 1.2pre15
2133
2134 19991124
2135  - Merged very large OpenBSD source code reformat
2136  - OpenBSD CVS updates
2137    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
2138      [ssh.h sshd.8 sshd.c]
2139      syslog changes:
2140      * Unified Logmessage for all auth-types, for success and for failed
2141      * Standard connections get only ONE line in the LOG when level==LOG:
2142        Auth-attempts are logged only, if authentication is:
2143           a) successfull or
2144           b) with passwd or
2145           c) we had more than AUTH_FAIL_LOG failues
2146      * many log() became verbose()
2147      * old behaviour with level=VERBOSE
2148    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
2149      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
2150      messages. allows use of s/key in windows (ttssh, securecrt) and
2151      ssh-1.2.27 clients without 'ssh -v', ok: niels@
2152    - [sshd.8]
2153      -V, for fallback to openssh in SSH2 compatibility mode
2154    - [sshd.c]
2155      fix sigchld race; cjc5@po.cwru.edu
2156
2157 19991123
2158  - Added SuSE package files from Chris Saia <csaia@wtower.com>
2159  - Restructured package-related files under packages/*
2160  - Added generic PAM config
2161  - Numerous little Solaris fixes
2162  - Add recommendation to use GNU make to INSTALL document
2163
2164 19991122
2165  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2166  - OpenBSD CVS Changes
2167    - [ssh-keygen.c]
2168      don't create ~/.ssh only if the user wants to store the private
2169      key there. show fingerprint instead of public-key after
2170      keygeneration. ok niels@
2171  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
2172  - Added timersub() macro
2173  - Tidy RCSIDs of bsd-*.c
2174  - Added autoconf test and macro to deal with old PAM libraries
2175    pam_strerror definition (one arg vs two).
2176  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
2177  - Retry /dev/urandom reads interrupted by signal (report from
2178    Robert Hardy <rhardy@webcon.net>)
2179  - Added a setenv replacement for systems which lack it
2180  - Only display public key comment when presenting ssh-askpass dialog
2181  - Released 1.2pre14
2182
2183  - Configure, Make and changelog corrections from Tudor Bosman
2184    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
2185
2186 19991121
2187  - OpenBSD CVS Changes:
2188    - [channels.c]
2189      make this compile, bad markus
2190    - [log.c readconf.c servconf.c ssh.h]
2191      bugfix: loglevels are per host in clientconfig,
2192      factor out common log-level parsing code.
2193    - [servconf.c]
2194      remove unused index (-Wall)
2195    - [ssh-agent.c]
2196      only one 'extern char *__progname'
2197    - [sshd.8]
2198      document SIGHUP, -Q to synopsis
2199    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2200      [channels.c clientloop.c]
2201      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2202      [hope this time my ISP stays alive during commit]
2203    - [OVERVIEW README] typos; green@freebsd
2204    - [ssh-keygen.c]
2205      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2206      exit if writing the key fails (no infinit loop)
2207      print usage() everytime we get bad options
2208    - [ssh-keygen.c] overflow, djm@mindrot.org
2209    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
2210     
2211 19991120
2212  - Merged more Solaris support from Marc G. Fournier
2213    <marc.fournier@acadiau.ca>
2214  - Wrote autoconf tests for integer bit-types
2215  - Fixed enabling kerberos support
2216  - Fix segfault in ssh-keygen caused by buffer overrun in filename
2217    handling.
2218
2219 19991119
2220  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2221  - Merged OpenBSD CVS changes
2222    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2223      more %d vs. %s in fmt-strings
2224    - [authfd.c]
2225      Integers should not be printed with %s
2226  - EGD uses a socket, not a named pipe. Duh.
2227  - Fix includes in fingerprint.c
2228  - Fix scp progress bar bug again.
2229  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
2230    David Rankin <drankin@bohemians.lexington.ky.us>
2231  - Added autoconf option to enable Kerberos 4 support (untested)
2232  - Added autoconf option to enable AFS support (untested)
2233  - Added autoconf option to enable S/Key support (untested)
2234  - Added autoconf option to enable TCP wrappers support (compiles OK)
2235  - Renamed BSD helper function files to bsd-*
2236  - Added tests for login and daemon and enable OpenBSD replacements for
2237    when they are absent.
2238  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
2239
2240 19991118
2241  - Merged OpenBSD CVS changes
2242    - [scp.c] foregroundproc() in scp
2243    - [sshconnect.h] include fingerprint.h
2244    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2245      changes.
2246    - [ssh.1] Spell my name right.
2247  - Added openssh.com info to README
2248
2249 19991117
2250  - Merged OpenBSD CVS changes
2251    - [ChangeLog.Ylonen] noone needs this anymore
2252    - [authfd.c] close-on-exec for auth-socket, ok deraadt
2253    - [hostfile.c]
2254      in known_hosts key lookup the entry for the bits does not need
2255      to match, all the information is contained in n and e. This
2256      solves the problem with buggy servers announcing the wrong
2257      modulus length.  markus and me.
2258    - [serverloop.c]
2259      bugfix: check for space if child has terminated, from:
2260      iedowse@maths.tcd.ie
2261    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2262      [fingerprint.c fingerprint.h]
2263      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2264    - [ssh-agent.1] typo
2265    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
2266    - [sshd.c]
2267      force logging to stderr while loading private key file
2268      (lost while converting to new log-levels)
2269
2270 19991116
2271  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2272  - Merged OpenBSD CVS changes:
2273    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2274      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2275      the keysize of rsa-parameter 'n' is passed implizit,
2276      a few more checks and warnings about 'pretended' keysizes.
2277    - [cipher.c cipher.h packet.c packet.h sshd.c]
2278      remove support for cipher RC4
2279    - [ssh.c]
2280      a note for legay systems about secuity issues with permanently_set_uid(),
2281      the private hostkey and ptrace()
2282    - [sshconnect.c]
2283      more detailed messages about adding and checking hostkeys
2284
2285 19991115
2286  - Merged OpenBSD CVS changes:
2287    - [ssh-add.c] change passphrase loop logic and remove ref to
2288      $DISPLAY, ok niels
2289  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
2290    modular.
2291  - Revised autoconf support for enabling/disabling askpass support.
2292  - Merged more OpenBSD CVS changes:
2293    [auth-krb4.c]
2294      - disconnect if getpeername() fails
2295      - missing xfree(*client)
2296    [canohost.c]
2297      - disconnect if getpeername() fails
2298      - fix comment: we _do_ disconnect if ip-options are set
2299    [sshd.c]
2300      - disconnect if getpeername() fails
2301      - move checking of remote port to central place
2302    [auth-rhosts.c] move checking of remote port to central place
2303    [log-server.c] avoid extra fd per sshd, from millert@
2304    [readconf.c] print _all_ bad config-options in ssh(1), too
2305    [readconf.h] print _all_ bad config-options in ssh(1), too
2306    [ssh.c] print _all_ bad config-options in ssh(1), too
2307    [sshconnect.c] disconnect if getpeername() fails
2308  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
2309  - Various small cleanups to bring diff (against OpenBSD) size down.
2310  - Merged more Solaris compability from Marc G. Fournier
2311    <marc.fournier@acadiau.ca>
2312  - Wrote autoconf tests for __progname symbol
2313  - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
2314  - Released 1.2pre12
2315
2316  - Another OpenBSD CVS update:
2317    - [ssh-keygen.1] fix .Xr
2318
2319 19991114
2320  - Solaris compilation fixes (still imcomplete)
2321
2322 19991113
2323  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2324    - Don't install config files if they already exist
2325    - Fix inclusion of additional preprocessor directives from acconfig.h
2326  - Removed redundant inclusions of config.h
2327  - Added 'Obsoletes' lines to RPM spec file
2328  - Merged OpenBSD CVS changes:
2329    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
2330    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
2331      totalsize, ok niels,aaron
2332  - Delay fork (-f option) in ssh until after port forwarded connections
2333    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
2334  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2335  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
2336  - Tidied default config file some more
2337  - Revised Redhat initscript to fix bug: sshd (re)start would fail
2338    if executed from inside a ssh login.
2339
2340 19991112
2341  - Merged changes from OpenBSD CVS
2342    - [sshd.c] session_key_int may be zero
2343    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
2344      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
2345      deraadt,millert
2346  - Brought default sshd_config more in line with OpenBSD's
2347  - Grab server in gnome-ssh-askpass (Debian bug #49872)
2348  - Released 1.2pre10
2349
2350  - Added INSTALL documentation
2351  - Merged yet more changes from OpenBSD CVS
2352    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2353      [ssh.c ssh.h sshconnect.c sshd.c]
2354      make all access to options via 'extern Options options'
2355      and 'extern ServerOptions options' respectively;
2356      options are no longer passed as arguments:
2357       * make options handling more consistent
2358       * remove #include "readconf.h" from ssh.h
2359       * readconf.h is only included if necessary
2360    - [mpaux.c] clear temp buffer
2361    - [servconf.c] print _all_ bad options found in configfile
2362  - Make ssh-askpass support optional through autoconf
2363  - Fix nasty division-by-zero error in scp.c
2364  - Released 1.2pre11
2365
2366 19991111
2367  - Added (untested) Entropy Gathering Daemon (EGD) support
2368  - Fixed /dev/urandom fd leak (Debian bug #49722)
2369  - Merged OpenBSD CVS changes:
2370    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2371    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2372    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2373  - Fix integer overflow which was messing up scp's progress bar for large
2374    file transfers. Fix submitted to OpenBSD developers. Report and fix
2375    from Kees Cook <cook@cpoint.net>
2376  - Merged more OpenBSD CVS changes:
2377    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
2378      + krb-cleanup cleanup
2379    - [clientloop.c log-client.c log-server.c ]
2380      [readconf.c readconf.h servconf.c servconf.h ]
2381      [ssh.1 ssh.c ssh.h sshd.8]
2382      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2383      obsoletes QuietMode and FascistLogging in sshd.
2384    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2385      allow session_key_int != sizeof(session_key)
2386      [this should fix the pre-assert-removal-core-files]
2387  - Updated default config file to use new LogLevel option and to improve
2388    readability
2389
2390 19991110
2391  - Merged several minor fixes:
2392    - ssh-agent commandline parsing
2393    - RPM spec file now installs ssh setuid root
2394    - Makefile creates libdir
2395    - Merged beginnings of Solaris compability from Marc G. Fournier
2396      <marc.fournier@acadiau.ca>
2397
2398 19991109
2399  - Autodetection of SSL/Crypto library location via autoconf
2400  - Fixed location of ssh-askpass to follow autoconf
2401  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2402  - Autodetection of RSAref library for US users
2403  - Minor doc updates
2404  - Merged OpenBSD CVS changes:
2405    - [rsa.c] bugfix: use correct size for memset()
2406    - [sshconnect.c] warn if announced size of modulus 'n' != real size
2407  - Added GNOME passphrase requestor (use --with-gnome-askpass)
2408  - RPM build now creates subpackages
2409  - Released 1.2pre9
2410
2411 19991108
2412  - Removed debian/ directory. This is now being maintained separately.
2413  - Added symlinks for slogin in RPM spec file
2414  - Fixed permissions on manpages in RPM spec file
2415  - Added references to required libraries in README file
2416  - Removed config.h.in from CVS
2417  - Removed pwdb support (better pluggable auth is provided by glibc)
2418  - Made PAM and requisite libdl optional
2419  - Removed lots of unnecessary checks from autoconf
2420  - Added support and autoconf test for openpty() function (Unix98 pty support)
2421  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2422  - Added TODO file
2423  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2424    - Added ssh-askpass program
2425    - Added ssh-askpass support to ssh-add.c
2426    - Create symlinks for slogin on install
2427    - Fix "distclean" target in makefile
2428    - Added example for ssh-agent to manpage
2429    - Added support for PAM_TEXT_INFO messages
2430    - Disable internal /etc/nologin support if PAM enabled
2431  - Merged latest OpenBSD CVS changes:
2432    - [all] replace assert() with error, fatal or packet_disconnect
2433    - [sshd.c] don't send fail-msg but disconnect if too many authentication
2434      failures
2435    - [sshd.c] remove unused argument. ok dugsong
2436    - [sshd.c] typo
2437    - [rsa.c] clear buffers used for encryption. ok: niels
2438    - [rsa.c] replace assert() with error, fatal or packet_disconnect
2439    - [auth-krb4.c] remove unused argument. ok dugsong
2440  - Fixed coredump after merge of OpenBSD rsa.c patch
2441  - Released 1.2pre8
2442
2443 19991102
2444  - Merged change from OpenBSD CVS
2445   - One-line cleanup in sshd.c
2446
2447 19991030
2448  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
2449  - Merged latest updates for OpenBSD CVS:
2450    - channels.[ch] - remove broken x11 fix and document istate/ostate
2451    - ssh-agent.c - call setsid() regardless of argv[]
2452    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2453  - Documentation cleanups
2454  - Renamed README -> README.Ylonen
2455  - Renamed README.openssh ->README
2456
2457 19991029
2458  - Renamed openssh* back to ssh* at request of Theo de Raadt
2459  - Incorporated latest changes from OpenBSD's CVS
2460  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
2461  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
2462  - Make distclean now removed configure script
2463  - Improved PAM logging
2464  - Added some debug() calls for PAM
2465  - Removed redundant subdirectories
2466  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
2467    building on Debian.
2468  - Fixed off-by-one error in PAM env patch
2469  - Released 1.2pre6
2470
2471 19991028
2472  - Further PAM enhancements.
2473    - Much cleaner
2474    - Now uses account and session modules for all logins.
2475  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2476    - Build fixes
2477    - Autoconf
2478    - Change binary names to open*
2479  - Fixed autoconf script to detect PAM on RH6.1
2480  - Added tests for libpwdb, and OpenBSD functions to autoconf
2481  - Released 1.2pre4
2482
2483  - Imported latest OpenBSD CVS code
2484  - Updated README.openssh
2485  - Released 1.2pre5
2486
2487 19991027
2488  - Adapted PAM patch.
2489  - Released 1.0pre2
2490
2491  - Excised my buggy replacements for strlcpy and mkdtemp
2492  - Imported correct OpenBSD strlcpy and mkdtemp routines.
2493  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2494  - Picked up correct version number from OpenBSD
2495  - Added sshd.pam PAM configuration file
2496  - Added sshd.init Redhat init script
2497  - Added openssh.spec RPM spec file
2498  - Released 1.2pre3
2499
2500 19991026
2501  - Fixed include paths of OpenSSL functions
2502  - Use OpenSSL MD5 routines
2503  - Imported RC4 code from nanocrypt
2504  - Wrote replacements for OpenBSD arc4random* functions
2505  - Wrote replacements for strlcpy and mkdtemp
2506  - Released 1.0pre1
This page took 0.232375 seconds and 5 git commands to generate.