summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:libnet: Fix code spellingAndreas Schneider3-3/+3
2023-08-14s4:libcli: Fix code spellingAndreas Schneider13-23/+23
2023-08-14s4:libcli: Remove tailing white spacesAndreas Schneider1-35/+35
2023-08-14s4:lib: Fix code spellingAndreas Schneider4-5/+5
2023-08-14s4:kdc: Add get_claims_set_for_principal()Joseph Sutton2-20/+51
2023-08-14s4:kdc: Rename ‘claims_blob’ parameter to ‘claims_blob_out’Joseph Sutton2-4/+4
2023-08-14s4:kdc: Rename get_claims_for_principal() to get_claims_blob_for_principal()Joseph Sutton3-12/+12
2023-08-14s4:kdc: Ensure that we don’t dereference a NULL pointerJoseph Sutton1-0/+4
2023-08-14s4:kdc: Properly allocate claims set on a talloc contextJoseph Sutton1-20/+32
2023-08-14s4:kdc: Remove ldb_context parameter as being no longer neededJoseph Sutton1-3/+2
2023-08-14s4:kdc: Have encode_claims_set return NTSTATUSJoseph Sutton1-11/+15
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:kdc: Free error message returned by krb5_get_error_message()Joseph Sutton1-2/+6
2023-08-14s4:kdc: Use common out path in mit_samba_kpasswd_change_password()Joseph Sutton1-6/+6
2023-08-14s4:kdc: Inline samba_get_claims_blob()Joseph Sutton1-26/+7
2023-08-14s4:kdc: Don’t enforce a server authentication policy for the krbtgtJoseph Sutton1-1/+1
2023-08-14s4:kdc: Switch to using samdb_result_dom_sid_buf()Joseph Sutton1-6/+9
2023-08-14s4:kdc: Return krb5_error_codeJoseph Sutton1-5/+5
2023-08-14s4:kdc: Make some functions staticJoseph Sutton2-29/+9
2023-08-14s4:kdc: Return (possibly) more appropriate error codesJoseph Sutton2-23/+23
2023-08-14s4:auth: Check return value of talloc_new()Joseph Sutton1-0/+4
2023-08-14s4:auth: Fix leaksJoseph Sutton1-0/+4
2023-08-14s4:auth: Add missing space to error messageJoseph Sutton1-1/+1
2023-08-14s4:kdc: Use type bool for ‘is_tgs’Joseph Sutton1-5/+9
2023-08-14s4:kdc: Erase key dataJoseph Sutton1-1/+1
2023-08-14s4:kdc: Ensure the value of h->len is accurateJoseph Sutton1-3/+4
2023-08-14s4:kdc: Consistently zero HDB structuresJoseph Sutton1-0/+6
2023-08-14s4:kdc: Fix leaks of sdb_entry’s membersJoseph Sutton1-0/+8
2023-08-14s4:kdc: Fail PAC checksum verification if the krbtgt entry has no keysJoseph Sutton1-0/+1
2023-08-14s4:kdc: Correctly report length of KDC packetJoseph Sutton1-1/+1
2023-08-14s4:kdc: Use portable format specifierJoseph Sutton1-2/+2
2023-08-14s4:kdc: Correct error messageJoseph Sutton1-1/+1
2023-08-14s4:kdc: Return an error code if sdb_entry_to_hdb_entry() failsJoseph Sutton1-1/+1
2023-08-14s4:kdc: Fix code spellingJoseph Sutton1-4/+4
2023-08-14s4:kdc: Fix leaksJoseph Sutton1-10/+24
2023-08-14s4:kdc: Move calls to talloc_steal() out of the ‘out’ pathsJoseph Sutton1-4/+4
2023-08-14s4:kdc: Remove unnecessary talloc contextJoseph Sutton1-12/+0
2023-08-14s4:kdc: Call krb5_free_principal() directly after to-be-freed principal is usedJoseph Sutton1-4/+1
2023-08-14s4:kdc: Free samba_kdc_seq context on failure to allocate memoryJoseph Sutton1-1/+1
2023-08-14s4:kdc: Check return value from ldb_dn_get_linearized()Joseph Sutton1-0/+5
2023-08-14s4:kdc: Fix leak of sdb_entryJoseph Sutton1-1/+2
2023-08-14s4:kdc: Ensure we don’t increase the value of entry->etypes->lenJoseph Sutton1-1/+1
2023-08-14s4:kdc: Check result of samdb_result_dom_sid()Joseph Sutton1-2/+6
2023-08-14s4:kdc: Initialize entry->modified_byJoseph Sutton1-2/+2
2023-08-14s4:kdc: Don’t log secret keysJoseph Sutton1-1/+0
2023-08-14s4:kdc: Don’t issue forwardable or proxiable tickets to Protected UsersJoseph Sutton1-9/+10
2023-08-14s4:kdc: Refer to correct function in error messagesJoseph Sutton1-2/+2
2023-08-14s4:torture: Fix code spellingJoseph Sutton1-1/+1