git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14216 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-09-11 20:51:39 +00:00
parent 119a28b42e
commit 845d290835

View File

@@ -1,3 +1,15 @@
2004-09-11 Love H<>rnquist <20>strand <lha@it.su.se>
* resolve-test.c: test program for libroken resolve from resolve.c
* Makefile.am: add resolve-test
* resolve.h: add constant for max DNS protocol packet size
* resolve.c (dns_lookup_int): grow the answer buffer to the size
the server send to us if the answer buffer was too small (limited
to the dns protocol max packet size)
2004-08-26 Johan Danielsson <joda@pdc.kth.se>
* err.hin: no need to declare __progname here