git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13565 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-20 12:03:29 +00:00
parent d8ef97a7e4
commit 3800654fcb

View File

@@ -1,5 +1,52 @@
2004-03-20 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5.3: add missing functions, only 285 left to
document
* lib/krb5/krb5_crypto_init.3: remove various enctype related
function
* lib/krb5/krb5_encrypt.3: add various enctype related function
here
* lib/krb5/krb5_create_checksum.3: add krb5_cksumtype_valid
krb5_cksumtype_valid
* lib/krb5/crypto.c: real return values for
krb5_{enctype,cksumtype}_valid
* lib/krb5/krb5_create_checksum.3: add some functions and
descriptions
* lib/krb5/krb5_c_make_checksum.3: move out non krb5_c functions
* lib/krb5/krb5_auth_context.3: document
krb5_auth_con_generatelocalsubkey
* lib/krb5/krb5_krbhst_init.3: document krb5_krbhst_init_flags
* lib/krb5/krb5_keytab.3: document krb5_kt_default_modify_name
* lib/krb5/krb5_init_context.3: document krb5_add_et_list
* lib/krb5/krb524_convert_creds_kdc.3: document
krb524_convert_creds_kdc, krb524_convert_creds_kdc_ccache
* lib/krb5/krb5_acl_match_file.3: document krb5_acl_match_*
* lib/krb5/test_acl.c: test for generic acl code
* lib/krb5/acl.c: plug memory leak on file matching,
make it not fall over when no non matching acl,
make fnmatch matching useful by switching arguments
2004-03-19 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/config.c: add --builtin-hdb command
* lib/hdb/hdb.c (hdb_list_builtin): return a list of builtin
backends
* doc/setup.texi: include Luke Howard of PADL.COM ldap hdb
documentation