Skip to content

Commit

Permalink
README and patchlevel.h for krb5-1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed May 31, 2012
1 parent 3abc33b commit 877bdca
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,36 @@ from using single-DES cryptosystems. Among these is a configuration
variable that enables "weak" enctypes, which defaults to "false"
beginning with krb5-1.8.

Major changes in 1.10.2
-----------------------

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]

krb5-1.10.2 changes by ticket ID
--------------------------------

7095 Build system uses @localedir@ without requiring autoconf 2.60
7099 Decrypting history key entries can fail after 1.8 upgrade
7119 Preauth fails for second AS request in a krb5 context
7120 Use correct name-type in TGS-REQs for 2008R2 RODCs
7124 krb5_sname_to_principal canonicalization should work with
IPv6-only hosts
7127 Can't change password without default_realm
7136 S4U2Self using kvno broken in 1.10.1, but not in 1-9.3
7143 krb5_set_trace_filename not exported
7148 Export gss_mech_krb5_wrong from libgssapi_krb5
7152 Null pointer deref in kadmind [CVE-2012-1013]

Major changes in 1.10.1
-----------------------

Expand Down
6 changes: 3 additions & 3 deletions src/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 10
#define KRB5_PATCHLEVEL 1
#define KRB5_RELTAIL "postrelease"
#define KRB5_PATCHLEVEL 2
/* #undef KRB5_RELTAIL */
/* #undef KRB5_RELDATE */
#define KRB5_RELTAG "krb5-1.10"
#define KRB5_RELTAG "tags/krb5-1.10.2-final"

0 comments on commit 877bdca

Please sign in to comment.