summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-13sam.c: Make NTLM login set logonCount when unsetGarming Sam1-0/+10
2017-04-10auth4: use "sam winbind_rodc sam_failtrusts" for the netlogon authenticationStefan Metzmacher1-1/+34
2017-04-10auth4: remove unused map_user_info[_cracknames]()Stefan Metzmacher1-259/+0
2017-04-10auth4: avoid map_user_info() in auth_check_password_send()Stefan Metzmacher1-10/+25
2017-04-10auth4: improve authsam_want_check for upn authenticationStefan Metzmacher1-20/+103
2017-04-10auth4: let authsam_check_password_internals use crack_name_to_nt4_name() for ...Stefan Metzmacher1-0/+38
2017-04-10auth4: use "anonymous sam winbind sam_ignoredomain" with ROLE_DOMAIN_MEMBERStefan Metzmacher1-1/+1
2017-04-10auth4: use "anonymous sam winbind_rodc sam_failtrusts sam_ignoredomain" as AD_DCStefan Metzmacher1-1/+14
2017-04-10auth4: add a "sam_failtrusts" moduleStefan Metzmacher1-1/+95
2017-04-10auth4: use lpcfg_is_my_domain_or_realm() in authsam_want_check()Stefan Metzmacher1-2/+2
2017-03-29ldap_server: Log failures to find a valid user in the simple bindGary Lockyer1-12/+23
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2-3/+9
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett2-1/+12
2017-03-29ldap_server: Log authorization for simple bindsAndrew Bartlett1-20/+21
2017-03-29auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2-1/+24
2017-03-29auth: Generate a human readable Authentication log message.Gary Lockyer2-2/+11
2017-03-29auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett1-1/+3
2017-03-29ldap_server: Move code into authenticate_ldap_simple_bind()Andrew Bartlett2-22/+38