Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-1]: src/doc Tickets 5955 and 5958.
details: https://anonhg.NetBSD.org/src/rev/01fe5e1ce70f
branches: netbsd-2-1
changeset: 564113:01fe5e1ce70f
user: tron <tron%NetBSD.org@localhost>
date: Mon Oct 31 21:01:09 2005 +0000
description:
Tickets 5955 and 5958.
diffstat:
doc/CHANGES-2.1.1 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 9eb6c65839ce -r 01fe5e1ce70f doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Mon Oct 31 21:00:45 2005 +0000
+++ b/doc/CHANGES-2.1.1 Mon Oct 31 21:01:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.1.1,v 1.1.2.5 2005/10/31 13:37:12 tron Exp $
+# $NetBSD: CHANGES-2.1.1,v 1.1.2.6 2005/10/31 21:01:09 tron Exp $
A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
release
@@ -58,3 +58,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