Source-Changes-HG archive

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

[src/netbsd-1-5]: src Backout (releng error during pullup; more work needed):



details:   https://anonhg.NetBSD.org/src/rev/139676643466
branches:  netbsd-1-5
changeset: 490489:139676643466
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 14:40:23 2001 +0000

description:
Backout (releng error during pullup; more work needed):
 o heimdal: Make gss_acquire_cred() work for non-default cases, needed for IKE.
Head of queue moves to 28 December:
 o usermod: fix -md handling and docfix. Fixes PR11707.
 o modload: Ensure data_hole is aligned to a section. Potentially LKM relevent.

diffstat:

 CHANGES-1.5.1 |  19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r ada7617b2b7d -r 139676643466 CHANGES-1.5.1
--- a/CHANGES-1.5.1     Thu Jan 25 14:35:20 2001 +0000
+++ b/CHANGES-1.5.1     Thu Jan 25 14:40:23 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.5.1,v 1.1.2.18 2001/01/25 07:40:04 jhawk Exp $
+#      $NetBSD: CHANGES-1.5.1,v 1.1.2.19 2001/01/25 14:40:23 jhawk Exp $
 
 A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
 
@@ -457,12 +457,13 @@
   Add missed bus_dmamem_free() in rtk_detach().
   Some cosmetic fixes.
 
-crypto/dist/heimdal/lib/gssapi/acquire_cred.c  1.2-1.3
-crypto/dist/heimdal/lib/gssapi/gssapi.h                1.2
-crypto/dist/heimdal/lib/gssapi/init_sec_context.c 1.2
-crypto/dist/heimdal/lib/gssapi/release_cred.c  1.2
+usr.sbin/user/user.c                           1.35
+usr.sbin/user/usermod.8                                1.8
 
-  Make gss_acquire_cred() work for cases other than GSS_C_NO_CREDENTIAL
-  (i.e 'get current, default credentials').  This is needed to support
-  things like gss-api authentication with IKE, as currently implemented
-  in racoon.
+  Make moving a user's homedirectory with -md work correctly,
+  and clarify the meaning of -d in the absence of -m. Fixing PR11707 
+
+sbin/modload/elf.c                             1.4
+
+  Ensure that data_hole is aligned to a section, otherwise
+  elf_mod_sizes() may report a size too small, affecting LKM loading.



Home | Main Index | Thread Index | Old Index