summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CVE-2009-0844 SPNEGO can read beyond buffer endTom Yu2009-04-071-27/+24
* Apply revised patch from Apple that ensures that a REJECT token isTom Yu2009-04-071-3/+5
* Null pointer defref in adding infoEzra Peisach2009-04-071-1/+1
* Implement KDC side of TGS FASTSam Hartman2009-04-051-3/+10
* fix logic errorsSam Hartman2009-04-042-2/+2
* Adjust the logic in rule_an_to_ln to avoid a "can't happen" case ofGreg Hudson2009-04-031-5/+7
* Handle authdata encrypted in subkeySam Hartman2009-04-031-0/+7
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-0320-67/+288
* Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman2009-04-034-2/+6
* Fix krshd and krlogind to use krb5_c_verify_checksumTom Yu2009-04-022-20/+29
* Use the preferred checksum for non-DES keys in the kdc_req path andSam Hartman2009-04-013-10/+23
* Make FAST changes build when pkinit is disabledTom Yu2009-03-314-19/+23
* mark export grade RC4 as weakSam Hartman2009-03-311-1/+2
* Initialize request state in the TGS pathSam Hartman2009-03-311-0/+5
* make dependSam Hartman2009-03-314-32/+49
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-3134-60/+2272
* in send_tgs.c:Sam Hartman2009-03-311-1/+1
* Add PAC and principal parsing test casesGreg Hudson2009-03-304-2/+756
* Update kdb5_util man page for mkey migration projectWill Fiveash2009-03-251-7/+18
* Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson2009-03-245-19/+20
* Install kadmin and kdb headersGreg Hudson2009-03-205-0/+28
* Fix error handling issue in ASN.1 decoderGreg Hudson2009-03-171-1/+2
* Verify return code from krb5_db_set_mkey_listZhanna Tsitkov2009-03-162-5/+12
* make dependSam Hartman2009-03-167-110/+155
* Implement tests for authdata functionsSam Hartman2009-03-163-2/+114
* Implement krb5int_find_authdataSam Hartman2009-03-161-0/+89
* Implement test cases for CF2Sam Hartman2009-03-168-2/+147
* Implement KRB-FX_CF2Sam Hartman2009-03-165-0/+187
* Call kdb_set_mkey_list from the KDCSam Hartman2009-03-162-1/+2
* krb5_auth_con_free should support freeing a null auth_context without segfaultSam Hartman2009-03-161-0/+2
* Add LDAP back end support for canonical name attributeGreg Hudson2009-03-154-7/+78
* CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu2009-03-131-1/+2
* Use correct salt for canonicalized principalsGreg Hudson2009-03-131-1/+23
* Better fix: Delay setting 'outbuf' until after the header buffer mightKen Raeburn2009-03-121-3/+2
* crash using library-allocated storage for header in wrap_iovKen Raeburn2009-03-121-2/+3
* Report verbose error messages from KDCGreg Hudson2009-03-115-128/+142
* Make a working krb5_copy_error_messageGreg Hudson2009-03-114-3/+18
* Make Lite Client lib link againZhanna Tsitkov2009-03-111-1/+1
* Make it link againZhanna Tsitkov2009-03-111-2/+5
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-103-46/+6
* Added test for KRB5_NT_UNKNOWN princ typeZhanna Tsitkov2009-03-103-11/+31
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-104-48/+48
* Removed unneeded printf'sZhanna Tsitkov2009-03-091-2/+0
* Introduced '-u' option to kvno to enforce KRB5_NT_UNKNOWN princ typeZhanna Tsitkov2009-03-091-6/+20
* Add "-V" option to klist to print the package name and version, and exitKen Raeburn2009-03-061-3/+13
* send_as_req re-encodes the requestSam Hartman2009-03-061-19/+12
* Take out of the loop unchangeble assignments. TabulationZhanna Tsitkov2009-03-051-27/+26
* krb5_merge_authdata should initialize output on failureSam Hartman2009-02-261-0/+1
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-264-13/+46
* Check return code of encode_krb5_ap_req. Also, tabs vs whitespaceZhanna Tsitkov2009-02-231-134/+135