summaryrefslogtreecommitdiffstats
path: root/source/libads/sasl.c
Commit message (Expand)AuthorAgeFilesLines
* Enable v3-0-test to successfully join a windows 2008 domain controller.Günther Deschner2008-01-311-37/+103
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-20/+15
* 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
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r8989: Fix a warningVolker Lendecke2007-10-101-1/+1
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-4/+1
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+4
* r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter2007-10-101-0/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r1378: Better debugging so I don't get confused what principal we mean.Jeremy Allison2007-10-101-2/+2
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter2007-10-101-1/+1
* r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need toJeremy Allison2007-10-101-8/+32
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-5/+12
* s/OM_uint32//uint32/gGerald Carter2003-08-151-2/+2
* get rid of more compiler warningsHerb Lewis2003-08-151-8/+8
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-251-1/+2
* added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell2003-06-101-1/+4
* Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett2003-04-241-9/+4
* Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett2003-04-241-4/+9
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-1/+6
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+1
* After the lord mayors parade......Jeremy Allison2002-11-101-2/+9
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-1/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-28/+226
* sync 3.0 branch with headJelmer Vernooij2002-08-171-4/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* much better ADS error handling systemAndrew Tridgell2001-12-191-21/+33
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-17/+36
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-0/+186