summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* samba-tool: Removed newuserGiampaolo Lauria2011-07-282-94/+0
* samba-tool: Changed "user add" implementationGiampaolo Lauria2011-07-281-13/+60
* samba-tool: add -H or --URL where necessaryGiampaolo Lauria2011-07-287-19/+32
* s4-upgradeprovision: Detect recent provision in a more reliable wayMatthieu Patou2011-07-261-1/+12
* s4:samba-tool: ldapcmp needs CredentialsOptionsDoubleStefan Metzmacher2011-07-261-0/+6
* scripting/bin: Some formatting fixes.Jelmer Vernooij2011-07-232-4/+4
* s4-param: use "state directory" and "cache directory" optionsBjörn Baumbach2011-07-211-5/+5
* samba-tool: make sure we exit with an error on a bad commandAndrew Tridgell2011-07-211-1/+2
* samba-tool: fixed some more calls to samba_tool join to be 'domain join'Andrew Tridgell2011-07-211-1/+1
* dbcheck: use string DN in delete when fixing broken strings DNsAndrew Tridgell2011-07-211-1/+1
* s4-provision: run dbcheck on a minimal set of objects in provisionAndrew Tridgell2011-07-211-4/+8
* samba_backup: check that directory really existsMatthieu Patou2011-07-211-1/+11
* s4-dsdb: change the samba3sam test to add the show_deleted moduleAndrew Tridgell2011-07-211-1/+1
* samba-tool: nicer error in passwordsettings with no settingsAndrew Tridgell2011-07-211-0/+2
* samba-tool: testparm doesn't take any credentialsAndrew Tridgell2011-07-211-0/+5
* samba-tool: use 'exportkeytab' instead of 'dumpkeys'Andrew Tridgell2011-07-211-3/+3
* samba-tool: Fix __doc_ in base classesGiampaolo Lauria2011-07-211-3/+3
* samba-tool: removed synopsis code in base classGiampaolo Lauria2011-07-211-8/+2
* samba-tool: Fixed bugs to determine min and max # of allowed argumentsGiampaolo Lauria2011-07-211-7/+14
* samba-tool: Improved --help functionalityGiampaolo Lauria2011-07-211-2/+6
* samba-tool: fixed __doc__ in base classesGiampaolo Lauria2011-07-211-3/+3
* samba-tool: Fix error handling in SuperCommand classGiampaolo Lauria2011-07-211-2/+11
* samba-tool: improved Option list for all user commandsGiampaolo Lauria2011-07-211-10/+7