summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Change basename of libkadm5 libraries to avoid Heimdal conflictGreg Hudson2010-01-196-8/+18
* In kinit_anonymous, fail out if we receive a password request fromGreg Hudson2010-01-191-1/+11
* 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
* Simplify and fix FAST check for keyed checksum typeGreg Hudson2010-01-121-15/+4
* Group together the funtions related to the supplying options to preauth plugi...Zhanna Tsitkov2010-01-114-125/+159
* (memory leak)Ezra Peisach2010-01-101-2/+0
* 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
* Revert change to Makefile.in that ended up not being neededSam Hartman2010-01-071-6/+1
* automated tests for anonymous pkinitSam Hartman2010-01-076-1/+120
* Always treat anonymous as preauth requiredSam Hartman2010-01-071-0/+1
* Make preauth_module_dir override, rather than supplement, theGreg Hudson2010-01-072-66/+20
* Use a distinct pass/fail string for kinit_fast so its failures can beGreg Hudson2010-01-071-3/+3
* 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-064-5/+4
* Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov2010-01-055-6/+6
* Rename krb5int_tgtname into krb5_tgtname as an internal functionZhanna Tsitkov2010-01-057-16/+14
* Update trunk for post-1.8-branchTom Yu2010-01-051-2/+2
* README, copyright, patchlevel for krb5-1.8 branchTom Yu2010-01-051-2/+2
* 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