summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* s3_upgrade: Set the administrator password on upgradeAmitay Isaacs2011-08-191-2/+22
* s3_upgrade: Do not add administrator and root accounts from s3 to s4Amitay Isaacs2011-08-191-0/+2
* python-samba3: Secrets file loaded from private dir, not lib dirAmitay Isaacs2011-08-192-2/+8
* s3upgrade: Add idmap migration, users/groups importAmitay Isaacs2011-08-191-40/+193
* provision: Add idmap database handle to the result of provisionAmitay Isaacs2011-08-191-0/+2
* samba3-python: Add methods to get any entry (user/group) and its sid from idmapAmitay Isaacs2011-08-191-0/+14
* samba-tool: changed samba-tool user delete to use samdb instead of Net()Andrew Tridgell2011-08-181-9/+17
* s4-samdb: added deleteuser() to samdbAndrew Tridgell2011-08-181-0/+23
* s4-provision Add support for fixing the DC rid to a particular valueAndrew Bartlett2011-08-132-16/+29
* upgrade: Add missing bits for the s3 to s4 upgrade scriptAmitay Isaacs2011-08-131-32/+73
* py-samba3: Create samba3 python package to hold other modulesAmitay Isaacs2011-08-131-18/+18
* s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...Andrew Bartlett2011-08-131-2/+2
* samba-tool: Remove gpo setacl commandAmitay Isaacs2011-08-131-5/+0
* s3:samba-tool: add --domain-critical-only to "samba-tool domain join"Stefan Metzmacher2011-08-121-3/+9
* s4:py/samba/join: add domain_critical_only=False to join_DC/join_RODCStefan Metzmacher2011-08-121-3/+10
* s4:py/samba/drs_utils: pass down req/req_level to self.net.replicate_chunk()Stefan Metzmacher2011-08-121-1/+2
* s4-dbcheck: offer to fix dsServiceName to be in GUID formAndrew Tridgell2011-08-121-0/+43
* s4-join: make dsServiceName a GUID in @ROOTDSE on joinAndrew Tridgell2011-08-121-3/+5
* s4-provision: create dsServiceName in @ROOTDSE in GUID formAndrew Tridgell2011-08-121-1/+2
* s4: create a small script to test drsuapi/cracknameMatthieu Patou2011-08-101-0/+75
* s4-pysamba: fixed double conversion of int32Andrew Tridgell2011-08-091-1/+1
* s4-samdb: support relative paths in SamDB() connectAndrew Tridgell2011-08-091-1/+2
* pysamdb: move normalise_int32() to common moduleAndrew Tridgell2011-08-092-7/+7
* s4:pyglue: PyArg_ParseTuple("I") requires an 'unsigned int' argumentStefan Metzmacher2011-08-081-1/+5
* sd_utils: Fix some formatting, add module docstring.Jelmer Vernooij2011-08-071-3/+5
* s4:netcmd/gpo.py: we don't need to set autogenerated attributesStefan Metzmacher2011-08-061-21/+11
* s4-scripting: allow to specify the number max of iteration around getNcChangesMatthieu Patou2011-08-061-1/+4
* s4-samdb: save the url in the samdb classAndrew Tridgell2011-08-041-0/+3
* samba-tool: Rename samba-tool command gpo2 --> gpoAmitay Isaacs2011-08-031-1/+1
* samba-tool: Add implementation of gpo create commandAmitay Isaacs2011-08-031-1/+176
* samba-tool: Add functions to create directories and copy files over SMB shareAmitay Isaacs2011-08-031-0/+32
* samba-tool: Rename copy_directory_recurse to copy_directory_remote_to_localAmitay Isaacs2011-08-031-11/+19
* samba-tool: Addd functions to print GPO flags and GPlink optionsAmitay Isaacs2011-08-031-28/+22
* dbcheck: Cancel transaction if operation fails.Jelmer Vernooij2011-08-021-10/+15
* acl: Improve error message when setting acls fails.Jelmer Vernooij2011-08-011-4/+12
* s4-upgradeprovision: try to fix the detection of @provision recordMatthieu Patou2011-08-011-1/+1
* samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell2011-07-299-24/+27
* samba-tool: fixed binary encoding of usernames in setpasswordAndrew Tridgell2011-07-291-2/+2
* samba-tool: ensure prompting of passwords is in the right orderAndrew Tridgell2011-07-281-1/+3
* samba-tool: Added gpo fetch command implementation using python smb module.Amitay Isaacs2011-07-281-0/+94
* samba-tool: Change samba-tool gpo semantics (use gpo name instead of dn)Amitay Isaacs2011-07-281-78/+124
* samba-tool: Add user password command to change user's own passwordAmitay Isaacs2011-07-281-0/+33
* samba-tool: Python routine to find writable/ldap-capable DCAmitay Isaacs2011-07-281-0/+13
* samba-tool: Catch exceptions at top-level and exit with correct return valueAmitay Isaacs2011-07-281-1/+5
* samba-tool: Display usage for main commands and list them alphabeticallyAmitay Isaacs2011-07-281-31/+35
* samba-tool: Raise exception on errors and report using base classAmitay Isaacs2011-07-281-10/+3
* samba-tool: Display Usage line and list commands alphabeticallyAmitay Isaacs2011-07-281-3/+6
* samba-tool: Replace C version of samba-tool with python versionAmitay Isaacs2011-07-283-4/+4
* samba-tool: Added python version of samba-toolAmitay Isaacs2011-07-281-0/+70
* samba-tool: Reimplement GPO functions in pythonAmitay Isaacs2011-07-281-11/+412