git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22225 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-08 16:42:31 +00:00
parent ec6812d6a0
commit e7d98ba99e

View File

@@ -1,5 +1,19 @@
2007-12-08 Love H<>rnquist <20>strand <lha@it.su.se>
* doc: add doxygen documentation to hcrypto
* doc/doxytmpl.dxy: generate links
2007-12-07 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/Makefile.am: build_HEADERZ += heim_threads.h
* lib/hdb/dbinfo.c (hdb_db_dir): Return the directory where the
hdb database resides.
* configure.in: Add --with-hdbdir to specify where the database is
stored.
* lib/krb5/crypto.c: revert previous patch, the problem is located
in the RAND_file_name() function that will cause recursive nss
lookups, can't fix that here.