summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* s4:auth: Fix debug statement in gensec_gssapiAndreas Schneider2019-05-171-4/+5
* python: Add samba.auth.session_info_fill_unix()Andrew Bartlett2018-07-121-0/+61
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-252-0/+4
* dsdb: Avoid calculating the PSO multiple timesTim Beale2018-05-231-1/+8
* dsdb/auth: Use PSO settings for lockOutThreshold/DurationTim Beale2018-05-231-1/+47
* auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett2018-05-224-5/+17
* auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.Andrew Bartlett2018-05-219-0/+27
* auth: keytab invalidation fixAaron Haslett2018-05-151-1/+1
* auth: keytab invalidation testAaron Haslett2018-05-152-0/+113
* Fix spelling s/doens't/doesn't/Mathieu Parent2018-05-122-2/+2
* samdb: Add remote address to connectGary Lockyer2018-05-101-1/+6
* auth: Add unique session GUID identifierGary Lockyer2018-05-101-0/+2
* s4/auth: Additionally accept unicode as string param in Py2Noel Power2018-04-301-1/+1
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-1/+4
* s4:auth_winbind: make sure we expand group memberships of the local domainStefan Metzmacher2018-03-191-0/+12
* s4:auth_winbind: only call authsam_logon_success_accounting() for local usersStefan Metzmacher2018-03-191-34/+23
* s4:auth: add authsam_update_user_info_dc() that implements SID expanding for ...Stefan Metzmacher2018-03-192-0/+65
* s4:auth: split out a authsam_domain_group_filter() functionStefan Metzmacher2018-03-191-6/+44
* s4:auth: Add FALL_THROUGH statements in gensec_krb5.cAndreas Schneider2018-03-011-4/+1
* s4:auth: Add FALL_THROUGH statements in auth_sam.cAndreas Schneider2018-03-011-1/+1
* s4:auth: Add FALL_THROUGH statements in auth_util.cAndreas Schneider2018-03-011-3/+6
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-271-4/+6
* s4:auth_sam: allow logons with an empty domain nameStefan Metzmacher2018-02-231-6/+10
* s4/auth_winbind: ask for validation level 6Stefan Metzmacher2018-02-101-1/+1
* s4:auth_winbind: remove unused 'winbind_wbclient' backendStefan Metzmacher2017-12-131-108/+0
* s4:auth_winbind: remove unused 'winbind_rodc' backendStefan Metzmacher2017-12-131-55/+0
* s4:auth_sam: remove unused 'sam_failtrusts' backendStefan Metzmacher2017-12-131-96/+0
* s4:auth/ntlm: remove lpcfg_auth_methods() handlingStefan Metzmacher2017-12-131-33/+7
* s4:auth/ntlmssp: add support for using "winbind" as DCStefan Metzmacher2017-08-071-16/+1
* s4:auth: use "sam winbind" for the netlogon serverStefan Metzmacher2017-08-071-7/+4
* s4:auth/ntlm: provide auth_check_password_wrapper_send/recv to auth4_contextStefan Metzmacher2017-08-071-11/+72
* s4:auth_winbind: implement async authentication via IRPCStefan Metzmacher2017-08-071-41/+137
* debug: new debug class for kerberosAndrew Bartlett2017-06-301-1/+1
* s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()Stefan Metzmacher2017-06-272-1/+60
* s4:auth/ntlm: introduce auth_check_password_next()Stefan Metzmacher2017-06-271-54/+44
* s4:auth/ntlm: move auth_check_password_wrapper() further downStefan Metzmacher2017-06-271-37/+37
* s4:auth_winbind: rename 's' to 'state' in winbind_check_password()Stefan Metzmacher2017-06-271-19/+19
* s4:auth_winbind: remove a block nesting level and fix indentationRalph Boehme2017-06-271-27/+27
* s4:auth_winbind: fix error checking in winbind_check_password()Stefan Metzmacher2017-06-271-4/+6
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher2017-06-261-2/+2
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher2017-06-262-4/+2
* s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher2017-06-262-5/+4
* s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_...Stefan Metzmacher2017-06-261-2/+1
* s4:gensec_gssapi: fix CID 1409781: Possible Control flow issues (DEADCODE)Stefan Metzmacher2017-06-161-1/+4
* s4:auth: make authenticate_ldap_simple_bind*() use auth_check_password_send/recvStefan Metzmacher2017-06-151-82/+77
* s4:auth: add authenticate_ldap_simple_bind_send/recvStefan Metzmacher2017-06-152-0/+72
* s4:auth/gensec: let GENSEC_FEATURE_SESSION_KEY result in GSS_C_INTEG_FLAGStefan Metzmacher2017-06-151-0/+3
* s4:auth: use talloc_reparent() in samba_server_gensec_krb5_start()Stefan Metzmacher2017-05-301-1/+1
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-303-6/+81
* auth_sam: Make auth_sam_trigger_repl_secret more genericGarming Sam2017-05-301-5/+10