TODO: s3-libads: Pass cli_credentials to ads_sasl_spnego_gensec_bind()
[metze/samba/wip.git] / source3 / libads / sasl.c
2019-02-18 Andreas SchneiderTODO: s3-libads: Pass cli_credentials to ads_sasl_spneg...
2019-02-18 Stefan MetzmacherTODO CRED_MUST_USE_KERBEROS without password s3-libads...
2019-02-18 Stefan Metzmachers3-libads: Use gensec GSSAPI for ads_sasl_gssapi_bind()
2018-12-19 Swen Schilliglibads: Add kerberos tracing
2017-05-17 Alexander Bokovoylibads: abstract out SASL wrapping code
2017-03-08 Alexander Bokovoylibads: convert to use smb_gss_krb5_import_cred
2017-03-06 Stefan Metzmachers3:libads: remove unused fallback to gss_acquire_cred()
2017-02-24 Stefan Metzmachers3:libads: add more debugging to ads_sasl_spnego_bind()
2016-10-12 Stefan Metzmachers3:libads: don't use MEMORY:ads_sasl_spnego_bind nor...
2016-10-12 Stefan Metzmachers3:libads: don't use MEMORY:ads_sasl_gssapi_do_bind...
2016-07-12 Stefan Metzmacherlibads: ensure the right ccache is used during spnego...
2016-07-11 Stefan Metzmacherlibads: ensure the right ccache is used during gssapi...
2016-07-05 Uri Simchonis3-libads: fix a memory leak in ads_sasl_spnego_bind()
2016-04-28 Stefan Metzmachers3:libads/sasl: allow wrapped messages up to a size...
2016-04-19 Uri Simchonilibads: record session expiry for spnego sasl binds
2016-04-12 Stefan Metzmachers3:libads: sasl wrapped LDAP connections against with...
2016-04-12 Stefan MetzmacherCVE-2016-2112: s3:libads: make sure we detect downgrade...
2016-03-17 Volker Lendeckelibads: Fix CID 1356316 Uninitialized pointer read
2016-03-10 Stefan Metzmachers3:libads: make use of ads_sasl_spnego_gensec_bind...
2016-03-10 Stefan Metzmachers3:libads: keep service and hostname separately in...
2016-03-10 Stefan Metzmachers3:libads: don't pass given_principal to ads_generate_s...
2016-03-10 Stefan Metzmachers3:libads: provide a generic ads_sasl_spnego_gensec_bin...
2016-03-10 Stefan Metzmachers3:libads: make use of GENSEC_OID_SPNEGO in ads_sasl_sp...
2016-03-10 Stefan Metzmachers3:libads: make use of GENSEC_FEATURE_LDAP_STYLE
2016-03-10 Stefan Metzmachers3:libads: add missing TALLOC_FREE(frame) in error...
2015-06-23 Stefan Metzmachers3:libads/sasl: use gensec_max_{input,wrapped}_size...
2015-05-13 Uri Simchonilibads: record service ticket endtime for sealed ldap...
2015-04-22 Richard SharpeConvert all uses of uint8/16/32 to uint8/16/32_t in...
2014-09-26 Andreas Schneiders3-libads: Improve service principle guessing.
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-09-12 Simo SorceAvoid overriding default ccache for ads operations.
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-02-13 Andrew Bartletts3-libads: Move to using only the HAVE_KRB5 define
2012-01-06 Andrew Bartletts3-libads Use NTLMSSP via auth_generic/gensec
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp
2011-08-03 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_and_flags()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-02-11 Günther Deschners3-libads: make ads_guess_service_principal static.
2010-12-10 Andrew Bartletts3-libads Default to NOT using the server-supplied...
2010-09-24 Jeremy AllisonFix bug 7694 - Crash bug with invalid SPNEGO token.
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Jeremy AllisonRename spnego_gen_negTokenTarg() -> spnego_gen_krb5_neg...
2010-07-20 Jeremy AllisonRemove gen_negTokenTarg(), as it's not actually creatin...
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-05-31 Andrew Bartletts3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-03-30 Stefan Metzmachers3:libads: retry with signing after getting LDAP_STRONG...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2008-10-22 Günther Deschners3: use shared asn1 code.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-03-23 Volker LendeckeFix Coverity ID 488
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Stefan Metzmacherlibads: fix typo
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Michael Adamr25422: Get rid of some cast warnings.
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Günther Deschnerr25328: When using ldap sasl wrapping with gssapi it...
2007-10-10 Günther Deschnerr25133: Fix sasl wrapping (for ldap sign&seal).
2007-10-10 Günther Deschnerr25109: Remove obsolete argument from ads_guess_service...
2007-10-10 Günther Deschnerr25108: Make ifdef labyrinth in sasl code a bit more...
2007-10-10 Günther Deschnerr24804: As a temporary workaround, also try to guess...
2007-10-10 Günther Deschnerr24251: Neverending fun:
2007-10-10 Stefan Metzmacherr24131: - make it more clear what the different min...
2007-10-10 Stefan Metzmacherr24128: fix double free in error path
2007-10-10 Stefan Metzmacherr24104: fix the build, sorry...
2007-10-10 Stefan Metzmacherr24103: add some useful debug messages, as not all...
2007-10-10 Stefan Metzmacherr24098: - make use of the ads_service_principal abstraction
2007-10-10 Stefan Metzmacherr24095: add one more fallback alternative to
2007-10-10 Stefan Metzmacherr24093: move gssapi/krb5 principal handling into a...
2007-10-10 Stefan Metzmacherr24062: fix logic for broken krb5 libs which always...
2007-10-10 Stefan Metzmacherr24042: add support for krb5 sign and seal in LDAP...
2007-10-10 Stefan Metzmacherr24037: only setup sasl wrapping after a successful...
2007-10-10 Volker Lendecker23953: Some C++ warnings
2007-10-10 Stefan Metzmacherr23948: add gsskrb5 sign and seal support for LDAP...
2007-10-10 Stefan Metzmacherr23946: add support for NTLMSSP sign and seal
2007-10-10 Stefan Metzmacherr23945: add infrastructure to select plain, sign or...
2007-10-10 Stefan Metzmacherr23888: move elements belonging to the current ldap...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Stefan Metzmacherr22153: fix LDAP SASL "GSSAPI" bind against w2k3, this...
next