summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clikrb5.c
Commit message (Expand)AuthorAgeFilesLines
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-8/+8
* Fix memleaks.Volker Lendecke2003-08-151-1/+3
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-1/+1
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-7/+5
* Fix unused variable warning.Tim Potter2003-08-041-1/+1
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-251-8/+15
* Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2003-07-161-0/+13
* use ZERO_STRUCT() instead of memsetAndrew Tridgell2003-06-101-1/+1
* More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-14/+14
* Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2003-03-171-9/+43
* Fix IRIX build...void fn can't return another void fnJim McDonough2003-02-211-1/+2
* Sync with HEAD for verifying kerberos tickets.Jim McDonough2003-02-191-4/+33
* Sync w/HEAD - add DES_CBC_CRC encryption typeJim McDonough2003-02-181-1/+1
* 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