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
/
source4
/
auth
/
ntlm
/
auth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth auth_log: csbuild unused parm unix_username
Gary Lockyer
2019-06-13
1
-2
/
+1
*
auth: For NTLM and KDC authentication, log the authentication duration
Andrew Bartlett
2018-06-25
1
-0
/
+3
*
auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.
Andrew Bartlett
2018-05-21
1
-0
/
+3
*
samdb: Add remote address to connect
Gary Lockyer
2018-05-10
1
-1
/
+6
*
s4:auth/ntlm: remove lpcfg_auth_methods() handling
Stefan Metzmacher
2017-12-13
1
-33
/
+7
*
s4:auth/ntlmssp: add support for using "winbind" as DC
Stefan Metzmacher
2017-08-07
1
-16
/
+1
*
s4:auth: use "sam winbind" for the netlogon server
Stefan Metzmacher
2017-08-07
1
-7
/
+4
*
s4:auth/ntlm: provide auth_check_password_wrapper_send/recv to auth4_context
Stefan Metzmacher
2017-08-07
1
-11
/
+72
*
s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()
Stefan Metzmacher
2017-06-27
1
-0
/
+52
*
s4:auth/ntlm: introduce auth_check_password_next()
Stefan Metzmacher
2017-06-27
1
-54
/
+44
*
s4:auth/ntlm: move auth_check_password_wrapper() further down
Stefan Metzmacher
2017-06-27
1
-37
/
+37
*
s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...
Stefan Metzmacher
2017-06-26
1
-3
/
+3
*
auth4: Add authoritative flag to check_password
Garming Sam
2017-05-30
1
-3
/
+8
*
s4: auth: Add TALLOC_CTX * to auth_register()
Jeremy Allison
2017-05-11
1
-2
/
+3
*
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
2017-04-22
1
-2
/
+2
*
auth4: use "sam winbind_rodc sam_failtrusts" for the netlogon authentication
Stefan Metzmacher
2017-04-10
1
-1
/
+34
*
auth4: avoid map_user_info() in auth_check_password_send()
Stefan Metzmacher
2017-04-10
1
-10
/
+25
*
auth4: use "anonymous sam winbind sam_ignoredomain" with ROLE_DOMAIN_MEMBER
Stefan Metzmacher
2017-04-10
1
-1
/
+1
*
auth4: use "anonymous sam winbind_rodc sam_failtrusts sam_ignoredomain" as AD_DC
Stefan Metzmacher
2017-04-10
1
-1
/
+14
*
auth: Add hooks for notification of authentication events over the message bus
Andrew Bartlett
2017-03-29
1
-2
/
+6
*
auth: Generate a human readable Authentication log message.
Gary Lockyer
2017-03-29
1
-1
/
+10
*
auth: Add a reminder about the strings currently used for auditing
Andrew Bartlett
2017-03-29
1
-0
/
+4
*
auth4: implement the deprecated 'auth methods' in auth_methods_from_lp()
Stefan Metzmacher
2017-03-24
1
-0
/
+14
*
auth4: reflect the reality and use "winbind_rodc" instead of "winbind" for th...
Stefan Metzmacher
2017-03-24
1
-1
/
+1
*
auth4: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handling
Stefan Metzmacher
2017-03-24
1
-5
/
+0
*
auth4: debug if method->ops->check_password() gives NOT_IMPLEMENTED
Stefan Metzmacher
2017-03-24
1
-4
/
+9
*
auth: let auth4_context->check_ntlm_password() return pauthoritative
Stefan Metzmacher
2017-03-24
1
-2
/
+2
*
auth4: let auth_check_password* return pauthoritative
Stefan Metzmacher
2017-03-24
1
-13
/
+19
*
auth4: add auth_context_create_for_netlogon()
Stefan Metzmacher
2017-03-24
1
-0
/
+9
*
auth4: make auth_check_password_wrapper() static
Stefan Metzmacher
2017-03-24
1
-5
/
+5
*
auth4: Move a variable closer to its use
Volker Lendecke
2017-03-06
1
-1
/
+1
*
auth4: Reduce indentation level by an early error return
Volker Lendecke
2017-02-28
1
-18
/
+22
*
auth4: Only use CrackNames if we're a DC
Volker Lendecke
2017-02-28
1
-2
/
+8
*
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
2016-02-06
1
-1
/
+1
*
Avoid including libds/common/roles.h in public loadparm.h header.
Jelmer Vernooij
2016-01-13
1
-0
/
+1
*
s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbindd
Andrew Bartlett
2014-07-04
1
-3
/
+7
*
auth: Provide a way to use the auth stack for winbindd authentication
Andrew Bartlett
2014-06-11
1
-0
/
+5
*
auth: Allow auth_samba4 to be forced to run a specific auth module
Andrew Bartlett
2014-05-16
1
-1
/
+1
*
s4:auth: avoid str_list related const warnings
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
auth4: Do not generate just a temporary wbc_context
Volker Lendecke
2014-03-05
1
-10
/
+1
*
auth4: auth_session_info_fill_unix only needs a tevent_context
Volker Lendecke
2014-03-05
1
-1
/
+2
*
Revert "auth4: auth_session_info_fill_unix only needs a tevent_context"
Volker Lendecke
2014-02-18
1
-2
/
+1
*
Revert "auth4: Do not generate just a temporary wbc_context"
Volker Lendecke
2014-02-18
1
-1
/
+10
*
auth4: Do not generate just a temporary wbc_context
Volker Lendecke
2014-02-10
1
-10
/
+1
*
auth4: auth_session_info_fill_unix only needs a tevent_context
Volker Lendecke
2014-02-10
1
-1
/
+2
*
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
2012-07-03
1
-30
/
+0
*
lib/param: Create a seperate server role for "active directory domain control...
Andrew Bartlett
2012-06-15
1
-0
/
+1
*
auth: Rename some elements of auth4_context
Andrew Bartlett
2012-02-24
1
-3
/
+3
*
auth: Reorder arguments to generate_session_info
Andrew Bartlett
2012-02-18
1
-7
/
+7
*
auth: Pass in the SMB username (for %U) into generate_session_info
Andrew Bartlett
2012-02-13
1
-2
/
+6
[next]