git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22589 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-02-11 21:48:12 +00:00
parent 1c9234c4f7
commit e6370aa8d7

View File

@@ -1,3 +1,12 @@
2008-02-11 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
* lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
via Brian May and Debian.
* doc/Makefile.am: add libwind
2008-02-05 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.