summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-04-21 11:26:10 -0700
committerTim Rice <tim@multitalents.net>2002-04-21 11:26:10 -0700
commitf02dccc0dc5711d5bdfb45f92a2f1bba41e365f0 (patch)
treedb24726055f610d63839c5f1c6bcfb0f72e5d35a /ChangeLog
parenta370f4dcc6ae04c430ad97c28a2bd945c2350120 (diff)
[entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dadcd73b..c967c24b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120020421
2 - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
3 entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed.
4 Patch by gert@greenie.muc.de. This fixes one part of Bug 208
5
120020418 620020418
2 - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from 7 - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from
3 Sturle Sunde <sturle.sunde@usit.uio.no> 8 Sturle Sunde <sturle.sunde@usit.uio.no>
@@ -8258,4 +8263,4 @@
8258 - Wrote replacements for strlcpy and mkdtemp 8263 - Wrote replacements for strlcpy and mkdtemp
8259 - Released 1.0pre1 8264 - Released 1.0pre1
8260 8265
8261$Id: ChangeLog,v 1.2060 2002/04/18 12:53:22 djm Exp $ 8266$Id: ChangeLog,v 1.2061 2002/04/21 18:26:10 tim Exp $