s4: use numeric_cmp in dns_common_sort_zones()
[pfilipensky/samba-autobuild/.git] / source4 / dns_server / dnsserver_common.c
2024-04-10 Douglas Bagnalls4: use numeric_cmp in dns_common_sort_zones()
2023-10-26 Douglas Bagnalls4:dns_server: loudly warn when a tombstone record...
2023-09-11 Joseph Suttons4:dns_server: Fix code spelling
2023-08-08 Joseph Suttons4:dns_server: Add missing newline to logging message
2023-08-03 Andreas Schneiders4:dns_server: Fix code spelling
2023-01-19 Samuel Cabreros4:dnsserver: Rename dns_name_equal() to samba_dns_name...
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Make use of functions for appending...
2021-09-04 Joseph Suttons4/dnsserver: Fix NULL check
2021-09-04 Joseph Suttons4/dnsserver: Don't call memcpy() with a NULL pointer
2021-07-05 Douglas Bagnalldns_common_replace: do not leak
2021-07-05 Douglas Bagnalls4/dns_common_replace: add comments about tombstones
2021-07-05 Douglas Bagnalldns_common_replace: comment in needs_add case
2021-07-05 Douglas Bagnalldns_common_replace: do logging in needs_add case
2021-07-05 Douglas Bagnalldnsserver_common: comments about record sorting
2021-06-11 Douglas Bagnalldns: merge dns_records_match and dns_record_match
2021-06-11 Douglas Bagnalldns_record_match: drop pretense of HINFO support
2021-06-11 Douglas Bagnalldns common: dns_records_match() matches tombstones
2021-06-11 Douglas Bagnalldns: merge dlz/internal dns_records_match()
2021-03-29 Douglas Bagnalllibrpc/idl: dnsp tombstone timestamp name matches MS...
2021-03-29 Douglas Bagnalldns: use unix_to_dns_timestamp almost everywhere
2021-03-29 Douglas Bagnalldns: add common dns_timestamp util functions
2021-03-29 Douglas Bagnalldns common: always check a talloc NULL.
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-05-15 Andrew Bartletts4/rpc_server/dnsserver: Allow parsing of dnsProperty...
2019-06-21 Stefan Metzmacherdnsp.idl: fix dnsp_ip4_array definition
2019-05-09 Douglas Bagnalls4/dnsserver: delay return when trying to log (CID...
2019-05-09 Douglas Bagnalls4/dnsserver: handle broken zone values in sort (CID...
2019-05-07 Gary Lockyers4 dns_server Bind9: Log opertion durations
2019-01-11 Aaron Haslettdns: changing onelevel search for wildcard to subtree
2018-11-28 Gary LockyerCVE-2018-16852 dcerpc dnsserver: refactor common proper...
2018-08-15 Andrew Bartlettdns_server: Avoid ldb_dn_add_child_fmt() on untrusted...
2018-08-15 Andrew Bartlettdns_server: Be strict when constructing a LDB DN from...
2018-07-20 Gary Lockyerdns wildcards: fix BUG 13536
2018-07-12 Aaron Haslettdns: static records
2018-07-12 Aaron Haslettdns: server side implementation of record aging
2018-07-12 Aaron Haslettdns: moving name_equal func into common
2017-12-19 Andrew Bartlettdns_server: Do the exact match query first, then do...
2017-12-19 Andrew Bartlettdns_server: Do not look for a wildcard for @
2017-12-19 Andrew Bartlettdns_server: Use the indexed "name" attribute in wildcar...
2017-08-15 Gary Lockyerdnsserver: Add support for dns wildcards
2017-08-15 Gary Lockyerdnsserver: Tighten DNS name checking
2017-06-22 Garming Samdnsserver/common: Use cached dnsHostName to reduce...
2017-06-10 Andrew Bartlettdns_server: clobber MNAME in the SOA
2017-06-10 Andrew Bartlettpydsdb_dns: Allow the partition DN to be specified...
2016-12-12 Bob Campbelldnsserver_common: Add name check in name2dn
2016-12-12 Bob Campbelldnsserver: add dns name checking
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-05-03 Garming Samdnsserver: Remove C++ style comment
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-10-26 Andrew Bartlettdns_server: Give WERR_DNS_ERROR_NAME_DOES_NOT_EXIST...
2015-10-26 Andrew Bartlettdns_server: Put more code in common
2014-08-26 Stefan Metzmachers4:dns_server: add DNS_TYPE_TOMBSTONE support to dns_co...
2014-08-26 Stefan Metzmachers4:dns_server: make sure dns_common_lookup() doesn...
2014-08-26 Stefan Metzmachers4:dns_server: split out dns_common_replace()
2014-08-26 Stefan Metzmachers4:dns_server: split out dns_common_extract() and dns_c...
2014-08-26 Stefan Metzmachers4:dns_server: split out a private 'dnsserver_common...