aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi/lib
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Use single-colon rules in makefilesGreg Hudson3-5/+5
2013-10-04Remove OldCC/rpc.cxxBen Kaduk2-80/+0
2013-05-16Fix windows buildBen Kaduk1-19/+10
2012-09-27Fix typoBen Kaduk1-1/+1
2012-08-29Fix KfW thread-local storage allocation issuesKevin Wasserman1-11/+16
2012-08-29Add version info for ccapi dllKevin Wasserman1-2/+7
2012-08-29CCAPI client rpc fixesKevin Wasserman2-24/+18
2012-08-23Fix leak in cci_os_ipc_thread_init()Kevin Wasserman1-0/+1
2011-12-12Split cci_thread_init into per-process and per-thread portionsTom Yu8-70/+92
2011-12-12windows ccapi: use a random challenge to authenticate ccapiserverTom Yu1-2/+38
2011-12-12windows ccapi: launch server without console by defaultTom Yu1-5/+6
2011-09-28Windows fix: correct ENTRYPOINT for 32 bit buildSam Hartman1-1/+1
2011-09-28Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows buildsSam Hartman1-13/+13
2011-09-28Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2-4/+9
2011-09-19Fix x64 compile issues: remove bufferoverflowu.lib; this is obsoleteSam Hartman1-1/+1
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson24-48/+24
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2-2/+2
2010-11-25Fix Windows buildGreg Hudson7-26/+1
2010-11-23Set svn:eol-style on some Windows files and remove the CRs from theirGreg Hudson4-263/+260
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson3-31/+27
2009-10-31make mark-cstyleTom Yu15-757/+752
2009-02-18Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn6-8/+107
2009-02-11Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn1-2/+2
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn8-108/+108
2008-10-22Remove ipc message sent on cc_context_releaseAlexandra Ellwood2-11/+14
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-4/+2
2008-09-30CCAPI should use common ipc and stream codeAlexandra Ellwood16-407/+187
2008-09-30krb5 library-side changes for com_err based error stringsAlexandra Ellwood1-0/+6
2008-09-26Removed argument from kipc_client_lookup_serverAlexandra Ellwood1-3/+2
2008-09-04CCAPI should only use one pthread keyAlexandra Ellwood8-15/+58
2008-08-22CCAPI is leaking mach portsAlexandra Ellwood1-2/+6
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-06-18cci_credentials_iterator_release using wrong message IDAlexandra Ellwood1-1/+1
2008-03-20Generate ccapi.def export list from V2, V3, debug lists. It is no longer a f...Kevin Koch3-39/+21
2008-03-14cc_ccache_iterator_release, cc_credentials_iterator leak server memoryAlexandra Ellwood2-0/+31
2008-03-13Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch2-116/+1
2008-03-13Invalid assignment while trying to set input to NULLAlexandra Ellwood1-1/+5
2008-03-13removed unused header file inclusion CoreFoundation.hAlexandra Ellwood1-5/+0
2008-03-10Fixed error code remappingAlexandra Ellwood1-5/+29
2008-03-10cc_remove_cred should only remove one credAlexandra Ellwood1-8/+8
2008-03-10cc_set_principal should return error on bad cred versionAlexandra Ellwood1-0/+9
2008-03-10Fix pointer cast in cc_seq_fetch_NCs_endAlexandra Ellwood1-3/+3
2008-02-29lib/win/Makefile.in: AddedKevin Koch3-11/+120
2008-02-19Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch5-91/+23
2008-02-06Remove AppleConnect workaround Alexandra Ellwood1-13/+0
2008-02-06Need CCAPI v2 support for WindowsAlexandra Ellwood9-60/+855
2008-02-05more eol-styleKen Raeburn5-1156/+1156
2008-02-05set eol-styleKen Raeburn4-487/+487
2008-01-29CCAPI changes to the mac-specific code to use new kipc changesAlexandra Ellwood1-11/+16
2008-01-22Windows CCAPI snapshot. Should build & pass ping testKevin Koch12-0/+1894