summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* krb5_rd_rep could leak memory through its output parameter on error.Greg Hudson2009-05-041-26/+34
* Fix a memory leak in krb5int_rd_chpw_rep in a block of code handlingGreg Hudson2009-05-021-4/+5
* Fix a memory leak by reorganizing krb5_principal_internalize to useGreg Hudson2009-05-011-34/+34
* Move an error check to an earlier location in krb5_524_conv_principalGreg Hudson2009-05-011-2/+3
* make dependSam Hartman2009-04-301-0/+2
* Add DEBUG_ERROR_LOCATIONS supportGreg Hudson2009-04-291-0/+23
* Fix handling of RET_SEQUENCE flag in mk_priv/mk_ncredGreg Hudson2009-04-283-13/+6
* Fix a few memory leaks in krb5_mk_ncred. Also tighten up the errorGreg Hudson2009-04-271-16/+18
* In krb5_principal_compare_flags, improve clarity slightly by using aGreg Hudson2009-04-231-9/+8
* In krb5_get_cred_via_tkt, strip the ok-as-delegate flag fromGreg Hudson2009-04-231-0/+18
* In pa_sam, remove a gratuitous null check for etype which wasGreg Hudson2009-04-131-1/+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
* 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
* mk_safe and mk_priv require the local address to be set in the authGreg Hudson2009-04-084-54/+57
* When getting initial credentials with a password, try the master ifGreg Hudson2009-04-081-2/+1
* fix logic errorsSam Hartman2009-04-041-1/+1
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-037-30/+136
* 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 dependSam Hartman2009-03-311-2/+13
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-317-17/+748
* in send_tgs.c:Sam Hartman2009-03-311-1/+1
* Add PAC and principal parsing test casesGreg Hudson2009-03-304-2/+756
* Implement tests for authdata functionsSam Hartman2009-03-162-2/+109
* Implement krb5int_find_authdataSam Hartman2009-03-161-0/+89
* krb5_auth_con_free should support freeing a null auth_context without segfaultSam Hartman2009-03-161-0/+2
* Use correct salt for canonicalized principalsGreg Hudson2009-03-131-1/+23
* Make a working krb5_copy_error_messageGreg Hudson2009-03-111-0/+14
* send_as_req re-encodes the requestSam Hartman2009-03-061-19/+12
* krb5_merge_authdata should initialize output on failureSam Hartman2009-02-261-0/+1
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-261-11/+35
* 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
* Kill an odd (but harmless) use of strncpy inGreg Hudson2009-02-231-7/+4
* send_tgs.c:Sam Hartman2009-02-231-30/+33
* In tgs_construct_tgsreq, free scratch even if scratch->data is NULL.Greg Hudson2009-02-131-2/+2
* Implement TGS authenticator subkey usageSam Hartman2009-02-133-34/+52
* In krb5_get_in_tkt_with_password, free opte before returning the errorGreg Hudson2009-02-121-1/+1
* Make output parameter of krb5_generate_subkey_extended well-defined onGreg Hudson2009-02-121-7/+15
* Fix allocation failure check in walk_rtreeGreg Hudson2009-02-121-1/+1
* Ensure we have a free function for every data type we have an ASN.1Greg Hudson2009-02-111-7/+36
* Fix one more case of an explicit null check before calling a freeKen Raeburn2009-02-091-7/+2
* Fix possible free of uninitialized value in walk_rtreeGreg Hudson2009-02-091-1/+1
* make krb5_free_* functions ignore NULLKen Raeburn2009-02-094-230/+187
* Memory handling fixes in walk_rtreeGreg Hudson2009-02-061-13/+35
* Fix error handling in krb5_walk_realm_treeGreg Hudson2009-02-061-1/+1
* Change variable accepting return from strftime to time_t. ThisEzra Peisach2009-02-061-1/+1
* Fix memory handling bug in mk_req_extGreg Hudson2009-02-051-2/+1