summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Make history key exempt from permitted_enctypesGreg Hudson2010-01-141-7/+7
* Add test program for decryption of overly short buffersGreg Hudson2010-01-122-2/+135
* Use keyed checksum type for DES FASTGreg Hudson2010-01-121-0/+3
* Group together the funtions related to the supplying options to preauth plugi...Zhanna Tsitkov2010-01-114-125/+159
* Move krb5_authdata_export_authdata into the separate file for better code mod...Zhanna Tsitkov2010-01-103-65/+99
* krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblockEzra Peisach2010-01-091-0/+1
* Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr...Zhanna Tsitkov2010-01-081-1/+1
* Move kdc related functionality from pac.c into pac_sign.cZhanna Tsitkov2010-01-085-307/+363
* krb5int_dk_string_to_key fails to set enctypeEzra Peisach2010-01-081-0/+1
* Set enctype in crypto_tests to prevent memory leaksEzra Peisach2010-01-082-17/+13
* Restore interoperability with 1.6 addprinc -randkeyGreg Hudson2010-01-081-0/+28
* yarrow code does not initialize keyblock enctype and uses unitialized valueEzra Peisach2010-01-082-0/+2
* krb5int_derive_key results in cache with uninitialized valuesEzra Peisach2010-01-081-0/+4
* When retrieving the kadmin/history key, accept any enctype, as theGreg Hudson2010-01-071-2/+2
* Move krb5_auth_con_getauthenticator into copy_athctr.c as a better logical lo...Zhanna Tsitkov2010-01-072-9/+41
* Make preauth_module_dir override, rather than supplement, theGreg Hudson2010-01-071-33/+10
* Add miising files from rev #23593Zhanna Tsitkov2010-01-072-0/+405
* Make krb5_dbe_def_search_enctype more consistent about when it returnsGreg Hudson2010-01-061-27/+23
* Don't return KRB5_KDB_NO_PERMITTED_KEY fromGreg Hudson2010-01-061-1/+2
* Divide copy_auth.c into three files based on the functionality. Namely, Zhanna Tsitkov2010-01-065-321/+45
* Since krb5int_validate_times is used only inside krb dir do not export it and...Zhanna Tsitkov2010-01-063-1/+4
* Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov2010-01-054-5/+5
* Rename krb5int_tgtname into krb5_tgtname as an internal functionZhanna Tsitkov2010-01-057-16/+14
* disable weak crypto by defaultTom Yu2010-01-052-1/+4
* 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-038-65/+127
* Enable caching of key-derived context info such as key schedules fromKen Raeburn2010-01-032-18/+60
* 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
* Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson2010-01-021-4/+1
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-019-102/+102
* 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
* 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
* 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-302-60/+1
* 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
* 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-291-0/+3
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-281-5/+48
* 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-285-32/+41
* Anonymous support for KerberosSam Hartman2009-12-2812-34/+228
* allow testing when offlineKen Raeburn2009-12-281-1/+5
* 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