summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Add krb5_enctype_to_name() APIGreg Hudson2010-06-043-3/+30
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0
* make dependGreg Hudson2010-05-282-15/+12
* From Luke: make copies of S4U2Proxy authdata modules work when thereGreg Hudson2010-05-281-1/+1
* Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2010-05-272-63/+11
* Get t_ser to build again after the S4U authdata branch mergeGreg Hudson2010-05-271-2/+2
* FAST negotiation could erroneously succeedGreg Hudson2010-05-251-0/+1
* Fix long lines and other formatting issues in fast.hGreg Hudson2010-05-241-25/+36
* Fix long lines and other formatting issues in fast.cGreg Hudson2010-05-241-56/+81
* Make signedpath authdata visible via GSS naming extsGreg Hudson2010-05-235-2/+615
* Apply patch from Arlene Berry to detect and ignore a duplicateTom Yu2010-05-201-0/+12
* In gss_acquire_cred_with_password() and gss_add_cred_with_password(),Greg Hudson2010-05-201-38/+23
* CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu2010-05-191-0/+7
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-182-40/+55
* Improve the error message from kadmin when hostname resolution failsGreg Hudson2010-05-183-4/+7
* If gss_inquire_cred is called with a null credential, acquire aGreg Hudson2010-05-171-44/+13
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-177-244/+30
* The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson2010-05-174-411/+1
* Reformat with shorter linesKen Raeburn2010-05-161-15/+23
* Delete an old pre-Yarrow itemKen Raeburn2010-05-161-4/+0
* Update dependenciesKen Raeburn2010-05-163-22/+34
* Stop exporting some profile symbols that aren't either published inKen Raeburn2010-05-161-27/+0
* Negative enctypes improperly read from ccachesGreg Hudson2010-05-131-1/+2
* Error handling bug in krb5_init_creds_init()Greg Hudson2010-05-131-4/+5
* Negative enctypes improperly read from keytabsGreg Hudson2010-05-131-3/+2
* Remove krb5_get_in_tktTom Yu2010-05-121-1/+1
* Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2010-05-125-1142/+53
* Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson2010-05-044-10/+2
* Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2010-05-042-6/+1
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-041-16/+0
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-031-8/+1
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-013-28/+18
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-3029-305/+2542
* Fix a backwards check in get_cached_tgt() in the TGS codeGreg Hudson2010-04-271-3/+3
* Squash some warnings in the old crypto API glue. Use make_data()Greg Hudson2010-04-261-42/+20
* Adapted patch from Jason Rogers. It wasn't complete, so this commitTom Yu2010-04-231-10/+0
* From Luke: fix the post-canonicalization cache check logic inGreg Hudson2010-04-221-5/+11
* In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson2010-04-221-3/+2
* Apply patch from Arlene Berry to cease freeing error tokens output byTom Yu2010-04-221-3/+0
* In kpasswd_sendto_msg_callback(), properly compare against theGreg Hudson2010-04-221-1/+2
* Fix a memory leak in get_creds.c's try_fallback_realm()Greg Hudson2010-04-211-1/+3
* Amend r23917 to correct some uses of *out_creds which should now useGreg Hudson2010-04-211-3/+2
* In the get_credentials() helper of the gss-krb5 init_sec_context code,Greg Hudson2010-04-211-2/+8
* When setting up to get a TGT for the service realm in the TGS code,Greg Hudson2010-04-201-5/+5
* Add KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with Heimdal.Greg Hudson2010-04-203-14/+11
* Introduce new krb5_tkt_creds APIGreg Hudson2010-04-145-1486/+1110
* Validate and renew should work on non-TGT credsGreg Hudson2010-04-133-151/+197
* Remove krb5int_send_tgs(); it is unused as of r23358Greg Hudson2010-04-083-90/+3
* Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson2010-04-081-0/+6
* Fix backwards flag output in krb5_init_creds_step()Greg Hudson2010-03-291-2/+2