libcli/security: Rename sids_contains_sid() to sids_contains_sid_attrs()
[samba.git] / source4 / dsdb / schema /
2023-10-13 Joseph Suttons4:dsdb: Replace early ‘continue’ with ‘if’ statement...
2023-09-11 Joseph Suttons4:dsdb: Fix code spelling
2023-08-14 Joseph Suttons4:dsdb: Remove unnecessary casts
2023-08-08 Joseph Suttons4:dsdb: Add missing newlines to logging messages
2023-08-03 Andreas Schneiders4:dsdb:schema: Fix code spelling
2023-08-03 Andreas Schneiders4:dsdb:schema: Fix trailing white spaces
2023-04-05 Joseph SuttonCVE-2023-0614 s4-dsdb: Treat confidential attributes...
2023-03-31 Joseph Suttons4:dsdb/schema: Add dsdb_attribute_by_cn_ldb_val()
2023-03-23 Stefan Metzmachers4:dsdb/schema: remember if a backlink attribute is...
2022-01-12 Stefan Metzmacherdsdb/schema: let dsdb_syntax_DN_BINARY_drsuapi_to_ldb...
2022-01-12 Stefan Metzmacherdsdb/schema: add no memory checks for {ldb,dsdb}_dn_get...
2022-01-12 Stefan Metzmacherdsdb/schema: fix Object(OR-Name) syntax definition
2022-01-12 Stefan Metzmacherdsdb/schema/tests: let samba4.local.dsdb.syntax call...
2021-10-08 Volker Lendeckedsdb: Simplify schema_attribute_description() & friends
2021-09-05 Andrew Bartlettdsdb: Be careful to avoid use of the expensive talloc_i...
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-08-17 Volker LendeckeFix a comment typo copied around
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2019-10-31 Björn Jackesource4/dsdb/schema/schema_description.c: typo fixes
2019-09-04 Volker Lendeckedsdb: Fix CID 1453464: Error handling issues (CHECKED_R...
2019-07-17 Aaron Haslettdrepl: memory leak fix
2019-07-08 Noel Powers4/dsdb/schema: clang: Fix Array access results in...
2019-07-08 Noel Powers4/dsdb/schema: Fix 'Value stored to 'ret' is never...
2019-07-08 Noel Powers4/dsdb/schema: Fix Access to field results in deferenc...
2019-06-30 Swen Schilligsource4: Update all consumers of strtoul_err(), strtoul...
2019-05-29 Aaron Haslettdsdb: disable ORDERED_INTEGER with MDB pack format v1
2019-05-29 Aaron Haslettldb: binding ordered indexes to GUID indexing
2019-05-22 Andrew Bartlettdsdb: Remove unsued dsdb_class_by_cn()
2019-05-06 Andrew Bartletttorture: Remove unused dsdb_attribute_ldb_to_drsuapi()
2019-04-08 Garming Samldb: Add ORDERED_INTEGER to the proto-schema handling
2019-04-08 Aaron Haslettldb: activating <= and >= indexing for integers
2019-04-05 Douglas Bagnallspell "recursive"
2019-04-03 Michael HanselmannoLschema2ldif: Resolve multiple parsing bugs
2019-03-01 Swen Schilligsource4: Use wrapper for string to integer conversion
2019-02-21 Noel Powers4/param: Fix provision_get_schema leaking python object
2018-04-03 Volker Lendeckedsdb: Fix CID 1034744 Dereference after null check
2018-03-05 Bob Campbellsamdb/schema_load: do schema loading with one search
2018-03-05 Garming Samschema_set: Add a missing newline between functions
2017-12-09 Gary Lockyersource4 dsdb: Allow duplicate non local objectSIDs
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...
next