aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-09return ENOENT if no authdata to exportlhoward/signedpath-naming-extsLuke Howard2-4/+4
2010-05-08check attribute, cleanupLuke Howard1-1/+6
2010-05-08fix some errors resulting from a misunderstanding of how I was testing constr...Luke Howard1-21/+7
2010-05-08fix some uninitialised, logic errorsLuke Howard1-4/+4
2010-05-08split out transited services from delegation targetLuke Howard1-18/+49
2010-05-08plug s4u authdata inLuke Howard1-0/+1
2010-05-08SignedPath authdata backend implementationLuke Howard3-0/+590
2010-05-08Creating a branch for exposing signed path via naming extensionsLuke Howard0-0/+0
2010-05-05General code consistency pass in kdb_db2.c.Greg Hudson1-136/+56
2010-05-04Adjust for removal of krb5_ldap_set_option in r23965Tom Yu1-1/+0
2010-05-04Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson1-32/+1
2010-05-04Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson1-14/+0
2010-05-04Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson4-10/+2
2010-05-04Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson5-10/+1
2010-05-04Remove a stray comment from r23966Greg Hudson1-1/+0
2010-05-04Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson2-305/+134
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson8-93/+0
2010-05-03Correct the DAL documentation for db_createGreg Hudson1-3/+4
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson6-14/+7
2010-05-03Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson8-140/+8
2010-05-01Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson3-28/+18
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson43-318/+2850
2010-04-30memory leak in process_tgs_req in r23724Tom Yu1-1/+3
2010-04-27Fix a backwards check in get_cached_tgt() in the TGS codeGreg Hudson1-3/+3
2010-04-26Squash some warnings in the old crypto API glue. Use make_data()Greg Hudson1-42/+20
2010-04-24Add a Python test script to exercise the GSS sample appGreg Hudson2-0/+43
2010-04-24Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson2-2/+6
2010-04-24Eliminate the use of tail -f in the dejagnu test suite. Instead, useGreg Hudson1-139/+7
2010-04-24Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson2-1/+6
2010-04-24Simplify how k5test scripts get run by importing runenv by pathnameGreg Hudson2-10/+16
2010-04-24Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson6-39/+30
2010-04-24Fix the actual python command to match the displayed one in theGreg Hudson1-2/+4
2010-04-23Adapted patch from Arlene Berry to handle dlerror() returning a nullTom Yu1-0/+4
2010-04-23Adapted patch from Jason Rogers. It wasn't complete, so this commitTom Yu2-19/+28
2010-04-22From Luke: fix the post-canonicalization cache check logic inGreg Hudson1-5/+11
2010-04-22In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson1-3/+2
2010-04-22Apply patch from Arlene Berry to cease freeing error tokens output byTom Yu1-3/+0
2010-04-22Eliminate a non-useful NULL check in the KDC's dispatch() function.Greg Hudson1-1/+1
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-21In the kdc5_hammer test program, simplify the cleanup logic ofGreg Hudson1-19/+10
2010-04-21Amend r23917 to correct some uses of *out_creds which should now useGreg Hudson1-3/+2
2010-04-21In the get_credentials() helper of the gss-krb5 init_sec_context code,Greg Hudson1-2/+8
2010-04-21In t_inetd, zero out l_inaddr before filling it in, as is relativelyGreg Hudson1-0/+2
2010-04-20Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating toTom Yu3-17/+32
2010-04-20Fix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free in KDC triggeredTom Yu3-0/+41
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 Hudson4-18/+17
2010-04-16Build runenv.py, holding environment variable settings required forTom Yu6-22/+41
2010-04-14Introduce new krb5_tkt_creds APIGreg Hudson7-1495/+1206