summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clikrb5.c
Commit message (Expand)AuthorAgeFilesLines
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-161-15/+15
* Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined.Tim Potter2003-02-251-0/+2
* Clean up non-krb5 breakages from my modifications to luke howard's patch.Andrew Bartlett2003-02-241-7/+1
* Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-241-9/+47
* Fix IRIX build...void fn can't return another void fnJim McDonough2003-02-211-1/+2
* Can't return SAFE_FREE...put on its own line.Jim McDonough2003-02-191-1/+2
* Correct way to keep fucntion from proto.hJim McDonough2003-02-191-7/+4
* Get non-krb systems to compile. How the heck do I keep something from being ...Jim McDonough2003-02-191-8/+9
* Try to get heimdal working with HEAD.Jim McDonough2003-02-191-4/+34
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-1/+1
* Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison2003-01-301-0/+122
* Fixup proto generation to not include krb5 specific symbolsJeremy Allison2003-01-211-5/+5
* More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-0/+20
* should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the buildJim McDonough2003-01-201-1/+1
* Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison2003-01-191-0/+29
* One more const. Andrew, you seem to have krb5 :-)Volker Lendecke2003-01-021-1/+1
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* fix segfaultGerald Carter2002-11-151-1/+3
* 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