summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/dbchecker.py
Commit message (Expand)AuthorAgeFilesLines
* pyldb: added OID_COMPARATOR constantsAndrew Tridgell2011-09-011-1/+1
* s4-dbcheck: offer to fix dsServiceName to be in GUID formAndrew Tridgell2011-08-121-0/+43
* dbcheck: use string DN in delete when fixing broken strings DNsAndrew Tridgell2011-07-211-1/+1
* dbcheck: use samdb_schema for getting the backlinkAndrew Tridgell2011-07-131-1/+1
* dbcheck: only fix replPropertyMetaData if we included it in the searchAndrew Tridgell2011-07-131-11/+14
* dbcheck: added checks for missing and orphansed backlinksAndrew Tridgell2011-07-131-19/+18
* dbcheck: added --reindex optionAndrew Tridgell2011-07-131-0/+10
* dbcheck: added checking of backlinksAndrew Tridgell2011-07-131-54/+92
* dbcheck: use get_lDAPDisplayName_by_attid()Andrew Tridgell2011-07-111-11/+3
* dbcheck: improved error checking in fixup of missing metdataAndrew Tridgell2011-07-111-26/+24
* s4-samba-tool: dbcheck, check and fix broken metadataMatthieu Patou2011-07-111-0/+77
* dbcheck: check all objects, including deleted objectsAndrew Tridgell2011-07-111-16/+17
* dbcheck: added confirm_all support for remaining checksAndrew Tridgell2011-07-111-5/+10
* s4-dbcheck: support the 'none' option for promptsAndrew Tridgell2011-07-051-2/+10
* dbcheck: check for unknown attributes and offer to remove themAndrew Tridgell2011-07-051-3/+46
* 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
* dbchecker: cope with a broken link to Deleted ObjectsAndrew Tridgell2011-06-221-2/+9
* 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-221-6/+7
* samba-tool: make the dbcheck class available outside of samba-toolAndrew Tridgell2011-06-221-0/+308