index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
s4:kdc: Factor creation of user_info_dc out of samba_kdc_check_s4u2proxy_rbcd...
Joseph Sutton
4
-19
/
+49
2023-10-12
s4:kdc: Adapt interface to new Heimdal revision
Joseph Sutton
2
-12
/
+9
2023-10-12
s4:kdc: Use claims and device info to evaluate server authentication policy
Joseph Sutton
1
-5
/
+50
2023-10-12
s4:kdc: Make samba_kdc_get_user_info_dc() non‐static
Joseph Sutton
2
-6
/
+13
2023-10-12
s4:kdc: Use ‘claims_data’ functions to create client claims blob
Joseph Sutton
1
-10
/
+19
2023-10-12
s4:kdc: Use device claims to evaluate client authentication policy
Joseph Sutton
1
-1
/
+15
2023-10-12
s4:kdc: Use claims and device info to evaluate server authentication policy
Joseph Sutton
1
-5
/
+32
2023-10-12
s4:kdc: Have samba_kdc_allowed_to_authenticate_to() take claims and device info
Joseph Sutton
3
-2
/
+10
2023-10-12
s4:kdc: Fetch device claims for server restrictions
Joseph Sutton
1
-31
/
+32
2023-10-12
s4:kdc: Do not perform compound authentication for services without Compound ...
Joseph Sutton
1
-1
/
+2
2023-10-12
s4:kdc: Make samba_kdc_add_compounded_auth() static
Joseph Sutton
2
-3
/
+1
2023-10-12
s4:kdc: Remove ‘compounded_auth’ parameter from samba_kdc_add_compounded_...
Joseph Sutton
2
-26
/
+9
2023-10-12
s4:kdc: Change the type of ‘compounded_auth’ to boolean
Andrew Bartlett
1
-29
/
+30
2023-10-12
s4:kdc: Remove ‘claims_valid’ parameter from samba_kdc_add_claims_valid()
Joseph Sutton
4
-32
/
+12
2023-10-12
s4:kdc: Introduce helper variable ‘server_restrictions_present’
Joseph Sutton
1
-1
/
+4
2023-10-12
s4:kdc: Simplify creation of device claims blob
Joseph Sutton
1
-58
/
+25
2023-10-12
s4:kdc: Note use of parent memory context
Joseph Sutton
1
-0
/
+4
2023-10-12
s4:kdc: Simplify samba_kdc_check_device() by calling samba_kdc_get_user_info_...
Joseph Sutton
1
-97
/
+14
2023-10-12
s4:kdc: Create the Requester SID blob only if we actually need it
Joseph Sutton
1
-15
/
+17
2023-10-12
s4:kdc: Remove unused function get_claims_blob_for_principal()
Joseph Sutton
2
-38
/
+0
2023-10-12
s4:kdc: Modify samba_kdc_get_claims_blob() to use claims_data functions
Joseph Sutton
2
-6
/
+14
2023-10-12
s4:kdc: Add functions to fetch claims from the DB or from the PAC
Joseph Sutton
3
-0
/
+197
2023-10-12
s4:auth: Explicitly initialize claims structures
Joseph Sutton
1
-7
/
+13
2023-10-12
s4:auth: Have claims_data_encoded_claims_set() return a reference to the enco...
Joseph Sutton
2
-3
/
+16
2023-10-12
s4:kdc: Declare ‘auth_entry’ to be of type ‘samba_kdc_entry_pac’
Joseph Sutton
1
-4
/
+4
2023-10-12
s4:kdc: Rename samba_kdc_obtain_user_info_dc() to samba_kdc_get_user_info_dc()
Joseph Sutton
1
-19
/
+19
2023-10-12
s4:kdc: Cache user info and resource groups from PACs
Joseph Sutton
2
-31
/
+51
2023-10-12
s4-kdc: Do not modify the returned user_info_dc from samba_kdc_get_user_info_...
Andrew Bartlett
5
-54
/
+143
2023-10-12
s4:kdc: Always fetch resource groups
Joseph Sutton
1
-12
/
+1
2023-10-12
s4:kdc: Label ‘resource_groups_out’ parameter
Joseph Sutton
1
-1
/
+1
2023-10-12
s4:kdc: Remove ‘group_inclusion’ parameter from samba_kdc_obtain_user_inf...
Joseph Sutton
1
-6
/
+1
2023-10-12
s4:kdc: Pass AUTH_EXCLUDE_RESOURCE_GROUPS into samba_kdc_obtain_user_info_dc()
Joseph Sutton
1
-1
/
+1
2023-10-12
s4:kdc: Pass resource groups parameter only if we are creating a TGT
Joseph Sutton
1
-2
/
+7
2023-10-12
s4:kdc: Make ‘resource_groups_out’ parameter const
Joseph Sutton
1
-3
/
+3
2023-10-12
s4:kdc: Check parameters of samba_kdc_get_user_info_from_pac()
Joseph Sutton
1
-0
/
+15
2023-10-12
s4:kdc: Simplify memory management with talloc stackframe
Joseph Sutton
1
-9
/
+8
2023-10-12
s4:kdc: Remove common out path from samba_kdc_obtain_user_info_dc()
Joseph Sutton
1
-11
/
+5
2023-10-12
s4:kdc: Split samba_kdc_get_user_info_from_pac() out of samba_kdc_obtain_user...
Joseph Sutton
1
-84
/
+117
2023-10-12
s4:kdc: Rename variable ‘user_info_dc’ to ‘info’
Joseph Sutton
1
-8
/
+8
2023-10-12
s4:kdc: Rename parameter ‘user_info_dc_out’ to ‘info_out’
Joseph Sutton
1
-3
/
+3
2023-10-12
s4:kdc: Fix leak
Joseph Sutton
1
-0
/
+2
2023-10-12
s4:kdc: Introduce intermediate variable ‘resource_groups’
Joseph Sutton
1
-4
/
+9
2023-10-12
s4:kdc: Initialize out parameter of samba_kdc_get_user_info_from_db()
Joseph Sutton
1
-0
/
+2
2023-10-12
s4:kdc: Check parameters of samba_kdc_get_user_info_from_db()
Joseph Sutton
1
-0
/
+16
2023-10-12
s4:kdc: Rename local variable ‘user_info_dc’ to ‘info’
Joseph Sutton
1
-3
/
+3
2023-10-12
s4:kdc: Pass ‘samdb’ into samba_kdc_get_user_info_from_db()
Joseph Sutton
5
-1
/
+11
2023-10-12
s4:kdc: Add ‘samdb’ parameter to samba_kdc_get_device_info_blob()
Joseph Sutton
1
-0
/
+2
2023-10-12
s4:kdc: Add ‘samdb’ parameter to samba_kdc_verify_pac()
Joseph Sutton
4
-0
/
+6
2023-10-12
s4:kdc: Make boolean members into bit‐fields
Joseph Sutton
1
-3
/
+3
2023-10-12
s4:kdc: Modify samba_kdc_get_user_info_from_db() to return a Kerberos error code
Joseph Sutton
5
-67
/
+74
[prev]
[next]