summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
AgeCommit message (Expand)AuthorFilesLines
2015-01-12CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow c...Andrew Bartlett1-2/+190
2014-12-18s4:dsdb/rootdse: expand extended dn values with the AS_SYSTEM controlStefan Metzmacher1-4/+2
2014-07-15s4:dsdb/repl_meta_data: make sure objectGUID can't be deletedStefan Metzmacher1-3/+3
2014-07-15s4:dsdb/samldb: don't allow 'userParameters' to be modified over LDAP for nowStefan Metzmacher1-0/+18
2014-07-15s4:dsdb/extended_dn_in: don't force DSDB_SEARCH_SHOW_RECYCLEDStefan Metzmacher1-17/+20
2014-07-15s4:dsdb/schema_load: make error message more verboseStefan Metzmacher1-1/+2
2014-07-15kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2-2/+0
2014-07-15dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2-2/+4
2014-07-15dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()Andrew Bartlett1-0/+13
2014-07-15dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett1-13/+80
2014-07-15dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett1-8/+8
2014-07-15dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett1-9/+31
2014-07-15dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett1-76/+117
2014-07-15dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett4-14/+21
2014-07-15dsdb: Improve missing objectClass handlingAndrew Bartlett1-13/+13
2014-07-15dsdb: Improve errors and checks for missing objectClass valuesAndrew Bartlett1-2/+9
2014-07-15dsdb: Clarify how the DSDB_REPL_FLAG_PRIORITISE_INCOMING flag worksAndrew Bartlett1-5/+13
2014-07-15dsdb: Further assert that we always have an objectClass and an rDNAndrew Bartlett1-32/+118
2014-07-15dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantitiesAndrew Bartlett1-4/+18
2014-07-15s4:samdb: respect SEARCH_FLAG_PRESERVEONDELETEArvid Requate1-2/+7
2014-07-15s4-samldb: Do not allow deletion of objects with RID < 1000Nadezhda Ivanova1-0/+5
2014-07-15dsdb: Use dsdb_next_callback() rather than a no-op per-module callbackAndrew Bartlett1-38/+16
2014-07-15s4-dsdb: instanceType NC_HEAD is only allowed combined with WRITE for an orig...Nadezhda Ivanova1-2/+1
2014-07-15Add LDB_MAP_RENDROP optionHoward Chu1-1/+1
2014-07-15samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke1-3/+3
2014-07-15samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke1-3/+3
2014-07-15s4:dsdb/ldb_modules: avoid invalid pointer type warningsStefan Metzmacher2-5/+4
2014-07-15s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2014-07-15s4-dsdb: Fix a use after free segfault.Andreas Schneider1-3/+4
2014-07-15s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2014-07-15s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2014-07-15s4:dsdb/ldb_modules: avoid declaration after code warningsStefan Metzmacher2-2/+5
2014-07-15dsdb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR ...Andrew Bartlett1-4/+7
2014-07-15dsdb: Do not give an error is metadata.tdb does not yet existAndrew Bartlett1-2/+2
2014-07-15dsdb: Provide a clearer error when we fail to store the sequence number in me...Andrew Bartlett1-6/+19
2014-07-15samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke1-3/+3
2014-07-15s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()Stefan Metzmacher1-2/+2
2014-05-06dsdb: Do checks for invalid renames in samldb, before repl_meta_dataAndrew Bartlett2-238/+271
2014-04-29s4:dsdb: Move cldap netlogon functions into samdb/ldb_modulesBenjamin Franzke4-2/+464
2014-04-29s4:dsdb/rootdse: Support netlogon requestBenjamin Franzke2-11/+74
2014-04-29s4:dsdb/rootdse: Pass rootdse context to rootdse_add_dynamicBenjamin Franzke1-20/+19
2013-10-15s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'Stefan Metzmacher1-1/+1
2013-09-27dsdb-repl_meta_data: Make handling of Deleted Objects DN clearer in deleteAndrew Bartlett1-5/+10
2013-09-27dsdb-repl_meta_data: Do not re-delete the Deleted Objects DN during replicationAndrew Bartlett1-3/+5
2013-09-27dsdb-repl_meta_data: Check for a NULL invocationID and do not proceedAndrew Bartlett1-0/+4
2013-08-05dsdb: Include MS-ADTS doc references on deleted object contstraintsAndrew Bartlett1-0/+16
2013-08-05dsdb: Improve DRS deleted link source/target handing in repl_meta_dataAndrew Bartlett1-8/+97
2013-08-05dsdb: Ensure we always force deleted objects back under the deleted objects DNAndrew Bartlett1-26/+65
2013-08-05dsdb/repl_meta_data: split out replmd_deletion_state()Stefan Metzmacher1-31/+71
2013-08-05dsdb: Prune deleted objects of links and extra attributes of replicated deletesAndrew Bartlett1-71/+199