python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source4 / dsdb / samdb / ldb_modules / util.c
9 days ago Jo Suttons4:dsdb: Factor out a function to remove all password...
2024-02-16 Jo Suttons4:dsdb: Add function to determine whether we have...
2024-02-16 Jo Suttons4:dsdb: Check return value of talloc_new()
2023-12-08 Joseph Suttons4:dsdb: Fix code spelling
2023-12-08 Joseph Suttons4:dsdb: Remove trailing whitespace
2023-09-11 Joseph Suttons4:dsdb: Fix code spelling
2023-08-08 Joseph Suttons4:dsdb: Add missing newlines to logging messages
2023-08-03 Andreas Schneiders4:dsdb:samdb: Fix code spelling
2023-04-12 Joseph Suttons4/dsdb/util: Make some arrays static
2023-03-23 Stefan Metzmachers4:dsdb/util: split out dsdb_module_obj_by_guid() from...
2022-09-16 Joseph SuttonCVE-2020-25720 s4/dsdb/util: Add functions for dsHeuris...
2022-07-28 Joseph SuttonCVE-2022-32743 s4/dsdb/util: Add function to check...
2022-07-28 Joseph SuttonCVE-2022-32743 s4/dsdb/util: Add dsdb_msg_get_single_va...
2022-07-27 Joseph SuttonCVE-2022-32745 s4/dsdb/util: Correctly copy values...
2022-07-27 Joseph SuttonCVE-2022-32745 s4/dsdb/util: Don't call memcpy() with...
2022-07-27 Joseph SuttonCVE-2022-32745 s4/dsdb/util: Use correct value for...
2021-11-09 Douglas BagnallCVE-2020-25722 s4/dsdb/util: remove unused dsdb_get_sin...
2021-11-09 Douglas BagnallCVE-2020-25722 s4/dsdb modules: add dsdb_get_expected_n...
2020-10-21 Stefan Metzmachers4:dsdb:util: add dsdb_do_list_object() helper
2020-10-01 Alexander BokovoyFix build after removal of an extra safe_string.h
2019-03-04 Douglas Bagnalldsdb:replmd: add compatible feature helper function
2018-06-09 Gary Lockyerdsdb: add defines for sessionInfo and networkSessionInfo
2018-05-12 Mathieu ParentFix spelling s/propogate/propagate/
2017-08-01 Andrew Bartlettdsdb: Fix dsdb_next_callback to correctly use ldb_modul...
2017-06-30 Garming Samshow-deleted: Do not indicate an error if an object...
2016-07-09 Stefan Metzmachers4:dsdb/samdb: add const to dsdb_make_object_category()
2016-02-01 Stefan Metzmachers4:dsdb/ldb_modules: make it possible to find a reason...
2015-06-23 Volker Lendeckedsdb: Fix CID 1034803 Dereference null return value
2015-06-23 Volker Lendeckedsdb: Fix CID 1034804 Dereference null return value
2015-02-03 Kamen Mazdrashkis4-dsdb: Make most specific objectCategory for an object
2014-06-10 Volker LendeckeUse GUID_equal in a few places
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-24 Howard ChuFix DN RDN case in partition names
2013-09-16 Andrew Bartlettdsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_s...
2013-01-21 Andrew Bartlettdsdb-acl: Add helper function dsdb_get_structural_oc_fr...
2012-08-14 Andrew Bartletts4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dn
2012-04-11 Matthias Dieter... s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_str...
2011-11-29 Amitay Isaacss4-dsdb: Return ldb_result context in dsdb_module_extended
2011-10-07 Andrew Tridgells4-dsdb: fixed the check_optional_feature() call
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-08-24 Andrew Tridgells4-dsdb: assert that base DNs are used correctly
2011-08-09 Andrew Tridgells4-dsdb: ensure rIDSetReferences is stored as an extend...
2011-07-21 Matthieu Patouupdate/add my copyright
2011-07-21 Matthieu Patous4-dsdb: add dsdb_module_extended function similar...
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-05-21 Matthieu Patous4-dsdb: introduce dsdb_module_search_tree
2011-02-22 Andrew Bartletts4-auth Move libcli/security/session.c to the top level
2011-02-14 Kamen Mazdrashkis4-ldb_modules/util: Implement dsdb_module_find_ntdsgui...
2011-01-17 Andrew Tridgells4-dsdb: pass parent request to dsdb_module_*() functions
2010-12-13 Stefan Metzmachers4:dsdb:util: dsdb_get_single_valued_attr() only needs...
2010-11-25 Andrew Bartletts4-dsdb Remove mem_ctx argument from dsdb_module_find_d...
2010-11-11 Matthias Dieter... s4:password_hash and acl LDB modules - handle the ...
2010-11-11 Matthias Dieter... s4:ldb_modules/util.c - "dsHeuristics" -> "dSHeuristics"
2010-11-07 Matthias Dieter... s4:ldb_modules/util.c - "dsdb_get_single_valued_attr...
2010-11-03 Matthias Dieter... s4:samldb LDB module - improve the "get_single_valued_a...
2010-11-02 Andrew Tridgells4-dsdb: removed the use of ldb_private.h from s4
2010-10-24 Matthias Dieter... s4:dsdb - use the more safe "samdb_msg_add_(u)int*...
2010-10-19 Andrew Bartletts4-dsdb Reset the error string after 'expected' errors.
2010-10-16 Matthias Dieter... s4:dsdb/samdb/ldb_modules/util.c - remove now unused...
2010-10-12 Andrew Bartletts4-libcli/security Use seperate subsystem for session...
2010-10-10 Jelmer Vernooijdsdb/modules: Split up helpers a bit to prevent recursi...
2010-10-10 Jelmer Vernooijdsdb: Move attr_in_list to SAMDB_COMMON to avoid circul...
2010-10-03 Matthias Dieter... s4:dsdb - substitute the "show_deleted" with the "show_...
2010-09-28 Andrew Bartletts4-dsdb Add ldb_reset_err_string() when we set error...
2010-09-28 Andrew Tridgells4-ldb: removed an unused variable
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-09-25 Nadezhda Ivanovas4-dsdb: Fixed a call to the wrong ops function in...
2010-08-27 Nadezhda Ivanovas4-dsdb: Fixed a compiler warning.
2010-08-26 Matthias Dieter... s4:dsdb_module_find_dsheuristics - free the "DN" also...
2010-08-26 Nadezhda Ivanovas4-dsdb: Removed an unnecessary space in dsdb_module_fi...
2010-08-26 Nadezhda Ivanovas4-dsdb: Added utility functions for retrieving dSHeuri...
2010-08-17 Andrew Tridgells4-dsdb: check the type of session_info from the opaque
2010-08-04 Nadezhda Ivanovas4-dsdb: Removed kludge_acl as it is no longer necessary
2010-08-01 Matthias Dieter... s4:dsdb/samdb/ldb_modules/util.c - remove unused variables
2010-07-09 Stefan Metzmachers4:dsdb: add dsdb_module_constrainted_update_uint32...
2010-07-09 Stefan Metzmachers4:dsdb: add dsdb_msg_constrainted_update_uint32/64...
2010-07-09 Stefan Metzmachers4:dsdb: add dsdb_module_constrainted_update_int32...
2010-07-09 Stefan Metzmachers4:dsdb: add dsdb_msg_constrainted_update_int32/64...
2010-07-07 Kamen Mazdrashkis4-dsdb/util: Reorder DSDB_FLAG_* checks
2010-07-07 Kamen Mazdrashkis4-dsdb: Implement module switching in dsdb_module_sear...
2010-07-07 Kamen Mazdrashkis4-source4/dsdb/samdb/ldb_modules/util.c Use DSDB_FLAG_...
2010-07-07 Andrew Tridgells4-dsdb: use ldb_operr() in the dsdb code
2010-07-03 Matthias Dieter... s4:dsdb_module_load_partition_usn - check for "res...
2010-07-02 Kamen Mazdrashkis4/dsdb: Assert DSDB_FLAG_*_MODULE is always passed...
2010-07-02 Kamen Mazdrashkis4-source4/dsdb/samdb/ldb_modules/util.c Use DSDB_FLAG_...
2010-06-20 Matthias Dieter... s4:dsdb - add a new dsdb delete function which understa...
2010-06-06 Matthias Dieter... s4:get_last_structural_class - only real structural...
2010-05-30 Matthias Dieter... s4:dsdb/samdb/ldb_modules/util.c - make sure to always...
2010-05-30 Matthias Dieter... s4:dsdb_module_search_dn - add code to handle NULL...
2010-05-04 Anatoliy Atanasovs4/rodc: Support read-only database
2010-04-29 Anatoliy Atanasovs4/rodc: RODC FAS initial implementation
2010-04-22 Andrew Tridgells4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER level
2010-04-13 Matthias Dieter... Revert "s4:prefer "samdb_*_dn" basedn calls over the...
2010-04-08 Endi S. Dewatas4:dsdb - Handle INVALID_DN_SYNTAX from OpenLDAP in...
2010-03-26 Eduardo Limas4-drs: replmd_delete with the 3 stage deletion recycle bin
2010-03-22 Matthias Dieter... s4:ldb_modules/util.c - fix two counter variables to...
2010-03-22 Andrew Bartletts4:dsdb Move dsdb_save_partition_usn() to be a module...
2010-03-12 Matthias Dieter... s4:util.c - "dsdb_check_optional_feature" - counter...
next