summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-19s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce1-7/+7
2010-05-31s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett1-1/+5
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett1-1/+1
2010-03-30s3:libads: retry with signing after getting LDAP_STRONG_AUTH_REQUIREDStefan Metzmacher1-0/+10
2010-03-24s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher1-1/+6
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+1
2008-10-22s3: use shared asn1 code.Günther Deschner1-3/+3
2008-03-23Fix Coverity ID 488Volker Lendecke1-0/+2
2007-12-06libads: fix typoStefan Metzmacher1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r25422: Get rid of some cast warnings.Michael Adam1-3/+3
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-3/+1
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-1/+3
2007-10-10r25328: When using ldap sasl wrapping with gssapi it's important to receive w...Günther Deschner1-0/+5
2007-10-10r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner1-46/+5
2007-10-10r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner1-3/+2
2007-10-10r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner1-2/+2
2007-10-10r24804: As a temporary workaround, also try to guess the server's principal i...Günther Deschner1-41/+12
2007-10-10r24251: Neverending fun:Günther Deschner1-1/+1
2007-10-10r24131: - make it more clear what the different min and max fields meanStefan Metzmacher1-33/+44
2007-10-10r24128: fix double free in error pathStefan Metzmacher1-6/+7
2007-10-10r24104: fix the build, sorry...Stefan Metzmacher1-3/+4
2007-10-10r24103: add some useful debug messages, as not all LDAPStefan Metzmacher1-3/+19
2007-10-10r24098: - make use of the ads_service_principal abstractionStefan Metzmacher1-61/+32
2007-10-10r24095: add one more fallback alternative toStefan Metzmacher1-0/+20
2007-10-10r24093: move gssapi/krb5 principal handling into a functionStefan Metzmacher1-88/+146
2007-10-10r24062: fix logic for broken krb5 libs which always forceStefan Metzmacher1-1/+2
2007-10-10r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"Stefan Metzmacher1-1/+309
2007-10-10r24037: only setup sasl wrapping after a successful bindStefan Metzmacher1-2/+4
2007-10-10r23953: Some C++ warningsVolker Lendecke1-3/+6
2007-10-10r23948: add gsskrb5 sign and seal support for LDAP connectionsStefan Metzmacher1-5/+135
2007-10-10r23946: add support for NTLMSSP sign and sealStefan Metzmacher1-1/+122
2007-10-10r23945: add infrastructure to select plain, sign or seal LDAP connectionStefan Metzmacher1-0/+8
2007-10-10r23888: move elements belonging to the current ldap connection to aStefan Metzmacher1-6/+6
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-9/+9