s3:smbd: use req->xconn in vfs_[p]write_data()
[kamenim/samba-autobuild/.git] / auth /
2014-07-04 Andrew Bartletts4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED...
2014-06-11 Andrew Bartlettauth: Provide a way to use the auth stack for winbindd...
2014-05-12 Günther Deschnerauth: avoid overwriting the auth_sam_reply.h header...
2014-04-28 Andrew Bartlettkerberos: Remove un-used event context argument from...
2014-04-24 Andreas Schneidergensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backend
2014-04-24 Stefan Metzmacherauth/gensec: use auth_ctx->generate_session_info()...
2014-04-18 Andrew Bartlettauth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the...
2014-04-02 Andrew Bartlettauth: Pass though error from GENSEC sub-mechanism
2014-04-02 Stefan Metzmacherauth/kerberos: explicitly use allow_warnings=True
2014-04-02 Stefan Metzmacherauth/tests: add missing #include "torture/local/proto.h"
2014-03-27 Stefan Metzmacherauth/gensec/spnego: map SPNEGO_REJECT to NT_STATUS_LOGO...
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-03-26 Stefan Metzmacherauth/gensec: make use of gensec_update_ev() in spnego.c
2014-03-26 Stefan Metzmacherauth/gensec: add a gensec_update_ev() function
2014-03-26 Stefan Metzmacherauth/gensec: fix gensec_update() with ev == NULL.
2014-03-12 Günther Deschnerauth/kerberos: fix a typo.
2014-03-05 Garming SamRemove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE...
2014-02-13 Stefan Metzmacherauth/gensec: only include "librpc/gen_ndr/dcerpc.h"
2014-02-07 Michael Adamdbwrap: add dbwrap_flags argument to dbwrap_local_open()
2014-01-06 Stefan Metzmacherauth/gensec: implement GENSEC_FEATURE_SIGN_PKT_HEADER...
2014-01-06 Stefan Metzmacherauth/gensec: move libcli/auth/schannel_sign.c into...
2014-01-06 Stefan Metzmacherauth/ntlmssp: GENSEC_FEATURE_SIGN_PKT_HEADER is always...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-16 Stefan Metzmacherauth:credentials: avoid talloc_reference in cli_credent...
2013-09-21 Michael Adamauth: fix space/tab mixup in cli_credentials_get_password()
2013-09-19 Günther Deschnergensec: check for NULL gensec_security in gensec_securi...
2013-09-19 Günther Deschnergensec: remove duplicate gensec_security_by_authtype...
2013-09-19 Günther Deschnergensec: move schannel module to toplevel.
2013-09-18 Howard ChuAdd SASL/EXTERNAL gensec module
2013-09-18 Howard ChuPrepare for SASL/EXTERNAL support
2013-09-16 Andrew Bartlettauth/credentials: Add cli_credentials_{set,get}_forced_...
2013-08-18 Volker Lendeckegensec: Fix CID 1063258 Uninitialized scalar variable
2013-08-12 Stefan Metzmacherauth/credentials: make sure cli_credentials_get_nt_hash...
2013-08-10 Stefan Metzmacherauth/gensec: treat struct gensec_security_ops as const...
2013-08-10 Stefan Metzmacherauth/gensec: use 'const char * const *' for function...
2013-08-10 Stefan Metzmacherauth/gensec: make it possible to implement async backends
2013-08-10 Stefan Metzmacherauth/gensec: avoid talloc_reference in gensec_security_...
2013-08-10 Stefan Metzmacherauth/gensec: avoid talloc_reference in gensec_use_kerbe...
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-08-10 Stefan Metzmacherauth/gensec: add gensec_security_by_auth_type()
2013-08-10 Stefan Metzmacherauth/gensec: first check GENSEC_FEATURE_SESSION_KEY...
2013-08-05 Stefan Metzmacherauth/credentials: use CRED_CALLBACK_RESULT after a...
2013-08-05 Stefan Metzmacherauth/credentials: simplify password_tries state
2013-08-05 Stefan Metzmacherauth/credentials: get the old password from secrets.tdb
2013-08-05 Stefan Metzmacherauth/credentials: keep cli_credentials private
2013-08-05 Stefan Metzmacherauth/credentials: add cli_credentials_shallow_copy()
2013-08-05 Stefan Metzmacherauth/credentials: add cli_credentials_[set_]callback_data*
2013-08-05 Stefan Metzmacherauth/credentials: remove pointless talloc_reference...
2013-08-05 Stefan Metzmacherauth/credentials: remove pointless talloc_reference...
2013-06-19 Andrew Bartlettbuild: Build with system md5.h on OpenIndiana
2013-05-28 Andrew Bartlettbuild: Remove unused credentials_samba3.c
2013-05-15 Volker Lendeckegensec: Make gensec_security_oids_from_ops static
2013-05-15 Volker Lendeckegensec: Make gensec_security_by_sasl_list static
2013-05-15 Volker Lendeckegensec: Make gensec_interface_version public
2013-04-12 Rusty Russellsecrets: use lpcfg_private_db_path() convenience helper.
2013-03-27 Andrew Bartlettauth/ntlmssp: Avoid use-after-free of user_info after...
2013-02-28 Stefan Metzmacherauth/pycredentials: make use of samba_tevent_context_init()
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
2013-01-24 Andrew Bartlettgensec: Allow login without a PAC by default (bug ...
2012-11-01 Andrew Tridgellauth: added cli_credentials_failed_kerberos_login()
2012-09-22 Andrew Bartlettauth/kerberos: add HAVE_KRB5 guard to fix non-krb5...
2012-09-21 Christof Schmittauth/kerberos: Adjust log level for failed PAC signatur...
2012-09-21 Volker Lendeckeauth: Fix some nonempty blank lines
2012-08-31 Andrew Bartlettauth/credentials: Do not print passwords in a talloc...
2012-08-29 Andrew Bartlettauth/credentials: Support match-by-key in cli_credentia...
2012-08-29 Andrew Bartlettauth/credentials: Remove unused, and un-declared cli_cr...
2012-08-29 Andrew Bartlettauth/credentials: Better integrate fetch of secrets...
2012-08-29 Andrew Bartlettauth/credentials: Improve memory handling in cli_creden...
2012-08-28 Andrew Bartlettauth/credentials: Avoid double-free in the failure...
2012-08-27 Andrew Bartlettauth/credentials: Rework credentials handling to try...
2012-08-27 Andrew Bartlettauth/credentials: Expand secrets.tdb fetch of secrets...
2012-08-10 Björn Jackebuild: rename security → samba-security
2012-08-04 Stefan Metzmacherauth/ntlmssp: avoid talloc_tos() in ntlmssp_client_init...
2012-07-30 Andrew Bartlettauth/kerberos: Do not do pointer arithmatic on a void *
2012-07-19 Andrew Bartlettauth/credentials: Remove extra newline
2012-07-15 Andrew Bartlettauth/credentials: Look in the secrets.tdb for the machi...
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-07-02 Andrew Bartlettauth/gensec: Remove unused gensec_security parameter
2012-06-06 Alexander Bokovoyauth-kerberos: avoid crash with MIT krb5 1.10.0 in...
2012-05-24 Alexander Bokovoyauth/credentials: 'workgroup' set via command line...
2012-05-23 Andreas Schneidergse: Use the smb_gss_oid_equal wrapper.
2012-05-23 Alexander Bokovoyauth-credentials: Support using pre-fetched ccache...
2012-05-23 Simo Sorceauth and s4-rpc_server: Do not use features we currentl...
2012-05-17 Stefan Metzmacherauth/gensec: implement gensec_spnego_expire_time()
2012-05-17 Stefan Metzmacherauth/gensec: add gensec_expire_time()
2012-05-04 Andreas Schneiders4-auth: Use smb_krb5_cc_get_lifetime() wrapper.
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-12 Simo Sorcesrv_keytab: Pass krb5_context directly, it's all we...
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
2012-04-12 Simo Sorceauth-krb: Make functions static.
2012-04-12 Simo Sorceauth-krb: Use simpler method to extract keytype.
2012-04-12 Simo Sorceauth-krb: Nove oid packet check to gensec_util.
2012-04-12 Simo Sorces4-auth-krb: Remove dependency on credentials too.
2012-04-12 Simo Sorces4-auth-krb: Remove unneded dependency on kerberos_util.
2012-04-12 Simo Sorces4-auth-krb: Move keytab functions in a separate file.
2012-04-12 Simo Sorces4-auth-krb: Move function into more appropriate header.
2012-04-12 Simo Sorces4-auth-krb: Make cli_credentials_invalidate_client_gss...
2012-04-12 Simo Sorces4-auth-krb: Make impersonate_principal_from_credential...
next