summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s4:auth: Remove superfluous semicolonJoseph Sutton2023-05-181-1/+1
* s4:auth: Fix leakJoseph Sutton2023-05-181-1/+4
* auth: Fix leaksJoseph Sutton2023-05-181-13/+64
* auth: Correct parameter order in headerJoseph Sutton2023-05-181-1/+1
* s4:kdc: Fix diagnostic messagesJoseph Sutton2023-05-181-17/+17
* s4:kdc: Fix error messagesJoseph Sutton2023-05-181-2/+2
* s4:kdc: Check ldb_dn_new() return valueJoseph Sutton2023-05-181-0/+4
* s4:kdc: Remove double-freeJoseph Sutton2023-05-181-1/+0
* s4:kdc: Remove double-freeJoseph Sutton2023-05-181-1/+0
* s4:kdc: Fix leaksJoseph Sutton2023-05-181-0/+5
* s4:kdc: Make use of auth_generate_security_token()Joseph Sutton2023-05-181-9/+9
* s4:auth: Fix typosJoseph Sutton2023-05-184-5/+5
* s4:auth: Split out new function to generate a security tokenJoseph Sutton2023-05-182-44/+82
* auth: Remove unnecessary return statementsJoseph Sutton2023-05-181-4/+0
* s3:utils: Fix typoJoseph Sutton2023-05-181-1/+1
* s4:kdc: Fix debugging stringsJoseph Sutton2023-05-181-2/+2
* s4:kdc: Fix typosJoseph Sutton2023-05-183-4/+4
* s4:kdc: Factor out PAC blob functions into new source fileJoseph Sutton2023-05-184-252/+341
* s4:kdc: Add missing includes and declarationsJoseph Sutton2023-05-181-0/+10
* libcli: Add missing includeJoseph Sutton2023-05-181-0/+2
* s4:kdc: Include missing headersJoseph Sutton2023-05-181-0/+4
* s4:kdc: Make use of KDC_REQUEST_KV_PA_NAME constantJoseph Sutton2023-05-181-1/+1
* tests/krb5: Add tests for authentication policiesJoseph Sutton2023-05-186-0/+6810
* tests/krb5: Allow specifying whether PA-DATA types are to be checkedJoseph Sutton2023-05-182-50/+61
* tests/krb5: Allow server and workstation accounts to perform a SamLogonJoseph Sutton2023-05-181-0/+3
* tests/krb5: Allow specifying machine credentials to _test_samlogon()Joseph Sutton2023-05-181-9/+11
* tests/krb5: Rename ‘server’ to ‘dc_server’Joseph Sutton2023-05-181-3/+3
* netlogon:schannel: Fix NULL pointer dereferenceJoseph Sutton2023-05-181-0/+3
* tests/krb5: Test that NT_STATUS_ACCOUNT_LOCKED_OUT is returned in KDC reply e...Joseph Sutton2023-05-183-24/+92
* tests/krb5: Improve edata checkingJoseph Sutton2023-05-184-24/+73
* tests/krb5: Remove unused importJoseph Sutton2023-05-181-1/+0
* samba-tool domain: Clean up codeJoseph Sutton2023-05-182-3/+3
* samba-tool domain: Remove unused variablesJoseph Sutton2023-05-184-33/+24
* librpc/rpc: allow smb3_sid_parse() to accept modern encryption algorithmsStefan Metzmacher2023-05-171-1/+6
* s4:torture: Replace calls to deprecated functionJoseph Sutton2023-05-172-3/+3
* s4:dsdb: Check return value of allocation functionsJoseph Sutton2023-05-162-0/+10
* s4:dsdb: Fix leaksJoseph Sutton2023-05-161-0/+5
* s4:dsdb: Check ldb_binary_encode_string() return valueJoseph Sutton2023-05-165-24/+132
* s4:auth: Check ldb_binary_encode_string() return valueJoseph Sutton2023-05-161-1/+7
* s4-auth: Log correct function nameJoseph Sutton2023-05-161-1/+1
* netlogon:schannel: Fix typoJoseph Sutton2023-05-161-1/+1
* samba-tool domain: Run in interactive mode if no args are suppliedJoseph Sutton2023-05-161-1/+1
* python: Safely clear structure membersJoseph Sutton2023-05-165-23/+15
* python:tests: Remove unused variablesJoseph Sutton2023-05-161-6/+6
* auth: Return status code if configuration prohibits NTLMJoseph Sutton2023-05-164-0/+11
* s4-dsdb:large_ldap: Remove unused variablesJoseph Sutton2023-05-161-11/+3
* s4-dsdb:large_ldap: Remove unused importsJoseph Sutton2023-05-161-6/+1
* pytest/password_lockout: Remove unused variablesJoseph Sutton2023-05-161-15/+12
* pytest/password_lockout: Use correct variableJoseph Sutton2023-05-161-1/+1
* pytest/password_lockout: Use more specific assertion methodsJoseph Sutton2023-05-162-41/+41