tests/auto_log_pass_change.py: only care about the last expected message other than...
[samba.git] / source4 / auth /
2019-03-06 Isaac Boukrissam.c: allocate account_sid on tmp_ctx
2019-03-06 Isaac Boukrissam.c: fix incorrect check of talloc_new() allocation
2019-03-04 Douglas Bagnalls4/auth/krb: fix spelling of entries
2019-02-20 Gary Lockyerwinbind: Generate and pass logon ID
2019-02-20 Gary Lockyerlibrpc idl: netlogon netr_identity_info logon_id to...
2019-02-13 Noel PowerFix mem leak with PyBytes_FromStringAndSize
2019-02-01 Douglas Bagnalls4/pyauth: fix memory leak when context_new() has bad...
2019-02-01 Douglas Bagnalls4/pyauth: insist on proper ldb in context_new()
2019-02-01 Douglas Bagnalls4/pyauth: check ldb argument in py_user_session()
2019-02-01 Douglas Bagnallpygensec: insist on proper AuthContext in start_server
2019-01-08 Volker Lendeckeauth4: Use dom_sid_str_buf
2018-12-19 Swen SchilligAdd MIT kerberos tracing capability
2018-12-19 Swen Schilligs4: Remove double init of kerberos error table
2018-11-28 Volker Lendeckeauth: Align integer types
2018-11-10 Justin Stephensons4-auth-tests: Fix test_kerberos with MIT krb
2018-11-02 Volker Lendeckeauth4: Use dom_sid_str_buf
2018-11-02 Volker Lendeckelib: Add error checks in dom_sid_string_buf
2018-10-11 Björn Baumbachs4-auth: allow to pass original_user_name=NULL to auth_...
2018-10-11 Björn Baumbachs4-auth: allow to create unix token from system session...
2018-10-11 Björn Baumbachs4-auth: fetch possible out of memory error
2018-10-11 Björn Baumbachs4-auth: use TALLOC_FREE() shortcut
2018-10-11 Björn Baumbachs4-auth: fix a typo in a comment
2018-10-11 Björn Baumbachpython: Add samba.auth.copy_session_info()
2018-10-10 Gary Lockyerpyauth: Remove imessaging_ctx parameter to new
2018-10-05 Alexander Bokovoys4/auth/tests: Fix kerberos test string size
2018-09-26 Noel PowerPY3: fix "TabError: inconsistent use of tabs and spaces"
2018-07-12 Andrew Bartlettpython: Add samba.auth.session_info_fill_unix()
2018-06-25 Andrew Bartlettauth: For NTLM and KDC authentication, log the authenti...
2018-05-23 Tim Bealedsdb: Avoid calculating the PSO multiple times
2018-05-23 Tim Bealedsdb/auth: Use PSO settings for lockOutThreshold/Duration
2018-05-22 Andrew Bartlettauth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth sessio...
2018-05-21 Andrew Bartlettauth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth...
2018-05-15 Aaron Haslettauth: keytab invalidation fix
2018-05-15 Aaron Haslettauth: keytab invalidation test
2018-05-12 Mathieu ParentFix spelling s/doens't/doesn't/
2018-05-10 Gary Lockyersamdb: Add remote address to connect
2018-05-10 Gary Lockyerauth: Add unique session GUID identifier
2018-04-30 Noel Powers4/auth: Additionally accept unicode as string param...
2018-04-13 Noel Powerwscript_build: make sure we link extra-python versions...
2018-03-19 Stefan Metzmachers4:auth_winbind: make sure we expand group memberships...
2018-03-19 Stefan Metzmachers4:auth_winbind: only call authsam_logon_success_accoun...
2018-03-19 Stefan Metzmachers4:auth: add authsam_update_user_info_dc() that impleme...
2018-03-19 Stefan Metzmachers4:auth: split out a authsam_domain_group_filter()...
2018-03-01 Andreas Schneiders4:auth: Add FALL_THROUGH statements in gensec_krb5.c
2018-03-01 Andreas Schneiders4:auth: Add FALL_THROUGH statements in auth_sam.c
2018-03-01 Andreas Schneiders4:auth: Add FALL_THROUGH statements in auth_util.c
2018-02-27 Volker Lendeckelibsocket: Add "mem_ctx" to socket_create()
2018-02-23 Stefan Metzmachers4:auth_sam: allow logons with an empty domain name
2018-02-10 Stefan Metzmachers4/auth_winbind: ask for validation level 6
2017-12-13 Stefan Metzmachers4:auth_winbind: remove unused 'winbind_wbclient' backend
2017-12-13 Stefan Metzmachers4:auth_winbind: remove unused 'winbind_rodc' backend
2017-12-13 Stefan Metzmachers4:auth_sam: remove unused 'sam_failtrusts' backend
2017-12-13 Stefan Metzmachers4:auth/ntlm: remove lpcfg_auth_methods() handling
2017-08-07 Stefan Metzmachers4:auth/ntlmssp: add support for using "winbind" as DC
2017-08-07 Stefan Metzmachers4:auth: use "sam winbind" for the netlogon server
2017-08-07 Stefan Metzmachers4:auth/ntlm: provide auth_check_password_wrapper_send...
2017-08-07 Stefan Metzmachers4:auth_winbind: implement async authentication via...
2017-06-30 Andrew Bartlettdebug: new debug class for kerberos
2017-06-27 Stefan Metzmachers4:auth/ntlm: allow auth_operations to specify check_pa...
2017-06-27 Stefan Metzmachers4:auth/ntlm: introduce auth_check_password_next()
2017-06-27 Stefan Metzmachers4:auth/ntlm: move auth_check_password_wrapper() furthe...
2017-06-27 Stefan Metzmachers4:auth_winbind: rename 's' to 'state' in winbind_check...
2017-06-27 Ralph Boehmes4:auth_winbind: remove a block nesting level and fix...
2017-06-27 Stefan Metzmachers4:auth_winbind: fix error checking in winbind_check_pa...
2017-06-26 Stefan Metzmachers4:dsdb/samdb: pass an existing 'struct ldb_context...
2017-06-26 Stefan Metzmachers4:dsdb/samdb: pass an existing 'struct ldb_context...
2017-06-26 Stefan Metzmachers4:auth/unix_token: remove unused tevent_context from...
2017-06-26 Stefan Metzmachers4:auth/unix_token: remove unused tevent_context from...
2017-06-16 Stefan Metzmachers4:gensec_gssapi: fix CID 1409781: Possible Control...
2017-06-15 Stefan Metzmachers4:auth: make authenticate_ldap_simple_bind*() use...
2017-06-15 Stefan Metzmachers4:auth: add authenticate_ldap_simple_bind_send/recv
2017-06-15 Stefan Metzmachers4:auth/gensec: let GENSEC_FEATURE_SESSION_KEY result...
2017-05-30 Stefan Metzmachers4:auth: use talloc_reparent() in samba_server_gensec_k...
2017-05-30 Garming Samnetlogon: Implement SendToSam along with its winbind...
2017-05-30 Garming Samauth_sam: Make auth_sam_trigger_repl_secret more generic
2017-05-30 Garming Samrodc: Set non-authoritative for RODC bad passwords
2017-05-30 Garming Samauth_winbind: Allow badPwdCount to be set to 0 with...
2017-05-30 Garming Samauth4: Add authoritative flag to check_password
2017-05-21 Stefan Metzmachers4:auth: add samba_server_gensec_krb5_start()
2017-05-21 Stefan Metzmachers4:auth: split out a samba_server_gensec_start_settings...
2017-05-21 Stefan Metzmachers4:gensec_krb5: add simple gensec_krb5_update_send...
2017-05-21 Stefan Metzmachers4:gensec_gssapi: add simple gensec_gssapi_update_send...
2017-05-21 Stefan Metzmachers4:gensec_gssapi: always announce GENSEC_FEATURE_SIGN_P...
2017-05-13 Jeremy Allisongensec: Add a TALLOC_CTX * to gensec_register().
2017-05-11 Jeremy Allisons4: auth: Remove a talloc_autofree_context() use.
2017-05-11 Jeremy Allisons4: auth: Add TALLOC_CTX * to auth_register()
2017-05-10 Günther Deschners4-auth: remove some dead prototypes
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-13 Garming Sampassword-lockout: Allow RODC to ensure lockout and...
2017-04-13 Garming Samsam.c: Make NTLM login set logonCount when unset
2017-04-09 Stefan Metzmacherauth4: use "sam winbind_rodc sam_failtrusts" for the...
2017-04-09 Stefan Metzmacherauth4: remove unused map_user_info[_cracknames]()
2017-04-09 Stefan Metzmacherauth4: avoid map_user_info() in auth_check_password_send()
2017-04-09 Stefan Metzmacherauth4: improve authsam_want_check for upn authentication
2017-04-09 Stefan Metzmacherauth4: let authsam_check_password_internals use crack_n...
2017-04-09 Stefan Metzmacherauth4: use "anonymous sam winbind sam_ignoredomain...
2017-04-09 Stefan Metzmacherauth4: use "anonymous sam winbind_rodc sam_failtrusts...
2017-04-09 Stefan Metzmacherauth4: add a "sam_failtrusts" module
2017-04-09 Stefan Metzmacherauth4: use lpcfg_is_my_domain_or_realm() in authsam_wan...
2017-03-29 Gary Lockyerldap_server: Log failures to find a valid user in the...
next