summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/util.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25dsdb: Simplify samdb_cn_to_lDAPDisplayName()Volker Lendecke1-9/+1
2026-02-25dsdb: Simplify samdb_dn_to_dns_domain() with talloc_asprintf_addbuf()Volker Lendecke1-11/+9
2025-02-14s4:dsdb/common: use talloc_zero() in samdb_result_dom_sid_attrs()Stefan Metzmacher1-1/+1
2024-07-02s4:dsdb: Remove unnecessary MIN()Jo Sutton1-1/+1
2024-07-02s4:dsdb: Use appropriate type for userAccountControl flagsJo Sutton1-1/+1
2024-06-10dsdb: Prepare to handle smartcard password rolloverAndrew Bartlett1-0/+10
2024-06-10dsdb: Make argument order of dsdb_update_gmsa_{entry_,}keys() consistant with...Andrew Bartlett1-1/+1
2024-05-16s4:dsdb: Make map containing default attribute values staticJo Sutton1-1/+1
2024-05-16s4:dsdb: Do not set lockoutTime for trust accountsJo Sutton1-1/+3
2024-05-16s4:dsdb: Add userAccountControl helper functionJo Sutton1-0/+10
2024-04-21s4:dsdb: Implement DSDB_SEARCH_UPDATE_MANAGED_PASSWORDS search flagJo Sutton1-52/+97
2024-03-28s4-dsdb: Populate new GKDI root keys from the server configuration objectAndrew Bartlett1-3/+3
2024-03-05lib/ldb-samba: Align py_ldb_set_opaque_integer() with pyldb_set_opaque() and ...Andrew Bartlett1-7/+7
2024-02-16s4:dsdb: Fix grammarJo Sutton1-1/+1
2024-02-16s4:dsdb: Add function to create a GMSA password update requestJo Sutton1-0/+62
2024-02-16s4:dsdb: Remove unused includesJo Sutton1-7/+0
2024-02-16s4:dsdb: Remove unused ‘domain_dn’ parameterJo Sutton1-4/+4
2024-02-16s4:dsdb: Remove reference to now‐gone lmNewHash parameterJo Sutton1-10/+8
2024-02-16s4:dsdb: Split out function to create a ‘password set’ ldb requestJo Sutton1-24/+51
2024-02-16s4:dsdb: Allocate NT hash on to more appropriate memory contextJo Sutton1-1/+1
2024-02-16s4:dsdb: Undefine helper macroJo Sutton1-0/+2
2024-02-16s4:dsdb: Add helper functions to get GKDI root key DNsJo Sutton1-0/+83
2024-02-08s4:dsdb: Avoid buffer overflow in samdb_result_hashes()Jo Sutton1-0/+7
2024-02-08s4:dsdb: Mark hash returned by samdb_result_hash() as secretJo Sutton1-0/+1
2024-02-08s4:dsdb: Fix code spellingJo Sutton1-2/+2
2023-12-08s4:dsdb: Use portable integer constant INT64_MAXJoseph Sutton1-5/+5
2023-09-14s4:dsdb: Prefer explicit initialization to ZERO_STRUCT()Joseph Sutton1-3/+1
2023-09-14s4:dsdb: Parenthesize macro expressionJoseph Sutton1-1/+1
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton1-5/+5
2023-08-14s4:dsdb: Access correct member of unionJoseph Sutton1-1/+5
2023-08-08s4:dsdb: Do not dereference a NULL pointerJoseph Sutton1-0/+3
2023-08-08s4:dsdb: Check result of talloc functionsJoseph Sutton1-1/+66
2023-08-08s4:dsdb: Correct error messagesJoseph Sutton1-1/+1
2023-08-08s4:dsdb: Fix leaksJoseph Sutton1-0/+3
2023-08-08s4:dsdb: Remove unnecessary parenthesesJoseph Sutton1-1/+1
2023-08-08s4:dsdb: Add missing newlines to logging messagesJoseph Sutton1-10/+10
2023-08-03s4:dsdb:common: Fix code spellingAndreas Schneider1-3/+3
2023-07-31dsdb: Add tracing to dsdb_search_dn() similar to gendb_search_v()Andrew Bartlett1-5/+22
2023-07-31dsdb: Add tracing to dsdb_search() similar to gendb_search_v()Andrew Bartlett1-1/+31
2023-07-31dsdb: Add dsdb_search_scope_as_string() and use in ldap_backend.cAndrew Bartlett1-0/+21
2023-07-31dsdb: Add new function samdb_system_container_dn()Andrew Bartlett1-0/+19
2023-07-19s4:dsdb: let dsdb_check_and_update_fl() also operatingSystem[Version]Stefan Metzmacher1-3/+102
2023-06-14dsdb: Add routine to check the DB vs lp functional levelsAndrew Bartlett1-0/+117
2023-05-16s4:dsdb: Check ldb_binary_encode_string() return valueJoseph Sutton1-7/+19
2023-04-12s4-dsdb: Check correct ldb opaque variableJoseph Sutton1-1/+1
2023-04-12s4-dsdb: Remove is_attr_in_list()Joseph Sutton1-13/+1
2023-04-05CVE-2023-0614 dsdb: Add DSDB_MARK_REQ_UNTRUSTEDAndrew Bartlett1-0/+4
2023-04-05CVE-2023-0614 s4-dsdb: Add samdb_result_dom_sid_buf()Joseph Sutton1-0/+20
2023-02-08s4: Add 'const' to some parametersJoseph Sutton1-1/+1
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton1-2/+2