summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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