summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc: Add support for constructed claims (for authentication silos)HEADmasterJoseph Sutton2023-05-182-1/+184
* s4:kdc: Make use of dsdb_search_one()Joseph Sutton2023-05-181-11/+12
* s4:kdc: Don’t perform unnecessary search to get account objectClassJoseph Sutton2023-05-181-17/+1
* s4:kdc: Have get_claims_for_principal() take the entire principalJoseph Sutton2023-05-183-10/+11
* s4:kdc: Enforce TGT lifetime authentication policyJoseph Sutton2023-05-181-1/+25
* s4:kdc: Look up authentication policies for Kerberos clients and serversJoseph Sutton2023-05-184-2/+51
* s4:kdc: Make maximum lifetime and renew time signedJoseph Sutton2023-05-182-4/+4
* s4:kdc: Add SDB_F_ARMOR_PRINCIPAL flagJoseph Sutton2023-05-181-1/+3
* s4:kdc: Add helper functions for authentication policiesJoseph Sutton2023-05-186-0/+1060
* s4:kdc: Make a proper shallow copy of the auth_user_info_dc structureJoseph Sutton2023-05-184-40/+32
* s4:auth: Add function to make a shallow copy of an auth_user_info_dc structureJoseph Sutton2023-05-182-0/+71
* s4:kdc: Add NTSTATUS strings to log messagesJoseph Sutton2023-05-181-4/+8
* s4:auth: Remove superfluous semicolonJoseph Sutton2023-05-181-1/+1
* s4:auth: Fix leakJoseph Sutton2023-05-181-1/+4
* 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
* 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
* 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-181-0/+4
* netlogon:schannel: Fix NULL pointer dereferenceJoseph Sutton2023-05-181-0/+3
* tests/krb5: Improve edata checkingJoseph Sutton2023-05-181-0/+2
* 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
* python: Safely clear structure membersJoseph Sutton2023-05-161-3/+2
* auth: Return status code if configuration prohibits NTLMJoseph Sutton2023-05-161-0/+1
* 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
* pytest/password_lockout: Remove unused importsJoseph Sutton2023-05-162-9/+2
* s4:dsdb:tests: Refactor security descriptor testJoseph Sutton2023-05-161-2/+2
* s4:dsdb:tests: Refactor confidential attributes testJoseph Sutton2023-05-161-53/+16
* s4:dsdb:tests: Refactor ACL testJoseph Sutton2023-05-161-34/+30