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
/
source3
/
auth
/
auth_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-13
source3/auth: Zero memory in auth_util.c
Pavel Filipenský
1
-10
/
+10
2025-11-10
auth: Simplify check_account()
Volker Lendecke
1
-4
/
+1
2025-06-20
auth: Direct variable initialization
Volker Lendecke
1
-9
/
+2
2025-06-20
auth: Remove unused session_info_set_session_key()
Volker Lendecke
1
-16
/
+0
2023-12-01
s3:auth: Allow 'Unix Users' and 'Unix Groups' to create a local token
Andreas Schneider
1
-1
/
+16
2023-12-01
s3:auth: Remove trailing white spaces from auth_util.c
Andreas Schneider
1
-32
/
+32
2023-08-08
s3:auth: Add missing newlines to logging messages
Joseph Sutton
1
-1
/
+1
2023-07-05
s3:auth: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-02-08
auth: Shorten long SID flags combinations
Joseph Sutton
1
-3
/
+3
2023-02-08
auth: Pass through entire PAC flags value in auth_user_info
Joseph Sutton
1
-1
/
+1
2023-02-08
auth: Store group attributes in auth_user_info_dc
Joseph Sutton
1
-18
/
+21
2022-03-10
s3:auth: make_user_info_map() should not set mapped_state
Stefan Metzmacher
1
-2
/
+0
2022-03-10
s3:auth: let make_user_info_netlogon_interactive() set USER_INFO_INTERACTIVE_...
Stefan Metzmacher
1
-0
/
+1
2021-11-15
CVE-2020-25717: s3:auth: Fallback to a SID/UID based mapping if the named bas...
Andrew Bartlett
1
-1
/
+33
2021-11-11
source3: move lib/substitute.c functions out of proto.h
Ralph Boehme
1
-0
/
+1
2021-11-09
CVE-2020-25717: s3:auth: don't let create_local_token depend on !winbind_ping()
Stefan Metzmacher
1
-6
/
+4
2021-11-09
CVE-2020-25717: s3:auth: remove fallbacks in smb_getpwnam()
Ralph Boehme
1
-35
/
+42
2021-11-09
CVE-2020-25717: s3:auth: no longer let check_account() autocreate local users
Stefan Metzmacher
1
-1
/
+1
2021-11-09
CVE-2020-25717: s3:auth: Check minimum domain uid
Samuel Cabrero
1
-0
/
+16
2021-04-19
auth3: Make auth3_session_info_create() static
Volker Lendecke
1
-5
/
+6
2021-04-19
create_local_token: Add error checks
Volker Lendecke
1
-9
/
+24
2021-04-19
auth3: Fix a few error path memleaks in create_local_token()
Volker Lendecke
1
-22
/
+20
2021-04-19
auth3: Fix a typo
Volker Lendecke
1
-1
/
+1
2021-04-19
auth3: Use talloc_move() instead of talloc_steal()
Volker Lendecke
1
-1
/
+1
2021-01-21
s3/auth: implement "winbind:ignore domains"
Ralph Boehme
1
-0
/
+8
2020-02-06
s3:auth: use talloc_alpha_strcpy() in auth3_session_info_create()
Ralph Boehme
1
-3
/
+3
2020-02-06
s3/auth: use talloc_alpha_strcpy() in create_local_token()
Ralph Boehme
1
-5
/
+10
2019-12-10
smbdes: convert E_P24() and SMBOWFencrypt to use gnutls
Isaac Boukris
1
-5
/
+14
2019-11-27
smbdotconf: mark "log nt token command" with substitution="1"
Ralph Boehme
1
-3
/
+5
2019-11-27
smbdotconf: mark "add user script" with substitution="1"
Ralph Boehme
1
-1
/
+3
2019-09-26
s3/auth: clang: Fix 'Value stored during its initialization is never read'
Noel Power
1
-2
/
+2
2019-06-05
s3:auth: explicitly add BUILTIN\Guests to the guest token
Ralph Boehme
1
-0
/
+15
2019-06-05
s3:auth: add reinit_guest_session_info()
Ralph Boehme
1
-0
/
+11
2019-02-22
s3:auth: Remove unused arcfour.h from auth_util.c
Andreas Schneider
1
-1
/
+0
2018-12-20
auth3: Use dom_sid_str_buf
Volker Lendecke
1
-2
/
+4
2018-12-11
auth: Use dom_sid_str_buf
Volker Lendecke
1
-2
/
+3
2018-10-11
auth: move copy_session_info() from source3 into the global auth context
Björn Baumbach
1
-38
/
+1
2018-05-10
auth: Add unique session GUID identifier
Gary Lockyer
1
-0
/
+6
2018-03-15
s3:auth: add make_{server,session}_info_anonymous()
Stefan Metzmacher
1
-1
/
+138
2018-03-15
s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...
Stefan Metzmacher
1
-30
/
+21
2018-03-15
s3:auth: base make_new_session_info_system() on auth_system_user_info_dc() an...
Stefan Metzmacher
1
-80
/
+43
2018-03-15
s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()
Stefan Metzmacher
1
-0
/
+552
2018-03-15
s3:auth: add the "Unix Groups" sid for the primary gid
Stefan Metzmacher
1
-0
/
+4
2018-03-15
s3:auth: remove unused auth_serversupplied_info->system
Stefan Metzmacher
1
-1
/
+0
2018-02-21
s3:auth: Pass mem_ctx to init_system_session_info()
Andreas Schneider
1
-2
/
+2
2018-02-20
s3:auth: Pass mem_ctx to init_guest_session_info()
Andreas Schneider
1
-2
/
+7
2018-02-20
s3:auth: Pass a mem_ctx to make_new_session_info_guest()
Andreas Schneider
1
-10
/
+15
2018-01-15
s3:rpc_client: Clenup copy_netr_SamInfo3() code
Andreas Schneider
1
-5
/
+9
2018-01-13
s3/rpc_client: move copy_netr_SamInfo3() to util_netlogon
Ralph Boehme
1
-0
/
+1
2017-12-13
s3:auth: is_trusted_domain() is now only useful (and used as DC)
Stefan Metzmacher
1
-49
/
+10
[next]