summaryrefslogtreecommitdiffstats
path: root/src/ccapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cc_ccache_set_principal and cc_ccache_get_principal were also ignoring theirAlexandra Ellwood2007-09-272-37/+114
* Include missing fileJustin Anderson2007-09-251-0/+57
* Update ccapi tests to work at new location in krb5 tree. Also, test for platf...Justin Anderson2007-09-259-12/+14
* cc_ccache_set_principal always returns error 227Alexandra Ellwood2007-09-251-1/+1
* Removed extra newlineAlexandra Ellwood2007-09-211-1/+0
* Fixed bug where the lock list was getting corrupted when upgrading or Alexandra Ellwood2007-09-182-46/+87
* use ccs_callback_release() to free ccs_callback_tAlexandra Ellwood2007-09-181-1/+1
* Added sanity checking so we can't dereference NULL trying to call a callbackAlexandra Ellwood2007-09-181-2/+7
* Added additional debugging error checkingAlexandra Ellwood2007-09-181-2/+4
* cci_array_move should work when the source and dest positions are equalAlexandra Ellwood2007-09-181-1/+2
* Implemented and tested cc_ccache_wait_for_change()Alexandra Ellwood2007-07-315-23/+36
* Added callback support for wait_for_change functionsAlexandra Ellwood2007-07-2513-108/+186
* Made callback code generic so that change time callbacks can use it as wellAlexandra Ellwood2007-07-1920-343/+736
* ccs_pipe_t needs copy and release functionsAlexandra Ellwood2007-07-194-0/+47
* Filled in dummy descriptions. Also, no longer errors out of test with ccItera...Justin Anderson2007-07-121-4/+4
* Add #ifdef WIN32 sectionKevin Koch2007-07-121-1/+7
* #include of Kerberos.h removed. It can't work on Windows and looks like its ...Kevin Koch2007-07-121-1/+0
* Added dummy Description arguments where needed. Compiles on Windows nowKevin Koch2007-07-121-5/+9
* Added dummy Description arguments where needed. Compiles on Windows nowKevin Koch2007-07-121-101/+109
* TargetVersion: 1.7Kevin Koch2007-07-1110-302/+311
* don't include time.h in CredentialsCache.h if it's not neededAlexandra Ellwood2007-06-142-9/+10
* Disable warnings about #pragma mark - in the right place this timeKevin Koch2007-06-142-2/+1
* Disable warnings about #pragma markKevin Koch2007-06-142-7/+11
* Add advisory locking to CCAPIAlexandra Ellwood2007-06-1220-393/+793
* Removed cross-compilation uses of inline because they don't doAlexandra Ellwood2007-06-0721-153/+153
* Removed unused locking codeAlexandra Ellwood2007-06-072-95/+0
* Only use __attribute__ on GNUC compilersAlexandra Ellwood2007-06-051-1/+5
* Fixed bugs introduced while moving to krb5 repositoryAlexandra Ellwood2007-06-044-15/+26
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-31129-0/+18350