git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9276 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-12-05 09:21:19 +00:00
parent a127fb2e9d
commit 4cd4dfc846
3 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
2000-12-05 Johan Danielsson <joda@pdc.kth.se>
* lib/krb5/Makefile.am: add kerberos.8 manpage
* lib/krb5/cache.c: check for NULL remove_cred function
* lib/krb5/fcache.c: pretend that empty files are non-existant
* lib/krb5/get_addrs.c (find_all_addresses): use getifaddrs, from
Jason Thorpe <thorpej@netbsd.org>

View File

@@ -1,3 +1,7 @@
2000-07-25 Johan Danielsson <joda@pdc.kth.se>
* Makefile.am: bump version to 1:1:1
2000-07-01 Assar Westerlund <assar@sics.se>
* const-ify

View File

@@ -1,5 +1,8 @@
2000-12-05 Johan Danielsson <joda@pdc.kth.se>
* ifaddrs.h: fix freeifaddrs prototype, and add ifa_broadaddr
macro
* getifaddrs.c: free some memory
2000-12-04 Johan Danielsson <joda@pdc.kth.se>