summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Take care with types in process_routing_update()Ben Kaduk2012-07-031-8/+11
* Clean up const usage for supported_kdf_alg_idsBen Kaduk2012-07-032-2/+2
* Pass empty string instead of NULL to printf-likeBen Kaduk2012-07-031-1/+1
* Remove unused variableBen Kaduk2012-07-031-2/+0
* Minor cleanups relating to size_t being unsignedBen Kaduk2012-07-032-2/+2
* Use consistent types for overflow comparisonBen Kaduk2012-07-031-1/+1
* Avoid unsigned/signed comparison in loop conditionBen Kaduk2012-07-031-2/+1
* Improve printf handling of size_t argsBen Kaduk2012-07-022-4/+5
* Resolve no-previous-prototype warning in os/cm.cBen Kaduk2012-07-021-0/+1
* Increase MAX_DGRAM_SIZEGreg Hudson2012-07-021-1/+1
* Add krb5_kt_client_default to krb5_32.defGreg Hudson2012-07-021-0/+1
* Fix kdc_free_lookaside() krb5_context usageGreg Hudson2012-07-021-1/+1
* Comment fall-throughs in iakerb switch statementGreg Hudson2012-07-021-0/+2
* Fix minor memory leaks in acquire_cred.cGreg Hudson2012-07-021-4/+4
* Check sort_enctypes return value in gic_keytabGreg Hudson2012-07-021-2/+3
* Minor rst markup fixZhanna Tsitkov2012-07-023-6/+6
* Include all default etypes in gic_keytab requestsGreg Hudson2012-07-022-40/+30
* Add client keytab initiation supportGreg Hudson2012-07-0214-231/+767
* Document GSSAPI name type behaviorGreg Hudson2012-07-021-24/+59
* Add krb5_kt_client_default APIGreg Hudson2012-07-0217-2/+164
* Get default cred only once in gss-krb5 initiatorGreg Hudson2012-07-022-42/+41
* Try harder to make keytab-based AS requests workGreg Hudson2012-07-012-4/+20
* Remove an outdated reference to DES in klist helpGreg Hudson2012-06-291-1/+1
* Correct and clarify keytab API documentationGreg Hudson2012-06-291-12/+12
* Rename gss-krb5 cred tgt_expire fieldGreg Hudson2012-06-277-11/+11
* Scan ccache more efficiently in gss_acquire_credGreg Hudson2012-06-271-28/+25
* Simplify password storage in krb5_gss_cred_id_recGreg Hudson2012-06-275-17/+12
* Clarify module names in host_configGreg Hudson2012-06-261-2/+5
* Fix another plugin example in host_configGreg Hudson2012-06-251-1/+1
* Restore some spaces in trvalTom Yu2012-06-254-790/+790
* Correctly document module setting in host_configGreg Hudson2012-06-251-5/+6
* Fix crash on invalid DIR ccache primary fileGreg Hudson2012-06-251-2/+2
* Eliminate trailing whitespace in trval outputGreg Hudson2012-06-225-1254/+1259
* Simplify acquire_cred.cGreg Hudson2012-06-221-109/+48
* Fix config check in krb5_cccol_have_contentGreg Hudson2012-06-221-1/+1
* Limit size of lookaside cacheGreg Hudson2012-06-221-14/+25
* Flatten KDC lookaside cache entriesGreg Hudson2012-06-221-9/+11
* Handle PKINIT DH replies with no certsGreg Hudson2012-06-221-1/+8
* Simplify bld_princ.cGreg Hudson2012-06-212-75/+20
* Remove orphaned KfM codeGreg Hudson2012-06-21143-42674/+3
* Document how to free krb5_cc_get_full_name resultGreg Hudson2012-06-202-2/+4
* Minor reformating for better Sphinx HTML outputZhanna Tsitkov2012-06-192-52/+27
* Remove CRs from options2configure.rstGreg Hudson2012-06-181-402/+402
* Document version for new API functionsZhanna Tsitkov2012-06-151-0/+4
* Fail from gss_acquire_cred if we have no credsGreg Hudson2012-06-152-0/+15
* Add krb5_cccol_have_content APIGreg Hudson2012-06-157-2/+63
* Fix spelling of "start_time" in previousTom Yu2012-06-141-1/+1
* Document allowed time formats for kinit and ksuZhanna Tsitkov2012-06-142-13/+37
* Remove krb5int_cc_os_default_nameGreg Hudson2012-06-112-22/+0
* Clean up default_an_to_ln and fix a minor leakGreg Hudson2012-06-081-35/+23