summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Remove OpenLDAP backend complexity from samba_dsdb moduleAndrew Bartlett2019-08-301-154/+4
* CID 1363287: Resource leak using str_list_appendGarming Sam2019-05-071-0/+4
* dsdb/modules: minor comment typos in samba_dsdbDouglas Bagnall2019-04-051-2/+4
* paged results: new paged results module using GUID listAaron Haslett2018-12-211-1/+1
* dsdb: Remove readOnlySchema concept from SambaAndrew Bartlett2018-12-171-5/+0
* dsdb: Audit group membership changesGary Lockyer2018-06-091-0/+1
* dsdb: audit samdb and password changesGary Lockyer2018-06-091-1/+2
* dsdb: ensure we take out a read lock during the dsdb_initAndrew Bartlett2018-04-121-2/+15
* dsdb: add lmdbLevelOne as a required feature.Gary Lockyer2018-04-061-1/+4
* provision: Changes to support encrypted_secrets moduleGary Lockyer2017-12-181-5/+24
* source4 dsdb: Allow duplicate non local objectSIDsGary Lockyer2017-12-101-0/+1
* replmd: check for the sortedLinks feature flagAndrew Bartlett2017-02-091-1/+1
* 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-091-1/+8
* samba_dsdb: Use and maintain compatibleFeatures and requiredFeatures in @SAMB...Andrew Bartlett2017-02-091-2/+76
* Revert "dsdb: Disable tombstone_reanimation module until we isolate what caus...Andrew Bartlett2016-07-091-0/+1
* s4:samba_dsdb: add "dsdb_flags_ignore" moduleStefan Metzmacher2016-07-081-3/+103
* dsdb: Move operational below repl_meta_data so we can query parentGUIDAndrew Bartlett2016-06-061-1/+1
* Implement Virtual List View (VLV)Douglas Bagnall2016-03-221-0/+1
* s4:dsdb: let samba_dsdb make use of the dsdb_notification moduleStefan Metzmacher2016-02-171-0/+1
* dsdb: Disable tombstone_reanimation module until we isolate what causes flaky...Kamen Mazdrashki2015-07-201-1/+0
* s4-dsdb: Insert tombstone_reanimate module in ldb modules chain after objectc...Kamen Mazdrashki2015-02-031-0/+1
* s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRSSamuel Cabrero2014-12-221-1/+2
* s4:dsdb/ldb_modules: avoid str_list related const warningsStefan Metzmacher2014-04-021-2/+4
* s4:dsdb fix compiler warningsChristian Ambach2013-12-121-1/+1
* Drop paged-search from OpenLDAP stackHoward Chu2013-09-231-1/+1
* Use SASL/EXTERNAL over ldapi://Howard Chu2013-09-181-50/+78
* Add an OpenLDAP-specific extended_dn_in moduleHoward Chu2013-09-181-4/+13
* dsdb: Use credentials.get_forced_sasl_mech()Andrew Bartlett2013-09-171-0/+1
* dsdb: When using an LDAP backend, force use of the password from secrets.ldbAndrew Bartlett2013-09-111-0/+99
* s4:dsdb: Fix warnings about not set / set but unused / shadowed variablesMatthieu Patou2013-04-191-4/+2
* dsdb: Explain ordering constraints on the ACL module as well.Andrew Bartlett2013-01-211-2/+2
* s4-dsdb: move schema_load at the top of module stackMatthieu Patou2012-06-221-1/+1
* s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett2012-03-261-0/+2
* s4-dsdb: remove the naming_fsmo and pdc_fsmo modulesAndrew Tridgell2011-08-121-12/+0
* s4-dsdb: implementation of the dirsync controlMatthieu Patou2011-05-211-0/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-3/+3
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-4/+4
* s4-dsdb: register samba handlers in dsdb moduleAndrew Tridgell2010-12-081-0/+6
* s4-acl: Moved aclread module below descriptor and acl.Nadezhda Ivanova2010-12-061-1/+1
* s4-dsdb: removed the use of ldb_private.h from s4Andrew Tridgell2010-11-031-5/+3
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* s4-dsdb Add module to send only 'simple' DNs to OpenLDAP backendsAndrew Bartlett2010-10-191-2/+2
* s4-ldbmodules: Added new module aclread to handle access checks on LDAP searchNadezhda Ivanova2010-09-261-0/+1
* s4-dsdb: check for invalid backend typeAndrew Tridgell2010-09-151-0/+2
* s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2010-09-021-0/+4
* s4-dsdb: Removed kludge_acl as it is no longer necessaryNadezhda Ivanova2010-08-041-1/+0
* s4-source4/dsdb/samdb/ldb_modules/samba_dsdb.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-081-2/+4
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-20/+10