summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-subdomain: don't delete account DN not created in subdomain joinAndrew Tridgell2011-09-131-5/+8
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-subdomain: use a password length of 128Andrew Tridgell2011-09-131-1/+1
| | | | | | | | windows seems to use a fixed size for this password. It is possible that windows servers can only handle one size, given we have observed some strange behaviour from the windows kdc when we setup trusts Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-join: fixed non-subdomain joinAndrew Tridgell2011-09-131-0/+2
| | | | | | these two vars need to be initialised for general join Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-subdomain: fixed invocationID and hostIPs in subdomain joinAndrew Tridgell2011-09-132-14/+18
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-subdomain more work on sub-domain joinAndrew Bartlett2011-09-133-51/+282
| | | | | | | | | | | we can now create a subdomain of an existing windows domain using: samba-tool domain join sub.domain.dns.name subdomain The ordering of the creation of the key records is quite tricky, especially for the NTDSDSA object Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* s4: add createtrust tool for testingAndrew Bartlett2011-09-131-0/+137
|
* selftest: add test for subdomain supportAndrew Bartlett2011-09-132-2/+123
|
* s4-join Add a partitions DN when we join a subdomainAndrew Bartlett2011-09-131-0/+16
|
* s4-provision Perform 'modify' operations as systemAndrew Bartlett2011-09-133-13/+20
| | | | | | | | | | We need this so that we can modify the cn=configuration partition when we are setting up a new subdomain. The serverReference on our ${SERVERDN} is in that partition, and without this change creating a new subdomain fails due to ACLs. Andrew Bartlett
* s4-join supply the NTDS GUID to the provisionAndrew Bartlett2011-09-131-1/+1
| | | | | | | | | Unlike other join operations, the creation of a subdomain makes local changes to the DB, so we need to pass in the NTDS GUID to ensure the one set on the object created in the parent domain is the one that is used. Andrew Bartlett
* s4-provision Split addition of users and well known principalsAndrew Bartlett2011-09-133-142/+147
| | | | | | | If we are provisioning a subdomain, then these are already in cn=configuration. Andrew Bartlett
* s4-provision Add initial support for joining as a new subdomainAndrew Bartlett2011-09-137-327/+458
| | | | | | | | To do this we need to reorganise a lot of the provision code, so that we can create the framework for the inbound replicaton of the config and schema partitions and then add in the new subdomain locally. Andrew Bartlett
* start work on Samba 4.0 alpha18Andrew Bartlett2011-09-131-2/+2
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Sep 13 05:44:47 CEST 2011 on sn-devel-104
* Release Samba 4.0 alpha17samba-4.0.0alpha17v4-0-testv4-0-stableAndrew Bartlett2011-09-131-1/+1
|
* WHATSNEW: more information on running dbcheckAndrew Tridgell2011-09-131-0/+15
|
* s4-python: Fix some formatting issues.Jelmer Vernooij2011-09-136-193/+219
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Sep 13 03:51:13 CEST 2011 on sn-devel-104
* s4-python: Consistently use spaces rather than tabs, fix headers in several ↵Jelmer Vernooij2011-09-1326-82/+153
| | | | places.
* Add samba.tests.source, which checks Python files for copyright lines, ↵Jelmer Vernooij2011-09-132-0/+169
| | | | license headers and invalid characters (dos newlines, tabs).
* testparm.py: Use standard formatting of header.Jelmer Vernooij2011-09-131-10/+10
|
* group.py: Remove tab characters.Jelmer Vernooij2011-09-131-2/+2
|
* drs.py: Remove tab characters.Jelmer Vernooij2011-09-131-36/+36
|
* domain.py: Remove tab characters.Jelmer Vernooij2011-09-131-12/+13
|
* delegation.py: Remove tab characters.Jelmer Vernooij2011-09-131-2/+2
|
* drs_utils.py: Remove tab characters.Jelmer Vernooij2011-09-131-9/+9
|
* s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer2011-09-121-1/+1
| | | | | | | | | | | | Please consider a failing "get_interfaces" call and the "talloc_free()" operation on a possible uninitialised "ifaces" on line 326. https://bugzilla.samba.org/show_bug.cgi?id=8397 Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Sep 12 23:49:12 CEST 2011 on sn-devel-104
* Move the talloc_move call until *after* the check on status. Don't want to ↵Jeremy Allison2011-09-121-3/+3
| | | | | | | | | move something that might be invalid. Makes the code match what is currently in 3.6.x. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Sep 12 22:21:24 CEST 2011 on sn-devel-104
* s3:libsmb: check the wct of the incoming SMBnegprot responsesStefan Metzmacher2011-09-121-0/+10
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 12 20:50:27 CEST 2011 on sn-devel-104
* s3:libsmb: let cli_pull_raw_error() return NT_STATUS_OK as DOS-Error successStefan Metzmacher2011-09-121-1/+6
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 12 19:12:21 CEST 2011 on sn-devel-104
* s3-auth: fix uninitialized server_infoSumit Bose2011-09-121-0/+4
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Sep 12 17:44:46 CEST 2011 on sn-devel-104
* s3-lsa: Add conversion for auth info structsSumit Bose2011-09-128-37/+608
| | | | | | | | | | | struct lsa_TrustDomainInfoAuthInfo and struct trustAuthInOutBlob can store the same information for different usage. The added routines can convert one struct into the other. Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Sep 12 15:52:17 CEST 2011 on sn-devel-104
* doc: suggest samba-tool dbcheck in upgrading-samba4.txtAndrew Bartlett2011-09-121-6/+9
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Sep 12 14:24:20 CEST 2011 on sn-devel-104
* s4-s3-upgrade Remove upgrade_from_s3 script, use samba-tool domain samba3upgradeAndrew Bartlett2011-09-122-134/+5
|
* start Samba 4.0alpha17 release notesAndrew Bartlett2011-09-121-31/+53
|
* s3-selftest: Set path to bin/net and bin/wbinfo in command line to test scriptsAndrew Bartlett2011-09-126-27/+32
| | | | | | | This makes it easier to reproduce these tests outside the test environment, as we rely less on environment variables. Andrew Bartlett
* samba-tool: Add "domain samba3upgrade" subcommandAmitay Isaacs2011-09-121-1/+107
| | | | | | | Added new command to upgrade from samba3 to samba4. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-s3-upgrade: Check for duplicate sids before provisioningAmitay Isaacs2011-09-121-0/+10
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-provision: Fix the informational message from dns provisioningAmitay Isaacs2011-09-121-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-provision: Create private dir for dns in a separate functionAmitay Isaacs2011-09-121-12/+29
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-s3-upgrade: Check for common user/group names before provisioningAmitay Isaacs2011-09-121-0/+10
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-provision: Generate appropriate named.conf file depending on dns_backendAmitay Isaacs2011-09-121-17/+31
| | | | | | | | | | | For --dns_backend=BIND9, generate the dns zone file, and named.conf with zone information. For --dns-backend=BIND9_DLZ, generate the named.conf with dlz directive. If no option is specified, default dns_backend is BIND9. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-provision: Remove dupliate creation of dns/spn_update_list filesAmitay Isaacs2011-09-121-8/+1
| | | | | | | dns_update_list and spn_update_list are set up using create_dns_update_list() function. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-provision: Add named.conf template for BIND9 with DLZ supportAmitay Isaacs2011-09-121-0/+14
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-provision: Add Seperate instructions for BIND 9.7.x and 9.8.x.Amitay Isaacs2011-09-121-33/+53
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-provision: Enable SPNs for DNSAmitay Isaacs2011-09-121-3/+3
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:samba-tool/domain.py - rename arguments "domain" -> "domain-level", ↵Matthias Dieter Wallnöfer2011-09-111-12/+12
| | | | | | | | | | | "forest" -> "forest-level" This should clarify the scope of them. Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Sep 11 20:12:52 CEST 2011 on sn-devel-104
* s4:samba-tool/domain.py - restore domain raise functionalityMatthias Dieter Wallnöfer2011-09-111-1/+16
| | | | | | | The samba-tool command has accidentally been damaged by commit 2d4988c3d79e501003875cd26b7f9aaa72402b31. Reviewed-by: Jelmer
* ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer2011-09-111-11/+3
| | | | | | And fix the comment Reviewed-by: Jelmer
* ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer2011-09-111-1/+4
| | | | Reviewed-by: Jelmer
* lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett2011-09-101-2/+2
| | | | | | | | | There is little point testing this against the system iconv. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Sep 10 15:45:42 CEST 2011 on sn-devel-104
* lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett2011-09-101-44/+44
|