summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Make OFFLINE!=no work againTom Yu2010-06-211-6/+9
* only test t_locate_kdc if known-good DNS name is presentTom Yu2010-06-181-6/+20
* Remove the code for krb5_append_addresses(), which was never used andGreg Hudson2010-06-111-58/+0
* Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson2010-06-111-23/+6
* Fix a couple of minor defects in trace.cGreg Hudson2010-06-101-3/+2
* make dependGreg Hudson2010-06-078-803/+871
* Trace loggingGreg Hudson2010-06-0720-88/+568
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0
* make dependGreg Hudson2010-05-281-0/+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
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-181-33/+23
* Update dependenciesKen Raeburn2010-05-161-22/+12
* 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
* Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2010-05-125-1142/+53
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-011-0/+2
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-307-2/+129
* Fix a backwards check in get_cached_tgt() in the TGS codeGreg Hudson2010-04-271-3/+3
* 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 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
* 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
* In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm,Greg Hudson2010-03-261-67/+70
* Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson2010-03-181-0/+1
* When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson2010-03-171-1/+1
* Add IPv6 support to changepw.c (reverting r21004 since it is no longerGreg Hudson2010-03-051-7/+26
* krb5int_fast_free_state segfaults if state is nullSam Hartman2010-02-091-0/+2
* Clean up error handling in krb5int_make_tgs_request_ext, closing someGreg Hudson2010-02-021-60/+41
* set_default_enctype_var should filter not reject weak enctypesTom Yu2010-02-012-32/+105
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-272-30/+66
* Apply patch from Arlene Berry to plug a memory leakTom Yu2010-01-261-1/+3
* Add krb5_allow_weak_crypto APIGreg Hudson2010-01-193-0/+40
* Use keyed checksum type for DES FASTGreg Hudson2010-01-121-0/+3
* Group together the funtions related to the supplying options to preauth plugi...Zhanna Tsitkov2010-01-114-125/+159
* Move krb5_authdata_export_authdata into the separate file for better code mod...Zhanna Tsitkov2010-01-103-65/+99