summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't criticalStefan Metzmacher1-5/+10
2007-10-10r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher1-1/+1
2007-10-10r22079: Tsk, tsk, Metze didn't compile before check-in :-).Jeremy Allison1-1/+1
2007-10-10r22078: fix memory leak in not often used code, we only use it if the serverStefan Metzmacher1-3/+3
2007-10-10r21850: After Jerry explained to me the HORRIBLE way in whichJeremy Allison1-5/+15
2007-10-10r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison1-5/+13
2007-10-10r21273: * Protect the sasl bind against a NULL principal stringGerald Carter1-1/+29
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner1-2/+6
2007-10-10r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanupGerald Carter1-0/+11
2007-10-10r20403: Cleaning out my Samba 3.0 tree:Andrew Bartlett1-11/+0
2007-10-10r20132: get rid of defined but not used warning - static function only usedHerb Lewis1-0/+2
2007-10-10r18047: More C++ stuffVolker Lendecke1-3/+3
2007-10-10r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke1-1/+1
2007-10-10r17899: Fix Stanford checker bug - possible null deref.Jeremy Allison1-2/+5
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+0
2007-10-10r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-5/+18
2007-10-10r13137: make cleare where long ifdefs endsSimo Sorce1-2/+2
2007-10-10r11504: Added Andrew Bartletts removal of another NTLMSSP implementationJeremy Allison1-85/+89
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r8989: Fix a warningVolker Lendecke1-1/+1
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-4/+1
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+4
2007-10-10r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter1-0/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r1378: Better debugging so I don't get confused what principal we mean.Jeremy Allison1-2/+2
2007-10-10r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter1-1/+1
2007-10-10r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need toJeremy Allison1-8/+32
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-5/+12
2003-08-15s/OM_uint32//uint32/gGerald Carter1-2/+2
2003-08-15get rid of more compiler warningsHerb Lewis1-8/+8