This is a bugfix release. * Fix an interop issue with Windows Server 2008 R2 Read-Only Domain Controllers. * Update a workaround for a glibc bug that would cause DNS PTR queries to occur even when rdns = false. * Fix a kadmind denial of service issue (null pointer dereference), which could only be triggered by an administrator with the "create" privilege. [CVE-2012-1013] Changes 1.10.1: This is a bugfix release. * Fix access controls for KDB string attributes [CVE-2012-1012] * Make the ASN.1 encoding of key version numbers interoperate with Windows Read-Only Domain Controllers * Avoid generating spurious password expiry warnings in cases where the KDC sends an account expiry time without a password expiry time.
15 lines
660 B
Text
15 lines
660 B
Text
$NetBSD: patch-cf,v 1.2 2012/07/16 19:12:33 adam Exp $
|
|
|
|
Add needed headers
|
|
|
|
--- lib/gssapi/Makefile.in.orig 2010-12-22 17:13:19.073797300 -0600
|
|
+++ lib/gssapi/Makefile.in 2010-12-22 17:14:58.061262500 -0600
|
|
@@ -96,7 +96,7 @@
|
|
# appears to be properly serializing the subdir processing and local
|
|
# compiles... so far.
|
|
##DOS##!if 0
|
|
-$(EXPORTED_HEADERS) generic/gssapi.h krb5/gssapi_err_krb5.h generic/gssapi_err_generic.h krb5/gssapi_krb5.h: all-recurse
|
|
+$(EXPORTED_HEADERS) generic/gssapi.h generic/errmap.h krb5/error_map.h krb5/gssapi_err_krb5.h generic/gssapi_err_generic.h krb5/gssapi_krb5.h: all-recurse
|
|
: $@ updated by recursion rule
|
|
##DOS##!endif
|
|
|