summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/dns
Commit message (Collapse)AuthorAgeFilesLines
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
|
* s4-dns: implemented RODC DNS update in dns update taskAndrew Tridgell2010-09-271-0/+199
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-9/+9
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-dns: call spn update command alongside dns updateAndrew Tridgell2010-04-271-0/+46
| | | | call samba_spnupdate at the same time as samba_spnupdate
* s4 dns: Allow to specify static grant entries to be added to the dynamicaly ↵Matthieu Patou2010-04-241-3/+17
| | | | | | generated named.conf.update Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:dsdb/dns/dns_update.c - fix a typoMatthias Dieter Wallnöfer2010-04-171-1/+1
|
* s4:dsdb/dns: change callers of samba_runcmd()Stefan Metzmacher2010-03-091-36/+68
| | | | metze
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-261-4/+4
| | | | | | This allows commands with multiple arguments and quoting to be used, while still avoiding running a shell (and this having shell expansion problems)
* s4:DNS update - change "i" to be unsignedMatthias Dieter Wallnöfer2010-02-251-1/+2
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-dns: improved logging, and run name check at startupAndrew Tridgell2010-02-231-6/+10
|
* s4-dns: call out to the dns update command every 10 minutesAndrew Tridgell2010-02-231-26/+112
| | | | | This periodically calls samba_dnsupdate to update our DNS entries if needed
* s4-dnsupdate: use samba_runcmd() in the dns update taskAndrew Tridgell2010-02-171-16/+35
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-dns: don't leave behind a tmp fileAndrew Tridgell2010-02-111-0/+2
| | | | | If the dns update file doesn't need updating we need to delete the tmp file
* s4-dns: added a dns update taskAndrew Tridgell2010-02-111-0/+222
This task watches for changes in the list of DCs, and creates a bind9 formatted file that grants update permission to all DCs, plus to the administration, and machines update for their own names. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>