schema_set: Add comment about set schema from ldif in a transaction
[sfrench/samba-autobuild/.git] / source4 / dsdb / schema /
2017-11-24 Garming Samschema_set: Add comment about set schema from ldif...
2017-11-24 Garming Samschema: Make writing indices flag an enum for a new...
2017-09-23 Andrew BartlettDo not re-use the attribute @IDXVERSION for SAMDB_INDEX...
2017-09-23 Andrew Bartlettdsdb: Set that Samba uses the GUID index in LDB
2017-09-14 Andrew Bartlettschema: Rework dsdb_schema_set_indices_and_attributes...
2017-08-01 Andrew Bartlettdsdb: Do not force a re-index of sam.ldb on upgrade...
2017-07-26 Jeremy Allisons4: schema: Allocate global_schema off the NULL context...
2017-06-16 Andrew Bartlettdsdb: Do not run dsdb_replace() on the calculated diffe...
2017-06-14 Andrew Bartlettdsdb: Provide proper errors when dsdb_schema_set_indice...
2017-06-10 Andrew Bartlettdsdb: Improve error messages when dsdb_set_schema_from_...
2017-05-31 Andrew Bartlettschema: Use ldb_schema_set_override_indexlist for faste...
2017-05-22 Andrew Bartlettdsdb: Do not write the @INDEXLIST or @ATTRIBUTES record...
2017-03-10 Garming Samobjectclass_attrs: Remove schema copy shallow from...
2017-02-22 Chris LambCorrect "paramter" typos.
2017-02-09 Andrew Bartlettschema: Set flag into @INDEXLIST to indicate we support...
2016-12-01 Andrew Bartlettdsdb: specify attributes when loading schema
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-08-10 Stefan Metzmachers4:dsdb/schema: move messages for unknown attids to...
2016-08-10 Stefan Metzmachers4:dsdb/schema: split out a dsdb_attribute_drsuapi_remo...
2016-08-10 Stefan Metzmachers4:dsdb/schema: don't update the in memory schema-...
2016-08-10 Stefan Metzmachers4:dsdb/schema: avoid an implicit prefix map creation...
2016-08-10 Stefan Metzmachers4:dsdb/schema: make dsdb_schema_pfm_add_entry() public...
2016-08-10 Andrew Bartletts4:dsdb/schema: Remove unused old schema from memory
2016-08-10 Stefan Metzmachers4:dsdb/schema: don't treat an older remote schema...
2016-08-10 Stefan Metzmachers4:dsdb/schema: store struct dsdb_schema_info instead...
2016-07-06 Andrew Bartlettschema: Reorder dsdb_set_schema() to unlink the old...
2016-07-06 Andrew Bartlettdsdb: Remove 120 second delay and USN from schema refre...
2016-06-06 Andrew Bartlettdsdb: Allow "cn" to be missing on schema import
2016-05-09 Douglas Bagnalldsdb schema_query: reduce calls to str_list_length
2016-03-13 Andrew Bartlettdsdb/repl: Ensure we use the LOCAL attid value, not...
2016-03-09 Andrew Bartlettdsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRING
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-06-23 Volker Lendeckedsdb: Fix CID 1034745 Dereference after null check
2014-12-21 Samuel Cabrerodsdb: Define syntax access point oid string as a macro
2014-07-09 Andrew Bartlettdsdb: Set syntax of userParameters to binary string...
2014-06-11 Andrew Bartlettdsdb: Do not refresh the schema using the wrong event...
2014-06-11 Andrew Bartlettdsdb: Do not store a struct ldb_dn in struct schema_data
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-26 Andrew Bartlettdsdb: Convert the full string from UTF16 to UTF8, inclu...
2013-09-22 Andrew Bartlettdsdb: Use WERR_DS_ATT_NOT_DEF_IN_SCHEMA for failed...
2013-06-11 Stefan Metzmacherdsdb: reset schema->{classes,attributes}_to_remove_size...
2013-05-23 Matthieu Patoudsdb-schema: make deduplication of class and schema...
2013-05-23 Stefan Metzmacherdsdb-schema: schema_fill_possible_inferiors() should...
2013-05-20 Matthieu Patoudsdb-schema: remove looping on all schema classes for...
2013-05-16 Andrew Bartlettdsdb-schema: Print clear debug message when we find...
2013-05-16 Karolin Seegersource4/dsdb/schema/schema_convert_to_ol.c: Fix typo...
2013-01-21 Stefan Metzmacherdsdb-schema: make sure we build [system]PossibleInferio...
2013-01-21 Stefan Metzmacherdsdb-schema: make sure use clean caches in schema_infer...
2013-01-21 Stefan Metzmacherdsdb-schema: make schema_subclasses_order_recurse(...
2012-12-07 Stefan Metzmachers4:dsdb/schema: fix dsdb_schema_set_el_from_ldb_msg...
2012-08-23 Andrew Bartletts4-dsdb: Do not use a possibly-old loadparm context...
2012-08-21 Matthias Dieter... s4:dsdb_sort_objectClass_attr - simplify memory context...
2012-08-21 Matthias Dieter... s4:dsdb_sort_objectClass_attr - use "data_blob_string_c...
2012-08-14 Andrew Bartletts4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dn
2012-08-14 Andrew Bartletts4-dsdb: Improve memory handling in dsdb_schema_from_ld...
2012-08-11 Andrew Bartletts4-dsdb: Use only the replication USN for schema reload.
2012-08-10 Andrew Bartletts4-dsdb: Explain better what records are written during...
2012-06-23 Matthieu Patous4-schema: improve the documentation of the dsdb_schema...
2012-06-23 Matthieu Patous4-dsdb: Check for key SCHEMA_SEQ_NUM in metadata.tdb...
2012-06-23 Matthieu Patous4-schema: keep track of the timestamp of the most...
2012-06-23 Matthieu Patous4-schema: generalized time use its own syntax now
2012-06-23 Matthieu Patoudsdb-schema: do not reload more often than schema_reloa...
2012-04-29 Matthieu PatouAdd some debug for FOOBAR return case as they are hard...
2012-04-17 Matthieu Patous4-schema: rename dsdb_attribute_from_ldb to dsdb_set_a...
2012-04-11 Matthias Dieter... s4:dsdb - move "objectclass_sort()" out from the object...
2012-04-11 Matthias Dieter... s4:schema/schema_query.c - fix a comment
2012-04-11 Matthias Dieter... s4:schema/schema_init.c - better use "ldb_attr_cmp...
2011-11-15 Stefan Metzmachers4:dsdb/schema: add "dsdb:schema update allowed" option...
2011-11-15 Stefan Metzmachers4:param/provision: pass schema_dn to provision_get_sch...
2011-11-15 Stefan Metzmachers4:dsdb/schema: pass and remember the schema_dn in...
2011-10-12 Gregor Becks3:utils change data_blob_dup_talloc() to take a DATA_B...
2011-10-07 Andrew Tridgells4-dsdb: fixed one_way_link calculation
2011-09-05 Andrew Bartletts4-schema consolidate schema handling
2011-08-24 Andrew Tridgells4-dsdb: fixed calls to ldb_val_string_cmp()
2011-08-09 Andrew Bartlettmove schema_fill_constructed() call to dsdb_setup_sorte...
2011-08-09 Andrew Bartletts4-dsdb Remove unused schema function
2011-08-09 Andrew Tridgells4-dsdb: added SAMDB_INDEXING_VERSION to @INDEXLIST
2011-08-09 Andrew Tridgells4-dsdb: fixed booling conversion to check value length
2011-08-09 Andrew Tridgells4-dsdb: add auto-normalisation of attributes
2011-08-09 Andrew Tridgells4-dsdb: ensure we setup the dn_format field in schema...
2011-08-04 Andrew Tridgells4-dsdb: added dn_format attribute of a dsdb_attribute
2011-08-04 Andrew Tridgells4-dsdb: setup a one_way_link attribute on schema attri...
2011-07-21 Matthieu Patouupdate/add my copyright
2011-07-21 Matthieu Patous4-schema: add systemFlags to dsdb classes objects
2011-07-13 Andrew Tridgelldsdb: fixed special case of zero NTTIME
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-22 Matthieu Patous4-schema: avoid segfaulting if id3.guid is NULL
2011-06-22 Andrew Tridgells4-dsdb: don't add zero GUID to BINARY_DN
2011-06-17 Andrew Tridgells4-dsdb: if we don't have a remote schema, then use...
2011-06-09 Matthias Dieter... s4:schema_convert_to_ol.c - fix memory contexts
2011-06-09 Matthias Dieter... s4:dsdb/schema_convert_to_ol.c - quiet enum warning
2011-04-07 Matthias Dieter... dsdb:schema/schema_syntax.c - correctly check error...
2011-04-07 Matthias Dieter... dsdb:schema/schema_syntax.c - add some empty value...
2011-03-29 Jeremy AllisonEnsure convert_string_XXX is always called with a valid...
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2010-12-21 Matthias Dieter... s4:dsdb/schema/schema_* - adaptions needed for removed...
2010-12-18 Kamen Mazdrashkis4-dsdb_schema: Copy info needed for Schema refresh...
next