summaryrefslogtreecommitdiffstats
path: root/src/ccapi/server
Commit message (Expand)AuthorAgeFilesLines
* Add version info for ccapiserver.exeBen Kaduk2012-09-271-2/+7
* kfw fixes: ccapiserver only quits after all clients detachTom Yu2011-12-123-6/+14
* Make ccapiserver exit if its receiveloop thread terminates for any reasonTom Yu2011-12-121-1/+8
* windows ccapiserver: replace Sleep with event waitTom Yu2011-12-125-10/+52
* Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2011-09-284-12/+12
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0941-82/+41
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-283-3/+3
* Fix Windows buildGreg Hudson2010-11-256-1506/+1506
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-223-46/+42
* make mark-cstyleTom Yu2009-10-3125-1110/+1104
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-184-2/+171
* Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn2009-02-114-8/+17
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-098-75/+75
* Remove ipc message sent on cc_context_releaseAlexandra Ellwood2008-10-221-22/+2
* CCAPI should use common ipc and stream codeAlexandra Ellwood2008-09-3026-368/+228
* Add support to send CFNotifications on ccache and cache collection changesAlexandra Ellwood2008-08-204-0/+129
* Notify clients on ccache deletionAlexandra Ellwood2008-08-203-7/+20
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* CCAPI side of the patchAlexandra Ellwood2008-07-171-23/+30
* CCacheServer crashes iterating over creds which have been destroyedAlexandra Ellwood2008-07-101-7/+4
* Don't print spurious errors to debug logsAlexandra Ellwood2008-07-092-6/+8
* Add EnableTransactions launchd option to CCacheServerAlexandra Ellwood2008-07-071-0/+2
* Add new launchd flags to CCacheServer plist fileAlexandra Ellwood2008-06-251-0/+9
* CCacheServer should track client iteratorsAlexandra Ellwood2008-03-1811-21/+270
* Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch2008-03-131-105/+0
* ccs_ccache_reset should check all arguments for NULLAlexandra Ellwood2008-03-101-1/+3
* lib/win/Makefile.in: AddedKevin Koch2008-02-294-11/+121
* Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2008-02-192-2/+4
* Need CCAPI v2 support for WindowsAlexandra Ellwood2008-02-061-3/+3
* set eol-styleKen Raeburn2008-02-056-502/+502
* Windows CCAPI snapshot. Should build & pass ping testKevin Koch2008-01-2212-0/+1995
* Make windows debug message line endings match the Mac endings.Kevin Koch2008-01-221-3/+5
* Add ccs_pipe_compareAlexandra Ellwood2008-01-156-2/+39
* 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