python: Fix NtVer check for site_dn_for_machine()
[samba.git] / source4 / dsdb / samdb / ldb_modules / descriptor.c
2023-09-27 Joseph Suttons4:dsdb: Use NULL SID constant
2023-01-31 Andrew Bartletts4-dsdb: Schedule SD propegation only after successful...
2022-09-16 Joseph SuttonCVE-2020-25720 s4:dsdb/descriptor: Validate owner SIDs...
2022-09-16 Nadezhda IvanovaCVE-2020-25720: s4-acl: Change behavior of Create Child...
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Make use of functions for appending...
2022-03-30 Stefan Metzmachers4:dsdb/descriptor: skip duplicates in descriptor_sd_pr...
2022-03-30 Stefan Metzmachers4:dsdb/descriptor: sort descriptor_changes tree based
2022-03-30 Stefan Metzmachers4:dsdb/descriptor: pass parent guid to dsdb_module_sch...
2022-03-30 Stefan Metzmachers4:dsdb/descriptor: skip duplicates in descriptor_exten...
2022-03-30 Stefan Metzmachers4:dsdb/descriptor: add statistics for security descrip...
2022-03-30 Stefan Metzmachers4:dsdb/descriptor: split out struct descriptor_transaction
2021-04-19 Volker Lendeckedsdb: Slightly tune get_new_descriptor()
2020-01-21 Andrew BartlettCVE-2019-14902 dsdb: Change basis of descriptor module...
2020-01-21 Andrew BartlettCVE-2019-14902 dsdb: Ensure we honour both change-...
2020-01-21 Andrew BartlettCVE-2019-14902 dsdb: Add comments explaining why SD...
2020-01-21 Andrew BartlettCVE-2019-14902 dsdb: Explain that descriptor_sd_propaga...
2018-06-09 Gary Lockyerdsdb: add defines for sessionInfo and networkSessionInfo
2018-05-12 Mathieu ParentFix spelling s/desriptor/descriptor/
2016-07-13 Andrew Bartlettdsdb: Improve debugging during SD recursion failure
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2013-12-12 Christian Ambachs4:dsdb fix compiler warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-24 Andrew Bartlettdsdb-descriptor: Do not do a subtree search unless...
2013-02-22 Andrew Bartlettdsdb-descriptor: Avoid segfault copying an SD without...
2013-02-22 Andrew Bartlettdsdb-descriptor: Spell out security descriptor flags...
2013-01-27 Stefan Metzmacherdsdb-descriptor: get_default_group() should always...
2012-12-11 Stefan Metzmachers4:dsdb/descriptor: pass object_list to create_security...
2012-12-07 Stefan Metzmachers4:dsdb/descriptor: fix replication of NC heads
2012-12-02 Stefan Metzmachers4:dsdb/descriptor: NULL out user_descriptor elements...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: inherit nTSecurityDescriptor change...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: recalculate nTSecurityDescriptor...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: implement DSDB_EXTENDED_SEC_DESC_PR...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: handle DSDB_CONTROL_SEC_DESC_PROPAG...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: the old nTSecurityDescriptor is...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: make explicit that we don't support...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: remove some nesting from descriptor...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: remove some unnecessary nesting
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: add some error checks to descriptor...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: remove support for unused LDB_CONTR...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: move special dn check to the start...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: if the caller specifies no DACL...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: give SYSTEM the correct default...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: make it clear that the SD Flags...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: make use of dsdb_request_sd_flags()
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: always use descriptor_search_callba...
2012-11-30 Stefan Metzmachers4:dsdb/descriptor: do searches for nTSecurityDescripto...
2012-05-19 Matthieu Patous4-dsdb: allow modification of some deleted object...
2012-04-11 Matthias Dieter... s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_str...
2012-04-11 Matthias Dieter... s4:dsdb - introduce a only constant-time "get_last_stru...
2012-03-26 Andrew Bartletts4-dsdb: use constant-time search for descriptor -...
2012-03-25 Matthias Dieter... s4:dsdb - enhance "get_last_structural_class()" for...
2011-11-16 Matthieu Patous4-dsdb: rework the NC detection for the descriptor...
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-03-19 Jelmer Vernooijsource4/dsdb/samdb: Fix prototypes for all functions.
2011-02-22 Nadezhda Ivanovas4-descriptor: Fixed a typo in a comment and clarified...
2011-02-22 Nadezhda Ivanovas4-descriptor: Fixed some missing curly braces.
2011-02-21 Nadezhda Ivanovas4-descriptor: Fixed some compiler warnings.
2011-02-21 Nadezhda Ivanovas4-descriptor: Removed unnecessary descriptor_change...
2011-02-21 Nadezhda Ivanovas4-descriptor: Replaced the async descriptor_change...
2011-02-21 Nadezhda Ivanovas4-descriptor: Replaced the synchronous descriptor_chan...
2011-01-17 Andrew Tridgells4-dsdb: pass parent request to dsdb_module_*() functions
2010-12-18 Andrew BartlettRevert "s4-dsdb Don't talloc_free() ares on failure...
2010-12-16 Andrew Bartletts4-dsdb Don't talloc_free() ares on failure, as LDB...
2010-12-02 Kamen Mazdrashkis4-dsdb/descriptor: comment typo
2010-11-16 Matthias Dieter... s4:descriptor LDB module - also "get_default_ag" should...
2010-11-16 Matthias Dieter... s4:descriptor LDB module - handle the NCs in a more...
2010-11-16 Matthias Dieter... s4:descriptor LDB module - make more clear that special...
2010-11-07 Matthias Dieter... s4:descriptor LDB module - make the "nTSecurityDescript...
2010-11-07 Matthias Dieter... s4:descriptor LDB module - save a pointer to the reques...
2010-11-07 Matthias Dieter... s4:descriptor LDB module - by "dsdb_next_callback"...
2010-11-07 Matthias Dieter... s4:descriptor LDB module - remove a bit pointless memor...
2010-11-07 Matthias Dieter... s4:descriptor LDB module - remove a "ldb_msg_sanity_che...
2010-11-07 Matthias Dieter... s4:descriptor LDB module - don't ignore referrals if...
2010-11-03 Matthias Dieter... s4:descriptor LDB module - a bit cleanup
2010-11-01 Andrew Tridgells4-ldb: enable version checking in dsdb ldb modules
2010-11-01 Andrew Tridgells4-dsdb: convert the rest of the ldb modules to the...
2010-10-10 Jelmer Vernooijdsdb/modules: Split up helpers a bit to prevent recursi...
2010-09-25 Andrew Tridgellldb: mark the location of a lot more ldb requests
2010-09-25 Andrew Tridgells4-dsdb: added tagging of requests in dsdb modules
2010-08-01 Matthias Dieter... s4:descriptor LDB module - remove the "forest DN" check
2010-07-07 Andrew Tridgells4-dsdb: use ldb_operr() in the dsdb code
2010-06-19 Jelmer Vernooijdsdb: Make module ops struct for each module public.
2010-06-15 Jelmer Vernooijdsdb: Fix includes when building against system ldb.
2010-06-06 Matthias Dieter... s4:descriptor LDB module - cosmetic fixup
2010-06-01 Anatoliy Atanasovs4: check the sacl and dacl pointers on the old sd
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-04 Anatoliy Atanasovs4/rodc: Fix the callbacks up the stack to handle refer...
2010-04-22 Andrew Tridgells4-dsdb: removed an unused variable
2010-04-13 Matthias Dieter... s4:acl/descriptor LDB module - distinguish between...
2010-03-16 Andrew Bartletts4:dsdb Change dsdb_get_schema() callers to use new...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-02 Andrew Tridgells4-dsdb: force REVISION_ADS for new and updated ACLs...
2009-12-18 Brendan Powerss4-dsdb: Move get_last_structural class from descriptor...
2009-12-16 Andrew Tridgells4-dsdb: don't actually remove the sd_flags control...
2009-12-09 Andrew Tridgells4-dsdb: added dsdb_functional_level() helper function
2009-11-27 Matthieu Patous4: fix SD update and password change in upgrade script
2009-11-22 Nadezhda IvanovaFixed incorrect indentation.
2009-11-21 Nadezhda IvanovaImplemented LDAP_SERVER_SD_FLAGS_OID on search requests.
2009-11-20 Nadezhda IvanovaImplementation of LDAP_SERVER_SD_FLAGS_OID on modify...
2009-11-15 Nadezhda IvanovaFixed some major bugs in inheritance and access checks.
next