git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16568 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-15 20:30:49 +00:00
parent 017a3400cd
commit 3e9fc4053a
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-01-15 Love H<>rnquist <20>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 <20>strand <lha@it.su.se>
* include/Makefile.am: Don't clean crypto headers, they now live

View File

@@ -1,6 +1,11 @@
2006-01-15 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am (libkadm5clnt.la) doesn't depend on libhdb, remove
dependency
2005-12-13 Love H<>rnquist <20>strand <lha@it.su.se>
* get_s.c (kadm5_s_get_principal): memset hdb_entry_ex before use
* memset hdb_entry_ex before use
2005-12-12 Love H<>rnquist <20>strand <lha@it.su.se>