summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* In krb5int_dns_init, fix a malloc-returning-null check which could letGreg Hudson2009-04-131-1/+1
* More dead code elimination. When asprintf was used the varaible namelen wasEzra Peisach2009-04-121-5/+0
* remove dead codeEzra Peisach2009-04-122-7/+1
* Remove dead assignment of variables that are never usedEzra Peisach2009-04-122-5/+1
* In krb5_get_in_tkt, r7002 introduced an unused local variableGreg Hudson2009-04-101-4/+1
* 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
* 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
* When getting initial credentials with a password, try the master ifGreg Hudson2009-04-081-2/+1
* CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu2009-04-071-0/+1
* 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
* fix logic errorsSam Hartman2009-04-041-1/+1
* Adjust the logic in rule_an_to_ln to avoid a "can't happen" case ofGreg Hudson2009-04-031-5/+7
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-0312-40/+162
* Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman2009-04-032-1/+3
* Use the preferred checksum for non-DES keys in the kdc_req path andSam Hartman2009-04-012-3/+20
* Make FAST changes build when pkinit is disabledTom Yu2009-03-314-19/+23
* mark export grade RC4 as weakSam Hartman2009-03-311-1/+2
* make dependSam Hartman2009-03-311-2/+13
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-3115-21/+1013
* in send_tgs.c:Sam Hartman2009-03-311-1/+1
* Add PAC and principal parsing test casesGreg Hudson2009-03-304-2/+756
* Install kadmin and kdb headersGreg Hudson2009-03-202-0/+16
* Fix error handling issue in ASN.1 decoderGreg Hudson2009-03-171-1/+2
* make dependSam Hartman2009-03-161-0/+12
* Implement tests for authdata functionsSam Hartman2009-03-162-2/+109
* 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-164-0/+172
* krb5_auth_con_free should support freeing a null auth_context without segfaultSam Hartman2009-03-161-0/+2
* 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
* Make a working krb5_copy_error_messageGreg Hudson2009-03-112-0/+15
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-1/+1
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-102-40/+41
* 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-263-13/+38
* Check return code of encode_krb5_ap_req. Also, tabs vs whitespaceZhanna Tsitkov2009-02-231-134/+135
* In krb5int_generate_and_save_subkey, check the return value ofGreg Hudson2009-02-231-4/+5
* Check the return value of fseek in two places in kt_file.cGreg Hudson2009-02-231-2/+8
* Kill an odd (but harmless) use of strncpy inGreg Hudson2009-02-231-7/+4