summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_server.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-01s4/dns_server: truncate large dns packets over udp and set truncated flagAndréas Leroux1-0/+20
2024-05-22s4:rpc_server: Use lpcfg_dns_hostname() in dns_server.cAndreas Schneider1-6/+9
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme1-4/+4
2023-10-24s4:dns_server: make use of tstream_bsd_fail_readv_first_error(true)Stefan Metzmacher1-0/+2
2023-07-19s4:dns_server: Add some more debugging in order to find problems with level 1...Stefan Metzmacher1-3/+27
2023-07-19s4:dns_server: defer calling werr_to_dns_err() in a central placeStefan Metzmacher1-17/+15
2022-03-25s4: dns: Add customizable dns port optionThomas Debesse1-2/+2
2021-07-05dns_server: free old zones when reloadingDouglas Bagnall1-1/+1
2021-06-29s4:dns_server: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+8
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme1-4/+4
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-16/+19
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2018-05-10samdb: Add remote address to connectGary Lockyer1-2/+6
2018-03-20s4:dns_server: Fix size typesAndreas Schneider1-2/+2
2018-01-04dns_server: Remove "max_payload" from dns_serverVolker Lendecke1-2/+0
2017-10-19source4/smbd: Do not overstamp the process model with "single"Gary Lockyer1-12/+3
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer1-2/+7
2017-06-10pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett1-1/+1
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-29dns: Provide local and remote socket address to GENSECAndrew Bartlett1-2/+12
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dns...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dns_server/Günther Deschner1-1/+1
2016-06-16s4/dns_server: enable sending of TSIG error recordsRalph Boehme1-1/+3
2016-06-16s4/dns_server: prepare sending correct error responses for dns_verify_tsig() ...Ralph Boehme1-8/+7
2016-05-03dns: modify dns forwarder param to be multi-valuedGarming Sam1-3/+3
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2015-10-26dns_server: Put more code in commonAndrew Bartlett1-62/+4
2015-08-06dns: always add authority recordsKai Blin1-1/+5
2014-12-22s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRSSamuel Cabrero1-38/+95
2014-11-18s4:dns_server: allocate substructures of struct dns_request_state on the corr...Stefan Metzmacher1-0/+1
2014-06-07s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison1-1/+8
2014-05-20bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin1-0/+6
2014-03-07s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher1-4/+4
2013-05-26dns: Support larger queries when asking forwarderKai Blin1-0/+2
2013-05-18dns: Also print packet information for DBGC_DNSKai Blin1-5/+5
2013-05-16dns: Also add a print-out for the out_packetKai Blin1-0/+4
2013-05-16dns: Use new DNS debugclass in DNS serverKai Blin1-0/+3
2012-10-24s4:dns_server: fix formatting difference compared to v4-0-testStefan Metzmacher1-1/+2
2012-10-17dns_server: Try and use the dns-SERVER account if we were configured with itAndrew Bartlett1-14/+47
2012-10-13s4-dns: Fix the comments about ignoring zones in internal serverMatthieu Patou1-1/+7
2012-10-08s4-dns: fix a warningMatthieu Patou1-2/+1
2012-10-07s4-dns: Ignore zones that shouldn't be returned currentlyMatthieu Patou1-1/+7
2012-10-02s4-dns: fix a non handled memory out of memoryMatthieu Patou1-0/+1
2012-09-23s4:dns_server - introduce the wildcard binding featureMatthias Dieter Wallnöfer1-10/+28
2012-09-12dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett1-2/+3
2012-09-07s4 dns: Make debug output less noisyKai Blin1-1/+1
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-0/+8
2012-09-05s4 dns: Handle GSS-TSIG signature creationKai Blin1-0/+12
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin1-23/+0