summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify the coupling of problem to response code in recvauth_common,Greg Hudson2009-04-101-29/+9
* Remove an unnecessary cleanup in krb5_cc_set_default_nameGreg Hudson2009-04-101-2/+0
* Check the return value of krb5_timeofday in krb5int_populate_gic_opt.Greg Hudson2009-04-101-1/+7
* Check return value of krb5int_copy_data_contents in preauth2.c'sGreg Hudson2009-04-101-1/+4
* kdc: handle_referral_params does not return ENOMEM errorsEzra Peisach2009-04-091-1/+1
* Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson2009-04-082-1/+11
* mk_safe and mk_priv require the local address to be set in the authGreg Hudson2009-04-085-54/+60
* Fall through on error returnEzra Peisach2009-04-081-3/+4
* When getting initial credentials with a password, try the master ifGreg Hudson2009-04-081-2/+1
* Subject k5_utf8s_to_ucs2s could deref NULL pointer..Ezra Peisach2009-04-071-3/+5
* CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu2009-04-072-0/+17
* CVE-2009-0847 asn1buf_imbed incorrect length validationTom Yu2009-04-071-2/+4
* 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