summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clikrb5.c
Commit message (Expand)AuthorAgeFilesLines
...
* Revert tpot's breakage of the Heimdal fixes.Jeremy Allison2003-01-301-0/+122
* Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter2003-01-301-122/+0
* Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).Jeremy Allison2003-01-281-0/+52
* Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison2003-01-281-0/+22
* Thanks Meeester Potter, for reverting *all* my Heimdal changes becauseJeremy Allison2003-01-231-0/+48
* Merge of kerberos changes to make this branch build again!Tim Potter2003-01-221-48/+0
* Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison2003-01-211-0/+48
* 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
* Merge from HEAD - vl's fix to my const patch. Also update the 'not have_krb5'Andrew Bartlett2003-01-041-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* fix segfaultGerald Carter2002-11-151-1/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-3/+20
* 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