summaryrefslogtreecommitdiffstats
path: root/src/ccapi
Commit message (Expand)AuthorAgeFilesLines
...
* cc_ccache_iterator_release, cc_credentials_iterator leak server memoryAlexandra Ellwood2008-03-142-0/+31
* Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch2008-03-137-347/+51
* Invalid assignment while trying to set input to NULLAlexandra Ellwood2008-03-131-1/+5
* removed unused header file inclusion CoreFoundation.hAlexandra Ellwood2008-03-131-5/+0
* Accidentally added file with wrong name. RemovedAlexandra Ellwood2008-03-121-0/+0
* Accidentally added empty file. RemovedAlexandra Ellwood2008-03-121-0/+0
* Added tests for iterators and NC info. Added test programs forAlexandra Ellwood2008-03-1231-64/+930
* Add CCAPI v2 testsAlexandra Ellwood2008-03-104-4/+1434
* Remove C warningsAlexandra Ellwood2008-03-1010-31/+31
* Removed script to run cc_context_get_version testAlexandra Ellwood2008-03-102-17/+0
* Removed tests for check_cc_context_get_versionAlexandra Ellwood2008-03-103-108/+24
* Fixed error code remappingAlexandra Ellwood2008-03-101-5/+29
* cc_remove_cred should only remove one credAlexandra Ellwood2008-03-101-8/+8
* cc_set_principal should return error on bad cred versionAlexandra Ellwood2008-03-101-0/+9
* Fix pointer cast in cc_seq_fetch_NCs_endAlexandra Ellwood2008-03-101-3/+3
* cci_cred_union_compare_to_credentials_union doesn't work for v5 credsAlexandra Ellwood2008-03-101-1/+1
* CCAPI v2 support crash when client or server strings are NULLAlexandra Ellwood2008-03-101-9/+25
* ccs_ccache_reset should check all arguments for NULLAlexandra Ellwood2008-03-101-1/+3
* lib/win/Makefile.in: AddedKevin Koch2008-02-2911-35/+268
* Remove stop-here target that stops the buildKevin Koch2008-02-191-1/+1
* Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2008-02-1919-130/+317
* Remove AppleConnect workaround Alexandra Ellwood2008-02-061-13/+0
* Need CCAPI v2 support for WindowsAlexandra Ellwood2008-02-0612-84/+1301
* more eol-styleKen Raeburn2008-02-0521-3074/+3074
* set eol-styleKen Raeburn2008-02-0521-1763/+1763
* Set EOL styleAlexandra Ellwood2008-02-051-83/+83
* CCAPI changes to the mac-specific code to use new kipc changesAlexandra Ellwood2008-01-291-11/+16
* Correct makefile so pingtest buildsKevin Koch2008-01-221-10/+21
* Windows CCAPI snapshot. Should build & pass ping testKevin Koch2008-01-2251-69/+6514
* Windows debug message line endings were already correct; revert cci_debugging.c.Kevin Koch2008-01-223-16/+4
* Make windows debug message line endings match the Mac endings.Kevin Koch2008-01-224-6/+25
* Add ccs_pipe_compareAlexandra Ellwood2008-01-156-2/+39
* Add the CCAPI design sketch to the new directoryKevin Koch2007-12-171-0/+148
* Remove no-longer-needed include of Kerberos.hKevin Koch2007-12-0331-31/+0
* Conditionalize #pragma mark with TARGET_OS_MAC; remove any Windows #pragma di...Kevin Koch2007-11-212-19/+35
* Disable warnings about #pragma markKevin Koch2007-11-202-0/+8
* On Windows, UINT64_MAX isn't defined; get it from k5-platform.hKevin Koch2007-11-151-0/+4
* Use 0 and 1 instead of relying on TRUE/FALSE being defined everywhereKen Raeburn2007-11-011-2/+3
* Conditionalize "#pragma mark" on TARGET_OS_MAC.Ken Raeburn2007-11-0118-20/+114
* On Windows, disable a pragma warning; add comment about what a pipe isKevin Koch2007-10-311-0/+5
* Define htonll, ntohll using k5_ versions if needed. Drop Mac-specific bitsKen Raeburn2007-10-291-8/+4
* Checkpoint some incomplete UNIX makefilesKen Raeburn2007-10-268-0/+303
* Include time.h for time()Alexandra Ellwood2007-10-231-0/+1
* ccs_lock_status_grant_lock granting wrong lockAlexandra Ellwood2007-10-101-18/+17
* cci_array_move not returning correct new positionAlexandra Ellwood2007-10-101-0/+3
* cc_ccache_store_credentials should return ccErrBadCredentialsVersionAlexandra Ellwood2007-10-103-0/+8
* update expected error for cc_initialize with ccapi_version_2 to match new val...Justin Anderson2007-10-101-2/+1
* simple multithreaded locking test for ccapiJustin Anderson2007-10-103-2/+76
* cc_initalize(ccapi_version_2) should return CC_BAD_API_VERSION not CC_NOT_SUPPAlexandra Ellwood2007-10-021-1/+1
* - null params are always expected to result in ccErrBadParam.Justin Anderson2007-10-012-19/+23