summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update trunk for post-1.8-branchTom Yu2010-01-052-11/+11
* README, copyright, patchlevel for krb5-1.8 branchTom Yu2010-01-053-68/+19
* disable weak crypto by defaultTom Yu2010-01-056-25/+50
* Install encrypted_challenge plugin during fake-installTom Yu2010-01-041-0/+1
* Add preauth_module_dir support to the KDC preauth module loaderGreg Hudson2010-01-041-3/+44
* Anonymous documentationSam Hartman2010-01-042-1/+41
* Other changes in this ticket guarantee that the padata argument toSam Hartman2010-01-041-1/+1
* Bring back krb5_kt_free_entry which really does the same thing asSam Hartman2010-01-042-4/+5
* Test FAST authentication during each passSam Hartman2010-01-043-7/+62
* Fix documentation of armor cache based on fast negotiation projectSam Hartman2010-01-041-3/+5
* kdc_supported_enctypes does nothing; eradicate mentions thereofTom Yu2010-01-042-30/+0
* Don't accept AS replies encrypted in enctypes other than the ones weGreg Hudson2010-01-041-0/+18
* For the better code modularity keep some "free" routines closer to the resour...Zhanna Tsitkov2010-01-047-177/+100
* Update dependenciesKen Raeburn2010-01-039-65/+131
* Enable caching of key-derived context info such as key schedules fromKen Raeburn2010-01-033-18/+72
* Fix a case where krb5int_aes_decrypt was trying to encrypt a blockGreg Hudson2010-01-031-1/+1
* krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach2010-01-031-3/+5
* Initialize variables in case of error path winds up freeing stack garbageEzra Peisach2010-01-031-2/+2
* Ignore some routing messages indicating changes that don't affect ourKen Raeburn2010-01-031-0/+24
* Remove old 'full' arg to KDC that should've gone away with '-4'Ken Raeburn2010-01-031-1/+1
* Some unsigned/signed warning cleanupEzra Peisach2010-01-034-4/+6
* Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson2010-01-021-4/+1
* Test -P options to kdc and kadmind to write out a pid file. Verify contents of Ezra Peisach2010-01-021-2/+35
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-019-102/+102
* Update copyright year in prototype sourcesGreg Hudson2010-01-012-2/+2
* Change db_args from being a global to only defined in the functionEzra Peisach2010-01-012-16/+16
* Add gcc printf attribute for kdc_err prototypeEzra Peisach2010-01-011-1/+5
* Unsigned/signed cleanupEzra Peisach2010-01-011-1/+1
* Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2010-01-014-2/+99
* Free tinfo at end - so program runs with new memory leaksEzra Peisach2009-12-311-0/+1
* Remove tests for functions that we do not conditionalize on. Most deprecatedEzra Peisach2009-12-311-1/+1
* Declare function as static to avoid compiler warning on missing prototypesEzra Peisach2009-12-311-1/+2
* Remove $(TOBJS) for make cleanEzra Peisach2009-12-311-1/+1
* Use krb5_free_default_realm instead of free on the results ofEzra Peisach2009-12-311-2/+2
* Fix spelling and hyphen errors in man pagesRuss Allbery2009-12-314-7/+7
* NetBSD 5.0.1 uses an OpenSSL snapshot that describes itself as 0.9.9,Ken Raeburn2009-12-311-1/+1
* format %p wants void*Ken Raeburn2009-12-311-1/+1
* Initialize hash_iov, in case of premature error exitKen Raeburn2009-12-311-1/+1
* Convert C++ style comments into traditional C commentsKen Raeburn2009-12-311-5/+5
* No comma at end of enumerator listKen Raeburn2009-12-311-1/+1
* No comma at end of enumerator listKen Raeburn2009-12-311-2/+2
* Include os-proto.h for _krb5_conf_boolean prototype before declarationEzra Peisach2009-12-301-0/+2
* Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2009-12-305-62/+68
* Eliminate the krb5_set_default_in_tkt_ktypes andGreg Hudson2009-12-301-7/+0
* Create a separate file for krb5_copy_context for better code modularityZhanna Tsitkov2009-12-293-63/+141
* Combine the related code into one fileZhanna Tsitkov2009-12-295-143/+55
* Remove an inoperable error check in return_pkinit_kxGreg Hudson2009-12-291-2/+0
* Functions in enc_helper.c serve different code blocks. Split themZhanna Tsitkov2009-12-293-27/+70
* MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu2009-12-292-1/+4
* Add dejagnu test suite support for finding the preauth modules in theGreg Hudson2009-12-282-0/+3