summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2018-03-19s4:auth_winbind: make sure we expand group memberships of the local domainStefan Metzmacher1-0/+12
2018-03-19s4:auth_winbind: only call authsam_logon_success_accounting() for local usersStefan Metzmacher1-34/+23
2018-03-19s4:auth: add authsam_update_user_info_dc() that implements SID expanding for ...Stefan Metzmacher2-0/+65
2018-03-19s4:auth: split out a authsam_domain_group_filter() functionStefan Metzmacher1-6/+44
2018-03-01s4:auth: Add FALL_THROUGH statements in gensec_krb5.cAndreas Schneider1-4/+1
2018-03-01s4:auth: Add FALL_THROUGH statements in auth_sam.cAndreas Schneider1-1/+1
2018-03-01s4:auth: Add FALL_THROUGH statements in auth_util.cAndreas Schneider1-3/+6
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke1-4/+6
2018-02-23s4:auth_sam: allow logons with an empty domain nameStefan Metzmacher1-6/+10
2018-02-10s4/auth_winbind: ask for validation level 6Stefan Metzmacher1-1/+1
2017-12-13s4:auth_winbind: remove unused 'winbind_wbclient' backendStefan Metzmacher1-108/+0
2017-12-13s4:auth_winbind: remove unused 'winbind_rodc' backendStefan Metzmacher1-55/+0
2017-12-13s4:auth_sam: remove unused 'sam_failtrusts' backendStefan Metzmacher1-96/+0
2017-12-13s4:auth/ntlm: remove lpcfg_auth_methods() handlingStefan Metzmacher1-33/+7
2017-08-07s4:auth/ntlmssp: add support for using "winbind" as DCStefan Metzmacher1-16/+1
2017-08-07s4:auth: use "sam winbind" for the netlogon serverStefan Metzmacher1-7/+4
2017-08-07s4:auth/ntlm: provide auth_check_password_wrapper_send/recv to auth4_contextStefan Metzmacher1-11/+72
2017-08-07s4:auth_winbind: implement async authentication via IRPCStefan Metzmacher1-41/+137
2017-06-30debug: new debug class for kerberosAndrew Bartlett1-1/+1
2017-06-27s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()Stefan Metzmacher2-1/+60
2017-06-27s4:auth/ntlm: introduce auth_check_password_next()Stefan Metzmacher1-54/+44
2017-06-27s4:auth/ntlm: move auth_check_password_wrapper() further downStefan Metzmacher1-37/+37
2017-06-27s4:auth_winbind: rename 's' to 'state' in winbind_check_password()Stefan Metzmacher1-19/+19
2017-06-27s4:auth_winbind: remove a block nesting level and fix indentationRalph Boehme1-27/+27
2017-06-27s4:auth_winbind: fix error checking in winbind_check_password()Stefan Metzmacher1-4/+6
2017-06-26s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher1-2/+2
2017-06-26s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher2-4/+2
2017-06-26s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher2-5/+4
2017-06-26s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_...Stefan Metzmacher1-2/+1
2017-06-16s4:gensec_gssapi: fix CID 1409781: Possible Control flow issues (DEADCODE)Stefan Metzmacher1-1/+4
2017-06-15s4:auth: make authenticate_ldap_simple_bind*() use auth_check_password_send/recvStefan Metzmacher1-82/+77
2017-06-15s4:auth: add authenticate_ldap_simple_bind_send/recvStefan Metzmacher2-0/+72
2017-06-15s4:auth/gensec: let GENSEC_FEATURE_SESSION_KEY result in GSS_C_INTEG_FLAGStefan Metzmacher1-0/+3
2017-05-30s4:auth: use talloc_reparent() in samba_server_gensec_krb5_start()Stefan Metzmacher1-1/+1
2017-05-30netlogon: Implement SendToSam along with its winbind forwardingGarming Sam3-6/+81
2017-05-30auth_sam: Make auth_sam_trigger_repl_secret more genericGarming Sam1-5/+10
2017-05-30rodc: Set non-authoritative for RODC bad passwordsGarming Sam1-1/+5
2017-05-30auth_winbind: Allow badPwdCount to be set to 0 with this auth methodGarming Sam3-29/+68
2017-05-30auth4: Add authoritative flag to check_passwordGarming Sam7-15/+32
2017-05-21s4:auth: add samba_server_gensec_krb5_start()Stefan Metzmacher2-0/+52
2017-05-21s4:auth: split out a samba_server_gensec_start_settings() helper functionStefan Metzmacher1-2/+32
2017-05-21s4:gensec_krb5: add simple gensec_krb5_update_send/recv() wrapper functionsStefan Metzmacher1-17/+69
2017-05-21s4:gensec_gssapi: add simple gensec_gssapi_update_send/recv() wrapper functionsStefan Metzmacher1-19/+71
2017-05-21s4:gensec_gssapi: always announce GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher1-9/+1
2017-05-13gensec: Add a TALLOC_CTX * to gensec_register().Jeremy Allison2-5/+5
2017-05-11s4: auth: Remove a talloc_autofree_context() use.Jeremy Allison1-1/+6
2017-05-11s4: auth: Add TALLOC_CTX * to auth_register()Jeremy Allison7-12/+13
2017-05-10s4-auth: remove some dead prototypesGünther Deschner1-7/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison10-18/+18
2017-04-13password-lockout: Allow RODC to ensure lockout and lockout resetGarming Sam1-13/+66