summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison1-1/+2
2003-06-10added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell1-1/+4
2003-04-24Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett1-9/+4
2003-04-24Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett1-4/+9
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-1/+6
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+1
2002-11-10After the lord mayors parade......Jeremy Allison1-2/+9
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-1/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-28/+226
2002-08-17sync 3.0 branch with headJelmer Vernooij1-4/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-19much better ADS error handling systemAndrew Tridgell1-21/+33
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-17/+36
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-0/+186