[krbdev.mit.edu #8769] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Fix build issues with Solaris native compiler In the LDAP KDB module, fix an empty initializer. In the SPAKE edwards25519 code, use autoconf tests to determine whether to use the 64-bit code. In the SPAKE update_thash() function, make sure the types of the conditional expression results match exactly. In libkrb5support, link against zap.o now that k5buf.o can use zap() (as of commit 8ee8246c14702dc03b02e31b9fb5b7c2bb674bfb). [[email protected]: squashed commits; rewrote commit message; adjusted autoconf tests; minor code changes] https://github.com/krb5/krb5/commit/ecb03a4c31cf8a6b1bca3459ae56d4122398c18e Author: sashan <[email protected]> Committer: Greg Hudson <[email protected]> Commit: ecb03a4c31cf8a6b1bca3459ae56d4122398c18e Branch: master src/configure.in | 4 ++++ src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c | 2 +- src/plugins/preauth/spake/edwards25519.c | 9 +-------- src/plugins/preauth/spake/util.c | 5 +++-- src/util/support/Makefile.in | 6 +++--- 5 files changed, 12 insertions(+), 14 deletions(-)