Age | Commit message (Expand) | Author | Files | Lines |
2012-03-13 | samba_dnsupdate: Mention contents of invalid line when encountering parsing e... | Jelmer Vernooij | 1 | -2/+5 |
2012-03-13 | samba_dnsupdate: Raise proper exception when getting unexpected DNS reply. | Jelmer Vernooij | 1 | -2/+1 |
2012-03-13 | samba_dnsupdate: Use docstrings, which show up nicely in API docs. | Jelmer Vernooij | 1 | -21/+17 |
2011-12-07 | s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDC | Andrew Bartlett | 1 | -5/+11 |
2011-11-22 | s4-dns: added --no-credentials option to samba_dnsupdate | Andrew Tridgell | 1 | -3/+10 |
2011-09-22 | s4-dns: started adding support for auto-creation of NS glue record | Andrew Tridgell | 1 | -1/+37 |
2011-08-25 | s4-dns: cope with duplicate entries in dns_update_list | Andrew Tridgell | 1 | -1/+5 |
2011-08-25 | s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS name | Andrew Tridgell | 1 | -3/+3 |
2011-08-25 | s4-dns: fixed base search on domain NC | Andrew Tridgell | 1 | -1/+1 |
2011-06-22 | s4-samba_dnsupdate: set environment via the env parameter | Matthieu Patou | 1 | -1/+1 |
2011-06-06 | s4-param Remove 'sam database' parameter | Andrew Bartlett | 1 | -1/+1 |
2011-06-06 | s4-ipv6: don't add link local addresses to DNS | Andrew Tridgell | 1 | -1/+3 |
2011-06-06 | s4-ipv6: added IPv6 support to samba_dnsupdate | Andrew Tridgell | 1 | -7/+31 |
2011-04-07 | s4-samba_dnsupate Fix syntax error | Andrew Bartlett | 1 | -2/+1 |
2011-04-07 | samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4 | Andrew Bartlett | 1 | -1/+8 |
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 1 | -4/+4 |
2010-12-08 | s4-param Allow +foo syntax in smb.conf list parsing | Andrew Bartlett | 1 | -2/+3 |
2010-12-01 | s4-dns: catch all DNS exceptions in samba_dnsupdate | Andrew Tridgell | 1 | -4/+8 |
2010-11-18 | s4-dns: added support for --fail-immediately for RODC netlogon dns updates | Andrew Tridgell | 1 | -0/+7 |
2010-11-17 | s4-dns: catch more expections in samba_dnsupdate | Andrew Tridgell | 1 | -1/+5 |
2010-11-15 | s4-dns: added --fail-immediately option to samba_dnsupdate | Andrew Tridgell | 1 | -1/+13 |
2010-11-15 | s4-dns: fixed registration of multiple IPs in samba_dnsupdate | Andrew Tridgell | 1 | -1/+1 |
2010-09-30 | s4-dns: send A record updates via TKEY | Andrew Tridgell | 1 | -1/+6 |
2010-09-29 | s4-kerberos: use TZ=GMT when we are invoking krb5 code in helpers | Andrew Tridgell | 1 | -0/+6 |
2010-09-27 | s4-dns: added --update-list option to samba_dnsupdate | Andrew Tridgell | 1 | -8/+14 |
2010-09-27 | s4-dns: use the generated krb5.conf in samba_dnsupdate | Andrew Tridgell | 1 | -0/+5 |
2010-09-19 | s4-dns: fixed the dns_domain_info_type for netlogon DNS calls | Andrew Tridgell | 1 | -3/+14 |
2010-09-19 | s4-dns: added --all-names option to samba_dnsupdate | Andrew Tridgell | 1 | -1/+2 |
2010-09-19 | s4-rodc: added RODC DNS update support to samba_dnsupdate | Andrew Tridgell | 1 | -3/+70 |
2010-09-16 | s4-dns: use a non-forwardable ticket in samba_dnsupdate | Andrew Tridgell | 1 | -2/+3 |
2010-04-27 | s4-dns: cope better with comments in dns_update_list | Andrew Tridgell | 1 | -7/+4 |
2010-04-19 | s4-dns: use neater python for reading lines | Andrew Tridgell | 1 | -7/+2 |
2010-04-08 | s4-python: More cleanups. | Jelmer Vernooij | 1 | -7/+2 |
2010-04-07 | s4-python: Move samdb_ntds_objectGUID to pydsdb. | Jelmer Vernooij | 1 | -3/+3 |
2010-04-01 | s4-python: Install external packages to a different directory but import into | Jelmer Vernooij | 1 | -1/+1 |
2010-03-29 | s4-python: Simplify mechanism for finding included Python modules. | Jelmer Vernooij | 1 | -2/+2 |
2010-03-29 | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 1 | -5/+3 |
2010-03-25 | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 1 | -1/+1 |
2010-03-11 | s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdate | Andrew Bartlett | 1 | -21/+55 |
2010-03-05 | s4-dns: use samba.external to pull in the dns.resolver library | Andrew Tridgell | 1 | -3/+5 |
2010-03-03 | dns: make dns update script use unbuffered IO | Andrew Tridgell | 1 | -0/+4 |
2010-02-26 | s4-dns: fixed CNAME automatic DNS updates | Andrew Tridgell | 1 | -1/+1 |
2010-02-26 | dns: auto-delete incorrect SRV entries for our hostname | Andrew Tridgell | 1 | -8/+15 |
2010-02-26 | s4-dns: add automatic dynamic DNS updating script | Andrew Tridgell | 1 | -1/+223 |
2010-02-26 | dns: dummy samba_dnsupdate script | Andrew Tridgell | 1 | -0/+38 |