aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-10Remove C warningsAlexandra Ellwood10-31/+31
2008-03-10Removed script to run cc_context_get_version testAlexandra Ellwood2-17/+0
2008-03-10Removed tests for check_cc_context_get_versionAlexandra Ellwood3-108/+24
2008-03-10Fixed error code remappingAlexandra Ellwood1-5/+29
2008-03-10cc_remove_cred should only remove one credAlexandra Ellwood1-8/+8
2008-03-10cc_set_principal should return error on bad cred versionAlexandra Ellwood1-0/+9
2008-03-10Fix pointer cast in cc_seq_fetch_NCs_endAlexandra Ellwood1-3/+3
2008-03-10cci_cred_union_compare_to_credentials_union doesn't work for v5 credsAlexandra Ellwood1-1/+1
2008-03-10CCAPI v2 support crash when client or server strings are NULLAlexandra Ellwood1-9/+25
2008-03-10ccs_ccache_reset should check all arguments for NULLAlexandra Ellwood1-1/+3
2008-02-29lib/win/Makefile.in: AddedKevin Koch11-35/+268
2008-02-19Remove stop-here target that stops the buildKevin Koch1-1/+1
2008-02-19Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch19-130/+317
2008-02-06Remove AppleConnect workaround Alexandra Ellwood1-13/+0
2008-02-06Need CCAPI v2 support for WindowsAlexandra Ellwood12-84/+1301
2008-02-05more eol-styleKen Raeburn21-3074/+3074
2008-02-05set eol-styleKen Raeburn21-1763/+1763
2008-02-05Set EOL styleAlexandra Ellwood1-83/+83
2008-01-29CCAPI changes to the mac-specific code to use new kipc changesAlexandra Ellwood1-11/+16
2008-01-22Correct makefile so pingtest buildsKevin Koch1-10/+21
2008-01-22Windows CCAPI snapshot. Should build & pass ping testKevin Koch51-69/+6514