*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11398 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2002-09-05 03:38:17 +00:00
parent f4b53cdfee
commit 1cb229731e
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-09-04 Assar Westerlund <assar@kth.se>
* kdc/kerberos5.c (encode_reply): correct error logging
2002-09-04 Johan Danielsson <joda@pdc.kth.se>
* appl/kf/kf.c: handle new protocol

View File

@@ -1,3 +1,11 @@
2002-09-04 Assar Westerlund <assar@kth.se>
* getifaddrs.c: remove some warnings from the linux-portion
* getnameinfo_verified.c (getnameinfo_verified): handle the case
of forward but no backward DNS information, and also describe the
desired behaviour. from Love <lha@stacken.kth.se>
2002-09-04 Johan Danielsson <joda@pdc.kth.se>
* resolve.c: use res_nsearch if we have it (from Larry Greenfield)