aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi/server
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu25-1110/+1104
2009-02-18Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn4-2/+171
2009-02-11Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn4-8/+17
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn8-75/+75
2008-10-22Remove ipc message sent on cc_context_releaseAlexandra Ellwood1-22/+2
2008-09-30CCAPI should use common ipc and stream codeAlexandra Ellwood26-368/+228
2008-08-20Add support to send CFNotifications on ccache and cache collection changesAlexandra Ellwood4-0/+129
2008-08-20Notify clients on ccache deletionAlexandra Ellwood3-7/+20
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
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-03-18CCacheServer should track client iteratorsAlexandra Ellwood11-21/+270
2008-03-13Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch1-105/+0
2008-03-10ccs_ccache_reset should check all arguments for NULLAlexandra Ellwood1-1/+3
2008-02-29lib/win/Makefile.in: AddedKevin Koch4-11/+121
2008-02-19Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2-2/+4
2008-02-06Need CCAPI v2 support for WindowsAlexandra Ellwood1-3/+3
2008-02-05set eol-styleKen Raeburn6-502/+502
2008-01-22Windows CCAPI snapshot. Should build & pass ping testKevin Koch12-0/+1995
2008-01-22Make windows debug message line endings match the Mac endings.Kevin Koch1-3/+5
2008-01-15Add ccs_pipe_compareAlexandra Ellwood6-2/+39
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 Raeburn12-12/+88
2007-10-31On Windows, disable a pragma warning; add comment about what a pipe isKevin Koch1-0/+5
2007-10-26Checkpoint some incomplete UNIX makefilesKen Raeburn2-0/+77
2007-10-10ccs_lock_status_grant_lock granting wrong lockAlexandra Ellwood1-18/+17
2007-10-10cc_ccache_store_credentials should return ccErrBadCredentialsVersionAlexandra Ellwood3-0/+8
2007-09-27cc_ccache_set_principal and cc_ccache_get_principal were also ignoring theirAlexandra Ellwood1-36/+99
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
2007-09-18Added additional debugging error checkingAlexandra Ellwood1-2/+4
2007-07-31Implemented and tested cc_ccache_wait_for_change()Alexandra Ellwood4-23/+35
2007-07-25Added callback support for wait_for_change functionsAlexandra Ellwood8-93/+137
2007-07-19Made callback code generic so that change time callbacks can use it as wellAlexandra Ellwood18-325/+717
2007-07-19ccs_pipe_t needs copy and release functionsAlexandra Ellwood4-0/+47
2007-07-12Add #ifdef WIN32 sectionKevin Koch1-1/+7
2007-06-14don't include time.h in CredentialsCache.h if it's not neededAlexandra Ellwood1-0/+2
2007-06-12Add advisory locking to CCAPIAlexandra Ellwood20-393/+793
2007-06-07Removed cross-compilation uses of inline because they don't doAlexandra Ellwood13-143/+143
2007-06-07Removed unused locking codeAlexandra Ellwood2-95/+0
2007-06-04Fixed bugs introduced while moving to krb5 repositoryAlexandra Ellwood4-15/+26
2007-05-31Move CCAPI sources to krb5 repositoryAlexandra Ellwood32-0/+6155