summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* repl_meta_data: Clarify that replmd_private->la_list is only for DRS for repl...Andrew Bartlett2017-02-231-2/+6
* s4-kcc: Do not dereference a NULL pointerAndreas Schneider2017-02-231-1/+3
* Correct "hexidecimal" typos.Chris Lamb2017-02-221-1/+1
* Correct "specifiy" typos.Chris Lamb2017-02-221-1/+1
* Correct "notifiying" typos.Chris Lamb2017-02-221-1/+1
* Correct "successfuly" typos.Chris Lamb2017-02-221-1/+1
* Correct "enought" typo.Chris Lamb2017-02-221-1/+1
* Correct "paramter" typos.Chris Lamb2017-02-221-1/+1
* s4:dsdb: autogenerate a random utf16 buffer for krbtgt password resets.Stefan Metzmacher2017-02-212-15/+94
* pydsdb: Add python binding for dsdb_load_udv_v2Bob Campbell2017-02-141-0/+67
* repl_meta_data: Remove the correct forward link for dn+binary attributesAndrew Bartlett2017-02-141-17/+83
* repl_meta_data: Add comment with some future improvementsAndrew Bartlett2017-02-141-0/+10
* repl_meta_data: Always sort the links when upgrading themAndrew Bartlett2017-02-141-0/+13
* repl_meta_data: Bring replmd_check_upgrade_links() into get_parsed_dns_trusted()Andrew Bartlett2017-02-141-71/+63
* python/tests: Add test for generated and duplicate mAPIIDsBob Campbell2017-02-141-0/+76
* samldb: Allow automatic generation of mAPIIDsBob Campbell2017-02-141-1/+118
* python/tests: add test for generated and duplicate linkIDsBob Campbell2017-02-141-0/+285
* samldb: Allow automatic generation of linkIDs and prevent duplicatesBob Campbell2017-02-141-0/+171
* replmd: check for the sortedLinks feature flagAndrew Bartlett2017-02-093-2/+26
* dsdb: Honour @SAMBA_FEATURES_SUPPORTED flag in @IDXATTRAndrew Bartlett2017-02-091-19/+57
* schema: Set flag into @INDEXLIST to indicate we support feature flagsAndrew Bartlett2017-02-093-1/+14
* samba_dsdb: Use and maintain compatibleFeatures and requiredFeatures in @SAMB...Andrew Bartlett2017-02-092-2/+78
* repl_md: get links in sorted order in replmd_add_fix_laDouglas Bagnall2017-02-091-39/+38
* replmd: treat a zero GUID as not present in get_parsed_dnsDouglas Bagnall2017-02-091-1/+2
* replmd: keep links sorted in replmd_process_linked_attributeDouglas Bagnall2017-02-091-2/+31
* replmd linked_attributes: maintain sorted links in replaceDouglas Bagnall2017-02-091-102/+145
* replmd linked attributes: use really_parse_trusted_dn everywhereDouglas Bagnall2017-02-091-22/+8
* replmd: simplify and optimise replmd_modify_la_deleteDouglas Bagnall2017-02-091-124/+129
* replmd: rearrange nothing-to-delete logicDouglas Bagnall2017-02-091-7/+6
* repl_meta_data: linked attributes use DRS sort orderAndrew Bartlett2017-02-091-2/+26
* replmd: rework replmd_modify_la_add to merge efficientlyDouglas Bagnall2017-02-091-43/+114
* replmd linked attrs: fully parse dn for upgrade checkAndrew Bartlett2017-02-091-3/+22
* replmd linked attributes: lazy parsing for trusted DNsAndrew Bartlett2017-02-091-2/+75
* replmd: Add placeholder sorted_links to struct replmd_privateAndrew Bartlett2017-02-091-0/+1
* replmd: replmd_check_upgrade_links() needs to first parses DNsDouglas Bagnall2017-02-091-6/+23
* replmd: parsed_dn_find() finds insertion point as well as exact hitDouglas Bagnall2017-02-091-31/+201
* binsearch: make BINARY_ARRAY_SEARCH_GTE compare against a pointerDouglas Bagnall2017-02-091-3/+3
* replmd: fix variable names in replmd_check_upgrade_linksDouglas Bagnall2017-02-091-6/+4
* replmd: replmd_check_upgrade_links() only checks the first DNDouglas Bagnall2017-02-091-4/+21
* replmd: pass replmd_private down to replmd_add_backlink()Andrew Bartlett2017-02-091-24/+73
* replmd: Fix some whitespace in repl_meta_data.cDouglas Bagnall2017-02-091-5/+5
* replmd: check whether list is already sorted in get_parsed_dns()Douglas Bagnall2017-02-091-4/+10
* s4/linked_attribute tests: remove helper function unused parameterDouglas Bagnall2017-02-091-3/+2
* s4/linked_attribute tests: try adding linked attributes directlyDouglas Bagnall2017-02-091-13/+51
* s4/linked_attribute tests: test with the relax controlDouglas Bagnall2017-02-091-6/+75
* s4/linked_attribute tests: compare link lists in sorted orderDouglas Bagnall2017-02-091-5/+3
* s4/linked_attribute tests: remove unused codeDouglas Bagnall2017-02-091-22/+0
* s4/linked_attribute tests: add multiple links and replace testsDouglas Bagnall2017-02-091-0/+132
* s4/linked_attributes test: pep8 tidy-up, remove unused importsDouglas Bagnall2017-02-091-10/+7
* s4:dsdb/repl: s/highestCommitedUsn/highestCommittedUSNStefan Metzmacher2017-02-081-1/+1