summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Expand)AuthorFilesLines
2011-07-11s4-provision: fix the value of creation timestamp to be a MS timestampMatthieu Patou1-2/+2
2011-07-11dbcheck: check all objects, including deleted objectsAndrew Tridgell2-17/+18
2011-07-11dbcheck: added confirm_all support for remaining checksAndrew Tridgell1-5/+10
2011-07-11dbcheck: use specified DB schema for non-LDAP URLsAndrew Tridgell1-2/+9
2011-07-07s4 provision: Add some of the AD-specific DNS records to the directoryKai Blin2-8/+235
2011-07-07s4 provision: split up DNS provisioning into generic and samba-specific ldifsKai Blin1-2/+10
2011-07-05s4-dbcheck: support the 'none' option for promptsAndrew Tridgell1-2/+10
2011-07-05s4-pycommon: support 'none' as an option in confirmAndrew Tridgell1-7/+20
2011-07-05dbcheck: only use a paged search when checking a ldap databaseAndrew Tridgell1-1/+1
2011-07-05dbcheck: check for unknown attributes and offer to remove themAndrew Tridgell1-3/+46
2011-07-05s4-pycommon: allow an optional 'all' choice for confirm dialogsAndrew Tridgell1-3/+9
2011-06-24s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuffStefan Metzmacher2-0/+269
2011-06-24s4:python/samba/samdb: add toggle_userAccountFlags() helper functionStefan Metzmacher1-10/+35
2011-06-24param: Remove remaining references to announce as and announce versionAndrew Bartlett1-2/+0
2011-06-22s4-dbcheck: fix uninitialized errstr in err_dn_target_mismatchMatthieu Patou1-2/+3
2011-06-22s4-dbcheck: remove unused includeMatthieu Patou1-1/+1
2011-06-22dbchecker: cope with a broken link to Deleted ObjectsAndrew Tridgell1-2/+9
2011-06-22dbchecker: fixed argument error for -H and DNAndrew Tridgell1-1/+1
2011-06-22dbchecker: when fixing a bad GUID in a DN, search by the string DNAndrew Tridgell1-1/+1
2011-06-22samba-tool: added --attrs option to dbcheckAndrew Tridgell2-8/+15
2011-06-22samba-tool: make the dbcheck class available outside of samba-toolAndrew Tridgell2-285/+324
2011-06-22samba-tool: added --quiet option to dbcheckAndrew Tridgell1-35/+43
2011-06-22samba-tool: allow for running dbcheck against a remove ldap serverAndrew Tridgell1-5/+14
2011-06-22samba-tool: expanded dbcheck DN checkingAndrew Tridgell1-21/+104
2011-06-22samba-tool: added missing GUID component checks to dbcheckAndrew Tridgell1-4/+93
2011-06-22pydsdb: added get_syntax_oid_from_lDAPDisplayName()Andrew Tridgell1-0/+5
2011-06-22samba-tool: try to keep dbcheck.py in a logical orderingAndrew Tridgell1-29/+38
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell1-2/+5
2011-06-19s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou2-10/+36
2011-06-19s4-samba-tool: remove unused importsMatthieu Patou1-2/+1
2011-06-19s4-samba-tool: use correct object notation ie. obj.method rather than method(...Matthieu Patou1-37/+31
2011-06-19s4-sambatool: use correct way to call class methodsMatthieu Patou1-53/+54
2011-06-19s4-upgradeprovision: improve message outputMatthieu Patou1-1/+1
2011-06-19s4-provision: Remove hard coded SD for CN=Sites containerMatthieu Patou1-15/+0
2011-06-19s4-upgradeprovision: handle the fact that oEMInformation might not be presentMatthieu Patou1-2/+5
2011-06-19s4-python: make checks of sacl in get_diff_sddls optionnalMatthieu Patou1-2/+6
2011-06-19s4-upgradeprovision: introduce invocation id in lastprovisionUSNsMatthieu Patou1-17/+39
2011-06-19s4-python: fix wrong discovery of the site name in find_key_provision_parametersMatthieu Patou1-1/+1
2011-06-19s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent (group,...Matthieu Patou1-16/+20
2011-06-17samba-tool: exit with non-zero status on dbcheck failureAndrew Tridgell1-1/+3
2011-06-17samba-tool: show success message on group operationsAndrew Tridgell1-0/+4
2011-06-17s4-pysamdb: fixed the normalisation of grouptype in group addAndrew Tridgell1-1/+7
2011-06-17samba-tool: report total error count and suggest --fix if neededAndrew Tridgell1-3/+10
2011-06-17samba-tool: added attribute normalisation checksAndrew Tridgell1-3/+53
2011-06-17s4-pydsdb: added dsdb_normalise_attributes() callAndrew Tridgell1-0/+5
2011-06-14samba-tool: disable validation on removing an empty attribute in dbcheckAndrew Tridgell1-1/+1
2011-06-10s4-samba-tool: added dbcheck commmandAndrew Tridgell2-0/+125
2011-06-09samba-tool: added --local option to drs replicate commandAndrew Tridgell1-1/+39
2011-06-09s4-ipv6: don't default to 127.0.0.1 in provisionAndrew Tridgell1-5/+8
2011-06-07s4-provision: fixed detection of V4/V6 addressesAndrew Tridgell1-2/+29