aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-22Windows debug message line endings were already correct; revert cci_debugging.c.Kevin Koch3-16/+4
2008-01-22Make windows debug message line endings match the Mac endings.Kevin Koch4-6/+25
2008-01-15Add ccs_pipe_compareAlexandra Ellwood6-2/+39
2007-12-17Add the CCAPI design sketch to the new directoryKevin Koch1-0/+148
2007-12-03Remove no-longer-needed include of Kerberos.hKevin Koch31-31/+0
2007-11-21Conditionalize #pragma mark with TARGET_OS_MAC; remove any Windows #pragma di...Kevin Koch2-19/+35
2007-11-20Disable warnings about #pragma markKevin Koch2-0/+8
2007-11-15On Windows, UINT64_MAX isn't defined; get it from k5-platform.hKevin Koch1-0/+4
2007-11-01Use 0 and 1 instead of relying on TRUE/FALSE being defined everywhereKen Raeburn1-2/+3
2007-11-01Conditionalize "#pragma mark" on TARGET_OS_MAC.Ken Raeburn18-20/+114
2007-10-31On Windows, disable a pragma warning; add comment about what a pipe isKevin Koch1-0/+5
2007-10-29Define htonll, ntohll using k5_ versions if needed. Drop Mac-specific bitsKen Raeburn1-8/+4