summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin/samba_dnsupdate
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaking temp file if an exception is raisedJean Raby2013-04-111-1/+5
* Remove incomplete check for IPv6 link-local addresses.Landon Fuller2013-03-021-3/+1
* samba_dnsupdate: set KRB5_CONFIG for nsupdate commandBjörn Baumbach2013-01-091-4/+5
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-5/+10
* samba_dnsupdate: Safely update/create names for Samba3 targets as wellAndrew Bartlett2012-09-261-4/+14
* samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file cons...Andrew Bartlett2012-09-261-3/+10
* samba_dnsupdate: Mention contents of invalid line when encountering parsing e...Jelmer Vernooij2012-03-131-2/+5
* samba_dnsupdate: Raise proper exception when getting unexpected DNS reply.Jelmer Vernooij2012-03-131-2/+1
* samba_dnsupdate: Use docstrings, which show up nicely in API docs.Jelmer Vernooij2012-03-131-21/+17
* s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDCAndrew Bartlett2011-12-071-5/+11
* s4-dns: added --no-credentials option to samba_dnsupdateAndrew Tridgell2011-11-221-3/+10
* s4-dns: started adding support for auto-creation of NS glue recordAndrew Tridgell2011-09-221-1/+37
* s4-dns: cope with duplicate entries in dns_update_listAndrew Tridgell2011-08-251-1/+5
* s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS nameAndrew Tridgell2011-08-251-3/+3
* s4-dns: fixed base search on domain NCAndrew Tridgell2011-08-251-1/+1
* s4-samba_dnsupdate: set environment via the env parameterMatthieu Patou2011-06-221-1/+1
* s4-param Remove 'sam database' parameterAndrew Bartlett2011-06-061-1/+1
* s4-ipv6: don't add link local addresses to DNSAndrew Tridgell2011-06-061-1/+3
* s4-ipv6: added IPv6 support to samba_dnsupdateAndrew Tridgell2011-06-061-7/+31
* s4-samba_dnsupate Fix syntax errorAndrew Bartlett2011-04-071-2/+1
* samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4Andrew Bartlett2011-04-071-1/+8
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-4/+4
* s4-param Allow +foo syntax in smb.conf list parsingAndrew Bartlett2010-12-081-2/+3
* s4-dns: catch all DNS exceptions in samba_dnsupdateAndrew Tridgell2010-12-011-4/+8
* s4-dns: added support for --fail-immediately for RODC netlogon dns updatesAndrew Tridgell2010-11-181-0/+7
* s4-dns: catch more expections in samba_dnsupdateAndrew Tridgell2010-11-171-1/+5
* s4-dns: added --fail-immediately option to samba_dnsupdateAndrew Tridgell2010-11-151-1/+13
* s4-dns: fixed registration of multiple IPs in samba_dnsupdateAndrew Tridgell2010-11-151-1/+1
* s4-dns: send A record updates via TKEYAndrew Tridgell2010-09-301-1/+6
* s4-kerberos: use TZ=GMT when we are invoking krb5 code in helpersAndrew Tridgell2010-09-291-0/+6
* s4-dns: added --update-list option to samba_dnsupdateAndrew Tridgell2010-09-271-8/+14
* s4-dns: use the generated krb5.conf in samba_dnsupdateAndrew Tridgell2010-09-271-0/+5
* s4-dns: fixed the dns_domain_info_type for netlogon DNS callsAndrew Tridgell2010-09-191-3/+14
* s4-dns: added --all-names option to samba_dnsupdateAndrew Tridgell2010-09-191-1/+2
* s4-rodc: added RODC DNS update support to samba_dnsupdateAndrew Tridgell2010-09-191-3/+70
* s4-dns: use a non-forwardable ticket in samba_dnsupdateAndrew Tridgell2010-09-161-2/+3
* s4-dns: cope better with comments in dns_update_listAndrew Tridgell2010-04-271-7/+4
* s4-dns: use neater python for reading linesAndrew Tridgell2010-04-191-7/+2
* s4-python: More cleanups.Jelmer Vernooij2010-04-081-7/+2
* s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij2010-04-071-3/+3
* s4-python: Install external packages to a different directory but import intoJelmer Vernooij2010-04-011-1/+1
* s4-python: Simplify mechanism for finding included Python modules.Jelmer Vernooij2010-03-291-2/+2
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-291-5/+3
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
* s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett2010-03-111-21/+55
* s4-dns: use samba.external to pull in the dns.resolver libraryAndrew Tridgell2010-03-051-3/+5
* dns: make dns update script use unbuffered IOAndrew Tridgell2010-03-031-0/+4
* s4-dns: fixed CNAME automatic DNS updatesAndrew Tridgell2010-02-261-1/+1
* dns: auto-delete incorrect SRV entries for our hostnameAndrew Tridgell2010-02-261-8/+15
* s4-dns: add automatic dynamic DNS updating scriptAndrew Tridgell2010-02-261-1/+223