summaryrefslogtreecommitdiffstats
path: root/src/ccapi/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove OldCC/rpc.cxxBen Kaduk2013-10-042-80/+0
* Fix windows buildBen Kaduk2013-05-161-19/+10
* Fix typoBen Kaduk2012-09-271-1/+1
* Fix KfW thread-local storage allocation issuesKevin Wasserman2012-08-291-11/+16
* Add version info for ccapi dllKevin Wasserman2012-08-291-2/+7
* CCAPI client rpc fixesKevin Wasserman2012-08-292-24/+18
* Fix leak in cci_os_ipc_thread_init()Kevin Wasserman2012-08-231-0/+1
* Split cci_thread_init into per-process and per-thread portionsTom Yu2011-12-128-70/+92
* windows ccapi: use a random challenge to authenticate ccapiserverTom Yu2011-12-121-2/+38
* windows ccapi: launch server without console by defaultTom Yu2011-12-121-5/+6
* Windows fix: correct ENTRYPOINT for 32 bit buildSam Hartman2011-09-281-1/+1
* Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows buildsSam Hartman2011-09-281-13/+13
* Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2011-09-282-4/+9
* Fix x64 compile issues: remove bufferoverflowu.lib; this is obsoleteSam Hartman2011-09-191-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0924-48/+24
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-282-2/+2
* Fix Windows buildGreg Hudson2010-11-257-26/+1
* Set svn:eol-style on some Windows files and remove the CRs from theirGreg Hudson2010-11-234-263/+260
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-223-31/+27
* make mark-cstyleTom Yu2009-10-3115-757/+752
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-186-8/+107
* Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn2009-02-111-2/+2
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-098-108/+108
* Remove ipc message sent on cc_context_releaseAlexandra Ellwood2008-10-222-11/+14
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-4/+2
* CCAPI should use common ipc and stream codeAlexandra Ellwood2008-09-3016-407/+187
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-301-0/+6
* Removed argument from kipc_client_lookup_serverAlexandra Ellwood2008-09-261-3/+2
* CCAPI should only use one pthread keyAlexandra Ellwood2008-09-048-15/+58
* CCAPI is leaking mach portsAlexandra Ellwood2008-08-221-2/+6
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* cci_credentials_iterator_release using wrong message IDAlexandra Ellwood2008-06-181-1/+1
* Generate ccapi.def export list from V2, V3, debug lists. It is no longer a f...Kevin Koch2008-03-203-39/+21
* cc_ccache_iterator_release, cc_credentials_iterator leak server memoryAlexandra Ellwood2008-03-142-0/+31
* Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch2008-03-132-116/+1
* Invalid assignment while trying to set input to NULLAlexandra Ellwood2008-03-131-1/+5
* removed unused header file inclusion CoreFoundation.hAlexandra Ellwood2008-03-131-5/+0
* Fixed error code remappingAlexandra Ellwood2008-03-101-5/+29
* cc_remove_cred should only remove one credAlexandra Ellwood2008-03-101-8/+8
* cc_set_principal should return error on bad cred versionAlexandra Ellwood2008-03-101-0/+9
* Fix pointer cast in cc_seq_fetch_NCs_endAlexandra Ellwood2008-03-101-3/+3
* lib/win/Makefile.in: AddedKevin Koch2008-02-293-11/+120
* Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2008-02-195-91/+23
* Remove AppleConnect workaround Alexandra Ellwood2008-02-061-13/+0
* Need CCAPI v2 support for WindowsAlexandra Ellwood2008-02-069-60/+855
* more eol-styleKen Raeburn2008-02-055-1156/+1156
* set eol-styleKen Raeburn2008-02-054-487/+487
* CCAPI changes to the mac-specific code to use new kipc changesAlexandra Ellwood2008-01-291-11/+16
* Windows CCAPI snapshot. Should build & pass ping testKevin Koch2008-01-2212-0/+1894
* Windows debug message line endings were already correct; revert cci_debugging.c.Kevin Koch2008-01-222-7/+1