python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source4 / dsdb / common / util.c
3 days ago Jo Suttons4:dsdb: Implement DSDB_SEARCH_UPDATE_MANAGED_PASSWORDS...
2024-03-28 Andrew Bartletts4-dsdb: Populate new GKDI root keys from the server...
2024-03-05 Andrew Bartlettlib/ldb-samba: Align py_ldb_set_opaque_integer() with...
2024-02-16 Jo Suttons4:dsdb: Fix grammar
2024-02-16 Jo Suttons4:dsdb: Add function to create a GMSA password update...
2024-02-16 Jo Suttons4:dsdb: Remove unused includes
2024-02-16 Jo Suttons4:dsdb: Remove unused ‘domain_dn’ parameter
2024-02-16 Jo Suttons4:dsdb: Remove reference to now‐gone lmNewHash parameter
2024-02-16 Jo Suttons4:dsdb: Split out function to create a ‘password set...
2024-02-16 Jo Suttons4:dsdb: Allocate NT hash on to more appropriate memory...
2024-02-16 Jo Suttons4:dsdb: Undefine helper macro
2024-02-16 Jo Suttons4:dsdb: Add helper functions to get GKDI root key DNs
2024-02-08 Jo Suttons4:dsdb: Avoid buffer overflow in samdb_result_hashes()
2024-02-08 Jo Suttons4:dsdb: Mark hash returned by samdb_result_hash()...
2024-02-08 Jo Suttons4:dsdb: Fix code spelling
2023-12-08 Joseph Suttons4:dsdb: Use portable integer constant INT64_MAX
2023-09-14 Joseph Suttons4:dsdb: Prefer explicit initialization to ZERO_STRUCT()
2023-09-14 Joseph Suttons4:dsdb: Parenthesize macro expression
2023-09-11 Joseph Suttons4:dsdb: Fix code spelling
2023-08-14 Joseph Suttons4:dsdb: Access correct member of union
2023-08-08 Joseph Suttons4:dsdb: Do not dereference a NULL pointer
2023-08-08 Joseph Suttons4:dsdb: Check result of talloc functions
2023-08-08 Joseph Suttons4:dsdb: Correct error messages
2023-08-08 Joseph Suttons4:dsdb: Fix leaks
2023-08-08 Joseph Suttons4:dsdb: Remove unnecessary parentheses
2023-08-08 Joseph Suttons4:dsdb: Add missing newlines to logging messages
2023-08-03 Andreas Schneiders4:dsdb:common: Fix code spelling
2023-07-31 Andrew Bartlettdsdb: Add tracing to dsdb_search_dn() similar to gendb_...
2023-07-31 Andrew Bartlettdsdb: Add tracing to dsdb_search() similar to gendb_sea...
2023-07-31 Andrew Bartlettdsdb: Add dsdb_search_scope_as_string() and use in...
2023-07-31 Andrew Bartlettdsdb: Add new function samdb_system_container_dn()
2023-07-19 Stefan Metzmachers4:dsdb: let dsdb_check_and_update_fl() also operatingS...
2023-06-14 Andrew Bartlettdsdb: Add routine to check the DB vs lp functional...
2023-05-16 Joseph Suttons4:dsdb: Check ldb_binary_encode_string() return value
2023-04-12 Joseph Suttons4-dsdb: Check correct ldb opaque variable
2023-04-12 Joseph Suttons4-dsdb: Remove is_attr_in_list()
2023-04-05 Andrew BartlettCVE-2023-0614 dsdb: Add DSDB_MARK_REQ_UNTRUSTED
2023-04-05 Joseph SuttonCVE-2023-0614 s4-dsdb: Add samdb_result_dom_sid_buf()
2023-02-08 Joseph Suttons4: Add 'const' to some parameters
2023-02-08 Joseph Suttonauth: Store group attributes in auth_user_info_dc
2023-02-08 Joseph Suttons4-dsdb: Add samdb_result_dom_sid_attrs()
2023-01-31 Andrew Bartletts4-dsdb: Require that the NTDS object is an nTDSDSA...
2023-01-31 Andrew Bartletts4-dsdb: Split samdb_get_ntds_obj_by_guid() out of...
2023-01-31 Andrew Bartletts4-dsdb: Add dsdb_normalise_dn_and_find_nc_root() aroun...
2023-01-31 Andrew Bartletts4-dsdb: Add better debugging to dsdb_objects_have_same...
2023-01-31 Andrew Bartletts4-dsdb: Make dsdb_find_nc_root() first try and use...
2023-01-31 Andrew Bartletts4-dsdb: Rework dsdb_find_dn_by_guid() to use GUID_buf_...
2022-10-21 Joseph Suttons4-dsdb: Make tdo_attrs static const
2022-10-21 Joseph Suttons4-dsdb: Rename user_attrs to attrs to avoid conflict...
2022-09-12 Joseph SuttonCVE-2021-20251 dsdb/common: Remove transaction logic...
2022-09-12 Joseph SuttonCVE-2021-20251 auth4: Detect ACCOUNT_LOCKED_OUT error...
2022-09-12 Gary LockyerCVE-2021-20251 auth4: split samdb_result_msds_LockoutOb...
2022-07-28 Joseph SuttonCVE-2022-32743 dsdb/common: Add FORCE_ALLOW_VALIDATED_D...
2022-07-28 Andreas Schneiders4:dsdb: Burn the memory of hashes returned by samdb_re...
2022-07-28 Andreas Schneiders4:dsdb: Remove trailing whitespaces from util.c
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Make use of functions for appending...
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Ensure shallow copy modifications...
2022-06-14 Joseph Suttondsdb/common: Make some parameters const
2022-03-18 Joseph Suttondsdb/common: Add helper function for determining if...
2022-03-17 Andrew Bartlettdsdb: Remove LM hash parameter from samdb_set_password...
2022-03-17 Andrew Bartlettdsdb: Remove parsing of LM password hash from "dBCSPwd...
2022-03-17 Andrew Bartlettdsdb: Return dsdb_password_change control name to DSDB_...
2022-03-17 Andrew Bartlettdsdb: No longer supply exact password hashes in a contr...
2021-12-24 Stefan Metzmacherdsdb/common: add dsdb_dc_functional_level() helper
2021-11-09 Nadezhda IvanovaCVE-2020-25722: s4-acl: Make sure Control Access Rights...
2021-01-28 Volker Lendeckedsdb: Avoid an unneeded #include
2020-10-01 Alexander BokovoyFix build after removal of an extra safe_string.h
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-05-08 Gary LockyerFix clang 9 format-nonliteral warnings
2020-01-19 Volker Lendeckedsdb: Use write_data() to write to the password check...
2020-01-19 Volker Lendeckedsdb: Align integer types
2019-11-27 Ralph Boehmesmbdotconf: mark "check password script" with substitut...
2019-10-29 Björn BaumbachCVE-2019-14833 dsdb: send full password to check passwo...
2019-09-01 Andrew Bartlettutil: Remove unused NS_GUID_string() and NS_GUID_from_s...
2019-07-31 Douglas BagnallCID 1452109: dsdb/util: do not check for NULL after...
2019-07-24 Noel Powers4/source4/common: clang: Fix 'Dereference of undefined...
2019-07-24 Noel Powers4/dsdb/common: clang: Fix 'Value stored to 'cps_stdin...
2019-07-24 Noel Powers4/dsdb/common: clang: Fix 'Access results in a deref...
2019-07-24 Noel Powers4/dsdb/common: clang: Fix 'The left operand of '&...
2019-07-24 Noel Powers4/dsdb/common: clang: Fix 'function call argument...
2019-06-30 Swen Schilligsource4: Update all consumers of strtoul_err(), strtoul...
2019-05-10 Douglas Bagnalldsdb/util: spell "equivalence"!
2019-03-12 Volker Lendeckelib: Remove "struct sid_parse_ret" again
2019-03-12 Volker Lendeckelib: Make sid_parse return the parsed length
2019-03-07 Andrew Bartlettdsdb: Unify samdb_{get,set}_ntds_{objectGUID,invocation_id}
2019-03-01 Swen Schilligsource4: Use wrapper for string to integer conversion
2019-02-14 Gary Lockyers4 dsdb util: samdb_client_site_name clean up
2019-02-14 Gary Lockyers4 dsdb util: remove samdb_search_count
2019-02-14 Gary Lockyers4 dsdb util: samdb_client_site_name use dsdb_domain_count
2019-02-14 Gary Lockyers4 dsdb util: add dsdb_domain_count
2019-02-11 Stefan Metzmachers4:dsdb:util: export SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL...
2019-02-07 Stefan Metzmachers4:dsdb:util: make use of samba_runcmd_export_stdin()
2019-01-28 Andreas Schneiders4:dsdb: Use C99 initializer in util
2018-11-28 Tim BealeCVE-2018-16857 dsdb/util: Add better default lockOutObs...
2018-11-28 Tim BealeCVE-2018-16857 dsdb/util: Fix lockOutObservationWindow...
2018-11-28 Tim BealeCVE-2018-16857 dsdb/util: Correctly treat lockOutObserv...
2018-11-16 Volker Lendeckedsdb: Slightly simplify samdb_check_password
2018-10-12 Tim Bealedsdb: Add dsdb_request_has_control() helper function
2018-09-04 Stefan Metzmachers4:dsdb/common: add samdb_domain_guid() helper function
next