summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-2761-704/+486
* Remove nonexistent aes_ctr from object and source file lists inGreg Hudson2011-02-271-3/+0
* Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2011-02-272-8/+11
* Namespace-protect SHA-256 symbols. Build SHA-256 code independently ofGreg Hudson2011-02-258-92/+68
* Add Fortuna test program to file list for dependency generationGreg Hudson2011-02-252-9/+23
* Add a non-default PRNG module which just retrieves entropy fromGreg Hudson2011-02-251-0/+94
* Remove some unnecessary includes from prng_fortuna.cGreg Hudson2011-02-251-2/+0
* Make dependGreg Hudson2011-02-2555-1754/+1595
* Now that all PRNG modules fit nicely into a single source file,Greg Hudson2011-02-2519-326/+150
* Remove Yarrow PRNG implementationGreg Hudson2011-02-2530-2916/+6
* A couple more Windows build system adjustments for Fortuna as defaultGreg Hudson2011-02-252-2/+8
* Add a stubs file missing from r24656Greg Hudson2011-02-251-0/+68
* Make Fortuna the default PRNG for the Windows buildGreg Hudson2011-02-252-2/+2
* Unbreak the OpenSSL and NSS crypto builds in the wake of r24652Greg Hudson2011-02-2411-79/+119
* Fix dangling Makefile reference after r24652Greg Hudson2011-02-241-1/+1
* Make dependGreg Hudson2011-02-241-9/+6
* Make Fortuna the default PRNG algorithmGreg Hudson2011-02-241-13/+3
* Fortuna as default PRNGGreg Hudson2011-02-2412-839/+497
* Remember to free the result of getaddrinfo() in the new sendto_kdcGreg Hudson2011-02-231-0/+1
* Fix memory leak in t_expire_warnEzra Peisach2011-02-231-0/+1
* Fix a memory leak introduced in r23926 where k_cred was not freed onGreg Hudson2011-02-221-30/+24
* Don't leak the mechanism internal context when we get an error in theGreg Hudson2011-02-221-1/+6
* Delete kinit_kdb.o in make cleanTom Yu2011-02-221-1/+1
* Fix a conceptual bug in r24639: the intermediate key container lengthGreg Hudson2011-02-181-1/+1
* Don't reject AP-REQs based on PACsGreg Hudson2011-02-162-38/+13
* hmac-md5 checksum doesn't work with DES keysGreg Hudson2011-02-161-1/+1
* In kg_acceptor_princ, make Coverity happy by using a different test toGreg Hudson2011-02-141-1/+1
* In kadm5_rename_principal, fix an oversight which would cause errorsGreg Hudson2011-02-131-1/+2
* Untabify trace.c (tabs crept in when the file was created)Greg Hudson2011-02-131-14/+14
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-1313-847/+626
* Trace logging file descriptor leakGreg Hudson2011-02-131-0/+1
* Reposition a trace call which was dereferencing freed memory afterGreg Hudson2011-02-131-1/+2
* KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu2011-02-095-18/+32
* kpropd denial of service [MITKRB5-SA-2011-001 CVE-2010-4022]Tom Yu2011-02-091-4/+4
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-092-0/+4
* Assume ELF on FreeBSD if objformat doesn't existGreg Hudson2011-02-091-1/+1
* Fix seg faulting trace log message for use of fallback realmGreg Hudson2011-02-081-1/+1
* Set JAVADOC_AUTOBRIEF to YES to allow Doxygen interpret the first line of a J...Zhanna Tsitkov2011-02-082-11/+8
* Improve acceptor name flexibilityGreg Hudson2011-02-0720-155/+684
* Add "make doxugen" option to generate doxygen outputZhanna Tsitkov2011-02-072-0/+1670
* Added doxygen comments (mostly from the backup location)Zhanna Tsitkov2011-02-071-119/+3866
* Change flow control in krb5_gss_import_name to better match currentGreg Hudson2011-02-041-95/+60
* Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson2011-02-031-7/+1
* kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson2011-02-011-1/+2
* Restore KRB5_CALLCONV_WRONG attribute to krb5_auth_con_getrcacheTom Yu2011-01-261-1/+1
* When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs forGreg Hudson2011-01-261-46/+93
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-256-15/+163
* Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson2011-01-251-0/+9
* Add a trace log event for unrecognized enctypes in a profile enctypeGreg Hudson2011-01-214-7/+14
* Fix edge case in LDAP last_admin_unlock processingGreg Hudson2011-01-211-0/+1