summaryrefslogtreecommitdiffstats
path: root/src/ccapi/common
Commit message (Expand)AuthorAgeFilesLines
* Do not emit debug printfs under NODEBUGBen Kaduk2012-08-291-0/+2
* Clean out dead code from ccapiKevin Wasserman2012-08-292-39/+0
* Fix KfW thread-local storage allocation issuesKevin Wasserman2012-08-291-1/+7
* CCAPI client rpc fixesKevin Wasserman2012-08-292-0/+6
* Split cci_thread_init into per-process and per-thread portionsTom Yu2011-12-121-2/+9
* Make ccapiserver exit if its receiveloop thread terminates for any reasonTom Yu2011-12-121-1/+2
* Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows buildsSam Hartman2011-09-281-3/+0
* Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2011-09-282-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0926-52/+26
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-282-2/+2
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-10/+6
* make mark-cstyleTom Yu2009-10-3114-433/+429
* Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn2009-02-111-1/+1
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-094-77/+77
* Remove ipc message sent on cc_context_releaseAlexandra Ellwood2008-10-221-1/+1
* CCAPI should use common ipc and stream codeAlexandra Ellwood2008-09-3016-908/+149
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* CCacheServer should track client iteratorsAlexandra Ellwood2008-03-181-10/+9
* 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
* lib/win/Makefile.in: AddedKevin Koch2008-02-291-2/+4
* Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2008-02-195-11/+55
* Need CCAPI v2 support for WindowsAlexandra Ellwood2008-02-062-21/+443
* more eol-styleKen Raeburn2008-02-0514-1696/+1696
* set eol-styleKen Raeburn2008-02-0510-666/+666
* Windows CCAPI snapshot. Should build & pass ping testKevin Koch2008-01-2224-0/+2369
* Windows debug message line endings were already correct; revert cci_debugging.c.Kevin Koch2008-01-221-9/+3
* Make windows debug message line endings match the Mac endings.Kevin Koch2008-01-221-3/+9
* 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
* Conditionalize "#pragma mark" on TARGET_OS_MAC.Ken Raeburn2007-11-013-5/+11
* Define htonll, ntohll using k5_ versions if needed. Drop Mac-specific bitsKen Raeburn2007-10-291-8/+4
* Checkpoint some incomplete UNIX makefilesKen Raeburn2007-10-262-0/+82
* Include time.h for time()Alexandra Ellwood2007-10-231-0/+1
* cci_array_move not returning correct new positionAlexandra Ellwood2007-10-101-0/+3
* cci_array_move should work when the source and dest positions are equalAlexandra Ellwood2007-09-181-1/+2
* Added callback support for wait_for_change functionsAlexandra Ellwood2007-07-253-10/+4
* Made callback code generic so that change time callbacks can use it as wellAlexandra Ellwood2007-07-192-18/+19
* don't include time.h in CredentialsCache.h if it's not neededAlexandra Ellwood2007-06-141-9/+8
* Disable warnings about #pragma mark - in the right place this timeKevin Koch2007-06-141-0/+1
* Disable warnings about #pragma markKevin Koch2007-06-141-7/+9
* Removed cross-compilation uses of inline because they don't doAlexandra Ellwood2007-06-076-8/+8
* Only use __attribute__ on GNUC compilersAlexandra Ellwood2007-06-051-1/+5
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-3122-0/+2901