summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* source4 dsdb: Allow duplicate non local objectSIDsGary Lockyer2017-12-101-1/+1
* schema_set: Add comment about set schema from ldif in a transactionGarming Sam2017-11-241-0/+10
* schema: Make writing indices flag an enum for a new stateGarming Sam2017-11-243-7/+42
* Do not re-use the attribute @IDXVERSION for SAMDB_INDEXING_VERSIONAndrew Bartlett2017-09-231-1/+1
* dsdb: Set that Samba uses the GUID index in LDBAndrew Bartlett2017-09-231-0/+19
* schema: Rework dsdb_schema_set_indices_and_attributes() db operationsAndrew Bartlett2017-09-141-8/+9
* dsdb: Do not force a re-index of sam.ldb on upgrade to 4.7Andrew Bartlett2017-08-011-1/+21
* s4: schema: Allocate global_schema off the NULL context, not the talloc_autof...Jeremy Allison2017-07-261-2/+2
* dsdb: Do not run dsdb_replace() on the calculated difference between old and ...Andrew Bartlett2017-06-161-2/+12
* dsdb: Provide proper errors when dsdb_schema_set_indices_and_attributes failsAndrew Bartlett2017-06-151-0/+8
* dsdb: Improve error messages when dsdb_set_schema_from_ldif() failsAndrew Bartlett2017-06-101-0/+2
* schema: Use ldb_schema_set_override_indexlist for faster index selectionAndrew Bartlett2017-05-312-0/+5
* dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett2017-05-232-5/+10
* objectclass_attrs: Remove schema copy shallow from attr_handler2Garming Sam2017-03-101-8/+14
* Correct "paramter" typos.Chris Lamb2017-02-221-1/+1
* schema: Set flag into @INDEXLIST to indicate we support feature flagsAndrew Bartlett2017-02-091-0/+5
* dsdb: specify attributes when loading schemaAndrew Bartlett2016-12-011-0/+51
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dsdb/Günther Deschner2016-09-282-7/+7
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner2016-09-286-17/+17
* s4:dsdb/schema: move messages for unknown attids to higher debug levels durin...Stefan Metzmacher2016-08-112-7/+26
* s4:dsdb/schema: split out a dsdb_attribute_drsuapi_remote_to_local() functionStefan Metzmacher2016-08-111-17/+53
* s4:dsdb/schema: don't update the in memory schema->prefixmap without reloadin...Stefan Metzmacher2016-08-111-2/+13
* s4:dsdb/schema: avoid an implicit prefix map creation in lookup functionsStefan Metzmacher2016-08-112-5/+5
* s4:dsdb/schema: make dsdb_schema_pfm_add_entry() public and more usefulStefan Metzmacher2016-08-111-5/+27
* s4:dsdb/schema: Remove unused old schema from memoryAndrew Bartlett2016-08-111-0/+12
* s4:dsdb/schema: don't treat an older remote schema as SCHEMA_MISMATCHStefan Metzmacher2016-08-111-1/+10
* s4:dsdb/schema: store struct dsdb_schema_info instead of a hexstringStefan Metzmacher2016-08-114-34/+48
* schema: Reorder dsdb_set_schema() to unlink the old schema lastAndrew Bartlett2016-07-061-12/+13
* dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett2016-07-062-11/+0
* dsdb: Allow "cn" to be missing on schema importAndrew Bartlett2016-06-061-0/+20
* dsdb schema_query: reduce calls to str_list_lengthDouglas Bagnall2016-05-101-6/+7
* dsdb/repl: Ensure we use the LOCAL attid value, not the remote oneAndrew Bartlett2016-03-131-1/+11
* dsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRINGAndrew Bartlett2016-03-091-4/+5
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-4/+4
* dsdb: Fix CID 1034745 Dereference after null checkVolker Lendecke2015-06-231-1/+1
* dsdb: Define syntax access point oid string as a macroSamuel Cabrero2014-12-221-1/+1
* dsdb: Set syntax of userParameters to binary string, not unicode stringAndrew Bartlett2014-07-092-0/+12
* dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-06-113-29/+74
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-06-113-14/+0
* dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLsAndrew Bartlett2013-09-261-1/+1
* dsdb: Use WERR_DS_ATT_NOT_DEF_IN_SCHEMA for failed schema lookupsAndrew Bartlett2013-09-221-28/+28
* dsdb: reset schema->{classes,attributes}_to_remove_size to 0Stefan Metzmacher2013-06-111-1/+3
* dsdb-schema: make deduplication of class and schema possible (bug #8680)Matthieu Patou2013-05-233-10/+113
* dsdb-schema: schema_fill_possible_inferiors() should rebuild everthingStefan Metzmacher2013-05-231-2/+2
* dsdb-schema: remove looping on all schema classes for system_possible_inferriorMatthieu Patou2013-05-201-34/+19
* dsdb-schema: Print clear debug message when we find a OID in our local DB we ...Andrew Bartlett2013-05-161-0/+1
* source4/dsdb/schema/schema_convert_to_ol.c: Fix typo in comment.Karolin Seeger2013-05-151-1/+1
* dsdb-schema: make sure we build [system]PossibleInferiors completelyStefan Metzmacher2013-01-211-0/+4
* dsdb-schema: make sure use clean caches in schema_inferiors.cStefan Metzmacher2013-01-212-28/+32
* dsdb-schema: make schema_subclasses_order_recurse() staticStefan Metzmacher2013-01-211-3/+3