r23587: Cleanup redundant code in the krb5 renew function.
[jra/samba/.git] / source3 / libsmb / clikrb5.c
2007-10-10 Günther Deschnerr23587: Cleanup redundant code in the krb5 renew function.
2007-10-10 Günther Deschnerr23586: Fix heimdal path in the krb5 renew routine...
2007-10-10 Günther Deschnerr23582: Fix event based krb5 ticket refreshing in winbindd.
2007-10-10 Volker Lendecker22747: Fix some C++ warnings
2007-10-10 Günther Deschnerr22664: When we have krb5_get_init_creds_opt_get_error...
2007-10-10 Günther Deschnerr22479: Add "net ads keytab list".
2007-10-10 Jeremy Allisonr22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_lo...
2007-10-10 Jeremy Allisonr21846: Try and fix the Darwin build which seems to...
2007-10-10 Jeremy Allisonr21845: Refactor the sessionsetupX code a little to...
2007-10-10 James Peachr21778: Wrap calls to krb5_get_init_creds_opt_free...
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Günther Deschnerr21110: Fix kinit with Heimdal (Bug #4226).
2007-10-10 Gerald Carterr21046: Backing out svn r20403 (Andrew's krb5 ticket...
2007-10-10 Andrew Bartlettr20403: Cleaning out my Samba 3.0 tree:
2007-10-10 Gerald Carterr19939: ,fix compile warning about unused functions...
2007-10-10 Günther Deschnerr19416: Fix some c++ warnings.
2007-10-10 Stefan Metzmacherr19374: fix the build with heimdal
2007-10-10 Stefan Metzmacherr19291: this should fix the build on heimdal systems
2007-10-10 James Peachr19270: Stop depending on internal MIT symbols. These...
2007-10-10 Stefan Metzmacherr19237: fix typo
2007-10-10 Gerald Carterr17162: Fix typo small typos noticed by Paul Green.
2007-10-10 Volker Lendecker16960: Some warnings from host "opi"
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Günther Deschnerr16269: Fix the build.
2007-10-10 Günther Deschnerr16268: Add TCP fallback for our implementation of...
2007-10-10 Günther Deschnerr15243: Sorry for the breakage:
2007-10-10 Günther Deschnerr15240: Correctly disallow unauthorized access when...
2007-10-10 Jeremy Allisonr15216: Fix the build for machines without krb5. Oops...
2007-10-10 Jeremy Allisonr15210: Add wrapper functions smb_krb5_parse_name,...
2007-10-10 Günther Deschnerr14506: Remove remaining references to a KCM credential...
2007-10-10 Volker Lendecker14218: Fix Coverity Bug # 2
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Günther Deschnerr13020: Prevent cli_krb5_get_ticket of getting into...
2007-10-10 Jeremy Allisonr13012: Fix #3421 - it turns out krb5_kt_get_entry...
2007-10-10 Volker Lendecker11551: Add a few more initialize_krb5_error_table
2007-10-10 Günther Deschnerr10907: Handle the case when we can't verify the PAC...
2007-10-10 Volker Lendecker10671: Attempt to fix the build on machines without...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Günther Deschnerr10210: Fix memleak.
2007-10-10 Herb Lewisr6586: get rid of a few more compiler warnings
2007-10-10 Derrell Lipmanr6392: - Fixes bug 2564: when smbc_opendir() was called...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Jeremy Allisonr4291: More *alloc fixes inspired by Albert Chin (china...
2007-10-10 Jeremy Allisonr4020: Fix for crash reported by Bård Kalbakk <baard...
2007-10-10 Jeremy Allisonr3538: Fix the build with the latest Heimdal code.
2007-10-10 Jeremy Allisonr3535: Tidy up error reporting. Memory leak with MIT...
2007-10-10 Günther Deschnerr3439: Finally fix build for platforms without kerberos.
2007-10-10 Volker Lendecker3407: Fix the build
2007-10-10 Jeremy Allisonr3379: More merging of kerberos keytab and salting...
2007-10-10 Jeremy Allisonr3377: Merge in first part of modified patch from Nalin...
2007-10-10 Jeremy Allisonr3345: More MIT/Heimdal tests for comparing enctypes...
2007-10-10 Jeremy Allisonr3342: More MIT/Heimdal fixes to allow an enctype to...
2007-10-10 Günther Deschnerr2474: (re-)fix memleak (initially found by jra).
2007-10-10 Günther Deschnerr2472: Fixed krb5_krbhost_get_addrinfo()-parameters...
2007-10-10 Günther Deschnerr2057: Although rarely used, prevent "net lookup kdc...
2007-10-10 Andrew Bartlettr1428: Remove *completly bogus* memset. (No doubt...
2007-10-10 Gerald Carterr1407: revert change that broke the build on systems...
2007-10-10 Gerald Carterr1399: applying heimdal krb5 fixes from Guenther and...
2007-10-10 Volker Lendecker1287: Attempt to fix the build for systems without...
2007-10-10 Jeremy Allisonr1236: Heimdal fixes from Guenther Deschner <gd@sernet...
2007-10-10 Jeremy Allisonr1222: Valgrind memory leak fixes. Still tracking down...
2007-10-10 Jeremy Allisonr1194: Definition of krb5_free_unparsed_name() if we...
2007-10-10 Gerald Carterr541: fixing segfault in winbindd caused -r527 -- looks...
2007-10-10 Jeremy Allisonr527: More memory leak fixes in error paths from kawasa...
2007-10-10 Jim McDonoughr221: Remainder of bug 1208. We do not remove creds...
2007-10-10 Jim McDonoughr219: Obtain new tickets if current ones are expired...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Volker LendeckeFix memleaks.
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-14 Andrew BartlettChange Samba to always use extended security for it...
2003-08-04 Tim PotterFix unused variable warning.
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Jeremy AllisonW00t! Client smb signing is now working correctly with...
2003-07-16 Jeremy AllisonAdd krb5_princ_component to Heimdal. Remove cli_ from...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-10 Andrew Tridgelluse ZERO_STRUCT() instead of memset
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-30 Jim McDonoughMore on bug 137: rename more of krb5_xxx functions...
2003-03-17 Andrew BartlettMerge from HEAD - sync up SessionSetup code to HEAD...
2003-02-25 Tim PotterFix unused variable warning when ENCTYPE_ARCFOUR_HMAC...
2003-02-24 Andrew BartlettClean up non-krb5 breakages from my modifications to...
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-21 Jim McDonoughFix IRIX build...void fn can't return another void fn
2003-02-21 Jim McDonoughFix IRIX build...void fn can't return another void fn
2003-02-19 Jim McDonoughSync with HEAD for verifying kerberos tickets.
2003-02-19 Jim McDonoughCan't return SAFE_FREE...put on its own line.
2003-02-19 Jim McDonoughCorrect way to keep fucntion from proto.h
2003-02-19 Jim McDonoughGet non-krb systems to compile. How the heck do I...
2003-02-19 Jim McDonoughTry to get heimdal working with HEAD.
2003-02-18 Jim McDonoughSync w/HEAD - add DES_CBC_CRC encryption type
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-15 Andrew BartlettAntti Andreimann <Antti.Andreimann@mail.ee> has done...
2003-01-30 Jeremy AllisonStop tpot from trampling over my Heimdal fixes by movin...
2003-01-30 Jeremy AllisonRevert tpot's breakage of the Heimdal fixes.
2003-01-30 Tim PotterSync of Heimdal kerberos stuff with HEAD. If this...
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next