summaryrefslogtreecommitdiffstats
path: root/source3/libads/sasl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r24093: move gssapi/krb5 principal handling into a functionStefan Metzmacher2007-10-101-88/+146
* r24062: fix logic for broken krb5 libs which always forceStefan Metzmacher2007-10-101-1/+2
* r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"Stefan Metzmacher2007-10-101-1/+309
* r24037: only setup sasl wrapping after a successful bindStefan Metzmacher2007-10-101-2/+4
* r23953: Some C++ warningsVolker Lendecke2007-10-101-3/+6
* r23948: add gsskrb5 sign and seal support for LDAP connectionsStefan Metzmacher2007-10-101-5/+135
* r23946: add support for NTLMSSP sign and sealStefan Metzmacher2007-10-101-1/+122
* r23945: add infrastructure to select plain, sign or seal LDAP connectionStefan Metzmacher2007-10-101-0/+8
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-101-6/+6
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-9/+9
* r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't criticalStefan Metzmacher2007-10-101-5/+10
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-101-1/+1
* r22079: Tsk, tsk, Metze didn't compile before check-in :-).Jeremy Allison2007-10-101-1/+1
* r22078: fix memory leak in not often used code, we only use it if the serverStefan Metzmacher2007-10-101-3/+3
* r21850: After Jerry explained to me the HORRIBLE way in whichJeremy Allison2007-10-101-5/+15
* r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2007-10-101-5/+13
* r21273: * Protect the sasl bind against a NULL principal stringGerald Carter2007-10-101-1/+29
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-2/+6
* r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanupGerald Carter2007-10-101-0/+11
* r20403: Cleaning out my Samba 3.0 tree:Andrew Bartlett2007-10-101-11/+0
* r20132: get rid of defined but not used warning - static function only usedHerb Lewis2007-10-101-0/+2
* r18047: More C++ stuffVolker Lendecke2007-10-101-3/+3
* r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke2007-10-101-1/+1
* r17899: Fix Stanford checker bug - possible null deref.Jeremy Allison2007-10-101-2/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+0
* r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-5/+18
* r13137: make cleare where long ifdefs endsSimo Sorce2007-10-101-2/+2
* r11504: Added Andrew Bartletts removal of another NTLMSSP implementationJeremy Allison2007-10-101-85/+89