summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some warnings and Windows 64 portability issues in the leash executableSam Hartman2011-10-146-20/+22
* Fixed some warnings in libwinSam Hartman2011-10-143-10/+10
* Updated resource file dependencies for leashdllSam Hartman2011-10-141-1/+1
* re-remove windows/gss from windows buildSam Hartman2011-10-141-4/+2
* Fix windows fork detectionSam Hartman2011-10-141-6/+10
* Add "-dce" commandline option to gss-client.c to set GSS_C_DCE_STYLE flagSam Hartman2011-10-143-1/+9
* Use gssalloc memory management where appropriateSam Hartman2011-10-1417-106/+112
* Utility functions to move allocations from k5buf/krb5_data to gss_buffer_tSam Hartman2011-10-142-1/+66
* Add new header gssapi_alloc.hSam Hartman2011-10-147-4/+74
* Simplify gss_indicate_mechs() by using generic_gss_copy_oid_setSam Hartman2011-10-141-52/+3
* Removed unused macrosZhanna Tsitkov2011-10-143-13/+0
* Add PKINIT NSS supportGreg Hudson2011-10-137-5/+5370
* Fix the doxygen comments for krb5_pac_signZhanna Tsitkov2011-10-121-6/+6
* Make krb5_pac_sign publicGreg Hudson2011-10-126-26/+35
* Documentation pass over preauth_plugin.hGreg Hudson2011-10-121-38/+37
* Fix a memory leak in make_gss_checksumGreg Hudson2011-10-071-0/+1
* Minor cleanups to encrypted challengeGreg Hudson2011-10-072-56/+50
* Use built-in modules for encrypted timestampGreg Hudson2011-10-079-80/+306
* Add get_string, free_string kdcpreauth callbacksGreg Hudson2011-10-062-0/+25
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-068-75/+18
* Initialize localname on error in gss_localnameGreg Hudson2011-10-061-4/+5
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-0611-524/+238
* Remove edata code in sample preauth pluginsGreg Hudson2011-10-052-44/+3
* Replace gss_pname_to_uid with gss_localname in gss-server.cSam Hartman2011-10-051-5/+5
* Replace gss_pname_to_uid with gss_localname in gssapi32.defSam Hartman2011-10-051-1/+1
* Don't need to check for fork on windowsSam Hartman2011-10-051-3/+8
* 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