summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
2011-11-13samba-tool: allow dbcheck to correct the originating_change_time of the delet...Matthieu Patou1-0/+34
2011-11-13samba-tool: dbcheck avoid problems with deleted objectsMatthieu Patou1-1/+1
2011-10-20s4-dsdb: moved dsdb_Dn() into common.pyAndrew Tridgell1-26/+3
2011-10-07s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECKStefan Metzmacher1-1/+1
2011-10-06samba-tool: add support for fixing broken backlinks in dbcheckAndrew Tridgell1-20/+32
2011-10-04s4-dbchecker: fixed handling of DSDB DNs in dbcheckAndrew Tridgell1-1/+1
2011-09-22samba-tool: use show_recycled in dbcheckerAndrew Tridgell1-13/+16
2011-09-01pyldb: added OID_COMPARATOR constantsAndrew Tridgell1-1/+1
2011-08-12s4-dbcheck: offer to fix dsServiceName to be in GUID formAndrew Tridgell1-0/+43
2011-07-21dbcheck: use string DN in delete when fixing broken strings DNsAndrew Tridgell1-1/+1
2011-07-13dbcheck: use samdb_schema for getting the backlinkAndrew Tridgell1-1/+1
2011-07-13dbcheck: only fix replPropertyMetaData if we included it in the searchAndrew Tridgell1-11/+14
2011-07-13dbcheck: added checks for missing and orphansed backlinksAndrew Tridgell1-19/+18
2011-07-13dbcheck: added --reindex optionAndrew Tridgell1-0/+10
2011-07-13dbcheck: added checking of backlinksAndrew Tridgell1-54/+92
2011-07-11dbcheck: use get_lDAPDisplayName_by_attid()Andrew Tridgell1-11/+3
2011-07-11dbcheck: improved error checking in fixup of missing metdataAndrew Tridgell1-26/+24
2011-07-11s4-samba-tool: dbcheck, check and fix broken metadataMatthieu Patou1-0/+77
2011-07-11dbcheck: check all objects, including deleted objectsAndrew Tridgell1-16/+17
2011-07-11dbcheck: added confirm_all support for remaining checksAndrew Tridgell1-5/+10
2011-07-05s4-dbcheck: support the 'none' option for promptsAndrew Tridgell1-2/+10
2011-07-05dbcheck: check for unknown attributes and offer to remove themAndrew Tridgell1-3/+46
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: 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 Tridgell1-6/+7
2011-06-22samba-tool: make the dbcheck class available outside of samba-toolAndrew Tridgell1-0/+308