summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows fix: add sys/cdefs.h to AC_CHECK_HEADERS and use guard macroSam Hartman2011-09-282-2/+3
* Windows fixes: enable DNS lookups; turn on KDC lookup by defaultSam Hartman2011-09-2824-8/+18
* Windows fixes: remove unreferenced; use sizeof to compute array sizeSam Hartman2011-09-281-2/+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-282-5/+2
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-283-3/+3
* Windows fix: add kswitch Makefile to WINMAKEFILES and rule to build itSam Hartman2011-09-281-0/+3
* Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows buildsSam Hartman2011-09-286-22/+19
* Added Windows 64 DLL CCAPI DLL nameSam Hartman2011-09-281-0/+4
* Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).Sam Hartman2011-09-288-18/+23
* Build with USE_LEASH=1 unconditionallySam Hartman2011-09-281-2/+0
* Added /EHsc compiler flag for C++ exception handling on WindowsSam Hartman2011-09-281-1/+1
* Added CCLIB Makefile definition on Windows to hold import library for CCAPISam Hartman2011-09-281-0/+2
* Updated dependencies for the resource fileSam Hartman2011-09-281-2/+1
* Rationalized versioning resources and made KFW versions independent from non ...Sam Hartman2011-09-282-27/+93
* Removed unused version.rcSam Hartman2011-09-281-8/+0
* Enabled unconditional build of kfwlogon on WindowsSam Hartman2011-09-287-9/+416
* Moved LoadFuncs/UnloadFuncs() to windows/libSam Hartman2011-09-287-80/+9
* Removed code protected by NO_KRB4, eliminated warnings about unused variablesSam Hartman2011-09-281-99/+0
* Eliminated lots of warnings about not typecasting char * to wchar_t *Sam Hartman2011-09-283-9/+8
* Disable AFS related code for nowSam Hartman2011-09-281-0/+7
* Updated a textual resource to match the .rc file includeSam Hartman2011-09-281-1/+1
* Fixed resource file compilation in leashdllSam Hartman2011-09-283-5/+16
* Removed code protected by NO_KRB4Sam Hartman2011-09-284-779/+6
* if krb5_get_default_config_files() returns success andSam Hartman2011-09-281-1/+1
* If the KRB5CCNAME variable gets set to the empty stringSam Hartman2011-09-281-13/+21
* miscellaneous leash32.dll correctionsSam Hartman2011-09-285-26/+53
* increase stack buffer size for res_query resultSam Hartman2011-09-281-1/+1
* Add missing prototypes; always use ANSI prototypesSam Hartman2011-09-282-9/+4
* Initial update to KFW related source to build with K5 1.9 on WindowsSam Hartman2011-09-2819-141/+221
* Add new krb5 exported functions to loadfuncsSam Hartman2011-09-281-0/+21
* Added leashdll/wshelper related files from KFWSam Hartman2011-09-2859-0/+18507
* win-mac.h additions for windows buildSam Hartman2011-09-281-1/+1
* Eliminate domain-based client realm walkGreg Hudson2011-09-283-26/+54
* Update verto.c to 2011-09-28 versionGreg Hudson2011-09-281-8/+15
* Fix an error case in encrypted timestamp preauthGreg Hudson2011-09-271-3/+1
* Documentation - Updated the API list with the new interfaces. Zhanna Tsitkov2011-09-263-21/+28
* Make the comments usable by DoxygenZhanna Tsitkov2011-09-261-3/+3
* Remove CFLAGS and external deps from krb5-config --libsGreg Hudson2011-09-261-2/+6
* Update dependenciesEzra Peisach2011-09-263-5/+50
* Move static function prototypes from header to individual file so headerEzra Peisach2011-09-262-132/+133
* Remove variables set but not usedEzra Peisach2011-09-263-7/+2
* Remove the correct execuatble and object file on make cleanEzra Peisach2011-09-261-1/+1
* Eliminate union in net-server.c struct connectionGreg Hudson2011-09-241-105/+104
* Fix krb5_dbe_get_strings error handlingGreg Hudson2011-09-241-8/+12
* Don't use accessor in encrypted challengeGreg Hudson2011-09-244-44/+17
* Remove empty src/preauth/encrypted_challenge dirGreg Hudson2011-09-230-0/+0
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-2314-226/+301
* Support special salt type in default krb5_dbe_cpwGreg Hudson2011-09-221-0/+36
* Improve mk_safe/mk_priv cleanup slightlyGreg Hudson2011-09-222-12/+16