summaryrefslogtreecommitdiffstats
path: root/src/ccapi/server/win
Commit message (Expand)AuthorAgeFilesLines
* Add version info for ccapiserver.exeBen Kaduk2012-09-271-2/+7
* kfw fixes: ccapiserver only quits after all clients detachTom Yu2011-12-121-6/+5
* Make ccapiserver exit if its receiveloop thread terminates for any reasonTom Yu2011-12-121-1/+8
* windows ccapiserver: replace Sleep with event waitTom Yu2011-12-125-10/+52
* Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2011-09-284-12/+12
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-095-10/+5
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-256-1506/+1506
* make mark-cstyleTom Yu2009-10-315-21/+20
* Some updates to compile and link on Windows, with recent CCAPI changesKen Raeburn2009-02-114-8/+17
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-093-14/+14
* CCAPI should use common ipc and stream codeAlexandra Ellwood2008-09-306-29/+29
* Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch2008-03-131-105/+0
* lib/win/Makefile.in: AddedKevin Koch2008-02-294-11/+121
* Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2008-02-192-2/+4
* set eol-styleKen Raeburn2008-02-056-502/+502
* Windows CCAPI snapshot. Should build & pass ping testKevin Koch2008-01-2212-0/+1995