Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc Tickets 5955 and 5958.



details:   https://anonhg.NetBSD.org/src/rev/2b9d12df2ceb
branches:  netbsd-2-0
changeset: 564900:2b9d12df2ceb
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Oct 31 20:56:57 2005 +0000

description:
Tickets 5955 and 5958.

diffstat:

 doc/CHANGES-2.0.4 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 85ef3bb0716c -r 2b9d12df2ceb doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Mon Oct 31 20:53:42 2005 +0000
+++ b/doc/CHANGES-2.0.4 Mon Oct 31 20:56:57 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0.4,v 1.1.2.4 2005/10/31 13:38:30 tron Exp $
+#      $NetBSD: CHANGES-2.0.4,v 1.1.2.5 2005/10/31 20:56:57 tron Exp $
 
 A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
 update.
@@ -23,3 +23,15 @@
        Check the argument to SO_LINGER.
        [nathanw, ticket #5939]
 
+sys/kern/kern_exec.c                           patch
+
+       Don't clear unconditionally P_SUGID when we exec. Clear it only when
+       the real and effective user and group ids match.
+       [dan, ticket #5955]
+
+dist/ntp/ntpd/ntpd.c                           1.8
+
+       Use group-id from ``gr'' and not ``pw''.
+       Fixes security issue addressed by CAN-2005-2496.
+       [dan, ticket #5958]
+



Home | Main Index | Thread Index | Old Index