Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-16 | dns: Use new DNS debugclass in DNS server | Kai Blin | 1 | -0/+3 | |
Signed-off-by: Kai Blin <kai@samba.org> Reviewed-By: Amitay Isaacs <amitay@gmail.com> | |||||
2012-09-12 | s4:dns_server: remove wrong and unused dsdb_check_access_on_dn() check | Stefan Metzmacher | 1 | -16/+0 | |
metze | |||||
2012-09-12 | dns_server: Attempt to SET and UNSET the sessionInfo to match the incoming user | Andrew Bartlett | 1 | -2/+24 | |
This avoids re-opening the DB as the correct user, but applies all the right ACLs and resulting owner. This needs a bit more testing... Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-09-12 | s4 dns: Improve logging of delegated dns updates | Kai Blin | 1 | -1/+1 | |
2012-09-07 | s4 dns: Make debug output less noisy | Kai Blin | 1 | -12/+12 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Fri Sep 7 00:31:56 CEST 2012 on sn-devel-104 | |||||
2012-09-06 | s4 dns: Check if signing user is allowed to update records | Kai Blin | 1 | -16/+56 | |
This should fix bug #9142 | |||||
2012-09-05 | s4 dns: Allow configuring signed updates | Kai Blin | 1 | -1/+6 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 20:42:46 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: Revert erroneous push from wrong branch | Kai Blin | 1 | -6/+1 | |
I've pushed the wrong branch for this, sorry about that. Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 14:10:54 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: Allow configuring signed updates | Kai Blin | 1 | -1/+6 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 10:45:22 CEST 2012 on sn-devel-104 | |||||
2012-08-06 | lib/param: move enum dns_update_settings to lib/param | Christian Ambach | 1 | -1/+1 | |
2012-05-30 | s4-dns: Fix some typos | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Remove some break; statements | Volker Lendecke | 1 | -8/+0 | |
We fall through implicitly, and that pattern is used elsewhere in Samba as well. Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-03-30 | s4 dns: Allow updating PTR records. | Kai Blin | 1 | -0/+4 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Fri Mar 30 19:26:52 CEST 2012 on sn-devel-104 | |||||
2012-03-27 | s4 dns: Allow changing the dns operation flags in handlers | Kai Blin | 1 | -0/+1 | |
2012-03-11 | s4 dns: Test deleting records and fix a small bu | Kai Blin | 1 | -0/+4 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sun Mar 11 02:27:45 CET 2012 on sn-devel-104 | |||||
2012-03-11 | s4 dns: Be less chatty during tests | Kai Blin | 1 | -4/+6 | |
2012-03-11 | s4 dns: Support TXT updates, add tests | Kai Blin | 1 | -8/+29 | |
2012-03-02 | s4-dns: Fix handling of TXT DNS Record | Amitay Isaacs | 1 | -2/+9 | |
2011-12-17 | s4 dns: Allow updates based on smb.conf setting | Kai Blin | 1 | -2/+4 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Dec 17 04:19:40 CET 2011 on sn-devel-104 | |||||
2011-12-17 | s4 dns: Add some debug output | Kai Blin | 1 | -0/+3 | |
2011-12-17 | s4 dns: Actually handle the update request | Kai Blin | 1 | -0/+303 | |
2011-12-17 | s4 dns: Implement RFC-compatible update prescan | Kai Blin | 1 | -3/+37 | |
2011-12-17 | s4 dns: Update prerequisite checking conforming to RFC | Kai Blin | 1 | -40/+232 | |
2011-12-09 | s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errors | Kai Blin | 1 | -0/+5 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Fri Dec 9 03:32:28 CET 2011 on sn-devel-104 | |||||
2011-12-09 | s4 dns: More explicitly use the first question of an update packet only | Kai Blin | 1 | -1/+1 | |
2011-12-09 | s4 dns: Get rid of const qualifier for prereqs, we do need to allocate those | Kai Blin | 1 | -3/+3 | |
2010-11-29 | s4:dns_server/dns_update.c - remove unreachable statements | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
2010-10-23 | s4 dns: Implement update record prescan logic | Kai Blin | 1 | -0/+37 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Oct 23 10:58:18 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4 dns: Add stub checking if updates are allowed | Kai Blin | 1 | -1/+9 | |
2010-10-23 | s4 dns: Add a prerequisites check for updates | Kai Blin | 1 | -2/+67 | |
2010-10-23 | s4 dns: Switch to WERROR | Kai Blin | 1 | -12/+13 | |
2010-10-23 | s4 dns: Split up the code into multiple files for easier development | Kai Blin | 1 | -0/+74 | |