auth: Add unique session GUID identifier
[sfrench/samba-autobuild/.git] / source4 / auth /
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...
2017-03-29 Andrew Bartlettauth: Add hooks for notification of authentication...
2017-03-29 Andrew Bartlettauth: Log the transport connection for the authorization
2017-03-29 Andrew Bartlettldap_server: Log authorization for simple binds
2017-03-29 Andrew Bartlettauth_log: Also log the final type of authentication...
2017-03-29 Gary Lockyerauth: Generate a human readable Authentication log...
2017-03-29 Andrew Bartlettauth: Add "auth_description" to allow logs to distingui...
2017-03-29 Andrew Bartlettldap_server: Move code into authenticate_ldap_simple_bind()
2017-03-29 Andrew Bartlettauth: Add a reminder about the strings currently used...
2017-03-29 Andrew Bartlettgensec: Add gensec_{get,set}_target_service_description()
2017-03-27 Garming Samauth/sam: Remove lastLogonTimestamp from RODC success...
2017-03-27 Andrew Bartlettauth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10...
2017-03-24 Stefan Metzmacherauth4: implement the deprecated 'auth methods' in auth_...
2017-03-24 Stefan Metzmacherauth4: reflect the reality and use "winbind_rodc" inste...
2017-03-24 Stefan Metzmacherauth4: add a "winbind_rodc" backend
2017-03-24 Stefan Metzmacherauth4: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METH...
2017-03-24 Stefan Metzmacherauth4: debug if method->ops->check_password() gives...
2017-03-24 Stefan Metzmacherauth: let auth4_context->check_ntlm_password() return...
2017-03-24 Stefan Metzmacherauth4: let auth_check_password* return pauthoritative
2017-03-24 Stefan Metzmacherauth4: add auth_context_create_for_netlogon()
2017-03-24 Stefan Metzmacherauth4: make auth_check_password_wrapper() static
2017-03-24 Stefan Metzmacherauth4: add TODO comment on the auth_sam_trigger_repl_se...
2017-03-10 Andreas Schneiders4:gensec_gssapi: Correctly handle external trusts...
2017-03-10 Andreas Schneiders4:gensec_gssapi: Use smb_krb5_get_realm_from_hostname()
2017-03-10 Andreas Schneiders4:gensec_gssapi: Move setup of service_principal to...
2017-03-10 Andreas Schneiders4:gensec-gssapi: Create a helper function to setup...
2017-03-10 Lumir Balharpython: samba.gensec: Port module to Python 3 compatibl...
2017-03-10 Lumir Balharpython: samba.gensec: Fix error handling in set_credent...
2017-03-10 Lumir Balharpython: samba.auth: Port samba.auth to Python 3 compati...
2017-03-10 Volker Lendeckeauth_winbind4: Correctly handle !authoritative
2017-03-06 Volker Lendeckeauth4: Remove an unused struct declaration
2017-03-06 Volker Lendeckeauth4: Move a variable closer to its use
2017-02-28 Volker Lendeckeauth4: Reduce indentation level by an early error return
2017-02-28 Volker Lendeckeauth4: Only use CrackNames if we're a DC
2017-02-28 Volker Lendeckeauth4: Fix map_user_info_cracknames for domain==NULL
2017-02-22 Chris LambCorrect "cleint" typos.
2017-02-22 Chris LambCorrect "specifiy" typos.
next