Files
heimdal/ChangeLog
Love Hörnquist Åstrand b6c787c350 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14482 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-01-05 18:08:30 +00:00

68 lines
2.0 KiB
Plaintext

2005-01-05 Love Hörnquist Åstrand <lha@it.su.se>
* kpasswd/kpasswdd.8: document --addresses, controls what
addresses kpasswd should listen too
* kpasswd/kpasswdd.c: add --addresses, controls what addresses
kpasswd should listen too
* lib/krb5/addr_families.c (krb5_parse_address): filter out dup
addresses from getaddrinfo
* kpasswd/kpasswd.1: document -c
* kpasswd/kpasswd.c: allow specifying a credential cache to use
for the admin principal
* include/bits.c: constify to avoid warning with -Wwrite-string
* NEWS: add 0.6.2 and 0.6.3 items
* lib/krb5/krb5_keyblock.3: document krb5_generate_subkey_extended
* lib/krb5/krb5_is_thread_safe.3: document function
* lib/krb5/Makefile.am (man_MANS) += krb5_is_thread_safe.3
* lib/krb5/context.c (krb5_is_thread_safe): return TRUE is the
library was compiled with multithreading support. If not,
application must global lock the library, it it uses threads that
call kerberos functions at the same time.
2005-01-05 Luke Howard <lukeh@padl.com>
* lib/krb5/auth_context.c: use krb5_generate_subkey_extended()
* lib/krb5/appdefault.c: remove redundant KRB5_LIB_FUNCTION
* lib/krb5/build_auth.c: support for enctype negotiation
(client sends EtypeList in Authenticator authz data)
* lib/krb5/context.c: mutex should be destroyed last in
krb5_free_context()
* lib/krb5/generate_subkey.c: add krb5_generate_subkey_extended(),
set *subkey to NULL if key geneartion fails
* lib/krb5/krb5.h: add KRB5_KU_PA_SERVER_REFERRAL_DATA
* lib/krb5/mk_req_ext.c: support ETYPE_ARCFOUR_HMAC_MD5_56
* lib/krb5/rd_req.c: support for enctype negotiation
(client sends EtypeList in Authenticator authz data)
2005-01-04 Luke Howard <lukeh@padl.com>
* lib/asn1/k5.asn1: add authorization data types for enctype
negotiation implementation
2005-01-04 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/changepw.c (change_password_loop): on failing to find a
kdc, set result_code to KRB5_KPASSWD_HARDERROR
2005-01-01 Love Hörnquist Åstrand <lha@it.su.se>
* doc/heimdal.texi: Happy New Year