summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2023-09-14s4:kdc: Make pac_blobs_remove_blob() never failJoseph Sutton3-22/+11
2023-09-14s4:kdc: Make ‘struct pac_blobs’ memory handling safer and more consistentJoseph Sutton3-82/+63
2023-09-14s4:kdc: Don’t corrupt pac_blobs structure if talloc_realloc() failsJoseph Sutton1-10/+16
2023-09-14s4:kdc: Add common out path to pac_blobs_from_krb5_pac()Joseph Sutton1-7/+8
2023-09-14s4:kdc: Introduce a temporary talloc context in samba_kdc_update_pac()Joseph Sutton1-35/+32
2023-09-14s4:kdc: Use temporary memory context in samba_kdc_verify_pac()Joseph Sutton1-3/+10
2023-09-14s4:kdc: Fix leakJoseph Sutton1-2/+9
2023-09-14s4:kdc: Allocate variables on to more suitable memory contextJoseph Sutton1-2/+2
2023-09-14s4:kdc: Increment PAC_DEVICE_INFO::domain_group_count only after SID has been...Joseph Sutton1-5/+7
2023-09-14s4:kdc: Directly zero‐initialize PAC_DOMAIN_GROUP_MEMBERSHIP structureJoseph Sutton1-5/+1
2023-09-14s4:kdc: Assign RID and attribute togetherJoseph Sutton1-2/+4
2023-09-14s4:kdc: Don’t corrupt domain groups structure if talloc_realloc() failsJoseph Sutton1-7/+14
2023-09-14s4:kdc: Check for overflow when adding a domain group SIDJoseph Sutton1-0/+8
2023-09-14s4:kdc: Avoid potential use‐after‐freeJoseph Sutton1-5/+4
2023-09-14s4:kdc: Fix leakJoseph Sutton1-1/+1
2023-09-14s4:kdc: Use common exit point for functionsJoseph Sutton1-28/+34
2023-09-14s4:kdc: Fix leaksJoseph Sutton1-22/+53
2023-09-14s4:kdc: Add correct Asserted Identity SID in response to an S4U2Self requestJoseph Sutton1-22/+0
2023-09-14s4:auth: Fix leaksJoseph Sutton1-0/+6
2023-09-14s4:auth: Check return values of talloc functionsJoseph Sutton1-0/+6
2023-09-14s4:dsdb: Prefer explicit initialization to ZERO_STRUCT()Joseph Sutton2-11/+5
2023-09-14s4:dsdb: Parenthesize macro expressionJoseph Sutton1-1/+1
2023-09-14s4:scripting: Prefer ‘x not in y’ to ‘not x in y’Joseph Sutton1-2/+2
2023-09-14s4:scripting: Fix commentsJoseph Sutton1-2/+2
2023-09-14s4:kdc: Inline samba_get_pac_attrs_blob()Joseph Sutton1-32/+13
2023-09-14s4:kdc: Fix leaksJoseph Sutton1-0/+7
2023-09-14s4:kdc: Don’t operate directly on caller‐owned pointerJoseph Sutton1-4/+9
2023-09-14s4:kdc: Allocate contents of PAC blobs on blob talloc contextsJoseph Sutton1-4/+4
2023-09-14s4:kdc: Inline samba_get_requester_sid_pac_blob()Joseph Sutton1-39/+19
2023-09-14s4:kdc: Fix error messageJoseph Sutton1-1/+1
2023-09-14s4:kdc: Initialize pointers to NULLJoseph Sutton1-4/+4
2023-09-14s4:kdc: Correct error messageJoseph Sutton1-1/+1
2023-09-14s4:kdc: Check return value of smb_krb5_principal_get_comp_string()Joseph Sutton1-8/+16
2023-09-14s4:kdc: Remove unused talloc contextJoseph Sutton1-12/+0
2023-09-14s4:kdc: Check return value of samdb_result_dom_sid()Joseph Sutton1-1/+7
2023-09-14s4:kdc: Make functions to add special SIDs non‐staticJoseph Sutton2-14/+23
2023-09-14s4:kdc: Check result of talloc_realloc()Joseph Sutton1-0/+6
2023-09-14s4:kdc: Handle invalid enum valuesJoseph Sutton1-0/+2
2023-09-14s4:kdc: Check result of dom_sid_parse()Joseph Sutton1-1/+3
2023-09-14s4:kdc: Remove unused flagsJoseph Sutton3-12/+1
2023-09-14s4:kdc: Use smb_krb5_data_from_blob()Joseph Sutton1-5/+2
2023-09-14s4:kdc: Remove duplicate function signatureJoseph Sutton1-9/+2
2023-09-14s4:kdc: Prefer explicit initialization to ZERO_STRUCT()Joseph Sutton2-26/+14
2023-09-14s4:scripting: Remove unused importsJoseph Sutton1-2/+2
2023-09-11netapi: Pass net's cmdline credentials to libnetapi_net_init()Samuel Cabrero1-6/+2
2023-09-11netapi: Pass loadparm_context to libnetapi_net_init()Samuel Cabrero1-1/+1
2023-09-11s4:wrepl_server: Fix code spellingJoseph Sutton2-3/+3
2023-09-11s4:torture: Fix code spellingJoseph Sutton5-14/+14
2023-09-11s4:samba: Fix code spellingJoseph Sutton1-2/+2
2023-09-11s4:rpc_server: Fix code spellingJoseph Sutton1-3/+3