aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi
AgeCommit message (Expand)AuthorFilesLines
2012-09-27Add version info for ccapiserver.exeBen Kaduk1-2/+7
2012-09-27Fix typoBen Kaduk1-1/+1
2012-08-29Do not emit debug printfs under NODEBUGBen Kaduk1-0/+2
2012-08-29Clean out dead code from ccapiKevin Wasserman2-39/+0
2012-08-29Fix KfW thread-local storage allocation issuesKevin Wasserman2-12/+23
2012-08-29Add version info for ccapi dllKevin Wasserman1-2/+7
2012-08-29CCAPI client rpc fixesKevin Wasserman4-24/+24
2012-08-27Fix leak in cci_os_ipc_thread_init()Kevin Wasserman1-0/+1
2011-12-14Squash commits for KfW updatesTom Yu18-91/+216
2011-09-28Fix line endingsSam Hartman1-1/+1
2011-09-28Windows fix ccapi/test "make clean" to clean copied source intermediatesSam Hartman1-0/+2
2011-09-28Windows fix: correct ENTRYPOINT for 32 bit buildSam Hartman1-1/+1
2011-09-28Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows buildsSam Hartman3-18/+15
2011-09-28Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman8-18/+23
2011-09-19Fix x64 compile issues: remove bufferoverflowu.lib; this is obsoleteSam Hartman1-1/+1
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson91-182/+91
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson8-36/+8
2010-11-25Fix Windows buildGreg Hudson15-1560/+1531
2010-11-23Set svn:eol-style on some Windows files and remove the CRs from theirGreg Hudson4-263/+260
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson10-91/+75
2009-10-31make mark-cstyleTom Yu115-3706/+3663
2009-02-18Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn13-12/+279
2009-02-11Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn6-11/+20
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn20-260/+260
2008-10-22Remove ipc message sent on cc_context_releaseAlexandra Ellwood4-34/+17
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-4/+2
2008-09-30CCAPI should use common ipc and stream codeAlexandra Ellwood58-1683/+564
2008-09-30krb5 library-side changes for com_err based error stringsAlexandra Ellwood1-0/+6
2008-09-26Removed argument from kipc_client_lookup_serverAlexandra Ellwood1-3/+2
2008-09-04CCAPI should only use one pthread keyAlexandra Ellwood8-15/+58
2008-08-22CCAPI is leaking mach portsAlexandra Ellwood1-2/+6
2008-08-20Add support to send CFNotifications on ccache and cache collection changesAlexandra Ellwood4-0/+129
2008-08-20Notify clients on ccache deletionAlexandra Ellwood3-7/+20
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn4-4/+4
2008-07-17CCAPI side of the patchAlexandra Ellwood1-23/+30
2008-07-10CCacheServer crashes iterating over creds which have been destroyedAlexandra Ellwood1-7/+4
2008-07-09Don't print spurious errors to debug logsAlexandra Ellwood2-6/+8
2008-07-07Add EnableTransactions launchd option to CCacheServerAlexandra Ellwood1-0/+2
2008-06-25Add new launchd flags to CCacheServer plist fileAlexandra Ellwood1-0/+9
2008-06-18cci_credentials_iterator_release using wrong message IDAlexandra Ellwood1-1/+1
2008-03-20Generate ccapi.def export list from V2, V3, debug lists. It is no longer a f...Kevin Koch4-40/+27
2008-03-18CCacheServer should track client iteratorsAlexandra Ellwood12-31/+279
2008-03-14cc_ccache_iterator_release, cc_credentials_iterator leak server memoryAlexandra Ellwood2-0/+31
2008-03-13Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch7-347/+51
2008-03-13Invalid assignment while trying to set input to NULLAlexandra Ellwood1-1/+5
2008-03-13removed unused header file inclusion CoreFoundation.hAlexandra Ellwood1-5/+0
2008-03-12Accidentally added file with wrong name. RemovedAlexandra Ellwood1-0/+0
2008-03-12Accidentally added empty file. RemovedAlexandra Ellwood1-0/+0
2008-03-12Added tests for iterators and NC info. Added test programs forAlexandra Ellwood31-64/+930
2008-03-10Add CCAPI v2 testsAlexandra Ellwood4-4/+1434