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_ntlmssp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
s3:auth: allow real plaintext authentication
Stefan Metzmacher
1
-1
/
+1
2023-02-08
auth: Store group attributes in auth_user_info_dc
Joseph Sutton
1
-1
/
+1
2021-11-11
source3: move lib/substitute.c functions out of proto.h
Ralph Boehme
1
-0
/
+1
2021-04-27
auth3: Fix a typo
Volker Lendecke
1
-1
/
+1
2021-04-27
auth3: Use auth3_context_set_challenge() in auth3_set_challenge()
Volker Lendecke
1
-6
/
+8
2020-02-06
s3/auth: use set_current_user_info() in auth3_check_password_send()
Ralph Boehme
1
-6
/
+26
2020-01-06
auth3: Replace auth3_check_password() by _send and _recv
Volker Lendecke
1
-40
/
+104
2020-01-06
auth3: Avoid a casts in auth3_check_password()
Volker Lendecke
1
-4
/
+4
2018-03-16
s3:auth: make use of make_{server,session}_info_anonymous()
Stefan Metzmacher
1
-4
/
+1
2017-03-29
rpc: Always supply both the remote and local address to the auth subsystem
Gary Lockyer
1
-0
/
+1
2017-03-29
auth: Fill in user_info->service_description from all callers
Andrew Bartlett
1
-0
/
+1
2017-03-24
auth: let auth4_context->check_ntlm_password() return pauthoritative
Stefan Metzmacher
1
-3
/
+9
2017-03-24
auth3: let auth_check_ntlm_password() return pauthoritative
Stefan Metzmacher
1
-3
/
+7
2015-07-17
s3-auth: Fix a possible null pointer dereference
Andreas Schneider
1
-1
/
+3
2015-04-22
s3:auth: use lp_load_with_shares() in auth3_check_password()
Michael Adam
1
-1
/
+1
2014-04-24
s3:auth: allow special SYSTEM and ANONYMOUS handling in auth3_generate_sessio...
Stefan Metzmacher
1
-2
/
+43
2014-04-02
s3-auth: Finally change make_user_info_*() use a parent talloc context
Andrew Bartlett
1
-2
/
+3
2014-02-19
s3-auth: Pass mem_ctx to do_map_to_guest_server_info().
Andreas Schneider
1
-3
/
+4
2014-02-19
s3-auth: Pass mem_ctx to auth_check_ntlm_password().
Andreas Schneider
1
-2
/
+4
2012-07-03
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
1
-12
/
+0
2012-03-08
s3-auth: Remove single-implementation plugin layer
Andrew Bartlett
1
-3
/
+3
2012-02-18
auth: Reorder arguments to generate_session_info
Andrew Bartlett
1
-2
/
+2
2012-02-17
s3-auth: Use common gensec_ntlmssp
Andrew Bartlett
1
-36
/
+0
2012-02-17
s3-auth: Use common gensec_ntlmssp_server_start
Andrew Bartlett
1
-127
/
+1
2012-02-17
s3-auth: Use the gensec-supplied DNS domain name and hostname.
Andrew Bartlett
1
-28
/
+44
2012-02-17
s3-auth: Allow NTLMSSP features to be disabled with smb.conf options for testing
Andrew Bartlett
1
-9
/
+23
2012-02-17
s3-auth: Use the lpcfg_ wrapper calls to set some variables
Andrew Bartlett
1
-31
/
+10
2012-02-17
s3-auth: Remove a layer of indirection and reorder to match gensec_ntlmssp_se...
Andrew Bartlett
1
-18
/
+15
2012-02-17
s3-auth: Only allow LM_KEY cryptography when extra options are set
Andrew Bartlett
1
-1
/
+6
2012-02-17
s3-auth: Inline ntlmssp_server_start() into gensec_ntlmssp3_server_start()
Andrew Bartlett
1
-9
/
+60
2012-02-17
s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_server
Andrew Bartlett
1
-21
/
+1
2012-02-17
s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...
Andrew Bartlett
1
-182
/
+2
2012-02-17
s3-auth: Add extra error messages on authentication or authorization failure
Andrew Bartlett
1
-0
/
+16
2012-02-17
s3-auth Hook checking passwords and generating session_info via the auth4_con...
Andrew Bartlett
1
-58
/
+229
2012-02-16
Rename obscure defined constants.
Christopher R. Hertel (crh)
1
-2
/
+2
2012-01-30
s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)
Andrew Bartlett
1
-4
/
+0
2012-01-30
auth: Make check_password and generate_session_info hook generic
Andrew Bartlett
1
-14
/
+19
2012-01-05
s3-auth Remove ntlmssp_wrap.h which is no longer required
Andrew Bartlett
1
-1
/
+0
2012-01-05
s3-auth re-create the auth context in the s3 ntlmssp server module
Andrew Bartlett
1
-0
/
+5
2011-12-22
s3-auth split the auth_generic functions into a seperate file
Andrew Bartlett
1
-157
/
+1
2011-12-22
s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly
Andrew Bartlett
1
-5
/
+0
2011-12-22
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
Andrew Bartlett
1
-2
/
+2
2011-12-22
s3-auth rename auth_ntlmssp_state -> auth_generic_state
Andrew Bartlett
1
-6
/
+6
2011-10-21
s3-auth remove auth_ntlmssp_session_info()
Andrew Bartlett
1
-11
/
+0
2011-10-18
s3-auth move the s3 auth context onto gensec_ntlmssp once we start
Andrew Bartlett
1
-2
/
+2
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
1
-1
/
+2
2011-10-18
s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module
Andrew Bartlett
1
-84
/
+227
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
1
-1
/
+1
2011-10-18
s3-auth Add my copyright
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-ntlmssp Remove a level of nesting in if/else statement
Andrew Bartlett
1
-3
/
+2
[next]