summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clikrb5.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler error when HAVE_KRB5 not defined.Tim Potter2002-09-181-1/+1
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-1/+13
* don't use ENCTYPE_ARCFOUR_HMAC unless the kerberos lib supports itAndrew Tridgell2002-09-041-5/+4
* convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell2002-08-301-1/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-2/+2
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
* added "net join" commandAndrew Tridgell2001-11-241-0/+7
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-211-6/+6
* Fix for compilation on non-krb5 systemsAndrew Bartlett2001-10-211-1/+1
* made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-211-7/+5
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-201-7/+16
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-3/+1
* fix heimdal compilationAndrew Tridgell2001-10-161-1/+2
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-213/+8
* improve the error handling in the ASN1 code a bitAndrew Tridgell2001-10-111-14/+22
* added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-111-59/+120
* fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2001-10-111-4/+6
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-0/+267