git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11421 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-09 22:16:34 +00:00
parent 2ae9f47e8e
commit a826b0381d
2 changed files with 4 additions and 0 deletions

View File

@@ -28,6 +28,8 @@
2002-09-04 Johan Danielsson <joda@pdc.kth.se>
* lib/krb5/sendauth.c: close ccache if we opened it
* appl/kf/kf.c: handle new protocol
* appl/kf/kfd.c: use krb5_err instead of sysloging directly,

View File

@@ -17,6 +17,8 @@
2002-09-04 Johan Danielsson <joda@pdc.kth.se>
* rtbl.c (rtbl_destroy): free whole table
* resolve.c: use res_nsearch if we have it (from Larry Greenfield)
2002-09-03 Assar Westerlund <assar@kth.se>