summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* source4/dsdb/schema/schema_description.c: typo fixesBjörn Jacke2019-10-311-27/+27
* dsdb: Fix CID 1453464: Error handling issues (CHECKED_RETURN)Volker Lendecke2019-09-041-1/+7
* drepl: memory leak fixAaron Haslett2019-07-171-6/+24
* s4/dsdb/schema: clang: Fix Array access results in null pointer derefNoel Power2019-07-081-1/+3
* s4/dsdb/schema: Fix 'Value stored to 'ret' is never read'Noel Power2019-07-081-2/+0
* s4/dsdb/schema: Fix Access to field results in deference of null pointerNoel Power2019-07-081-0/+9
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+1
* dsdb: disable ORDERED_INTEGER with MDB pack format v1Aaron Haslett2019-05-291-9/+63
* ldb: binding ordered indexes to GUID indexingAaron Haslett2019-05-291-6/+29
* dsdb: Remove unsued dsdb_class_by_cn()Andrew Bartlett2019-05-221-10/+0
* torture: Remove unused dsdb_attribute_ldb_to_drsuapi()Andrew Bartlett2019-05-061-21/+0
* ldb: Add ORDERED_INTEGER to the proto-schema handlingGarming Sam2019-04-081-0/+2
* ldb: activating <= and >= indexing for integersAaron Haslett2019-04-082-2/+2
* spell "recursive"Douglas Bagnall2019-04-051-1/+1
* oLschema2ldif: Resolve multiple parsing bugsMichael Hanselmann2019-04-031-3/+3
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-1/+5
* s4/param: Fix provision_get_schema leaking python objectNoel Power2019-02-211-0/+1
* dsdb: Fix CID 1034744 Dereference after null checkVolker Lendecke2018-04-041-1/+1
* samdb/schema_load: do schema loading with one searchBob Campbell2018-03-051-5/+19
* schema_set: Add a missing newline between functionsGarming Sam2018-03-051-0/+1
* 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