index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth3: Use dom_sid_str_buf
Volker Lendecke
2018-12-20
3
-19
/
+31
*
s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trusts
Stefan Metzmacher
2018-12-20
1
-1
/
+32
*
s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available
Stefan Metzmacher
2018-12-20
1
-1
/
+1
*
s3:auth_winbind: remove fallback to optional backend
Stefan Metzmacher
2018-12-20
2
-17
/
+1
*
s3:auth: ignore create_builtin_guests() failing without a valid idmap configu...
Stefan Metzmacher
2018-12-20
1
-1
/
+17
*
auth: Use dom_sid_str_buf
Volker Lendecke
2018-12-11
1
-2
/
+3
*
s3:auth: Use #ifdef instead of #if for config.h definitions
Andreas Schneider
2018-11-28
1
-3
/
+3
*
lib: Remove gencache.h from proto.h
Volker Lendecke
2018-10-19
1
-0
/
+1
*
auth3: Avoid an explicit ZERO_STRUCT
Volker Lendecke
2018-10-17
1
-3
/
+1
*
auth: move copy_session_info() from source3 into the global auth context
Björn Baumbach
2018-10-11
3
-41
/
+2
*
pdb: Reduce code duplication in make_user_info()
Volker Lendecke
2018-10-09
1
-26
/
+16
*
pdb: Use "sid_compose" where appropriate
Volker Lendecke
2018-10-08
1
-4
/
+2
*
s3: Rename server_messaging_context() to global_messaging_context()
Christof Schmitt
2018-09-07
1
-1
/
+1
*
auth: For NTLM and KDC authentication, log the authentication duration
Andrew Bartlett
2018-06-25
1
-2
/
+14
*
auth: Add unique session GUID identifier
Gary Lockyer
2018-05-10
1
-0
/
+6
*
s3:auth: support AUTH_SESSION_INFO_NTLM in finalize_local_nt_token()
Stefan Metzmacher
2018-03-19
1
-0
/
+16
*
s3:auth: make use of create_builtin_guests() in finalize_local_nt_token()
Stefan Metzmacher
2018-03-19
1
-17
/
+41
*
s3:auth: rename "guest" methods to "anonymous"
Stefan Metzmacher
2018-03-19
2
-14
/
+14
*
s3:auth: make use of make_{server,session}_info_anonymous()
Stefan Metzmacher
2018-03-16
2
-5
/
+2
*
s3:auth: add make_{server,session}_info_anonymous()
Stefan Metzmacher
2018-03-15
2
-1
/
+142
*
s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...
Stefan Metzmacher
2018-03-15
1
-30
/
+21
*
s3:auth: base make_new_session_info_system() on auth_system_user_info_dc() an...
Stefan Metzmacher
2018-03-15
1
-80
/
+43
*
s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()
Stefan Metzmacher
2018-03-15
2
-0
/
+584
*
s3:auth: remove static from finalize_local_nt_token()
Stefan Metzmacher
2018-03-15
2
-4
/
+4
*
s3:auth: pass AUTH_SESSION_INFO_* flags to finalize_local_nt_token()
Stefan Metzmacher
2018-03-15
1
-19
/
+39
*
s3:auth: don't try to expand system or anonymous tokens in finalize_local_nt_...
Stefan Metzmacher
2018-03-15
1
-0
/
+24
*
s3:auth: add add_builtin_guests() handling to finalize_local_nt_token()
Stefan Metzmacher
2018-03-15
1
-8
/
+114
*
s3:auth: only call secrets_fetch_domain_sid() once in finalize_local_nt_token()
Stefan Metzmacher
2018-03-15
1
-16
/
+19
*
s3:auth: move add_local_groups() out of finalize_local_nt_token()
Stefan Metzmacher
2018-03-15
1
-7
/
+15
*
s3:auth: add the "Unix Groups" sid for the primary gid
Stefan Metzmacher
2018-03-15
1
-0
/
+4
*
s3:auth: remove unused auth_serversupplied_info->system
Stefan Metzmacher
2018-03-15
1
-1
/
+0
*
s3:auth: Add FALL_THROUGH statements in pampass.c
Andreas Schneider
2018-03-01
1
-2
/
+2
*
s3:auth: Add FALL_THROUGH statements in auth_sam.c
Andreas Schneider
2018-03-01
1
-0
/
+4
*
s3:auth: Pass mem_ctx to init_system_session_info()
Andreas Schneider
2018-02-21
2
-3
/
+3
*
s3:auth: Pass mem_ctx to init_guest_session_info()
Andreas Schneider
2018-02-20
2
-3
/
+8
*
s3:auth: Pass a mem_ctx to make_new_session_info_guest()
Andreas Schneider
2018-02-20
1
-10
/
+15
*
s3/auth: add create_info6_from_pac()
Stefan Metzmacher
2018-02-10
2
-0
/
+60
*
build: deal with recent glibc sunrpc header removal
Günther Deschner
2018-01-22
1
-1
/
+1
*
include: Create system/nis.h in libreplace
Andreas Schneider
2018-01-22
1
-0
/
+13
*
s3:rpc_client: Clenup copy_netr_SamInfo3() code
Andreas Schneider
2018-01-15
2
-21
/
+38
*
s3/rpc_client: move copy_netr_SamInfo3() to util_netlogon
Ralph Boehme
2018-01-13
3
-44
/
+1
*
s3:auth: is_trusted_domain() is now only useful (and used as DC)
Stefan Metzmacher
2017-12-13
1
-49
/
+10
*
s3:auth: remove lp_auth_methods() handling
Stefan Metzmacher
2017-12-13
1
-30
/
+1
*
s3:auth: remove "map untrusted to domain" handling
Stefan Metzmacher
2017-12-13
1
-33
/
+4
*
s3-auth: remove leftover prototype from auth_domain.
Günther Deschner
2017-10-30
1
-4
/
+0
*
smbd: Fix the memory hierarchy in the unix token
Volker Lendecke
2017-10-27
1
-1
/
+2
*
auth3: Remove auth_domain
Volker Lendecke
2017-09-22
3
-423
/
+2
*
auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()
Stefan Metzmacher
2017-08-07
1
-7
/
+42
*
auth3: prepare the logic for "map untrusted to domain = auto"
Stefan Metzmacher
2017-06-16
1
-3
/
+5
*
auth3: call is_trusted_domain() as the last condition make_user_info_map()
Stefan Metzmacher
2017-06-16
1
-2
/
+4
[next]