CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocol
[samba.git] / source4 / dns_server /
2016-03-15 Garming Sambuild: mark explicit dependencies on pytalloc-util
2016-03-10 Stefan MetzmacherCVE-2016-0771: s4:dns_server: fix idl for dns_txt_record
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-01-13 Jelmer VernooijRename 'errors' to 'samba-errors' and make it public.
2016-01-13 Jelmer VernooijAvoid including libds/common/roles.h in public loadparm...
2016-01-08 Volker Lendeckebind_dlz: Fix CID 1347318 Unchecked return value
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-15 Volker Lendeckedns_server: Remove unused handle_question
2015-12-15 Volker Lendeckedns_server: Add handle_authoritative_send()
2015-12-15 Volker Lendeckedns_server: Add add_dns_res_rec()
2015-12-15 Volker Lendeckedns_server: Convert "ask_forwarder" params
2015-12-15 Volker Lendeckedns_server: Simplify array length handling
2015-12-15 Volker Lendeckedns_server: Simplify talloc handling
2015-12-15 Volker Lendeckedns_server: Consolidate talloc_realloc
2015-12-08 Volker Lendeckelibdns: Convert dns_udp_request to 0/errno
2015-11-10 Volker Lendeckedns_server: Fix a clang warning
2015-10-26 Andrew Bartlettpydns: Add replace_by_dn()
2015-10-26 Andrew Bartlettdns_server: Give WERR_DNS_ERROR_NAME_DOES_NOT_EXIST...
2015-10-26 Andrew Bartlettdns_server: Add python method to extract a DNS entry...
2015-10-26 Andrew Bartlettdns_server: Add a python module directly accessing...
2015-10-26 Andrew Bartlettdns_server: Put more code in common
2015-08-07 Volker Lendeckedns_server: Fix a small memleak
2015-08-07 Volker Lendeckedns_server: Don't call tevent_req_finish twice
2015-08-06 Kai Blindns: always add authority records
2015-08-06 Kai Blindns: Add a SOA record to error replies
2015-08-06 Kai Blindns: Also pass nsrecs to handle_question()
2015-08-06 Kai Blindns: Just pass the name to create_response_rr
2015-08-06 Kai Blindns: Add dns_get_authoritative_zone helper function
2015-08-04 Volker Lendeckedns_server: Fix CNAME handling
2015-08-04 Volker Lendeckedns_server: Add NULL check
2015-03-20 Andreas Schneiderdlz_bind9: Fix keytab location.
2015-03-16 Andrew BartlettDo not use popt_common.h in dlz_bind9
2014-12-22 Samuel Cabreros4-dns: Reload DNS zones from dsdb when zones are modif...
2014-11-26 Andreas Schneiderdns_server: Only build common library if AD DC is enabled.
2014-11-21 Amitay Isaacss4-dns: dlz-bind: Add trailing '.' to all fqdn strings
2014-11-18 Stefan Metzmachers4:dns_server: allocate substructures of struct dns_req...
2014-11-18 Stefan Metzmachers4:dns_server: add some const to dns_server_process_upd...
2014-10-30 Kai Blindns: Fix a compile warning by casting explicitly
2014-10-25 Amitay Isaacss4-dns: Add support for BIND 9.10
2014-10-25 Amitay Isaacss4-dns: Update dlz_minimal.h based on BIND release...
2014-10-25 Amitay Isaacss4-dns: Check DLZ_DLOPEN_VERSION for different BIND...
2014-08-27 Stefan Metzmachers4:dlz_bind9: let dlz_bind9 use dns_common_lookup(...
2014-08-27 Stefan Metzmachers4:dlz_bind9: let dlz_bind9 use dns_common_lookup(...
2014-08-27 Stefan Metzmachers4:dlz_bind9: let dlz_bind9 use dns_common_replace()
2014-08-27 Stefan Metzmachers4:dlz_bind9: let dlz_bind9 use dns_common_extract()
2014-08-27 Stefan Metzmachers4:dlz_bind9: let dlz_bind9 use dns_common_lookup(...
2014-08-26 Stefan Metzmachers4:dlz_bind9: do an early talloc_free(el_ctx) in dlz_al...
2014-08-26 Stefan Metzmachers4:dlz_bind9: avoid some compiler warnings
2014-08-26 Stefan Metzmachers4:dns_server: handle tombstones in handle_one_update()
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: use .wType = DNS_TYPE_TOMBSTONE instead...
2014-08-26 Stefan Metzmachers4:dns_server: split out dns_common_replace()
2014-08-26 Stefan Metzmachers4:dns_server: remove const from dns_replace_records()
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...
2014-08-26 Stefan Metzmachers4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_E...
2014-08-26 Stefan Metzmachers4:dns_server: handle WERR_DNS_ERROR_NAME_DOES_NOT_EXIS...
2014-06-06 Jeremy Allisons3/s4: smbd, rpc, ldap, cldap, kdc services.
2014-05-26 Arvid Requates4-dns: dlz_bind9: improve log message consistency
2014-05-26 Arvid Requates4-dns: dlz_bind9: Fix ipv6 updates
2014-05-20 Kai Blinbug #10609: CVE-2014-0239 Don't reply to replies
2014-04-28 Andrew Bartlettkerberos: Remove un-used event context argument from...
2014-03-26 Stefan Metzmachers4:dns_server: make use of gensec_update_ev()
2014-03-07 Stefan Metzmachers4:lib/socket: simplify iface_list_wildcard() and its...
2014-03-04 Kai Blinbug #10471: Don't respond with NXDOMAIN to records...
2013-11-30 Amitay Isaacss4-dns: Ignore duplicate dns zones from multiple locati...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-29 Kai Blindns: Update TODO list
2013-06-01 Kai Blindns: Delete dnsNode objects when they are empty
2013-05-26 Kai Blindns: Support larger queries when asking forwarder
2013-05-18 Kai Blindns: Also print packet information for DBGC_DNS
2013-05-16 Kai Blindns: Add support for MX queries
2013-05-16 Kai Blindns: Also add a print-out for the out_packet
2013-05-16 Kai Blindns: Use new DNS debugclass in DNS server
2013-03-09 Stefan Gohmanns4-dns: dlz_bind9: Check result to avoid segfault
2012-11-04 Amitay Isaacss4-dns: Fix format string vulnerability in an error...
2012-10-24 Stefan Metzmachers4:dns_server: fix formatting difference compared to...
2012-10-17 Andrew Bartlettdns_server: Try and use the dns-SERVER account if we...
2012-10-13 Matthieu Patous4-dns: Fix the comments about ignoring zones in intern...
2012-10-08 Amitay Isaacss4-dns: dlz_bind9: Ignore zones that are not used by...
2012-10-08 Matthieu Patous4-dns: fix a warning
2012-10-08 Matthieu Patous4-dns: Ignore zones that shouldn't be returned currently
2012-10-02 Matthieu Patous4-dns: fix a non handled memory out of memory
2012-09-30 Kai Blins4 dns: Fix return code for deleted records
2012-09-30 Kai Blins4 dns: Get rid of deprecated allocation result check
2012-09-23 Matthias Dieter... s4:dns_server - introduce the wildcard binding feature
2012-09-12 Andrew Bartlettdns_server: Remove parameter 'dns recursive queries...
2012-09-12 Stefan Metzmachers4:dns_server: remove wrong and unused dsdb_check_acces...
2012-09-12 Andrew Bartlettdns_server: Attempt to SET and UNSET the sessionInfo...
2012-09-12 Kai Blins4 dns: Improve logging of delegated dns updates
2012-09-06 Kai Blins4 dns: Make debug output less noisy
2012-09-06 Kai Blins4 dns: Check if signing user is allowed to update...
2012-09-06 Andrew Bartlettselftest: Add tests for the dlz_bind9 module
2012-09-05 Kai Blins4 dns: Allow configuring signed updates
2012-09-05 Kai Blins4 dns: Make sure to remember incoming tkey name
2012-09-05 Kai Blins4 dns: Verify incoming TSIG signatures
2012-09-05 Kai Blins4 dns: Handle GSS-TSIG signature creation
2012-09-05 Kai Blins4 dns: When we got a TKEY, we need to remember which...
2012-09-05 Kai Blins4 dns: TKEY record needs to remember incoming algorithm
next