summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/dbcheck.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-143/+0
* s4-dbcheck: Allow forcing an override of an old @MODULES recordAndrew Bartlett2013-01-101-4/+20
* samba-tool: Unify usage messages.Karolin Seeger2012-10-081-1/+1
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4Jelmer Vernooij2012-02-251-1/+1
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-1/+6
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-1/+1
* dbcheck: cope with objects disappearing during checkingAndrew Tridgell2011-12-081-1/+1
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-1/+1
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-131-6/+7
* s4-dbcheck: fixed transaction nesting in dbcheckAndrew Tridgell2011-09-221-2/+6
* samba-tool: Fixed "dbcheck" subcommand syntaxGiampaolo Lauria2011-09-091-1/+1
* dbcheck: Cancel transaction if operation fails.Jelmer Vernooij2011-08-021-10/+15
* samba-tool: add -H or --URL where necessaryGiampaolo Lauria2011-07-281-1/+2
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-6/+1
* dbcheck: fixed ldap check with no database specifiedAndrew Tridgell2011-07-131-1/+1
* dbcheck: added --reindex optionAndrew Tridgell2011-07-131-3/+10
* dbcheck: check all objects, including deleted objectsAndrew Tridgell2011-07-111-1/+1
* dbcheck: use specified DB schema for non-LDAP URLsAndrew Tridgell2011-07-111-2/+9
* dbcheck: only use a paged search when checking a ldap databaseAndrew Tridgell2011-07-051-1/+1
* dbchecker: fixed argument error for -H and DNAndrew Tridgell2011-06-221-1/+1
* samba-tool: added --attrs option to dbcheckAndrew Tridgell2011-06-221-2/+8
* samba-tool: make the dbcheck class available outside of samba-toolAndrew Tridgell2011-06-221-285/+16
* 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
* samba-tool: try to keep dbcheck.py in a logical orderingAndrew Tridgell2011-06-221-29/+38
* s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou2011-06-191-10/+3
* 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
* samba-tool: exit with non-zero status on dbcheck failureAndrew Tridgell2011-06-171-1/+3
* samba-tool: report total error count and suggest --fix if neededAndrew Tridgell2011-06-171-3/+10
* samba-tool: added attribute normalisation checksAndrew Tridgell2011-06-171-3/+53
* samba-tool: disable validation on removing an empty attribute in dbcheckAndrew Tridgell2011-06-141-1/+1
* s4-samba-tool: added dbcheck commmandAndrew Tridgell2011-06-101-0/+123