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