summaryrefslogtreecommitdiff
path: root/lib/addns/dnsrecord.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-05lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 typesBjörn Jacke1-20/+20
2011-11-23Fix uninitialized variable frees on error paths.Jeremy Allison1-11/+11
2011-11-23Ensure we don't free uninitialized variables.Jeremy Allison1-2/+2
2011-11-22s3 libaddns: Prevent a crash when dns_create_update failsKai Blin1-1/+1
2011-09-24addns: Allow creating AAAA records during updatesKai Blin1-4/+56
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-01-06lib/addns: move DNS client library to the main directory.Günther Deschner1-0/+422