aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2010-08-28Pull in r24264 from trunk to fix a make check build issueGreg Hudson1-1/+1
2010-08-26Create specific error codes for plugin-related failures, now that weGreg Hudson2-4/+11
2010-08-26Merge trunk changes from r24202 to r24258 to plugins2 branchGreg Hudson9-90/+346
2010-07-29On the plugins2 branch, improve the generic plugin support so that itGreg Hudson1-80/+64
2010-07-26In the plugins2 branch, untabify new files which accidentally usedGreg Hudson1-82/+82
2010-07-26In the plugins2 branch, rename "init" to "initvt" in all reference toGreg Hudson1-12/+12
2010-07-22Proof of concept code for a candidate plugin frameworkGreg Hudson4-0/+391
2010-07-02DAL improvementsGreg Hudson1-0/+1
2010-06-21Make OFFLINE!=no work againTom Yu1-6/+9
2010-06-18only test t_locate_kdc if known-good DNS name is presentTom Yu1-6/+20
2010-06-11Remove the code for krb5_append_addresses(), which was never used andGreg Hudson1-58/+0
2010-06-11Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson1-23/+6
2010-06-10Fix a couple of minor defects in trace.cGreg Hudson1-3/+2
2010-06-07make dependGreg Hudson8-803/+871
2010-06-07Trace loggingGreg Hudson20-88/+568
2010-05-28In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson1-4/+0
2010-05-28make dependGreg Hudson1-0/+12
2010-05-28From Luke: make copies of S4U2Proxy authdata modules work when thereGreg Hudson1-1/+1
2010-05-27Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2-63/+11
2010-05-27Get t_ser to build again after the S4U authdata branch mergeGreg Hudson1-2/+2
2010-05-25FAST negotiation could erroneously succeedGreg Hudson1-0/+1
2010-05-24Fix long lines and other formatting issues in fast.hGreg Hudson1-25/+36
2010-05-24Fix long lines and other formatting issues in fast.cGreg Hudson1-56/+81
2010-05-23Make signedpath authdata visible via GSS naming extsGreg Hudson5-2/+615
2010-05-18When parsing a KDC or admin server string, allow the name or addressGreg Hudson1-33/+23
2010-05-16Update dependenciesKen Raeburn1-22/+12
2010-05-16Stop exporting some profile symbols that aren't either published inKen Raeburn1-27/+0
2010-05-13Negative enctypes improperly read from ccachesGreg Hudson1-1/+2
2010-05-13Error handling bug in krb5_init_creds_init()Greg Hudson1-4/+5
2010-05-13Negative enctypes improperly read from keytabsGreg Hudson1-3/+2
2010-05-12Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson5-1142/+53
2010-05-01Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson1-0/+2
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson7-2/+129
2010-04-27Fix a backwards check in get_cached_tgt() in the TGS codeGreg Hudson1-3/+3
2010-04-23Adapted patch from Jason Rogers. It wasn't complete, so this commitTom Yu1-10/+0
2010-04-22From Luke: fix the post-canonicalization cache check logic inGreg Hudson1-5/+11
2010-04-22In kpasswd_sendto_msg_callback(), properly compare against theGreg Hudson1-1/+2
2010-04-21Fix a memory leak in get_creds.c's try_fallback_realm()Greg Hudson1-1/+3
2010-04-20When setting up to get a TGT for the service realm in the TGS code,Greg Hudson1-5/+5
2010-04-20Add KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with Heimdal.Greg Hudson3-14/+11
2010-04-14Introduce new krb5_tkt_creds APIGreg Hudson5-1486/+1110
2010-04-13Validate and renew should work on non-TGT credsGreg Hudson3-151/+197
2010-04-08Remove krb5int_send_tgs(); it is unused as of r23358Greg Hudson3-90/+3
2010-04-08Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson1-0/+6
2010-03-29Fix backwards flag output in krb5_init_creds_step()Greg Hudson1-2/+2
2010-03-26In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm,Greg Hudson1-67/+70
2010-03-18Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson1-0/+1
2010-03-17When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson1-1/+1
2010-03-05Add IPv6 support to changepw.c (reverting r21004 since it is no longerGreg Hudson1-7/+26
2010-02-09krb5int_fast_free_state segfaults if state is nullSam Hartman1-0/+2