index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
dbchecker.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-05
dbcheck: add a dict where we remember attributes with duplicate links
Ralph Boehme
1
-0
/
+7
2018-02-05
dbcheck: split out check_duplicate_links from check_dn
Ralph Boehme
1
-16
/
+29
2018-02-05
dbcheck: store fixed forward link attributes with the correct sorting
Stefan Metzmacher
1
-11
/
+6
2018-02-05
dbcheck: remove ldb.FLAG_MOD_REPLACE when replacing search results for forwar...
Stefan Metzmacher
1
-1
/
+1
2018-02-05
dbcheck: rename err_duplicate_links() to err_recover_forward_links() and adju...
Ralph Boehme
1
-5
/
+8
2018-02-05
dbcheck: add link direction to error message for duplicate links
Ralph Boehme
1
-1
/
+2
2018-02-05
dbcheck: rename err_duplicate_links arguments
Ralph Boehme
1
-6
/
+6
2018-02-05
dbcheck: only pass obj_dn to err_orphaned_backlink()
Stefan Metzmacher
1
-5
/
+6
2018-02-05
dbcheck: add forward_syntax argument to err_orphaned_backlink
Ralph Boehme
1
-3
/
+4
2018-02-05
dbcheck: rename and reorder err_orphaned_backlink arguments
Ralph Boehme
1
-11
/
+11
2018-02-05
Revert "dbcheck: disable fixing duplicate linked attributes until we can reco...
Ralph Boehme
1
-19
/
+3
2018-01-22
dbcheck: disable fixing duplicate linked attributes until we can recover lost...
Stefan Metzmacher
1
-3
/
+19
2017-11-24
dbcheck: detect and fix duplicate links
Stefan Metzmacher
1
-46
/
+147
2017-11-24
dbcheck: only calculate linked attribute helper variables once in check_dn()
Stefan Metzmacher
1
-2
/
+6
2017-11-24
dbcheck: remove indentation level
Stefan Metzmacher
1
-63
/
+62
2017-11-24
dbcheck: Use the GUID as the DN to fix replPropertyMetaData
Andrew Bartlett
1
-3
/
+6
2017-11-24
dbcheck: Clarify error count bumping in deleted/gone DN handling
Andrew Bartlett
1
-7
/
+33
2017-10-19
dbcheck: Allow removal of one-way links to missing objects
Andrew Bartlett
1
-2
/
+20
2017-03-13
dbcheck: Improve dbcheck to find (and may fix) dangling msDS-RevealedUsers
Garming Sam
1
-0
/
+48
2017-02-23
dbchecker: Stop ignoring linked cases where both objects are alive
Garming Sam
1
-10
/
+13
2017-02-13
dbcheck: Do not regard old one-way-links as errors
Andrew Bartlett
1
-8
/
+39
2016-11-22
dbcheck: Correct message for orphaned backlinks
Andrew Bartlett
1
-4
/
+4
2016-11-22
dbcheck: Be more careful with link checks
Andrew Bartlett
1
-7
/
+23
2016-11-04
dbcheck: Correctly initialise keep_transaction in missing_parent test
Andrew Bartlett
1
-1
/
+1
2016-11-04
dbcheck: confirm RID Set presence and consistency
Clive Ferreira
1
-0
/
+132
2016-08-29
dbcheck: Abandon dbcheck if we get an error during a transaction
Andrew Bartlett
1
-0
/
+7
2016-07-21
dbcheck: Add a rule regarding replica locations
Garming Sam
1
-1
/
+57
2016-07-15
dbcheck: Split out valid stale DN links and invalid ones
Garming Sam
1
-8
/
+35
2016-07-15
dbcheck: change argument to specify a partial --yes
Garming Sam
1
-2
/
+2
2016-07-15
dbcheck: check for linked atributes that should not exist
Douglas Bagnall
1
-44
/
+90
2016-07-15
dbcheck: cache linkIDs and reverse attribute names
Douglas Bagnall
1
-5
/
+17
2016-07-15
dbcheck: Script swallows input when given a carriage return
Garming Sam
1
-1
/
+1
2016-07-06
provision: Ignore duplicate attid and governsID check
Bob Campbell
1
-0
/
+10
2016-06-07
dsdb: Fix incorrect sorting of replPropertyMetaData with RDN last
Andrew Bartlett
1
-11
/
+4
2016-06-06
dbcheck: Find and fix a missing Deleted Objects container
Andrew Bartlett
1
-15
/
+137
2016-04-20
dbcheck: Avoid pathological behaviour in operational module
Garming Sam
1
-0
/
+4
2016-03-08
dbcheck: Check for and remove duplicate values in attributes
Andrew Bartlett
1
-0
/
+26
2016-03-08
dbcheck: Avoid spurious warnings in dbcheck due to objectclass sorting
Andrew Bartlett
1
-1
/
+13
2016-03-08
dbcheck: Fix incorrect/duplicate attrid in replPropertMetaData
Andrew Bartlett
1
-19
/
+101
2015-10-26
pydsdb: Also accept ldb.MessageElement values to dsdb routines
Andrew Bartlett
1
-2
/
+2
2015-08-24
dbcheck: Use set() operations to make dbcheck more efficient
Andrew Bartlett
1
-18
/
+18
2015-08-24
dbcheck: Try to avoid duplicate searches
Andrew Bartlett
1
-2
/
+4
2015-08-24
dbcheck: Add additional tests for the attributeID list
Andrew Bartlett
1
-0
/
+14
2015-08-24
dbcheck: Add explict tests for unknown and unsorted attributeID values
Andrew Bartlett
1
-4
/
+60
2014-07-09
dbcheck: Add check and test for various invalid userParameters values
Andrew Bartlett
1
-0
/
+90
2014-05-02
dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistency
Andrew Bartlett
1
-18
/
+13
2014-05-02
dbchecker: verify and fix broken dn values
Stefan Metzmacher
1
-0
/
+94
2014-05-02
dbchecker: make the deleted objects container detection more generic
Stefan Metzmacher
1
-2
/
+8
2014-03-27
samba-tool dbcheck: handle missing objectClass
Felix Botner
1
-0
/
+31
2014-03-21
dbcheck: Ensure dbcheck can operate with --attrs set
Andrew Bartlett
1
-1
/
+1
[prev]
[next]