]> andersk Git - openssh.git/blob - ChangeLog
- (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes.
[openssh.git] / ChangeLog
1 20020423
2  - (djm) Trim ChangeLog to include only post-3.1 changes
3  - (djm) Update RPM spec file versions
4  - (djm) Redhat spec enables KrbV by default
5  - (djm) Applied OpenSC smartcard updates from Markus & 
6    Antti Tapaninen <aet@cc.hut.fi>
7  - (djm) Define BROKEN_REALPATH for AIX, patch from 
8    Antti Tapaninen <aet@cc.hut.fi>
9  - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. 
10    Reported by Doug Manton <dmanton@emea.att.com>
11  - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
12    Robert Urban <urban@spielwiese.de>
13  - (djm) Make privsep work with PAM (still experimental)
14  - (djm) OpenBSD CVS Sync
15    - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
16      [servconf.c]
17      No, afs requires explicit enabling
18    - markus@cvs.openbsd.org 2002/04/20 09:14:58
19      [bufaux.c bufaux.h]
20      add buffer_{get,put}_short
21    - markus@cvs.openbsd.org 2002/04/20 09:17:19
22      [radix.c]
23      rewrite using the buffer_* API, fixes overflow; ok deraadt@
24    - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
25      [sshd.8 sshd_config]
26      document default AFSTokenPassing no; ok deraadt@
27    - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
28      [sshconnect1.c]
29      spelling in error message; ok markus@
30    - markus@cvs.openbsd.org 2002/04/22 06:15:47
31      [radix.c]
32      fix check for overflow
33    - markus@cvs.openbsd.org 2002/04/22 16:16:53
34      [servconf.c sshd.8 sshd_config]
35      do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
36    - markus@cvs.openbsd.org 2002/04/22 21:04:52
37      [channels.c clientloop.c clientloop.h ssh.c]
38      request reply (success/failure) for -R style fwd in protocol v2,
39      depends on ordered replies.
40      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
41
42 20020421
43  - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
44    entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed.
45    Patch by gert@greenie.muc.de. This fixes one part of Bug 208
46
47 20020418
48  - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from 
49    Sturle Sunde <sturle.sunde@usit.uio.no>
50
51 20020417
52  - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL
53  - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
54  - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
55    if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
56
57 20020415
58  - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>
59  - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
60  - (tim) [configure.ac] add tests for recvmsg and sendmsg.
61    [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
62    systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
63
64 20020414
65  - (djm) ssh-rand-helper improvements
66    - Add commandline debugging options
67    - Don't write binary data if stdout is a tty (use hex instead)
68    - Give it a manpage
69  - (djm) Random number collection doc fixes from Ben
70
71 20020413
72  - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
73
74 20020412
75  - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
76  - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
77    to -h on testing for /bin being symbolic link
78  - (bal) Mistaken in Cygwin scripts for ssh starting.  Patch by
79    Corinna Vinschen <vinschen@redhat.com> 
80  - (bal) disable privsep if no MAP_ANON.  We can re-enable it
81    after the release when we can do more testing.
82
83 20020411
84  - (stevesk) [auth-sia.c] cleanup
85  - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
86    defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
87    openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
88    ok stevesk@
89
90 20020410
91  - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
92  - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
93  - (bal) OpenBSD CVS Sync
94    - markus@cvs.openbsd.org 2002/04/10 08:21:47
95      [auth1.c compat.c compat.h]
96      strip '@' from username only for KerbV and known broken clients, bug #204
97    - markus@cvs.openbsd.org 2002/04/10 08:56:01
98      [version.h]
99      OpenSSH_3.2
100  - Added p1 to idenify Portable release version.
101
102 20020408
103  - (bal) Minor OpenSC updates.  Fix up header locations and update
104    README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
105
106 20020407
107  - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
108    Future: we may want to test if fd passing works correctly.
109  - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
110    and no fd passing support.
111  - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
112    monitor_mm.c
113  - (stevesk) remove configure support for poll.h; it was removed
114    from sshd.c a long time ago.
115  - (stevesk) --with-privsep-user; default sshd
116  - (stevesk) wrap munmap() with HAVE_MMAP also.
117
118 20020406
119  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
120    <carsten.grohmann@dr-baldeweg.de>
121  - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
122  - (bal) OpenBSD CVS Sync
123    - djm@cvs.openbsd.org 2002/04/06 00:30:08
124      [sftp-client.c]
125      Fix occasional corruption on upload due to bad reuse of request id, spotted
126      by chombier@mac.com; ok markus@
127    - mouring@cvs.openbsd.org 2002/04/06 18:24:09
128      [scp.c]
129      Fixes potental double // within path.
130      http://bugzilla.mindrot.org/show_bug.cgi?id=76
131  - (bal) Slight update to OpenSC support.  Better version checking. patch
132    by Juha Yrjölä <jyrjola@cc.hut.fi> 
133  - (bal) Revered out of runtime IRIX detection of joblimits.  Code is
134    incomplete.
135  - (bal) Quiet down configure.ac if /bin/test does not exist.
136  - (bal) We no longer use atexit()/xatexit()/on_exit()
137
138 20020405
139  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
140    Juha Yrjölä <jyrjola@cc.hut.fi>
141  - (bal) Minor documentation update to reflect smartcard library
142    support changes.
143  - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
144    using internal version only.
145  - (bal) OpenBSD CVS Sync
146    - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
147      [sshd.8]
148      clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
149
150 20020404
151  - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
152     auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
153  - (bal) OpenBSD CVS Sync
154    - markus@cvs.openbsd.org 2002/04/03 09:26:11
155      [cipher.c myproposal.h]
156      re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
157
158 20020402
159  - (bal) Hand Sync of scp.c (reverted to upstream code)
160    - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
161      [scp.c]
162      stretch banners
163  - (bal) CVS ID sync of uidswap.c
164  - (bal) OpenBSD CVS Sync (now for the real sync)
165    - markus@cvs.openbsd.org 2002/03/27 22:21:45
166      [ssh-keygen.c]
167      try to import keys with extra trailing === (seen with ssh.com < 2.0.12)
168    - markus@cvs.openbsd.org 2002/03/28 15:34:51
169      [session.c]
170      do not call record_login twice (for use_privsep)
171    - markus@cvs.openbsd.org 2002/03/29 18:59:32
172      [session.c session.h]
173      retrieve last login time before the pty is allocated, store per session
174    - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
175      [sshd.8]
176      RSA key modulus size minimum 768; ok markus@
177    - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
178      [auth-rsa.c ssh-rsa.c ssh.h]
179      make RSA modulus minimum #define; ok markus@
180    - markus@cvs.openbsd.org 2002/03/30 18:51:15
181      [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
182      check waitpid for EINTR; based on patch from peter@ifm.liu.se
183    - markus@cvs.openbsd.org 2002/04/01 22:02:16
184      [sftp-client.c]
185      20480 is an upper limit for older server
186    - markus@cvs.openbsd.org 2002/04/01 22:07:17
187      [sftp-client.c]
188      fallback to stat if server does not support lstat
189    - markus@cvs.openbsd.org 2002/04/02 11:49:39
190      [ssh-agent.c]
191      check $SHELL for -k and -d, too;
192      http://bugzilla.mindrot.org/show_bug.cgi?id=199
193    - markus@cvs.openbsd.org 2002/04/02 17:37:48
194      [sftp.c]
195      always call log_init()
196    - markus@cvs.openbsd.org 2002/04/02 20:11:38
197      [ssh-rsa.c]
198      ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
199  - (bal) mispelling in uidswap.c (portable only)
200
201 20020401
202  - (stevesk) [monitor.c] PAM should work again; will *not* work with
203    UsePrivilegeSeparation=yes.
204  - (stevesk) [auth1.c] fix password auth for protocol 1 when
205    !USE_PAM && !HAVE_OSF_SIA; merge issue.
206
207 20020331
208  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
209    Solaris 8
210  - (tim) [sshconnect2.c] change uint32_t to u_int32_t
211
212 20020330
213  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
214    bug 167
215
216 20020327
217  - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 
218    kent@lysator.liu.se
219  - (bal) OpenBSD CVS Sync
220    - markus@cvs.openbsd.org 2002/03/26 11:34:49
221      [ssh.1 sshd.8]
222      update to recent drafts
223    - markus@cvs.openbsd.org 2002/03/26 11:37:05
224      [ssh.c]
225      update Copyright
226    - markus@cvs.openbsd.org 2002/03/26 15:23:40
227      [bufaux.c]
228      do not talk about packets in bufaux
229    - rees@cvs.openbsd.org 2002/03/26 18:46:59
230      [scard.c]
231      try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'
232    - markus@cvs.openbsd.org 2002/03/26 22:50:39
233      [channels.h]
234      CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
235    - markus@cvs.openbsd.org 2002/03/26 23:13:03
236      [auth-rsa.c]
237      disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
238    - markus@cvs.openbsd.org 2002/03/26 23:14:51
239      [kex.c]
240      generate a new cookie for each SSH2_MSG_KEXINIT message we send out
241    - mouring@cvs.openbsd.org 2002/03/27 11:45:42
242      [monitor.c]
243      monitor_allowed_key() returns int instead of pointer.  ok markus@
244   
245 20020325
246  - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
247  - (bal) OpenBSD CVS Sync
248    - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
249      [sshd.c]
250      setproctitle() after preauth child; ok markus@
251    - markus@cvs.openbsd.org 2002/03/24 16:00:27
252      [serverloop.c]
253      remove unused debug
254    - markus@cvs.openbsd.org 2002/03/24 16:01:13
255      [packet.c]
256      debug->debug3 for extra padding
257    - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
258      [kexgex.c]
259      typo; ok markus@
260    - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
261      [monitor_fdpass.c]
262      minor cleanup and more error checking; ok markus@
263    - markus@cvs.openbsd.org 2002/03/24 18:05:29
264      [scard.c]
265      we need to figure out AUT0 for sc_private_encrypt, too
266    - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
267      [monitor.c]
268      remove "\n" from fatal()
269    - markus@cvs.openbsd.org 2002/03/25 09:21:13
270      [auth-rsa.c]
271      return 0 (not NULL); tomh@po.crl.go.jp
272    - markus@cvs.openbsd.org 2002/03/25 09:25:06
273      [auth-rh-rsa.c]
274      rm bogus comment
275    - markus@cvs.openbsd.org 2002/03/25 17:34:27
276      [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
277      change sc_get_key to sc_get_keys and hide smartcard details in scard.c
278    - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
279      [monitor_mm.c monitor_wrap.c]
280      ssize_t args use "%ld" and cast to (long)
281      size_t args use "%lu" and cast to (u_long)
282      ok markus@ and thanks millert@
283    - markus@cvs.openbsd.org 2002/03/25 21:04:02
284      [ssh.c]
285      simplify num_identity_files handling
286    - markus@cvs.openbsd.org 2002/03/25 21:13:51
287      [channels.c channels.h compat.c compat.h nchan.c]
288      don't send stderr data after EOF, accept this from older known (broken)
289      sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
290    - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
291      [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
292      $OpenBSD$
293
294 20020324
295  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
296    it can be removed. only used on solaris. will no longer compile with
297    privsep shuffling.
298
299 20020322
300  - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
301  - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
302  - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
303  - (stevesk) [monitor_fdpass.c] support for access rights style file
304    descriptor passing
305  - (stevesk) [auth2.c] merge cleanup/sync
306  - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
307    is missing CMSG_LEN() and CMSG_SPACE() macros.
308  - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
309    platforms may need this--I'm not sure.  mmap() issues will need to be
310    addressed further.
311  - (tim) [cipher.c] fix problem with OpenBSD sync
312  - (stevesk) [LICENCE] OpenBSD sync
313
314 20020321
315  - (bal) OpenBSD CVS Sync
316    - itojun@cvs.openbsd.org 2002/03/08 06:10:16
317      [sftp-client.c]
318      printf type mismatch
319    - itojun@cvs.openbsd.org 2002/03/11 03:18:49
320      [sftp-client.c]
321      correct type mismatches (u_int64_t != unsigned long long)
322    - itojun@cvs.openbsd.org 2002/03/11 03:19:53
323      [sftp-client.c]
324      indent
325    - markus@cvs.openbsd.org 2002/03/14 15:24:27
326      [sshconnect1.c]
327      don't trust size sent by (rogue) server; noted by s.esser@e-matters.de
328    - markus@cvs.openbsd.org 2002/03/14 16:38:26
329      [sshd.c]
330      split out ssh1 session key decryption; ok provos@
331    - markus@cvs.openbsd.org 2002/03/14 16:56:33
332      [auth-rh-rsa.c auth-rsa.c auth.h]
333      split auth_rsa() for better readability and privsep; ok provos@
334    - itojun@cvs.openbsd.org 2002/03/15 11:00:38
335      [auth.c]
336      fix file type checking (use S_ISREG).  ok by markus
337    - markus@cvs.openbsd.org 2002/03/16 11:24:53
338      [compress.c]
339      skip inflateEnd if inflate fails; ok provos@
340    - markus@cvs.openbsd.org 2002/03/16 17:22:09
341      [auth-rh-rsa.c auth.h]
342      split auth_rhosts_rsa(), ok provos@
343    - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
344      [auth-krb5.c]
345      BSD license.  from Daniel Kouril via Dug Song.  ok markus@
346    - provos@cvs.openbsd.org 2002/03/17 20:25:56
347      [auth.c auth.h auth1.c auth2.c]
348      getpwnamallow returns struct passwd * only if user valid; okay markus@
349    - provos@cvs.openbsd.org 2002/03/18 01:12:14
350      [auth.h auth1.c auth2.c sshd.c]
351      have the authentication functions return the authentication context
352      and then do_authenticated; okay millert@
353    - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
354      [auth-krb4.c]
355      set client to NULL after xfree(), from Rolf Braun 
356      <rbraun+ssh@andrew.cmu.edu>
357    - provos@cvs.openbsd.org 2002/03/18 03:41:08
358      [auth.c session.c]
359      move auth_approval into getpwnamallow with help from millert@
360    - markus@cvs.openbsd.org 2002/03/18 17:13:15
361      [cipher.c cipher.h]
362      export/import cipher states; needed by ssh-privsep
363    - markus@cvs.openbsd.org 2002/03/18 17:16:38
364      [packet.c packet.h]
365      export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
366    - markus@cvs.openbsd.org 2002/03/18 17:23:31
367      [key.c key.h]
368      add key_demote() for ssh-privsep
369    - provos@cvs.openbsd.org 2002/03/18 17:25:29
370      [bufaux.c bufaux.h]
371      buffer_skip_string and extra sanity checking; needed by ssh-privsep
372    - provos@cvs.openbsd.org 2002/03/18 17:31:54
373      [compress.c]
374      export compression streams for ssh-privsep
375    - provos@cvs.openbsd.org 2002/03/18 17:50:31
376      [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h
377       auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c
378       session.h servconf.h serverloop.c session.c sshd.c]
379      integrate privilege separated openssh; its turned off by default for now.
380      work done by me and markus@
381    - provos@cvs.openbsd.org 2002/03/18 17:53:08
382      [sshd.8]
383      credits for privsep
384    - provos@cvs.openbsd.org 2002/03/18 17:59:09
385      [sshd.8]
386      document UsePrivilegeSeparation
387    - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
388      [servconf.c]
389      UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
390      provos@
391    - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
392      [pathnames.h servconf.c servconf.h sshd.c]
393      _PATH_PRIVSEP_CHROOT_DIR; ok provos@
394    - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
395      [sshd.8]
396      Banner has no default.
397    - mpech@cvs.openbsd.org 2002/03/19 06:32:56
398      [sftp-int.c]
399      use xfree() after xstrdup().
400
401      markus@ ok
402    - markus@cvs.openbsd.org 2002/03/19 10:35:39
403      [auth-options.c auth.h session.c session.h sshd.c]
404      clean up prototypes
405    - markus@cvs.openbsd.org 2002/03/19 10:49:35
406      [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
407       sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
408       ttymodes.c]
409      KNF whitespace
410    - markus@cvs.openbsd.org 2002/03/19 14:27:39
411      [auth.c auth1.c auth2.c]
412      make getpwnamallow() allways call pwcopy()
413    - markus@cvs.openbsd.org 2002/03/19 15:31:47
414      [auth.c]
415      check for NULL; from provos@
416    - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
417      [servconf.c servconf.h ssh.h sshd.c]
418      for unprivileged user, group do:
419      pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@
420    - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
421      [sshd.c]
422      strerror() on chdir() fail; ok provos@
423    - markus@cvs.openbsd.org 2002/03/21 10:21:20
424      [ssh-add.c]
425      ignore errors for nonexisting default keys in ssh-add,
426      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
427    - jakob@cvs.openbsd.org 2002/03/21 15:17:26
428      [clientloop.c ssh.1]
429      add built-in command line for adding new port forwardings on the fly.
430      based on a patch from brian wellington. ok markus@.
431    - markus@cvs.openbsd.org 2002/03/21 16:38:06
432      [scard.c]
433      make compile w/ openssl 0.9.7
434    - markus@cvs.openbsd.org 2002/03/21 16:54:53
435      [scard.c scard.h ssh-keygen.c]
436      move key upload to scard.[ch]
437    - markus@cvs.openbsd.org 2002/03/21 16:57:15
438      [scard.c]
439      remove const
440    - markus@cvs.openbsd.org 2002/03/21 16:58:13
441      [clientloop.c]
442      remove unused
443    - rees@cvs.openbsd.org 2002/03/21 18:08:15
444      [scard.c]
445      In sc_put_key(), sc_reader_id should be id.
446    - markus@cvs.openbsd.org 2002/03/21 20:51:12
447      [sshd_config]
448      add privsep (off)
449    - markus@cvs.openbsd.org 2002/03/21 21:23:34
450      [sshd.c]
451      add privsep_preauth() and remove 1 goto; ok provos@
452    - rees@cvs.openbsd.org 2002/03/21 21:54:34
453      [scard.c scard.h ssh-keygen.c]
454      Add PIN-protection for secret key.
455    - rees@cvs.openbsd.org 2002/03/21 22:44:05
456      [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
457      Add PIN-protection for secret key.
458    - markus@cvs.openbsd.org 2002/03/21 23:07:37
459      [clientloop.c]
460      remove unused, sync w/ cmdline patch in my tree.
461
462 20020317
463  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
464    warn if directory does not exist. Put system directories in front of
465    PATH for finding entorpy commands.
466  - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
467    build fixes.  Patch by Darren Tucker <dtucker@zip.com.au>
468    [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
469    postinstall check for $piddir and add if necessary.
470
471 20020311
472  - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
473    build on all platforms that support SVR4 style package tools. Now runs
474    from build dir. Parts are based on patches from Antonio Navarro, and
475    Darren Tucker.
476
477 20020308
478  - (djm) Revert bits of Markus' OpenSSL compat patch which was 
479    accidentally committed.
480  - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6. 
481    Known issue: Blowfish for SSH1 does not work
482  - (stevesk) entropy.c: typo in debug message
483  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
484
485 $Id$
This page took 0.157617 seconds and 5 git commands to generate.