summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix incorrect formatting of KDF fields, no substantive changeSam Hartman2011-10-051-2/+2
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-0517-311/+220
* Fix initialization and pointer bugs in new codeGreg Hudson2011-10-042-3/+6
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-0422-261/+181
* Improve k5_get_os_entropy for WindowsGreg Hudson2011-10-041-1/+2
* Fix a Fortuna PRNG failure caseGreg Hudson2011-10-031-1/+3
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-037-214/+317
* Make check_padata() respond via a callbackGreg Hudson2011-10-033-421/+514
* Make do_as_req() respond via a callbackGreg Hudson2011-10-033-42/+80
* Make dispatch() respond via a callbackGreg Hudson2011-10-035-174/+225
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-0210-26/+26
* Revert r25288 because it can remove parts of the source treeTom Yu2011-09-291-11/+3
* Allow kdc_realm test run in case when the build and source directories are di...Zhanna Tsitkov2011-09-291-2/+8
* git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25287 dc483132-0cff-0310-8789-dd...Zhanna Tsitkov2011-09-291-1/+1
* Include Domain Realm Referrals (per http://k5wiki.kerberos.org/wiki/Projects/...Zhanna Tsitkov2011-09-293-2/+4
* Revert r25274 and just don't include sys/cdefs.hGreg Hudson2011-09-282-4/+2
* Fix line endingsSam Hartman2011-09-281-1/+1
* Installer wip. Actually builds semi-functional kfw.msiSam Hartman2011-09-289-725/+328
* Windows "make install" fixesSam Hartman2011-09-281-7/+15
* Moved Windows specific include files to src/windows/includeSam Hartman2011-09-2819-5/+7
* Initial import of KFW 3.2.2 Leash32 codeSam Hartman2011-09-28106-0/+16832
* Windows fix: no longer building gss.exe, so don't try to install itSam Hartman2011-09-281-1/+0
* Remove windows/gss from buildSam Hartman2011-09-2812-2144/+1
* Windows fix: Add resource macros for kswitch appSam Hartman2011-09-281-0/+7
* 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