summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett1-1/+6
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+1
2002-11-10make sure that if kerberos fails we can fall back on NTLMSSP for SASLAndrew Tridgell1-2/+5
2002-10-31Re-enable use of existing kerberos tickets.Jim McDonough1-2/+6
2002-09-28Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett1-1/+3
2002-09-25Avoid a segfault in net join when you have not done an kinit, and it's fallingAndrew Bartlett1-0/+5
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-3/+4
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-28/+220
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-4/+5
2002-07-08Fix length in snprintf invocation to account for "dn:" in sasl gssapi bind.Jim McDonough1-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