summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/dbcheck.py
AgeCommit message (Expand)AuthorFilesLines
2011-08-02dbcheck: Cancel transaction if operation fails.Jelmer Vernooij1-10/+15
2011-07-28samba-tool: add -H or --URL where necessaryGiampaolo Lauria1-1/+2
2011-07-21samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria1-6/+1
2011-07-13dbcheck: fixed ldap check with no database specifiedAndrew Tridgell1-1/+1
2011-07-13dbcheck: added --reindex optionAndrew Tridgell1-3/+10
2011-07-11dbcheck: check all objects, including deleted objectsAndrew Tridgell1-1/+1
2011-07-11dbcheck: use specified DB schema for non-LDAP URLsAndrew Tridgell1-2/+9
2011-07-05dbcheck: only use a paged search when checking a ldap databaseAndrew Tridgell1-1/+1
2011-06-22dbchecker: fixed argument error for -H and DNAndrew Tridgell1-1/+1
2011-06-22samba-tool: added --attrs option to dbcheckAndrew Tridgell1-2/+8
2011-06-22samba-tool: make the dbcheck class available outside of samba-toolAndrew Tridgell1-285/+16
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-22samba-tool: try to keep dbcheck.py in a logical orderingAndrew Tridgell1-29/+38
2011-06-19s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou1-10/+3
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-17samba-tool: exit with non-zero status on dbcheck failureAndrew Tridgell1-1/+3
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-14samba-tool: disable validation on removing an empty attribute in dbcheckAndrew Tridgell1-1/+1
2011-06-10s4-samba-tool: added dbcheck commmandAndrew Tridgell1-0/+123