r19762: libaddns/*[ch] code fixes donated by Centeris Corporation
authorGerald Carter <jerry@samba.org>
Fri, 17 Nov 2006 21:46:26 +0000 (21:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:53 +0000 (12:15 -0500)
commitc78798333616c3f823514df0f58da2eb3a30a988
tree07705e632dd5c7e2d3af9094a96b6f120de0f9bd
parente37132f219bb9ef52c7fc9b396bd272dd5abca70
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