summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-261-1/+1
* 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
* 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
* WhitespaceGreg Hudson2011-09-213-77/+80
* Fix string attribute unit testsGreg Hudson2011-09-213-6/+14
* * New implementation to map a gss name to localnameSam Hartman2011-09-217-76/+110
* fix pkinit warningsSam Hartman2011-09-212-7/+7
* Fix typo in pkinit_kdf_test error messageSam Hartman2011-09-211-1/+1
* Add newlines to end of status messagesSam Hartman2011-09-211-2/+2
* If the client offers the alg agility KDF, use itSam Hartman2011-09-217-16/+155
* Reordered pkinit_server_return_padata(), so that the alg-agilitySam Hartman2011-09-211-8/+20
* Add stubs for new pkinit encodersGreg Hudson2011-09-211-1/+19
* Add kadmin functionality for string attributesGreg Hudson2011-09-2120-2/+624
* Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson2011-09-216-1/+321
* Fix asn.1 encoder build without PKINIT supportGreg Hudson2011-09-211-51/+52
* Fix Openssl 1.0 function capitalization in pkinitSam Hartman2011-09-201-2/+2
* Make ASN.1 code build without PKINIT supportGreg Hudson2011-09-191-23/+23
* Make pkinit_kdf_test.c compileGreg Hudson2011-09-191-1/+1
* Formatting fixesGreg Hudson2011-09-1915-288/+296
* reindentSam Hartman2011-09-193-71/+71
* Fix x64 compile issues: remove bufferoverflowu.lib; this is obsoleteSam Hartman2011-09-192-5/+7
* Use closesocket() instead of close() for sockets on WindowsSam Hartman2011-09-191-2/+2
* Fixed some warnings on WindowsSam Hartman2011-09-194-8/+7
* Added util\profile\testmod\Makefile to the list of Makefiles generated on Win...Sam Hartman2011-09-191-1/+3
* Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remov...Sam Hartman2011-09-191-1/+1
* Updated copyright year in a Windows version resourceSam Hartman2011-09-191-1/+1
* Updated command line utilities not to complain about missing getopt() definitionSam Hartman2011-09-196-0/+16
* __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.cSam Hartman2011-09-191-2/+2
* Protect autoconf #defines (HAVE_FOO, et al) in win-mac.h with #ifdef KRB5_PRI...Sam Hartman2011-09-193-1/+7
* On Windows, parse mechanism info from Registry instead of mech fileSam Hartman2011-09-191-169/+351