summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
2013-01-27dbckecker: fix nTSecurityDescriptor values from before 4.0.0rc6 (bug #9481)Stefan Metzmacher1-2/+181
2013-01-21dbcheck: look in hasMasterNCs as well for determining the instance type of a NCMatthieu Patou1-2/+10
2013-01-10s4-dbcheck: Allow forcing an override of an old @MODULES recordAndrew Bartlett1-0/+9
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-4/+4
2012-07-28s4-dbcheck: Add lastKnownParent when moving an object to lostAndFoundAndrew Bartlett1-7/+28
2012-07-18s4-dbcheck: Check for and correct incorrect instanceType valuesAndrew Bartlett1-0/+45
2012-07-06s4-dbcheck: Check for an object without a parentAndrew Bartlett1-0/+44
2012-06-16s4-dbcheck: Always specify the dhcheck controlAndrew Bartlett1-0/+1
2012-05-29s4:dbchecker - handle the "none" case correctlyMatthias Dieter Wallnöfer1-1/+1
2012-04-19dbcheck: Add a check that every FSMO role has a valid ownerAndrew Bartlett1-0/+41
2012-04-18dbcheck: added fix for incorrect RMD_FLAGSAndrew Tridgell1-0/+35
2012-04-18s4:dbchecker.py - integrate the "objectClass" fixing codeMatthias Dieter Wallnöfer1-0/+27
2012-03-13s4-python: Remove env from non-executable samba scripts.Andreas Schneider1-2/+0
2012-02-18s4-python: Various formatting fixes.Jelmer Vernooij1-45/+14
2011-12-08dbcheck: cope with objects disappearing during checkingAndrew Tridgell1-5/+15
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