aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-04Install encrypted_challenge plugin during fake-installTom Yu1-0/+1
2010-01-04Add preauth_module_dir support to the KDC preauth module loaderGreg Hudson1-3/+44
2010-01-04Anonymous documentationSam Hartman2-1/+41
2010-01-04Other changes in this ticket guarantee that the padata argument toSam Hartman1-1/+1
2010-01-04Bring back krb5_kt_free_entry which really does the same thing asSam Hartman2-4/+5
2010-01-04Test FAST authentication during each passSam Hartman3-7/+62
2010-01-04Fix documentation of armor cache based on fast negotiation projectSam Hartman1-3/+5
2010-01-04kdc_supported_enctypes does nothing; eradicate mentions thereofTom Yu2-30/+0
2010-01-04Don't accept AS replies encrypted in enctypes other than the ones weGreg Hudson1-0/+18
2010-01-04For the better code modularity keep some "free" routines closer to the resour...Zhanna Tsitkov7-177/+100
2010-01-03Update dependenciesKen Raeburn9-65/+131
2010-01-03Enable caching of key-derived context info such as key schedules fromKen Raeburn3-18/+72
2010-01-03Fix a case where krb5int_aes_decrypt was trying to encrypt a blockGreg Hudson1-1/+1
2010-01-03krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach1-3/+5
2010-01-03Initialize variables in case of error path winds up freeing stack garbageEzra Peisach1-2/+2
2010-01-03Ignore some routing messages indicating changes that don't affect ourKen Raeburn1-0/+24
2010-01-03Remove old 'full' arg to KDC that should've gone away with '-4'Ken Raeburn1-1/+1
2010-01-03Some unsigned/signed warning cleanupEzra Peisach4-4/+6
2010-01-02Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson1-4/+1
2010-01-02Test -P options to kdc and kadmind to write out a pid file. Verify contents of Ezra Peisach1-2/+35
2010-01-01Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson9-102/+102
2010-01-01Update copyright year in prototype sourcesGreg Hudson2-2/+2
2010-01-01Change db_args from being a global to only defined in the functionEzra Peisach2-16/+16
2010-01-01Add gcc printf attribute for kdc_err prototypeEzra Peisach1-1/+5
2010-01-01Unsigned/signed cleanupEzra Peisach1-1/+1
2010-01-01Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery4-2/+99
2009-12-31Free tinfo at end - so program runs with new memory leaksEzra Peisach1-0/+1
2009-12-31Remove tests for functions that we do not conditionalize on. Most deprecatedEzra Peisach1-1/+1
2009-12-31Declare function as static to avoid compiler warning on missing prototypesEzra Peisach1-1/+2
2009-12-31Remove $(TOBJS) for make cleanEzra Peisach1-1/+1
2009-12-31Use krb5_free_default_realm instead of free on the results ofEzra Peisach1-2/+2
2009-12-31Fix spelling and hyphen errors in man pagesRuss Allbery4-7/+7
2009-12-31NetBSD 5.0.1 uses an OpenSSL snapshot that describes itself as 0.9.9,Ken Raeburn1-1/+1
2009-12-31format %p wants void*Ken Raeburn1-1/+1
2009-12-31Initialize hash_iov, in case of premature error exitKen Raeburn1-1/+1
2009-12-31Convert C++ style comments into traditional C commentsKen Raeburn1-5/+5
2009-12-31No comma at end of enumerator listKen Raeburn1-1/+1
2009-12-31No comma at end of enumerator listKen Raeburn1-2/+2
2009-12-30Include os-proto.h for _krb5_conf_boolean prototype before declarationEzra Peisach1-0/+2
2009-12-30Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov5-62/+68
2009-12-30Eliminate the krb5_set_default_in_tkt_ktypes andGreg Hudson1-7/+0
2009-12-29Create a separate file for krb5_copy_context for better code modularityZhanna Tsitkov3-63/+141
2009-12-29Combine the related code into one fileZhanna Tsitkov5-143/+55
2009-12-29Remove an inoperable error check in return_pkinit_kxGreg Hudson1-2/+0
2009-12-29Functions in enc_helper.c serve different code blocks. Split themZhanna Tsitkov3-27/+70
2009-12-29MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu2-1/+4
2009-12-28Add dejagnu test suite support for finding the preauth modules in theGreg Hudson2-0/+3
2009-12-28Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2-5/+49
2009-12-28Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson4-8/+9
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson15-134/+167