summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_init.c
Commit message (Expand)AuthorAgeFilesLines
* source4 dsdb: Allow duplicate non local objectSIDsGary Lockyer2017-12-101-1/+1
* schema: Use ldb_schema_set_override_indexlist for faster index selectionAndrew Bartlett2017-05-311-0/+4
* objectclass_attrs: Remove schema copy shallow from attr_handler2Garming Sam2017-03-101-8/+14
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dsdb/Günther Deschner2016-09-281-5/+5
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner2016-09-281-9/+9
* 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-111-4/+4
* s4:dsdb/schema: store struct dsdb_schema_info instead of a hexstringStefan Metzmacher2016-08-111-14/+17
* dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett2016-07-061-6/+0
* dsdb: Allow "cn" to be missing on schema importAndrew Bartlett2016-06-061-0/+20
* dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-06-111-2/+0
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-06-111-8/+0
* dsdb-schema: make deduplication of class and schema possible (bug #8680)Matthieu Patou2013-05-231-5/+67
* s4-dsdb: Do not use a possibly-old loadparm context in schema reloadAndrew Bartlett2012-08-231-12/+14
* s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-141-1/+1
* s4-dsdb: Improve memory handling in dsdb_schema_from_ldb_results() by adding ...Andrew Bartlett2012-08-141-2/+14
* s4-schema: keep track of the timestamp of the most recently changed/created o...Matthieu Patou2012-06-221-0/+1
* s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb and...Matthieu Patou2012-04-181-7/+28
* s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"Matthias Dieter Wallnöfer2012-04-111-1/+1
* s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updatesStefan Metzmacher2011-11-151-2/+15
* s4-schema consolidate schema handlingAndrew Bartlett2011-09-051-24/+32
* s4-schema: add systemFlags to dsdb classes objectsMatthieu Patou2011-07-211-0/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4-dsdb_schema: Copy info needed for Schema refresh in dsdb_schema_copy_shallowKamen Mazdrashki2010-12-181-0/+4
* s4-dsdb_schema: We need base_dn in Schema's shallow copy tooKamen Mazdrashki2010-12-151-1/+7
* s4-dsdb/schema: Add Schema shallow copy functionKamen Mazdrashki2010-12-011-0/+57
* s4-dsdb: give the DN on a shema attribute failureAndrew Tridgell2010-11-071-1/+1
* s4-dsdb_schema: Use DRSUAPI_ATTID_INVALID instead of 0xFFFFFFFF magic valueKamen Mazdrashki2010-11-011-3/+3
* s4-schema_init: we should be able to resolve Syntax OIDs with prefixMap we haveKamen Mazdrashki2010-10-291-3/+3
* s4-prefixmap: Use WERR_NOT_FOUND when OID is not found in current prefixMapKamen Mazdrashki2010-10-261-1/+1
* s4-schema_init: Print more info about syntax we fail to recognizeKamen Mazdrashki2010-10-201-2/+4
* s4:dsdb/schema/schema_init.c - remove a duplicated "talloc_free"Matthias Dieter Wallnöfer2010-10-191-1/+0
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-151-3/+3
* s4-schema: use dsdb_schema_info_blob_is_valid() to verify schemaInfo blobKamen Mazdrashki2010-09-171-9/+6
* s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer2010-09-131-1/+1
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-5/+4
* s4:dsdb Fix possible schema segfaults for DRS-replication based schemaAndrew Bartlett2010-06-301-17/+13
* s4:dsdb Use the schema from our local provision to decode the schemaAndrew Bartlett2010-06-151-367/+0
* s4:dsdb Provide a function to convert from DRS prefix maps to the LDB prefixmapAndrew Bartlett2010-06-121-12/+21
* s4:dsdb Add more debugs to help track down failures to parse the prefixmapAndrew Bartlett2010-06-121-5/+20
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-15/+6
* s4/dsdb: Use default schemaInfo value when no such value is givenKamen Mazdrashki2010-04-291-12/+2
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-2/+2
* s4/dsdb: Let caller to control if valid invocationId is critical or zero-guid...Kamen Mazdrashki2010-04-091-1/+1
* s4/dsdb: Use dsdb_schema_info object to create default schemaInfo valuesKamen Mazdrashki2010-04-091-3/+16
* s4/dsdb: Use dsdb_schema_info object to verify schema_info blobsKamen Mazdrashki2010-04-091-14/+12
* s4:schema Expand the schema structureAndrew Bartlett2010-03-221-0/+2
* s4:schema - Change also here counters to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-071-4/+5
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-161-2/+3
* s4-schema: added some debug for bad attributesAndrew Tridgell2010-01-081-0/+8