aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-19Add krb5_allow_weak_crypto APIGreg Hudson4-0/+45
2010-01-19Change basename of libkadm5 libraries to avoid Heimdal conflictGreg Hudson6-8/+18
2010-01-19In kinit_anonymous, fail out if we receive a password request fromGreg Hudson1-1/+11
2010-01-14Make history key exempt from permitted_enctypesGreg Hudson1-7/+7
2010-01-12Add test program for decryption of overly short buffersGreg Hudson2-2/+135
2010-01-12Use keyed checksum type for DES FASTGreg Hudson1-0/+3
2010-01-12Simplify and fix FAST check for keyed checksum typeGreg Hudson1-15/+4
2010-01-11Group together the funtions related to the supplying options to preauth plugi...Zhanna Tsitkov4-125/+159
2010-01-10(memory leak)Ezra Peisach1-2/+0
2010-01-10Move krb5_authdata_export_authdata into the separate file for better code mod...Zhanna Tsitkov3-65/+99
2010-01-09krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblockEzra Peisach1-0/+1
2010-01-08Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr...Zhanna Tsitkov1-1/+1
2010-01-08Move kdc related functionality from pac.c into pac_sign.cZhanna Tsitkov5-307/+363
2010-01-08krb5int_dk_string_to_key fails to set enctypeEzra Peisach1-0/+1
2010-01-08Set enctype in crypto_tests to prevent memory leaksEzra Peisach2-17/+13
2010-01-08Restore interoperability with 1.6 addprinc -randkeyGreg Hudson1-0/+28
2010-01-08yarrow code does not initialize keyblock enctype and uses unitialized valueEzra Peisach2-0/+2
2010-01-08krb5int_derive_key results in cache with uninitialized valuesEzra Peisach1-0/+4
2010-01-07When retrieving the kadmin/history key, accept any enctype, as theGreg Hudson1-2/+2
2010-01-07Move krb5_auth_con_getauthenticator into copy_athctr.c as a better logical lo...Zhanna Tsitkov2-9/+41
2010-01-07Revert change to Makefile.in that ended up not being neededSam Hartman1-6/+1
2010-01-07automated tests for anonymous pkinitSam Hartman6-1/+120
2010-01-07Always treat anonymous as preauth requiredSam Hartman1-0/+1
2010-01-07Make preauth_module_dir override, rather than supplement, theGreg Hudson2-66/+20
2010-01-07Use a distinct pass/fail string for kinit_fast so its failures can beGreg Hudson1-3/+3
2010-01-07Add miising files from rev #23593Zhanna Tsitkov2-0/+405
2010-01-06Make krb5_dbe_def_search_enctype more consistent about when it returnsGreg Hudson1-27/+23
2010-01-06Don't return KRB5_KDB_NO_PERMITTED_KEY fromGreg Hudson1-1/+2
2010-01-06Divide copy_auth.c into three files based on the functionality. Namely, Zhanna Tsitkov5-321/+45
2010-01-06Since krb5int_validate_times is used only inside krb dir do not export it and...Zhanna Tsitkov4-5/+4
2010-01-05Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov5-6/+6
2010-01-05Rename krb5int_tgtname into krb5_tgtname as an internal functionZhanna Tsitkov7-16/+14
2010-01-05Update trunk for post-1.8-branchTom Yu1-2/+2
2010-01-05README, copyright, patchlevel for krb5-1.8 branchTom Yu1-2/+2
2010-01-05disable weak crypto by defaultTom Yu6-25/+50
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