summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
AgeCommit message (Expand)AuthorFilesLines
2023-10-13s4:dsdb: Log correct ldb errorJoseph Sutton1-1/+1
2023-10-13s4:dsdb: Check return value of ldb_msg_add_empty() (CID 1272827)Joseph Sutton1-1/+4
2023-10-13s4:dsdb: Fix unreachable code (CID 1435967)Joseph Sutton1-1/+1
2023-10-13s4:dsdb: Remove unreachable code (CID 1034686)Joseph Sutton1-2/+0
2023-10-13s4:dsdb: Check return code (CID 1444824/1444844)Joseph Sutton1-0/+4
2023-10-13s4:dsdb: Permit forward link to be missing in linked_attributes_fix_forward_l...Joseph Sutton1-6/+8
2023-10-13s4:dsdb: Check whether ‘p’ is NULL before dereferencing it (CID 240875)Joseph Sutton1-2/+2
2023-10-12s4:dsdb: Skip allocation of empty device SIDs arrayJoseph Sutton1-1/+1
2023-10-10CVE-2023-4154: Unimplement the original DirSync behaviour without LDAP_DIRSYN...Andrew Bartlett1-11/+11
2023-10-01s4:dsdb: Add session info flag to indicate authentication with a deviceJoseph Sutton1-1/+1
2023-10-01s4:dsdb: Add parameters for claims and device SIDs to security_token_create()Joseph Sutton2-1/+80
2023-09-27s4:dsdb: Use Builtin SID constantJoseph Sutton1-1/+1
2023-09-27s4:dsdb: Use NULL SID constantJoseph Sutton1-1/+1
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-1/+26
2023-09-14s4:dsdb: Fix commentJoseph Sutton1-1/+1
2023-09-14s4:dsdb: Switch to using smb_krb5_princ_component()Joseph Sutton1-22/+40
2023-09-14s4:dsdb: Prefer explicit initialization to ZERO_STRUCT()Joseph Sutton1-8/+4
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton9-23/+23
2023-09-07s4:samdb: Avoid memory leaks in partition_metadata_get_uint64()Andreas Schneider1-12/+3
2023-08-14s4:dsdb: Check for overflow in security_token_create()Joseph Sutton1-0/+4
2023-08-14s4:dsdb: Make ‘sids’ parameter constJoseph Sutton1-1/+1
2023-08-14s4:dsdb: Use uint32_t for ‘num_sids’Joseph Sutton1-3/+3
2023-08-14s4:dsdb: Access correct member of unionJoseph Sutton4-11/+34
2023-08-14s4:dsdb: Remove unnecessary castsJoseph Sutton1-2/+2
2023-08-08s4:dsdb: Check result of talloc functionsJoseph Sutton1-3/+23
2023-08-08s4:dsdb: Correct error messagesJoseph Sutton1-1/+1
2023-08-08s4:dsdb: Fix leaksJoseph Sutton2-2/+55
2023-08-08s4:dsdb: Improve grammarJoseph Sutton1-1/+1
2023-08-08s4:dsdb: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2023-08-08s4:dsdb: Fix code spellingJoseph Sutton1-2/+2
2023-08-08s4:dsdb: Move comment to more appropriate placeJoseph Sutton1-1/+1
2023-08-08s4:dsdb: Add missing newlines to logging messagesJoseph Sutton4-7/+7
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider27-68/+68
2023-08-02dsdb: Make a shallow copy of ldb_parse_tree in operational moduleAndrew Bartlett1-9/+84
2023-08-02dsdb: Replace talloc_steal() with a shallow copy and reference in dsdb_paged_...Andrew Bartlett1-1/+20
2023-08-02paged_results: add no memory checks in paged_search()Stefan Metzmacher1-2/+16
2023-07-31dsdb: Use samdb_get_system_container_dn() to get Password Settings ContainerAndrew Bartlett1-10/+12
2023-07-31dsdb: Use samdb_system_container_dn() in samldb.cAndrew Bartlett1-6/+1
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-1/+3
2023-06-14dsdb: Indicate in rootdse.c why samdb_ntds_settings_dn() is not usedAndrew Bartlett1-2/+8
2023-05-24audit_tests: Check return value of json_new_array()Joseph Sutton1-0/+1
2023-05-16s4:dsdb: Check return value of allocation functionsJoseph Sutton1-0/+3
2023-05-16s4:dsdb: Check ldb_binary_encode_string() return valueJoseph Sutton2-13/+81
2023-05-05s4:dsdb: Fix leakJoseph Sutton1-0/+1
2023-04-12s4-dsdb: Handle allocation failureJoseph Sutton1-4/+6
2023-04-12s4-acl: Make parameter constJoseph Sutton1-1/+1
2023-04-12s4/dsdb/cracknames: Remove unneeded attributeJoseph Sutton1-1/+0
2023-04-12s4-dsdb: Remove is_attr_in_list()Joseph Sutton1-4/+4
2023-04-12s4/dsdb/util: Make some arrays staticJoseph Sutton1-6/+6
2023-04-06dsdb: modify unicodePwd requires encrypted connectionRob van der Linde2-0/+25