gpo: Add GPO unapply
[nivanova/samba-autobuild/.git] / source4 / auth /
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.
2017-01-12 Andreas Schneidergensec: Cast data for MIT Kerberos correctly
2017-01-12 Andreas Schneidergensec: Fix picky developer with MIT Kerberos
2017-01-11 Stefan Metzmacherwscript: remove executable bits for all wscript* files
2017-01-10 Stefan Metzmachers4:gensec_gssapi: require a realm in gensec_gssapi_clie...
2017-01-10 Stefan Metzmachers4:gensec_gssapi: the value gensec_get_target_principal...
2017-01-10 Stefan Metzmachers4:auth/gensec: remove unused dependencies to gensec_util
2017-01-03 Volker Lendeckeauth4: Use "all_zero" where appropriate
2016-12-24 Andreas Schneiderauth/gensec: Fix typo in log message
2016-12-24 David Mulderauth/gensec: Remove unneeded cli_credentials_set_conf...
2016-12-20 Stefan MetzmacherCVE-2016-2125: s4:gensec_gssapi: don't use GSS_C_DELEG_...
2016-11-22 Garming Samdoc: Add doxygen for functions in srv_keytab.c
2016-11-22 Garming Sams4-auth: Don't check for NULL saltPrincipal if it doesn...
2016-11-15 Stefan Metzmachers4:gensec_gssapi: We need to use the users realm in...
2016-10-26 Stefan Metzmachers4:gensec_gssapi: pass gss_got_flags to gssapi_get_sig_...
2016-10-26 Stefan Metzmachers4:gensec_krb5: also report support for GENSEC_FEATURE_...
2016-09-29 Andreas Schneidergensec_krb5: Implement smb_krb5_rd_req_decoded() with...
2016-09-29 Andreas Schneidergensec_krb5: Create a MIT Kerberos gensec_krb5_session_...
next