summaryrefslogtreecommitdiff
path: root/src/ccapi
Commit message (Expand)AuthorAgeFilesLines
* Use PKG_CHECK_MODULES for system library com_errAnonymous Maarten2020-10-221-1/+1
* Fix typos in commentsGreg Hudson2020-04-084-5/+5
* Remove orphaned KfM codeMichael Mattioli2019-07-3011-1615/+0
* Fix typosAntoine Cœur2019-07-112-8/+8
* Update HTTP linksMichael Mattioli2019-06-073-3/+3
* Remove Kerberos v4 support vestiges from ccapiRobbie Harwood2019-04-118-672/+52
* Fix name of .pdb file in ccapi/test/Makefile.inGreg Hudson2018-09-051-1/+1
* Eliminate preprocessor-disabled dead codeRobbie Harwood2018-07-1813-168/+8
* Remove SCLIB references from Windows buildGreg Hudson2018-05-121-1/+1
* Replace references to OS XMichael Mattioli2017-04-201-2/+2
* Relicense ccapi/common/win/OldCC/autolock.hxxGreg Hudson2016-11-291-22/+28
* Use single-colon rules in makefilesGreg Hudson2016-07-289-14/+14
* Remove OldCC/rpc.cxxBen Kaduk2013-10-042-80/+0
* Fix windows buildBen Kaduk2013-05-161-19/+10
* Add version info for ccapiserver.exeBen Kaduk2012-09-271-2/+7
* Fix typoBen Kaduk2012-09-271-1/+1
* 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-292-12/+23
* Add version info for ccapi dllKevin Wasserman2012-08-291-2/+7
* CCAPI client rpc fixesKevin Wasserman2012-08-294-24/+24
* 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-129-72/+101
* kfw fixes: ccapiserver only quits after all clients detachTom Yu2011-12-123-6/+14
* 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
* Make ccapiserver exit if its receiveloop thread terminates for any reasonTom Yu2011-12-122-2/+10
* fix warning in test_cc_credentials_iterator_next.cTom Yu2011-12-121-0/+1
* windows ccapiserver: replace Sleep with event waitTom Yu2011-12-125-10/+52
* Fix line endingsSam Hartman2011-09-281-1/+1
* Windows fix ccapi/test "make clean" to clean copied source intermediatesSam Hartman2011-09-281-0/+2
* 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-283-18/+15
* Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2011-09-288-18/+23
* 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-0991-182/+91
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-288-36/+8
* Fix Windows buildGreg Hudson2010-11-2515-1560/+1531
* 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-2210-91/+75
* make mark-cstyleTom Yu2009-10-31115-3706/+3663
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-1813-12/+279
* Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn2009-02-116-11/+20
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-0920-260/+260
* Remove ipc message sent on cc_context_releaseAlexandra Ellwood2008-10-224-34/+17
* 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-3058-1683/+564
* 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