summaryrefslogtreecommitdiff
path: root/source3/libsmb/clikrb5.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-25Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined.Tim Potter1-0/+2
2003-02-24Clean up non-krb5 breakages from my modifications to luke howard's patch.Andrew Bartlett1-7/+1
2003-02-24Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett1-9/+47
2003-02-21Fix IRIX build...void fn can't return another void fnJim McDonough1-1/+2
2003-02-19Can't return SAFE_FREE...put on its own line.Jim McDonough1-1/+2
2003-02-19Correct way to keep fucntion from proto.hJim McDonough1-7/+4
2003-02-19Get non-krb systems to compile. How the heck do I keep something from being ...Jim McDonough1-8/+9
2003-02-19Try to get heimdal working with HEAD.Jim McDonough1-4/+34
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett1-1/+1
2003-01-30Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison1-0/+122
2003-01-21Fixup proto generation to not include krb5 specific symbolsJeremy Allison1-5/+5
2003-01-21More fixes getting us closer to full Heimdal compile....Jeremy Allison1-0/+20
2003-01-20should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the buildJim McDonough1-1/+1
2003-01-19Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison1-0/+29
2003-01-02One more const. Andrew, you seem to have krb5 :-)Volker Lendecke1-1/+1
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-11-15fix segfaultGerald Carter1-1/+3
2002-09-18Fixed compiler error when HAVE_KRB5 not defined.Tim Potter1-1/+1
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+13
2002-09-04don't use ENCTYPE_ARCFOUR_HMAC unless the kerberos lib supports itAndrew Tridgell1-5/+4
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-1/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-2/+2
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-1/+1
2001-11-24added "net join" commandAndrew Tridgell1-0/+7
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison1-6/+6
2001-10-21Fix for compilation on non-krb5 systemsAndrew Bartlett1-1/+1
2001-10-21made smbclient cope better with arbitrary principle formsAndrew Tridgell1-7/+5
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell1-7/+16
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-3/+1
2001-10-16fix heimdal compilationAndrew Tridgell1-1/+2
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-213/+8
2001-10-11improve the error handling in the ASN1 code a bitAndrew Tridgell1-14/+22
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell1-59/+120
2001-10-11fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell1-4/+6
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-0/+267