summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libads: clang: Fix 'Value stored to 'nt_status' is never read'Noel Power2019-09-261-1/+0
* libads: Add kerberos tracingSwen Schillig2018-12-191-1/+3
* libads: abstract out SASL wrapping codeAlexander Bokovoy2017-05-171-58/+68
* libads: convert to use smb_gss_krb5_import_credAlexander Bokovoy2017-03-081-1/+1
* s3:libads: remove unused fallback to gss_acquire_cred()Stefan Metzmacher2017-03-061-27/+0
* s3:libads: add more debugging to ads_sasl_spnego_bind()Stefan Metzmacher2017-02-241-1/+25
* s3:libads: don't use MEMORY:ads_sasl_spnego_bind nor set "KRB5CCNAME"Stefan Metzmacher2016-10-131-6/+0
* s3:libads: don't use MEMORY:ads_sasl_gssapi_do_bind nor set "KRB5CCNAME"Stefan Metzmacher2016-10-121-5/+0
* libads: ensure the right ccache is used during spnego bindStefan Metzmacher2016-07-121-9/+20
* libads: ensure the right ccache is used during gssapi bindStefan Metzmacher2016-07-111-7/+16
* s3-libads: fix a memory leak in ads_sasl_spnego_bind()Uri Simchoni2016-07-051-1/+4
* s3:libads/sasl: allow wrapped messages up to a size of 0xfffffffStefan Metzmacher2016-04-281-2/+2
* libads: record session expiry for spnego sasl bindsUri Simchoni2016-04-191-0/+9
* s3:libads: sasl wrapped LDAP connections against with kerberos and arcfour-hm...Stefan Metzmacher2016-04-121-1/+7
* CVE-2016-2112: s3:libads: make sure we detect downgrade attacksStefan Metzmacher2016-04-121-0/+31
* libads: Fix CID 1356316 Uninitialized pointer readVolker Lendecke2016-03-181-1/+1
* s3:libads: make use of ads_sasl_spnego_gensec_bind() for GSS-SPNEGO with Kerb...Stefan Metzmacher2016-03-101-356/+28
* s3:libads: keep service and hostname separately in ads_service_principalStefan Metzmacher2016-03-101-7/+28
* s3:libads: don't pass given_principal to ads_generate_service_principal() any...Stefan Metzmacher2016-03-101-30/+7
* s3:libads: provide a generic ads_sasl_spnego_gensec_bind() functionStefan Metzmacher2016-03-101-16/+65
* s3:libads: make use of GENSEC_OID_SPNEGO in ads_sasl_spnego_ntlmssp_bind()Stefan Metzmacher2016-03-101-65/+45
* s3:libads: make use of GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher2016-03-101-3/+3
* s3:libads: add missing TALLOC_FREE(frame) in error pathStefan Metzmacher2016-03-101-0/+1
* s3:libads/sasl: use gensec_max_{input,wrapped}_size() in ads_sasl_spnego_ntlm...Stefan Metzmacher2015-06-231-4/+5
* libads: record service ticket endtime for sealed ldap connectionsUri Simchoni2015-05-131-0/+23
* Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe2015-04-221-18/+18
* s3-libads: Improve service principle guessing.Andreas Schneider2014-09-261-58/+66
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-1/+1
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-121-4/+88
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+12
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+11
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-0/+1
* s3-libads: Move to using only the HAVE_KRB5 defineAndrew Bartlett2012-02-131-10/+10
* s3-libads Use NTLMSSP via auth_generic/gensecAndrew Bartlett2012-01-061-90/+79
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3-ntlmssp Remove auth_ntlmssp_and_flags()Andrew Bartlett2011-08-031-1/+0
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* More simple const fixups.Jeremy Allison2011-05-051-2/+2
* s3-libads: make ads_guess_service_principal static.Günther Deschner2011-02-111-0/+69
* s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett2010-12-101-3/+5
* Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison2010-09-231-1/+2
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison2010-09-091-3/+13
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+2
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-4/+4
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-201-3/+6
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-1/+1
* Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison2010-07-201-1/+1
* Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison2010-07-201-1/+1
* Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison2010-07-191-1/+2