summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/dbchecker.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-947/+0
* dbckecker: fix nTSecurityDescriptor values from before 4.0.0rc6 (bug #9481)Stefan Metzmacher2013-01-271-2/+181
* dbcheck: look in hasMasterNCs as well for determining the instance type of a NCMatthieu Patou2013-01-211-2/+10
* s4-dbcheck: Allow forcing an override of an old @MODULES recordAndrew Bartlett2013-01-101-0/+9
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-4/+4
* s4-dbcheck: Add lastKnownParent when moving an object to lostAndFoundAndrew Bartlett2012-07-281-7/+28
* s4-dbcheck: Check for and correct incorrect instanceType valuesAndrew Bartlett2012-07-181-0/+45
* s4-dbcheck: Check for an object without a parentAndrew Bartlett2012-07-061-0/+44
* s4-dbcheck: Always specify the dhcheck controlAndrew Bartlett2012-06-161-0/+1
* s4:dbchecker - handle the "none" case correctlyMatthias Dieter Wallnöfer2012-05-291-1/+1
* dbcheck: Add a check that every FSMO role has a valid ownerAndrew Bartlett2012-04-191-0/+41
* dbcheck: added fix for incorrect RMD_FLAGSAndrew Tridgell2012-04-181-0/+35
* s4:dbchecker.py - integrate the "objectClass" fixing codeMatthias Dieter Wallnöfer2012-04-181-0/+27
* s4-python: Remove env from non-executable samba scripts.Andreas Schneider2012-03-131-2/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-02-181-45/+14
* dbcheck: cope with objects disappearing during checkingAndrew Tridgell2011-12-081-5/+15
* samba-tool: allow dbcheck to correct the originating_change_time of the delet...Matthieu Patou2011-11-131-0/+34
* samba-tool: dbcheck avoid problems with deleted objectsMatthieu Patou2011-11-131-1/+1
* s4-dsdb: moved dsdb_Dn() into common.pyAndrew Tridgell2011-10-201-26/+3
* s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECKStefan Metzmacher2011-10-071-1/+1
* samba-tool: add support for fixing broken backlinks in dbcheckAndrew Tridgell2011-10-061-20/+32
* s4-dbchecker: fixed handling of DSDB DNs in dbcheckAndrew Tridgell2011-10-041-1/+1
* samba-tool: use show_recycled in dbcheckerAndrew Tridgell2011-09-221-13/+16
* 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