Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-18 | s4-python: Various formatting fixes. | Jelmer Vernooij | 9 | -59/+42 | |
2012-02-18 | samba.web_server: Fix use of whitespace. | Jelmer Vernooij | 1 | -1/+1 | |
2012-02-17 | s4:samba-tool fsmo * - fix missing "takes_optiongroups" | Matthias Dieter Wallnöfer | 1 | -0/+12 | |
This has been reported in bug #8755. Reviewed-by: Jelmer | |||||
2012-02-16 | s4:provision: only print the adminpass if it was generated (not user-provided) | Michael Adam | 1 | -1/+5 | |
2012-02-16 | s4:provision: generate the adminpass provision() instead of provision_fill() | Michael Adam | 1 | -2/+3 | |
so that the adminpass can be logged at the end (otherwise we get "None") | |||||
2012-02-16 | s4:provision: don't log the ldap admin password - it is internal only | Michael Adam | 1 | -3/+0 | |
2012-02-16 | s4-scripting: samba-tool: Fix domain info usage message | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-02-13 | s4:join python code - "msDS-KeyVersionNumber" does not exist on Win2k | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
No problem since "secretsdb_self_join()" then chooses 1 as a default value. Fix case sensitivity for "msDS-KeyVersionNumber". Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-02-10 | tests/source: Add wafsamba/ files to list of Python files to check. | Jelmer Vernooij | 1 | -2/+16 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Feb 10 01:45:16 CET 2012 on sn-devel-104 | |||||
2012-02-09 | s4:join python code - perform a fallback password set operation over libnet | Matthias Dieter Wallnöfer | 1 | -4/+18 | |
Windows 2000 DCs allow LDAP password set operations only with the help of SSL. Given the fact that this technique is hard to setup it is easier to use SAMR over "libnet". Reviewed-By: Andrew Bartlett <abartlet@samba.org> | |||||
2012-02-09 | s4:join python code - write the SAM account name correctly | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
It is easier for the comprehension Reviewed-By: Andrew Bartlett <abartlet@samba.org> | |||||
2012-02-08 | samba-tool sites: Re-add support for option groups | Amitay Isaacs | 1 | -0/+13 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Feb 8 02:27:28 CET 2012 on sn-devel-104 | |||||
2012-02-08 | samba-tool dns: Re-add support for option groups | Amitay Isaacs | 1 | -0/+60 | |
2012-02-07 | provision: Make sure target directory is created early. | Jelmer Vernooij | 2 | -8/+16 | |
This is necessary when using the target directory to store temporary files. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Feb 7 02:45:37 CET 2012 on sn-devel-104 | |||||
2012-02-07 | samba-tool user password: Re-add support for option groups. | Jelmer Vernooij | 1 | -4/+13 | |
2012-02-07 | samba-tool: Add optiongroups, necessary for 'samba-tool domain ...' | Jelmer Vernooij | 1 | -6/+13 | |
2012-02-07 | Revert "samba-tool: moved takes_optiongroups definition to Command base class" | Jelmer Vernooij | 17 | -27/+240 | |
This reverts commit f6fa8684896b8f3f9f8b7bd3742c99906973274c. This keeps the main command class fairly slim, and makes it a bit more obvious where the arguments to run() are coming from. Conflicts: source4/scripting/python/samba/netcmd/__init__.py source4/scripting/python/samba/netcmd/domain.py source4/scripting/python/samba/netcmd/gpo.py source4/scripting/python/samba/netcmd/newuser.py source4/scripting/python/samba/netcmd/testparm.py source4/scripting/python/samba/netcmd/user.py source4/scripting/python/samba/tests/samba_tool/__init__.py | |||||
2012-02-07 | Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for domain.py | Horacio G. de Oro | 1 | -2/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2012-01-31 | s4-s3-upgrade: Check if there are duplicate sids for users and groups | Amitay Isaacs | 1 | -0/+4 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Jan 31 02:23:17 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s4-s3-upgrade: Use lowercase hostname as hostname for provision | Amitay Isaacs | 1 | -1/+1 | |
2012-01-24 | python: Change except: statement to except Exception: | Amitay Isaacs | 5 | -6/+6 | |
This way we only catch true exceptions and keyboard interrupts are not caught here. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Jan 24 03:32:40 CET 2012 on sn-devel-104 | |||||
2012-01-14 | KCC importldif/exportldif and intersite topology | Dave Craft | 1 | -204/+972 | |
Add options for extracting an LDIF file from a database and reimporting the LDIF into a schema-less database for subsequent topology test/debug. Add intersite topology generation with computation of ISTG and bridgehead servers Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Jan 14 07:45:11 CET 2012 on sn-devel-104 | |||||
2012-01-12 | s4:pygensec/tests: add test for gensec_set_max_update_size() | Stefan Metzmacher | 1 | -0/+54 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 12 14:47:05 CET 2012 on sn-devel-104 | |||||
2012-01-12 | samba-tool:dns: DNS names are case insensitive | Amitay Isaacs | 1 | -3/+3 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Thu Jan 12 06:43:01 CET 2012 on sn-devel-104 | |||||
2012-01-10 | s4:provision: add "+dns" to server services if the dns backend is SAMBA_INTERNAL | Michael Adam | 1 | -2/+7 | |
Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Jan 10 21:17:45 CET 2012 on sn-devel-104 | |||||
2012-01-10 | s4:provision: add the possibility to provision "server services" in smb.conf | Michael Adam | 1 | -2/+9 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-01-10 | s4:provision: improve a message | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-01-10 | s4:python tests __init__.py - do not depend on "subprocess.check_call()" | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
Method not present in Python 2.4 Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Jan 10 00:41:59 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError" | Matthias Dieter Wallnöfer | 1 | -6/+11 | |
The class is not present in Python 2.4 Reviewed-by: Jelmer | |||||
2012-01-09 | s4:python/samba/ndr.py: add an optional 'allow_remaining' to ndr_unpack() | Stefan Metzmacher | 1 | -2/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 9 10:28:30 CET 2012 on sn-devel-104 | |||||
2012-01-06 | samba-tool:dns: Check through all the DNS records for a match | Amitay Isaacs | 1 | -16/+16 | |
There can be multiple dns records for a specified record type. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Fri Jan 6 02:41:22 CET 2012 on sn-devel-104 | |||||
2012-01-04 | s4:pygensec/tests: check that the client and server have the same session key | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2012-01-03 | s4-provision: Fix the problem of DnsProperty values not being set correctly | Amitay Isaacs | 1 | -0/+7 | |
DnsProperty can have empty 'data' member. To parse Dnsproperty with empty data, dnsp.idl has a hack as follows: [switch_is(wDataLength?id:DSPROPERTY_ZONE_EMPTY)] dnsPropertyData data; This implies, to set 'data' value, wDataLength has to be set to a non-zero value first. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Jan 3 05:26:32 CET 2012 on sn-devel-104 | |||||
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 | |