summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher2017-06-261-7/+1
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher2017-06-261-9/+7
* dsdb: Rework schema_init module to always use valid memoryAndrew Bartlett2017-06-221-20/+42
* dsdb: Add comment explaining requirements on DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDAndrew Bartlett2017-06-161-1/+2
* dsdb: Do not prevent searches for @ATTRIBUTES because the DB is not set up yetAndrew Bartlett2017-06-161-0/+5
* dsdb: Remember the last ACL we read during a search and what it expanded toAndrew Bartlett2017-06-161-2/+81
* dsdb: Cache the result of checking the parent ACLAndrew Bartlett2017-06-161-7/+87
* repl_meta_data: single valued error codes depend on change typeDouglas Bagnall2017-06-151-4/+8
* replmd: special-case member return value in replmd_add_fix_la()Douglas Bagnall2017-06-151-1/+5
* replmd: check duplicate linked attributesDouglas Bagnall2017-06-151-0/+9
* replmd: check single values in replmd_add_fix_laGarming Sam2017-06-151-2/+14
* dsdb: Improve debug messagesAndrew Bartlett2017-06-152-6/+6
* dsdb: Ensure replication of renames works in schema partitionAndrew Bartlett2017-06-152-1/+9
* dsdb: Correctly call ldb_module_done in dsdb_notificationAndrew Bartlett2017-06-151-1/+1
* strerror_r: provide XSI-compliant strerror_rGary Lockyer2017-06-131-1/+6
* password_hash: Fix the build on FreeBSDVolker Lendecke2017-06-131-2/+1
* password_hash: conditional compilation for crypt_rGary Lockyer2017-06-011-1/+11
* dsdb: Use ldb_handle_use_global_event_context for rootdse modifiesAndrew Bartlett2017-05-311-0/+6
* tests password_hash: Add ldap based tests for WDigestGary Lockyer2017-05-251-1/+10
* password_hash: generate and store Primary:userPasswordGary Lockyer2017-05-251-5/+253
* dsdb: Do not search the sam.ldb file when trying to search all partitionsAndrew Bartlett2017-05-231-5/+3
* dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett2017-05-231-4/+29
* dsdb: Take out the transaction and prepare_commit locks in the same orderAndrew Bartlett2017-05-231-11/+21
* replmd: Reduce calls to ldb_request_get_controlGarming Sam2017-04-131-15/+26
* rodc: Allow local RODC changes with version 0Garming Sam2017-04-132-2/+18
* rodc: Force all RODC add and delete to cause a referralGarming Sam2017-04-131-0/+70
* replmd: Send RODC referrals preferably to the PDCGarming Sam2017-04-131-23/+44
* whitespace: Remove some whitespaceGarming Sam2017-04-132-2/+3
* password_hash: refactor setup_supplemental_fieldGary Lockyer2017-04-061-199/+199
* dsdb: Add authentication audit logging for LDAP password changeAndrew Bartlett2017-03-291-19/+115
* whitespace: remove in rootdseDouglas Bagnall2017-03-271-3/+3
* dsdb: Allow parsed_dn_find to have a prefixed blob matchGarming Sam2017-03-131-4/+6
* dsdb: Move parsed_dn_find into a common locationGarming Sam2017-03-132-192/+2
* objectclass_attrs: Restrict systemOnly attributesGarming Sam2017-03-133-5/+47
* replmd: Include extra data on DN in search if it existsGarming Sam2017-03-131-7/+26
* replmd: Ensure that binary blobs in links are ordered in the databaseGarming Sam2017-03-131-1/+6
* objectclass_attrs: Remove schema copy shallow from attr_handler2Garming Sam2017-03-101-13/+1
* samdb: Fix a typoVolker Lendecke2017-02-281-1/+1
* repl_meta_data: Remove handling of backlinks from replmd_prepare_commit()Andrew Bartlett2017-02-271-137/+222
* repl_meta_data: Clarify that replmd_private->la_list is only for DRS for repl...Andrew Bartlett2017-02-231-2/+6
* Correct "specifiy" typos.Chris Lamb2017-02-221-1/+1
* Correct "notifiying" typos.Chris Lamb2017-02-221-1/+1
* s4:dsdb: autogenerate a random utf16 buffer for krbtgt password resets.Stefan Metzmacher2017-02-212-15/+94
* 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
* samldb: Allow automatic generation of mAPIIDsBob Campbell2017-02-141-1/+118
* 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