summaryrefslogtreecommitdiffstats
path: root/src/ccapi/server
Commit message (Expand)AuthorAgeFilesLines
* 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-0112-12/+88
* On Windows, disable a pragma warning; add comment about what a pipe isKevin Koch2007-10-311-0/+5
* Checkpoint some incomplete UNIX makefilesKen Raeburn2007-10-262-0/+77
* ccs_lock_status_grant_lock granting wrong lockAlexandra Ellwood2007-10-101-18/+17
* cc_ccache_store_credentials should return ccErrBadCredentialsVersionAlexandra Ellwood2007-10-103-0/+8
* cc_ccache_set_principal and cc_ccache_get_principal were also ignoring theirAlexandra Ellwood2007-09-271-36/+99
* 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
* Implemented and tested cc_ccache_wait_for_change()Alexandra Ellwood2007-07-314-23/+35
* Added callback support for wait_for_change functionsAlexandra Ellwood2007-07-258-93/+137
* Made callback code generic so that change time callbacks can use it as wellAlexandra Ellwood2007-07-1918-325/+717
* ccs_pipe_t needs copy and release functionsAlexandra Ellwood2007-07-194-0/+47
* Add #ifdef WIN32 sectionKevin Koch2007-07-121-1/+7
* don't include time.h in CredentialsCache.h if it's not neededAlexandra Ellwood2007-06-141-0/+2
* Add advisory locking to CCAPIAlexandra Ellwood2007-06-1220-393/+793
* Removed cross-compilation uses of inline because they don't doAlexandra Ellwood2007-06-0713-143/+143
* Removed unused locking codeAlexandra Ellwood2007-06-072-95/+0
* Fixed bugs introduced while moving to krb5 repositoryAlexandra Ellwood2007-06-044-15/+26
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-3132-0/+6155