summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add krb5int_gettimeofday to k5sprt for platforms w/o native gettimeofdaySam Hartman2011-10-054-1/+127
* gss_unwrap_iov crashes with stream buffers for 3des, des, rc4Sam Hartman2011-10-051-1/+5
* From: Sam Hartman <hartmans@debian.org>Sam Hartman2011-10-051-0/+2
* Add tests to pkinit_kdf_test to test SHA-256/AES and SHA-512/DES3Sam Hartman2011-10-051-14/+113
* Make alg agility KDF work properly when the hash length differs from the key ...Sam Hartman2011-10-051-4/+10
* Clean up unused constantsSam Hartman2011-10-051-3/+0
* Make pkinit fall back to octetstring2key() if there are not matching KDFsSam Hartman2011-10-051-7/+5
* Treat the client's list of supported KDFs as an unordered listSam Hartman2011-10-051-4/+5
* Make KDF work when length of random data differs from length of hashSam Hartman2011-10-051-16/+9
* 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