summaryrefslogtreecommitdiff
path: root/source3/libsmb/clikrb5.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-8/+8
2003-08-15Fix memleaks.Volker Lendecke1-1/+3
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-7/+5
2003-08-04Fix unused variable warning.Tim Potter1-1/+1
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison1-8/+15
2003-07-16Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison1-0/+13
2003-06-10use ZERO_STRUCT() instead of memsetAndrew Tridgell1-1/+1
2003-05-30More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough1-14/+14
2003-03-17Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett1-9/+43
2003-02-21Fix IRIX build...void fn can't return another void fnJim McDonough1-1/+2
2003-02-19Sync with HEAD for verifying kerberos tickets.Jim McDonough1-4/+33
2003-02-18Sync w/HEAD - add DES_CBC_CRC encryption typeJim McDonough1-1/+1
2003-01-30Revert tpot's breakage of the Heimdal fixes.Jeremy Allison1-0/+122
2003-01-30Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter1-122/+0
2003-01-28Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).Jeremy Allison1-0/+52
2003-01-28Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison1-0/+22
2003-01-23Thanks Meeester Potter, for reverting *all* my Heimdal changes becauseJeremy Allison1-0/+48
2003-01-22Merge of kerberos changes to make this branch build again!Tim Potter1-48/+0
2003-01-21Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison1-0/+48
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-04Merge from HEAD - vl's fix to my const patch. Also update the 'not have_krb5'Andrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-15fix segfaultGerald Carter1-1/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+20
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