dsdb: Use replmd_replPropertyMetaData1_new_should_be_taken in replmd_replicated_apply...
[sharpe/samba-autobuild/.git] / source4 / dsdb / schema /
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...
2010-12-14 Kamen Mazdrashkis4-dsdb_schema: Handle remote ATTIDs based on msDs...
2010-12-14 Kamen Mazdrashkis4-schema_syntax: Log error message when _dsdb_syntax_O...
2010-12-14 Kamen Mazdrashkis4-dsdb_schema: We need base_dn in Schema's shallow...
2010-12-14 Kamen Mazdrashkis4-schema_syntax: We should use make_ATTID function...
2010-12-14 Kamen Mazdrashkis4-schema_syntax: Use remote prefixMap to map remote...
2010-12-14 Kamen Mazdrashkis4-dsdb_schema: Seize using global_schema when referenc...
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-02 Kamen Mazdrashkis4-dsdb/syntax: Map remote ATTIDs for Class OID syntax
2010-12-02 Kamen Mazdrashkis4-dsdb_syntax: Be a little bit more chatty when we...
2010-12-01 Kamen Mazdrashkis4-dsdb/syntax: Map remote ATTIDs for Attribute OID...
2010-12-01 Kamen Mazdrashkis4-dsdb/syntax: Implement Remote-ATTID to Local-ATTID...
2010-12-01 Kamen Mazdrashkis4-dsdb/schema: Add Schema shallow copy function
2010-12-01 Kamen Mazdrashkis4-dsdb/prefixMap: Add prefixMap shallow copy function
2010-11-11 Kamen Mazdrashkis4-repl: Propagate remote prefixMap in DRSUAPI data...
2010-11-11 Kamen Mazdrashkis4-dsdb_syntax: Warning message that we can't find...
2010-11-11 Kamen Mazdrashkis4-prefixMap: dsdb_schema_pfm_oid_from_attid() to use...
2010-11-11 Kamen Mazdrashkis4-dsdb_syntax: Use remote prefixMap to handle generic...
2010-11-11 Kamen Mazdrashkis4-dsdb_syntax: Add remote prefixMap member for dsdb_sy...
2010-11-09 Stefan Metzmachers4:dsdb/schema/schema_filtered.c: make never_in_filtere...
2010-11-09 Stefan Metzmachers4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRI...
2010-11-08 Kamen Mazdrashkis4-attid: Uppercase ATTID type constants
2010-11-07 Andrew Tridgells4-dsdb: give the DN on a shema attribute failure
2010-11-01 Kamen Mazdrashkis4-dsdb_schema: Use DRSUAPI_ATTID_INVALID instead of...
2010-10-31 Kamen Mazdrashkiidl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRI...
2010-10-28 Kamen Mazdrashkis4-schema_init: we should be able to resolve Syntax...
2010-10-26 Kamen Mazdrashkis4-dsdb_syntax: *_OID_oid_ldb_to_drsuapi() functions...
2010-10-26 Kamen Mazdrashkis4-prefixMap: split dsdb_schema_make_attid() function...
2010-10-26 Kamen Mazdrashkis4-prefixmap: Use WERR_NOT_FOUND when OID is not found...
next