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)
commitc2aae726ea3f697c50f8d2304e2a9e69c56ab90f
tree0c05a34d585fa27282a3a106863c99e24237957f
parent9a88644bb5834b526085fad7536a02e333bf8c3c
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
(This used to be commit c78798333616c3f823514df0f58da2eb3a30a988)
16 files changed:
source3/Makefile.in
source3/libaddns/dns.h
source3/libaddns/dnserr.h
source3/libaddns/dnsgss.c
source3/libaddns/dnsmarshall.c [new file with mode: 0644]
source3/libaddns/dnsrecord.c
source3/libaddns/dnsrequest.c [deleted file]
source3/libaddns/dnsresponse.c [deleted file]
source3/libaddns/dnssign.c [deleted file]
source3/libaddns/dnssock.c
source3/libaddns/dnsupdate.c [deleted file]
source3/libaddns/dnsuprequest.c [deleted file]
source3/libaddns/dnsupresp.c [deleted file]
source3/libaddns/dnsutils.c
source3/utils/net_ads.c
source3/utils/net_dns.c