summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Style policeGreg Hudson2011-10-171-2/+1
* gssalloc-related fixes to naming_exts.cSam Hartman2011-10-171-28/+31
* RFC 4120 says that we should not canonicalize using DNS. We cannot getSam Hartman2011-10-171-4/+3
* Allow rd_priv/rd_safe without remote addressGreg Hudson2011-10-153-12/+18
* Rename PAC type constants to avoid conflictsGreg Hudson2011-10-152-29/+46
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-154-89/+69
* make dependTom Yu2011-10-146-492/+525
* Untabify a recent gssapi_alloc.h changeGreg Hudson2011-10-141-1/+2
* Fix gssapi_strdupSam Hartman2011-10-141-7/+3
* gssalloc memory management for gss_buffer_setSam Hartman2011-10-143-9/+26
* build profile dll (xpprof32/64.dll) on windowsSam Hartman2011-10-141-1/+1
* Fix windows fork detectionSam Hartman2011-10-141-6/+10
* Use gssalloc memory management where appropriateSam Hartman2011-10-1416-65/+66
* 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-143-1/+67
* Simplify gss_indicate_mechs() by using generic_gss_copy_oid_setSam Hartman2011-10-141-52/+3
* Removed unused macrosZhanna Tsitkov2011-10-142-6/+0
* Make krb5_pac_sign publicGreg Hudson2011-10-124-17/+14
* Fix a memory leak in make_gss_checksumGreg Hudson2011-10-071-0/+1
* Minor cleanups to encrypted challengeGreg Hudson2011-10-071-34/+26
* Use built-in modules for encrypted timestampGreg Hudson2011-10-074-80/+147
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-062-5/+3
* Initialize localname on error in gss_localnameGreg Hudson2011-10-061-4/+5
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-062-108/+27
* 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
* gss_unwrap_iov crashes with stream buffers for 3des, des, rc4Sam Hartman2011-10-051-1/+5
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-052-3/+0
* Fix initialization and pointer bugs in new codeGreg Hudson2011-10-041-2/+4
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-043-5/+6
* Improve k5_get_os_entropy for WindowsGreg Hudson2011-10-041-1/+2
* Fix a Fortuna PRNG failure caseGreg Hudson2011-10-031-1/+3
* Make dispatch() respond via a callbackGreg Hudson2011-10-031-134/+191
* Windows fixes: remove unreferenced; use sizeof to compute array sizeSam Hartman2011-09-281-2/+1
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-283-3/+3
* Eliminate domain-based client realm walkGreg Hudson2011-09-282-26/+50
* Fix an error case in encrypted timestamp preauthGreg Hudson2011-09-271-3/+1
* Update dependenciesEzra Peisach2011-09-261-0/+12
* 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-242-17/+7
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-234-3/+200
* 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-216-75/+106
* If the client offers the alg agility KDF, use itSam Hartman2011-09-211-1/+1
* Add stubs for new pkinit encodersGreg Hudson2011-09-211-1/+19
* Add kadmin functionality for string attributesGreg Hudson2011-09-2110-0/+278