aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-26Checkpoint some incomplete UNIX makefilesKen Raeburn8-0/+303
2007-10-23Include time.h for time()Alexandra Ellwood1-0/+1
2007-10-10ccs_lock_status_grant_lock granting wrong lockAlexandra Ellwood1-18/+17
2007-10-10cci_array_move not returning correct new positionAlexandra Ellwood1-0/+3
2007-10-10cc_ccache_store_credentials should return ccErrBadCredentialsVersionAlexandra Ellwood3-0/+8
2007-10-10update expected error for cc_initialize with ccapi_version_2 to match new val...Justin Anderson1-2/+1
2007-10-10simple multithreaded locking test for ccapiJustin Anderson3-2/+76
2007-10-02cc_initalize(ccapi_version_2) should return CC_BAD_API_VERSION not CC_NOT_SUPPAlexandra Ellwood1-1/+1
2007-10-01- null params are always expected to result in ccErrBadParam.Justin Anderson2-19/+23
2007-09-27cc_ccache_set_principal and cc_ccache_get_principal were also ignoring theirAlexandra Ellwood2-37/+114
2007-09-25Include missing fileJustin Anderson1-0/+57
2007-09-25Update ccapi tests to work at new location in krb5 tree. Also, test for platf...Justin Anderson9-12/+14
2007-09-25cc_ccache_set_principal always returns error 227Alexandra Ellwood1-1/+1
2007-09-21Removed extra newlineAlexandra Ellwood1-1/+0
2007-09-18Fixed bug where the lock list was getting corrupted when upgrading or Alexandra Ellwood2-46/+87
2007-09-18use ccs_callback_release() to free ccs_callback_tAlexandra Ellwood1-1/+1
2007-09-18Added sanity checking so we can't dereference NULL trying to call a callbackAlexandra Ellwood1-2/+7