git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16691 ec53bebd-3082-4978-b11e-865c3cabbd6b
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
2006-02-03 Love Hörnquist Åstrand <lha@it.su.se>
|
|
|
|
* lib/hdb/hdb-ldap.c: Log the filter string to the error message
|
|
when doing searches.
|
|
|
|
* lib/krb5/init_creds.c (krb5_get_init_creds_opt_set_default_flags):
|
|
Use KRB5_ADDRESSLESS_DEFAULT when
|
|
checking [appdefault]no-addresses.
|
|
|
|
* lib/krb5/get_cred.c (get_cred_from_kdc_flags): Use
|
|
KRB5_ADDRESSLESS_DEFAULT when checking
|
|
[appdefault]no-addresses.
|
|
|
|
* lib/krb5/get_for_creds.c (krb5_get_forwarded_creds):
|
|
Use [appdefault]no-addresses before checking if the krbtgt is
|
|
address-less, use KRB5_ADDRESSLESS_DEFAULT.
|
|
|
|
* lib/krb5/krb5_locl.h: Introduce KRB5_ADDRESSLESS_DEFAULT that
|
|
controlls all address-less behavior. Defaults to false.
|
|
|
|
2006-02-01 Love Hörnquist Åstrand <lha@it.su.se>
|
|
|
|
* lib/krb5/n-fold-test.c: main is not a KRB5_LIB_FUNCTION
|
|
|
|
* lib/krb5/mk_priv.c (krb5_mk_priv): abort if ASN1_MALLOC_ENCODE
|
|
failes to produce the matching lenghts.
|
|
|
|
2006-01-27 Love Hörnquist Åstrand <lha@it.su.se>
|
|
|
|
* kcm/protocol.c (kcm_op_retrieve): remove unused variable
|
|
|
|
2006-01-15 Love Hörnquist Åstrand <lha@it.su.se>
|
|
|
|
* tools/krb5-config.in: Move depenency on @LIB_dbopen@ to
|
|
kadm-server, kerberos library doesn't depend on db-library.
|
|
|
|
2006-01-13 Love Hörnquist Åstrand <lha@it.su.se>
|
|
|
|
* include/Makefile.am: Don't clean crypto headers, they now live
|
|
in hcrypto/. Add hcrypto to SUBDIRS.
|
|
|
|
* include/hcrypto/Makefile.am: clean installed headers
|
|
|
|
* include/make_crypto.c: include crypto headers from hcrypto/
|
|
|
|
* include/make_crypto.c: Include more crypto headerfiles. Remove
|
|
support for old hash names.
|
|
|
|
2006-01-02 Love Hörnquist Åstrand <lha@it.su.se>
|
|
|
|
* kdc/misc.c (_kdc_db_fetch): use calloc to allocate the entry,
|
|
from Andrew Bartlet.
|
|
|
|
* Happy New Year.
|