summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-19libads: Add kerberos tracingSwen Schillig1-1/+3
2017-05-17libads: abstract out SASL wrapping codeAlexander Bokovoy1-58/+68
2017-03-08libads: convert to use smb_gss_krb5_import_credAlexander Bokovoy1-1/+1
2017-03-06s3:libads: remove unused fallback to gss_acquire_cred()Stefan Metzmacher1-27/+0
2017-02-24s3:libads: add more debugging to ads_sasl_spnego_bind()Stefan Metzmacher1-1/+25
2016-10-13s3:libads: don't use MEMORY:ads_sasl_spnego_bind nor set "KRB5CCNAME"Stefan Metzmacher1-6/+0
2016-10-12s3:libads: don't use MEMORY:ads_sasl_gssapi_do_bind nor set "KRB5CCNAME"Stefan Metzmacher1-5/+0
2016-07-12libads: ensure the right ccache is used during spnego bindStefan Metzmacher1-9/+20
2016-07-11libads: ensure the right ccache is used during gssapi bindStefan Metzmacher1-7/+16
2016-07-05s3-libads: fix a memory leak in ads_sasl_spnego_bind()Uri Simchoni1-1/+4
2016-04-28s3:libads/sasl: allow wrapped messages up to a size of 0xfffffffStefan Metzmacher1-2/+2
2016-04-19libads: record session expiry for spnego sasl bindsUri Simchoni1-0/+9
2016-04-12s3:libads: sasl wrapped LDAP connections against with kerberos and arcfour-hm...Stefan Metzmacher1-1/+7
2016-04-12CVE-2016-2112: s3:libads: make sure we detect downgrade attacksStefan Metzmacher1-0/+31
2016-03-18libads: Fix CID 1356316 Uninitialized pointer readVolker Lendecke1-1/+1
2016-03-10s3:libads: make use of ads_sasl_spnego_gensec_bind() for GSS-SPNEGO with Kerb...Stefan Metzmacher1-356/+28
2016-03-10s3:libads: keep service and hostname separately in ads_service_principalStefan Metzmacher1-7/+28
2016-03-10s3:libads: don't pass given_principal to ads_generate_service_principal() any...Stefan Metzmacher1-30/+7
2016-03-10s3:libads: provide a generic ads_sasl_spnego_gensec_bind() functionStefan Metzmacher1-16/+65
2016-03-10s3:libads: make use of GENSEC_OID_SPNEGO in ads_sasl_spnego_ntlmssp_bind()Stefan Metzmacher1-65/+45
2016-03-10s3:libads: make use of GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher1-3/+3
2016-03-10s3:libads: add missing TALLOC_FREE(frame) in error pathStefan Metzmacher1-0/+1
2015-06-23s3:libads/sasl: use gensec_max_{input,wrapped}_size() in ads_sasl_spnego_ntlm...Stefan Metzmacher1-4/+5
2015-05-13libads: record service ticket endtime for sealed ldap connectionsUri Simchoni1-0/+23
2015-04-22Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe1-18/+18
2014-09-26s3-libads: Improve service principle guessing.Andreas Schneider1-58/+66
2014-03-27auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher1-1/+1
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce1-4/+88
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+12
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+11
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy1-0/+1
2012-02-13s3-libads: Move to using only the HAVE_KRB5 defineAndrew Bartlett1-10/+10
2012-01-06s3-libads Use NTLMSSP via auth_generic/gensecAndrew Bartlett1-90/+79
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-08-03s3-ntlmssp Remove auth_ntlmssp_and_flags()Andrew Bartlett1-1/+0
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-05-05More simple const fixups.Jeremy Allison1-2/+2
2011-02-11s3-libads: make ads_guess_service_principal static.Günther Deschner1-0/+69
2010-12-10s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett1-3/+5
2010-09-23Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison1-1/+2
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison1-3/+13
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+2
2010-07-20Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison1-4/+4
2010-07-20Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison1-3/+6
2010-07-20Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison1-1/+1
2010-07-20Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison1-1/+1
2010-07-20Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison1-1/+1
2010-07-19Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison1-1/+2
2010-07-19Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison1-1/+1