summaryrefslogtreecommitdiff
path: root/source3/libsmb/clikrb5.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3538: Fix the build with the latest Heimdal code.Jeremy Allison1-1/+1
2007-10-10r3535: Tidy up error reporting. Memory leak with MIT krb5 1.3.5 turnsJeremy Allison1-11/+13
2007-10-10r3439: Finally fix build for platforms without kerberos.Günther Deschner1-4/+4
2007-10-10r3407: Fix the buildVolker Lendecke1-1/+1
2007-10-10r3379: More merging of kerberos keytab and salting fixes from Nalin Dahyabhai...Jeremy Allison1-2/+2
2007-10-10r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison1-9/+38
2007-10-10r3345: More MIT/Heimdal tests for comparing enctypes now.Jeremy Allison1-0/+14
2007-10-10r3342: More MIT/Heimdal fixes to allow an enctype to be explicitly set in a k...Jeremy Allison1-0/+11
2007-10-10r2474: (re-)fix memleak (initially found by jra).Günther Deschner1-6/+0
2007-10-10r2472: Fixed krb5_krbhost_get_addrinfo()-parameters and make failureGünther Deschner1-3/+3
2007-10-10r2057: Although rarely used, prevent "net lookup kdc" from segfaulting whenGünther Deschner1-1/+11
2007-10-10r1428: Remove *completly bogus* memset. (No doubt my bug, too...).Andrew Bartlett1-2/+0
2007-10-10r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter1-1/+1
2007-10-10r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ...Gerald Carter1-1/+3
2007-10-10r1287: Attempt to fix the build for systems without kerberos headers.Volker Lendecke1-3/+3
2007-10-10r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison1-0/+11
2007-10-10r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison1-3/+4
2007-10-10r1194: Definition of krb5_free_unparsed_name() if we do't have it.Jeremy Allison1-0/+7
2007-10-10r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter1-1/+4
2007-10-10r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-2/+8
2007-10-10r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache,Jim McDonough1-17/+40
2007-10-10r219: Obtain new tickets if current ones are expired. Next part of fix forJim McDonough1-12/+36
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-11/+13
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