libs: s3 and s4: make our dns lookup code signal-safe.
[sfrench/samba-autobuild/.git] / lib / addns /
2014-04-10 Jeremy Allisonlibs: s3 and s4: make our dns lookup code signal-safe.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-11-13 Stefan Metzmacherlib/addns: remove compiler warnings
2012-11-13 Stefan Metzmacherlib/addns: don't depend on the order in resp->answers[]
2012-11-13 Stefan Metzmacherlib/addns: remove pointless check for resp->num_additio...
2012-10-08 Matthieu Patoulib-addns: ensure that allocated buffer are pre set...
2012-07-05 Björn Jackelib/addns: remove defines we don't need or have for...
2012-07-05 Björn Jackelib/addns: remove use of uint8 uint16 and uint32 in...
2012-05-27 Andrew Bartlettbuild: Remove all references to libuuid
2012-05-27 Andriy SyrovenkoEliminate dependency on an external uuid library.
2012-05-25 Alexander Bokovoydns_hosts_file: move to a separate subsystem
2012-05-23 Alexander Bokovoylibcli/dns: make 'clidns' private library out of DNS...
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-23 Alexander Bokovoydns: fix comments and make s4/libcli/resolve dns resolv...
2012-05-23 Simo Sorces4-resolve: Remove dependency on libroken
2012-05-23 Simo Sorceaddns: Make ads_dns_lookup_srv pulic
2012-05-23 Simo SorceMove source3/libads/dns.c to lib/addns
2012-05-23 Simo Sorceaddns: Fix talloc hiereachy
2012-04-26 Simo Sorceaddns: clean up headers
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-03-07 Ira Cooperaddns: Fix the Solaris/Illumos build.
2012-02-13 Andrew Bartletts3-libads: Move to using only the HAVE_KRB5 define
2012-02-13 Andrew Bartletts3-lib/addns: Move to system/kerberos.h and HAVE_KRB5
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: Remove unused empty header file
2011-09-25 Kai Blinaddns: Allow creating AAAA records during updates
2011-09-07 Andrew Bartlettlib/addns: Remove unused TALLOC_ macros
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-02-28 Volker Lendeckes3: Eliminate select from libaddns
2011-02-10 Volker Lendeckes3: Fix some nonempty blank lines
2011-01-06 Günther Deschnerlib/addns: move DNS client library to the main directory.