summaryrefslogtreecommitdiffstats
path: root/source3/libads/sasl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison2010-07-191-1/+1
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-7/+7
* s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett2010-05-311-1/+5
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3:libads: retry with signing after getting LDAP_STRONG_AUTH_REQUIREDStefan Metzmacher2010-03-301-0/+10
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-241-1/+6
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* spnego: share spnego_parse.Günther Deschner2009-09-171-0/+1
* s3: use shared asn1 code.Günther Deschner2008-10-221-3/+3
* Fix Coverity ID 488Volker Lendecke2008-03-231-0/+2
* libads: fix typoStefan Metzmacher2007-12-061-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25422: Get rid of some cast warnings.Michael Adam2007-10-101-3/+3
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-3/+1
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-1/+3
* r25328: When using ldap sasl wrapping with gssapi it's important to receive w...Günther Deschner2007-10-101-0/+5
* r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner2007-10-101-46/+5
* r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner2007-10-101-3/+2
* r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner2007-10-101-2/+2
* r24804: As a temporary workaround, also try to guess the server's principal i...Günther Deschner2007-10-101-41/+12
* r24251: Neverending fun:Günther Deschner2007-10-101-1/+1
* r24131: - make it more clear what the different min and max fields meanStefan Metzmacher2007-10-101-33/+44
* r24128: fix double free in error pathStefan Metzmacher2007-10-101-6/+7
* r24104: fix the build, sorry...Stefan Metzmacher2007-10-101-3/+4
* r24103: add some useful debug messages, as not all LDAPStefan Metzmacher2007-10-101-3/+19
* r24098: - make use of the ads_service_principal abstractionStefan Metzmacher2007-10-101-61/+32
* r24095: add one more fallback alternative toStefan Metzmacher2007-10-101-0/+20