Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-02 | s4-provision: Fix tdbdump path lookup in make test. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-29 | s4-gensec: Pass the auth context in during gensec test | Andrew Bartlett | 1 | -2/+3 | |
2011-12-23 | test:dnsserver: Add zone creation and deletion test | Amitay Isaacs | 1 | -0/+51 | |
2011-12-23 | samba-tool:dns: Fix a typo | Amitay Isaacs | 1 | -1/+1 | |
2011-12-23 | samba-tool:dns: Add zone create/delete commands | Amitay Isaacs | 1 | -0/+85 | |
2011-12-23 | samba-tool:dns: Add support for reverse names (PTR records) | Amitay Isaacs | 1 | -5/+33 | |
2011-12-23 | s4-provision: Set dNSProperty attribute for dns zones | Amitay Isaacs | 1 | -2/+71 | |
2011-12-20 | samba-tool: Add transaction wrapper for creating GPO | Amitay Isaacs | 1 | -51/+44 | |
This ensures that if the GPT files are not copied via SMB, AD changes are rolled back. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Dec 20 09:12:41 CET 2011 on sn-devel-104 | |||||
2011-12-19 | s4-join: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects for ↵ | Matthieu Patou | 1 | -0/+10 | |
the base dn partition Windows dcpromo do the same: getncchanges with DRS_GET_ANC and DRS_CRITICAL_ONLY, then it does a getncchanges without those flags for the rest. Signed-off-by: Andrew Tridgell <tridge@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-17 | s4 dns: Update prerequisite checking conforming to RFC | Kai Blin | 1 | -0/+79 | |
2011-12-17 | s4 dns: Give better test output on RCODE mismatch | Kai Blin | 1 | -1/+20 | |
2011-12-14 | samba-tool: Fix DN for GPO entries | Amitay Isaacs | 1 | -8/+2 | |
2011-12-14 | samba-tool: gpo: fix a typo | Amitay Isaacs | 1 | -1/+1 | |
2011-12-14 | samba-tool: Remove duplicate code of dsacl to fsacl conversion | Amitay Isaacs | 1 | -38/+10 | |
Use samba.ntacls.dsacl2fsacl() instead. | |||||
2011-12-13 | s4-provision: Do not guess partition file names, use @PARTITION record | Amitay Isaacs | 1 | -59/+76 | |
This is to avoid duplicating the logic of generating partition file names. (partition file names are encoded partially as per RFC1738). Also, use tdb_copy() instead of filesystem copy function to copy database files, which guarantees correct database copy. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Dec 13 03:28:03 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s4-provision: Extract common utility routines in separate file | Amitay Isaacs | 3 | -92/+106 | |
2011-12-13 | s4-provision: CN=MicrosoftDNS,CN=System container is in forest and not domain | Amitay Isaacs | 1 | -10/+10 | |
2011-12-12 | s4:python/samba/join: set msDS-Behavior-Version to '4' 2008_R2 on the nTDSA ↵ | Stefan Metzmacher | 1 | -1/+1 | |
object This matches the values we set in provision. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 12 19:16:13 CET 2011 on sn-devel-104 | |||||
2011-12-12 | tdb2: don't use TDB2 versions of test tdb files. | Rusty Russell | 1 | -5/+2 | |
Now tdb2 handles tdb1 files, we don't need most of commit 5eecc854236f0b943aaa89e0c3a46f9fbd208ca9 which added TDB2 versions of all the testing tdbs. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Dec 12 06:33:44 CET 2011 on sn-devel-104 | |||||
2011-12-09 | s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errors | Kai Blin | 1 | -0/+12 | |
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: Add test to prove two updates in one packet are a FORMERR | Kai Blin | 1 | -0/+18 | |
2011-12-09 | Revert "Install (platform-independent) python scripts to the PYTHONDIR ↵ | Jelmer Vernooij | 1 | -1/+1 | |
rather than PYTHONARCHDIR." This reverts commit de4b8943bfb40e2f50c9e4e2ee5d39e986317d08. PYTHONDIR and PYTHONARCHDIR are both incorrect - they're the distribution's python locations, rather than the python locations for third party applications. For the moment, using PYTHONARCHDIR seems better though, because it works around an issue on Fedora/RedHat. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 9 01:58:50 CET 2011 on sn-devel-104 | |||||
2011-12-08 | Add test for PEP8 - currently all errors are ignored, but we warn about them ↵ | Jelmer Vernooij | 1 | -0/+50 | |
- and can ratchet if we want to. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 8 23:44:10 CET 2011 on sn-devel-104 | |||||
2011-12-08 | samba.drs_utils: Use new style classes and exceptions, fix formatting of ↵ | Jelmer Vernooij | 1 | -13/+19 | |
docstrings to make pydoctor happy. | |||||
2011-12-08 | samba.kcc_utils: Fix formatting to match PEP8, make pydoctor happy. | Jelmer Vernooij | 1 | -246/+214 | |
2011-12-08 | Add tests for srvsvc python interface. Thanks Dhananjay Sathe | Jelmer Vernooij | 1 | -0/+69 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 8 04:57:52 CET 2011 on sn-devel-104 | |||||
2011-12-08 | dbcheck: cope with objects disappearing during checking | Andrew Tridgell | 2 | -6/+16 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 8 03:23:49 CET 2011 on sn-devel-104 | |||||
2011-12-08 | samba_kcc NTDSConnection translation | Dave Craft | 2 | -218/+1292 | |
This is an advancement of samba_kcc to compute and commit the modification of a repsFrom on an NC Replica. The repsFrom is computed according to the MS tech spec for implied replicas of NTDSConnections. Proper maintenance of (DRS options, schedules, etc) from a NTDSConnection are now all present. New classes for inter-site transports, sites, and repsFrom) are now present in kcc_utils.py. Substantively this gets intra-site topology generation functional by committing the repsFrom that were computed from the DSA graph implemented in prior drops of samba_kcc Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
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-12-07 | pydsdb: provide a am_pdc hook like am_rodc to python scripts | Andrew Bartlett | 1 | -0/+4 | |
2011-12-06 | Install (platform-independent) python scripts to the PYTHONDIR rather than ↵ | Jelmer Vernooij | 1 | -1/+1 | |
PYTHONARCHDIR. | |||||
2011-12-05 | samba-tool: refuse to demote if the current DC has still roles | Matthieu Patou | 1 | -4/+12 | |
2011-12-05 | samba-tool: add a function to cleanly demote a DC | Matthieu Patou | 2 | -2/+257 | |
samba-tool domain demote allow the local DC to properly demote against Microsoft and Samba DC. | |||||
2011-12-05 | s4-python: factorize the definition of get_dsServiceName | Matthieu Patou | 4 | -18/+14 | |
2011-12-05 | s4-python: externalize some function to the drs_utils module so that they ↵ | Matthieu Patou | 2 | -25/+66 | |
can be reused | |||||
2011-12-05 | s4-python: rename conflicting variable with the import option | Matthieu Patou | 1 | -2/+2 | |
2011-12-03 | s4 dns: Test SOA queries | Kai Blin | 1 | -0/+32 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Dec 3 20:52:51 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4:python: add --machinepass option to 'samba-tool domain join' | Stefan Metzmacher | 1 | -5/+11 | |
metze | |||||
2011-11-29 | s4:python/samba/join.py: add optional 'machinepass' parameter to join_*() | Stefan Metzmacher | 1 | -6/+12 | |
metze | |||||
2011-11-29 | s4:python/samba/join.py: add optional 'machinepass' parameter to class dc_join | Stefan Metzmacher | 1 | -2/+6 | |
metze | |||||
2011-11-29 | s4-samba-tool: Add --principal argument to samba-tool domain exportkeytab | Andrew Bartlett | 1 | -3/+4 | |
This allows only a particular principal to be exported to the keytab. This is useful when setting up unix servers in a Samba controlled domain. Based on a request by Gémes Géza <geza@kzsdabas.hu> Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 29 09:20:55 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4-provision: Fix the security ace for DnsAdmins group on DNS records | Amitay Isaacs | 1 | -12/+19 | |
Find the objectSid for DnsAdmins group and use that instead of a fixed sid. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Nov 29 07:38:06 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4-provision: Make BIND9_DLZ as the default backend for DNS | Amitay Isaacs | 3 | -3/+3 | |
2011-11-29 | s4-provision: Create a samdb copy for access by dlz_bind9 module | Amitay Isaacs | 3 | -56/+156 | |
This creates a copy of rootdse, configuration and schema partitions for dlz_bind9 use in dns/ directory. Since dlz_bind9 requires write access to DNS partitions (DomainDnsZones and ForestDnsZones), those partitions are hard-linked (or symlinked) to the actual partitions. An empty domain partition is created so samdb layer can work. | |||||
2011-11-29 | s4-provision: Extract security descriptors in separate file | Amitay Isaacs | 2 | -77/+111 | |
Need to use domain security descriptor from sambadns.py also. | |||||
2011-11-29 | s4-test: Remove metadata and ldb.d directory on clean up | Amitay Isaacs | 1 | -0/+5 | |
When using partitions, metadata.tdb automatically gets created in ${prefix}ldb.d/ directory. To correctly clean up check if metadata.tdb exists, then remove metadata.tdb and directory. | |||||
2011-11-29 | s4-samdb: seqence_number() operation must be in a transaction | Amitay Isaacs | 1 | -0/+14 | |
2011-11-27 | samba-tool: domain info - add basic exception handling | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
It is nicer to get an error message rather than a stacktrace on wrong IP addresses. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | samba-tool: add a domain info command to get basic info | Matthieu Patou | 1 | -1/+24 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | s4:netcmd/common.py: add a "netcmd" function to do a cldap netlogon request | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
This is useful for a new "samba-tool domain info" command. Patch inspired by Matthieu Patou. Signed-off-by: Stefan Metzmacher <metze@samba.org> |