r19762: libaddns/*[ch] code fixes donated by Centeris Corporation
commitc0fd486cdb203d98c82136429a5b9de1decb26f7
authorGerald Carter <jerry@samba.org>
Fri, 17 Nov 2006 21:46:26 +0000 (17 21:46 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 17 Nov 2006 21:46:26 +0000 (17 21:46 +0000)
tree846e13b1fd56e0539a306d2dc02e22c9ff170aa3
parent9008e23b88b5b4ffa3cd5793ba7b9b36f5049bea
r19762: libaddns/*[ch] code fixes donated by Centeris Corporation
(http://www.centeris.com/) under my copyright.

* Rework error reporting to use DNS_ERROR instead
  of int32
* Convert memory allocation to use talloc()
* Generalize the DNS request/response packet marshalling
* Fix the secure update requests
16 files changed:
source/Makefile.in
source/libaddns/dns.h
source/libaddns/dnserr.h
source/libaddns/dnsgss.c
source/libaddns/dnsmarshall.c [new file with mode: 0644]
source/libaddns/dnsrecord.c
source/libaddns/dnsrequest.c [deleted file]
source/libaddns/dnsresponse.c [deleted file]
source/libaddns/dnssign.c [deleted file]
source/libaddns/dnssock.c
source/libaddns/dnsupdate.c [deleted file]
source/libaddns/dnsuprequest.c [deleted file]
source/libaddns/dnsupresp.c [deleted file]
source/libaddns/dnsutils.c
source/utils/net_ads.c
source/utils/net_dns.c