summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-282-5/+49
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-284-8/+9
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-2815-134/+167
* Anonymous support for KerberosSam Hartman2009-12-2828-284/+731
* Remove libpty referencesKen Raeburn2009-12-281-4/+0
* The "comment" field of prf_data_t was never actually set nor used, soKen Raeburn2009-12-282-8/+0
* Performance testing programs for krb5_init_context and profile data fetchKen Raeburn2009-12-283-1/+580
* allow testing when offlineKen Raeburn2009-12-282-1/+12
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-284-3/+2
* Code modularity related updatesZhanna Tsitkov2009-12-2313-316/+383
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-229-102/+111
* Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2009-12-212-1/+25
* Fix a cleanup handler in the store_creds code; krb5_cc_close doesn'tGreg Hudson2009-12-171-2/+2