aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Fix more non-prototype functionsArjun11-15/+15
2020-10-22Use PKG_CHECK_MODULES for system library com_errAnonymous Maarten1-1/+1
2020-04-08Fix typos in commentsGreg Hudson4-5/+5
2019-07-30Remove orphaned KfM codeMichael Mattioli11-1615/+0
2019-07-11Fix typosAntoine Cœur2-8/+8
2019-06-07Update HTTP linksMichael Mattioli3-3/+3
2019-04-11Remove Kerberos v4 support vestiges from ccapiRobbie Harwood8-672/+52
2018-09-05Fix name of .pdb file in ccapi/test/Makefile.inGreg Hudson1-1/+1
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood13-168/+8
2018-05-12Remove SCLIB references from Windows buildGreg Hudson1-1/+1
2017-04-20Replace references to OS XMichael Mattioli1-2/+2
2016-11-29Relicense ccapi/common/win/OldCC/autolock.hxxGreg Hudson1-22/+28
2016-07-28Use single-colon rules in makefilesGreg Hudson9-14/+14
2013-10-04Remove OldCC/rpc.cxxBen Kaduk2-80/+0
2013-05-16Fix windows buildBen Kaduk1-19/+10
2012-09-27Add version info for ccapiserver.exeBen Kaduk1-2/+7
2012-09-27Fix typoBen Kaduk1-1/+1
2012-08-29Do not emit debug printfs under NODEBUGBen Kaduk1-0/+2
2012-08-29Clean out dead code from ccapiKevin Wasserman2-39/+0
2012-08-29Fix KfW thread-local storage allocation issuesKevin Wasserman2-12/+23
2012-08-29Add version info for ccapi dllKevin Wasserman1-2/+7
2012-08-29CCAPI client rpc fixesKevin Wasserman4-24/+24
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 Yu9-72/+101
2011-12-12kfw fixes: ccapiserver only quits after all clients detachTom Yu3-6/+14
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-12-12Make ccapiserver exit if its receiveloop thread terminates for any reasonTom Yu2-2/+10
2011-12-12fix warning in test_cc_credentials_iterator_next.cTom Yu1-0/+1
2011-12-12windows ccapiserver: replace Sleep with event waitTom Yu5-10/+52
2011-09-28Fix line endingsSam Hartman1-1/+1
2011-09-28Windows fix ccapi/test "make clean" to clean copied source intermediatesSam Hartman1-0/+2
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 Hartman3-18/+15
2011-09-28Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman8-18/+23
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 Hudson91-182/+91
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson8-36/+8
2010-11-25Fix Windows buildGreg Hudson15-1560/+1531
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 Hudson10-91/+75
2009-10-31make mark-cstyleTom Yu115-3706/+3663
2009-02-18Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn13-12/+279
2009-02-11Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn6-11/+20
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn20-260/+260
2008-10-22Remove ipc message sent on cc_context_releaseAlexandra Ellwood4-34/+17
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 Ellwood58-1683/+564
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