summaryrefslogtreecommitdiffstats
path: root/src/ccapi
Commit message (Expand)AuthorAgeFilesLines
* Remove OldCC/rpc.cxxBen Kaduk2013-10-042-80/+0
* Fix windows buildBen Kaduk2013-05-161-19/+10
* Add version info for ccapiserver.exeBen Kaduk2012-09-271-2/+7
* Fix typoBen Kaduk2012-09-271-1/+1
* Do not emit debug printfs under NODEBUGBen Kaduk2012-08-291-0/+2
* Clean out dead code from ccapiKevin Wasserman2012-08-292-39/+0
* Fix KfW thread-local storage allocation issuesKevin Wasserman2012-08-292-12/+23
* Add version info for ccapi dllKevin Wasserman2012-08-291-2/+7
* CCAPI client rpc fixesKevin Wasserman2012-08-294-24/+24
* Fix leak in cci_os_ipc_thread_init()Kevin Wasserman2012-08-231-0/+1
* Split cci_thread_init into per-process and per-thread portionsTom Yu2011-12-129-72/+101
* kfw fixes: ccapiserver only quits after all clients detachTom Yu2011-12-123-6/+14
* windows ccapi: use a random challenge to authenticate ccapiserverTom Yu2011-12-121-2/+38
* windows ccapi: launch server without console by defaultTom Yu2011-12-121-5/+6
* Make ccapiserver exit if its receiveloop thread terminates for any reasonTom Yu2011-12-122-2/+10
* fix warning in test_cc_credentials_iterator_next.cTom Yu2011-12-121-0/+1
* windows ccapiserver: replace Sleep with event waitTom Yu2011-12-125-10/+52
* Fix line endingsSam Hartman2011-09-281-1/+1
* Windows fix ccapi/test "make clean" to clean copied source intermediatesSam Hartman2011-09-281-0/+2
* Windows fix: correct ENTRYPOINT for 32 bit buildSam Hartman2011-09-281-1/+1
* Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows buildsSam Hartman2011-09-283-18/+15
* Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2011-09-288-18/+23
* Fix x64 compile issues: remove bufferoverflowu.lib; this is obsoleteSam Hartman2011-09-191-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0991-182/+91
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-288-36/+8
* Fix Windows buildGreg Hudson2010-11-2515-1560/+1531
* Set svn:eol-style on some Windows files and remove the CRs from theirGreg Hudson2010-11-234-263/+260
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2210-91/+75
* make mark-cstyleTom Yu2009-10-31115-3706/+3663
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-1813-12/+279
* Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn2009-02-116-11/+20
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-0920-260/+260
* Remove ipc message sent on cc_context_releaseAlexandra Ellwood2008-10-224-34/+17
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-4/+2
* CCAPI should use common ipc and stream codeAlexandra Ellwood2008-09-3058-1683/+564
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-301-0/+6
* Removed argument from kipc_client_lookup_serverAlexandra Ellwood2008-09-261-3/+2
* CCAPI should only use one pthread keyAlexandra Ellwood2008-09-048-15/+58
* CCAPI is leaking mach portsAlexandra Ellwood2008-08-221-2/+6
* Add support to send CFNotifications on ccache and cache collection changesAlexandra Ellwood2008-08-204-0/+129
* Notify clients on ccache deletionAlexandra Ellwood2008-08-203-7/+20
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-204-4/+4
* CCAPI side of the patchAlexandra Ellwood2008-07-171-23/+30
* CCacheServer crashes iterating over creds which have been destroyedAlexandra Ellwood2008-07-101-7/+4
* Don't print spurious errors to debug logsAlexandra Ellwood2008-07-092-6/+8
* Add EnableTransactions launchd option to CCacheServerAlexandra Ellwood2008-07-071-0/+2
* Add new launchd flags to CCacheServer plist fileAlexandra Ellwood2008-06-251-0/+9
* cci_credentials_iterator_release using wrong message IDAlexandra Ellwood2008-06-181-1/+1
* Generate ccapi.def export list from V2, V3, debug lists. It is no longer a f...Kevin Koch2008-03-204-40/+27
* CCacheServer should track client iteratorsAlexandra Ellwood2008-03-1812-31/+279