python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / lib / addns / dnsrecord.c
2023-03-03 Björn Baumbachnet: add new --dns-ttl option to specify the ttl of...
2020-12-23 Björn Jackednsupdates: clean up all RRSets and not only type A
2015-06-23 Volker Lendeckelib: Fix CID 1272913 Calling risky function
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-05 Björn Jackelib/addns: remove use of uint8 uint16 and uint32 in...
2011-11-23 Jeremy AllisonFix uninitialized variable frees on error paths.
2011-11-23 Jeremy AllisonEnsure we don't free uninitialized variables.
2011-11-22 Kai Blins3 libaddns: Prevent a crash when dns_create_update...
2011-09-25 Kai Blinaddns: Allow creating AAAA records during updates
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-01-06 Günther Deschnerlib/addns: move DNS client library to the main directory.