summaryrefslogtreecommitdiff
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* s4 provision: Add some of the AD-specific DNS records to the directoryKai Blin2011-07-072-8/+235
* s4 provision: split up DNS provisioning into generic and samba-specific ldifsKai Blin2011-07-071-2/+10
* s4-dbcheck: support the 'none' option for promptsAndrew Tridgell2011-07-051-2/+10
* s4-pycommon: support 'none' as an option in confirmAndrew Tridgell2011-07-051-7/+20
* dbcheck: only use a paged search when checking a ldap databaseAndrew Tridgell2011-07-051-1/+1
* dbcheck: check for unknown attributes and offer to remove themAndrew Tridgell2011-07-051-3/+46
* s4-pycommon: allow an optional 'all' choice for confirm dialogsAndrew Tridgell2011-07-051-3/+9
* rebuildexetendeddn: PEP8: Use spaces rather than tabs.Jelmer Vernooij2011-06-301-66/+61
* rpcclient: PEP8: Use spaces rather than tabs.Jelmer Vernooij2011-06-301-45/+45
* smbstatus: PEP8: Use spaces rather than tabs.Jelmer Vernooij2011-06-301-38/+38
* mischema: Remove unused import.Jelmer Vernooij2011-06-301-1/+0
* enablerecyclebin: Remove unused imports, fix formatting.Jelmer Vernooij2011-06-301-5/+3
* s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuffStefan Metzmacher2011-06-242-0/+269
* s4:python/samba/samdb: add toggle_userAccountFlags() helper functionStefan Metzmacher2011-06-241-10/+35
* param: Remove remaining references to announce as and announce versionAndrew Bartlett2011-06-241-2/+0
* s4-dbcheck: fix uninitialized errstr in err_dn_target_mismatchMatthieu Patou2011-06-221-2/+3
* s4-dbcheck: remove unused includeMatthieu Patou2011-06-221-1/+1
* s4-samba_dnsupdate: set environment via the env parameterMatthieu Patou2011-06-221-1/+1
* s4-upgradeprovision: Don't forget to populate the non replicated objects, and...Matthieu Patou2011-06-221-2/+4
* dbchecker: cope with a broken link to Deleted ObjectsAndrew Tridgell2011-06-221-2/+9
* dbchecker: fixed argument error for -H and DNAndrew Tridgell2011-06-221-1/+1
* dbchecker: when fixing a bad GUID in a DN, search by the string DNAndrew Tridgell2011-06-221-1/+1
* samba-tool: added --attrs option to dbcheckAndrew Tridgell2011-06-222-8/+15
* samba-tool: make the dbcheck class available outside of samba-toolAndrew Tridgell2011-06-222-285/+324
* samba-tool: added --quiet option to dbcheckAndrew Tridgell2011-06-221-35/+43
* samba-tool: allow for running dbcheck against a remove ldap serverAndrew Tridgell2011-06-221-5/+14
* samba-tool: expanded dbcheck DN checkingAndrew Tridgell2011-06-221-21/+104
* samba-tool: added missing GUID component checks to dbcheckAndrew Tridgell2011-06-221-4/+93
* pydsdb: added get_syntax_oid_from_lDAPDisplayName()Andrew Tridgell2011-06-221-0/+5
* samba-tool: try to keep dbcheck.py in a logical orderingAndrew Tridgell2011-06-221-29/+38
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-201-2/+5
* s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...Matthieu Patou2011-06-201-0/+14
* s4: create script to find provision ranges for old provision without this inf...Matthieu Patou2011-06-191-0/+174
* s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou2011-06-192-10/+36
* s4-samba-tool: remove unused importsMatthieu Patou2011-06-191-2/+1
* s4-samba-tool: use correct object notation ie. obj.method rather than method(...Matthieu Patou2011-06-191-37/+31
* s4-sambatool: use correct way to call class methodsMatthieu Patou2011-06-191-53/+54
* s4-upgradeprovision: improve message outputMatthieu Patou2011-06-191-1/+1
* s4-upgradeprovision: skip versionNumber, it's used by GPOMatthieu Patou2011-06-191-0/+1
* s4-provision: Remove hard coded SD for CN=Sites containerMatthieu Patou2011-06-191-15/+0
* s4-upgradeprovision: deltaattr can be empty or none tooMatthieu Patou2011-06-191-8/+8
* s4-upgradeprovision: handle the fact that oEMInformation might not be presentMatthieu Patou2011-06-191-2/+5
* s4-upgradeprovision: Rework completly how SDs are recalculatedMatthieu Patou2011-06-191-66/+99
* s4-python: make checks of sacl in get_diff_sddls optionnalMatthieu Patou2011-06-191-2/+6
* s4-upgradeprovision: remove useless commentMatthieu Patou2011-06-191-1/+0
* s4-upgradeprovision: ignore objectSidMatthieu Patou2011-06-191-2/+3
* s4-upgradeprovision: add a list of attribute that are not DSDB attribute that...Matthieu Patou2011-06-191-0/+4
* s4-upgradeprovision: if there is nothing to really modify then skip itMatthieu Patou2011-06-191-0/+3
* s4-upgradeprovision: dn must be skipped as delta.remove("dn") do not remove t...Matthieu Patou2011-06-191-0/+3
* s4-upgradeprovision: change hashAttrNotCopied to be an arrayMatthieu Patou2011-06-191-26/+22