summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/util.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-28dsdb:util: dsdb_module_dn initialises on failureDouglas Bagnall1-0/+1
2024-04-16s4:dsdb: Factor out a function to remove all password related attributesJo Sutton1-0/+18
2024-02-16s4:dsdb: Add function to determine whether we have system accessJo Sutton1-0/+27
2024-02-16s4:dsdb: Check return value of talloc_new()Jo Sutton1-0/+9
2023-12-08s4:dsdb: Fix code spellingJoseph Sutton1-1/+1
2023-12-08s4:dsdb: Remove trailing whitespaceJoseph Sutton1-3/+3
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s4:dsdb: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-2/+2
2023-04-12s4/dsdb/util: Make some arrays staticJoseph Sutton1-6/+6
2023-03-23s4:dsdb/util: split out dsdb_module_obj_by_guid() from dsdb_module_dn_by_guid()Stefan Metzmacher1-6/+37
2022-09-16CVE-2020-25720 s4/dsdb/util: Add functions for dsHeuristics 28, 29Joseph Sutton1-0/+40
2022-07-28CVE-2022-32743 s4/dsdb/util: Add function to check for a subclass relationshipJoseph Sutton1-0/+38
2022-07-28CVE-2022-32743 s4/dsdb/util: Add dsdb_msg_get_single_value()Joseph Sutton1-0/+107
2022-07-27CVE-2022-32745 s4/dsdb/util: Correctly copy values into message elementJoseph Sutton1-1/+1
2022-07-27CVE-2022-32745 s4/dsdb/util: Don't call memcpy() with a NULL pointerJoseph Sutton1-4/+8
2022-07-27CVE-2022-32745 s4/dsdb/util: Use correct value for loop count limitJoseph Sutton1-1/+1
2021-11-09CVE-2020-25722 s4/dsdb/util: remove unused dsdb_get_single_valued_attr()Douglas Bagnall1-34/+0
2021-11-09CVE-2020-25722 s4/dsdb modules: add dsdb_get_expected_new_values()Douglas Bagnall1-0/+121
2020-10-21s4:dsdb:util: add dsdb_do_list_object() helperStefan Metzmacher1-0/+21
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy1-0/+2
2019-03-04dsdb:replmd: add compatible feature helper functionDouglas Bagnall1-0/+47
2018-06-09dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer1-2/+6
2018-05-12Fix spelling s/propogate/propagate/Mathieu Parent1-1/+1
2017-08-01dsdb: Fix dsdb_next_callback to correctly use ldb_module_done() etcAndrew Bartlett1-2/+23
2017-06-30show-deleted: Do not indicate an error if an object is missing.Garming Sam1-2/+2
2016-07-09s4:dsdb/samdb: add const to dsdb_make_object_category()Stefan Metzmacher1-1/+1
2016-02-01s4:dsdb/ldb_modules: make it possible to find a reason for LDB_ERR_NO_SUCH_OB...Stefan Metzmacher1-3/+2
2015-06-23dsdb: Fix CID 1034803 Dereference null return valueVolker Lendecke1-0/+3
2015-06-23dsdb: Fix CID 1034804 Dereference null return valueVolker Lendecke1-0/+3
2015-02-03s4-dsdb: Make most specific objectCategory for an objectKamen Mazdrashki1-0/+67
2014-06-10Use GUID_equal in a few placesVolker Lendecke1-1/+1
2013-09-24Fix DN RDN case in partition namesHoward Chu1-0/+26
2013-09-16dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()Andrew Bartlett1-0/+13
2013-01-21dsdb-acl: Add helper function dsdb_get_structural_oc_from_msg()Andrew Bartlett1-0/+13
2012-08-14s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett1-3/+4
2012-04-11s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer1-0/+30
2011-11-29s4-dsdb: Return ldb_result context in dsdb_module_extendedAmitay Isaacs1-3/+20
2011-10-07s4-dsdb: fixed the check_optional_feature() callAndrew Tridgell1-19/+24
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-08-25s4-dsdb: assert that base DNs are used correctlyAndrew Tridgell1-0/+5
2011-08-09s4-dsdb: ensure rIDSetReferences is stored as an extended DNAndrew Tridgell1-1/+1
2011-07-21update/add my copyrightMatthieu Patou1-0/+1
2011-07-21s4-dsdb: add dsdb_module_extended function similar to other dsdb_module_* fun...Matthieu Patou1-0/+61
2011-05-21s4-dsdb: introduce dsdb_module_search_treeMatthieu Patou1-24/+63
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett1-1/+0
2011-02-14s4-ldb_modules/util: Implement dsdb_module_find_ntdsguid_for_computer()Kamen Mazdrashki1-0/+30
2011-01-17s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell1-39/+83
2010-12-13s4:dsdb:util: dsdb_get_single_valued_attr() only needs a const ldb_messagesStefan Metzmacher1-1/+1
2010-11-26s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics().Andrew Bartlett1-3/+2