summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* return ENOENT if no authdata to exportlhoward/signedpath-naming-extsLuke Howard2010-05-092-4/+4
* check attribute, cleanupLuke Howard2010-05-081-1/+6
* fix some errors resulting from a misunderstanding of how I was testing constr...Luke Howard2010-05-081-21/+7
* fix some uninitialised, logic errorsLuke Howard2010-05-081-4/+4
* split out transited services from delegation targetLuke Howard2010-05-081-18/+49
* plug s4u authdata inLuke Howard2010-05-081-0/+1
* SignedPath authdata backend implementationLuke Howard2010-05-083-0/+590
* Creating a branch for exposing signed path via naming extensionsLuke Howard2010-05-080-0/+0
* General code consistency pass in kdb_db2.c.Greg Hudson2010-05-051-136/+56
* Adjust for removal of krb5_ldap_set_option in r23965Tom Yu2010-05-041-1/+0
* Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson2010-05-041-32/+1
* Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson2010-05-041-14/+0
* 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-045-10/+1
* Remove a stray comment from r23966Greg Hudson2010-05-041-1/+0
* Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson2010-05-042-305/+134
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-048-93/+0
* Correct the DAL documentation for db_createGreg Hudson2010-05-031-3/+4
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-036-14/+7
* Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson2010-05-038-140/+8
* 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-3043-318/+2850
* memory leak in process_tgs_req in r23724Tom Yu2010-04-301-1/+3
* 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
* Add a Python test script to exercise the GSS sample appGreg Hudson2010-04-242-0/+43
* Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson2010-04-242-2/+6
* Eliminate the use of tail -f in the dejagnu test suite. Instead, useGreg Hudson2010-04-241-139/+7
* Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson2010-04-242-1/+6
* Simplify how k5test scripts get run by importing runenv by pathnameGreg Hudson2010-04-242-10/+16
* Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson2010-04-246-39/+30
* Fix the actual python command to match the displayed one in theGreg Hudson2010-04-241-2/+4
* Adapted patch from Arlene Berry to handle dlerror() returning a nullTom Yu2010-04-231-0/+4
* Adapted patch from Jason Rogers. It wasn't complete, so this commitTom Yu2010-04-232-19/+28
* 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
* Eliminate a non-useful NULL check in the KDC's dispatch() function.Greg Hudson2010-04-221-1/+1
* 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
* In the kdc5_hammer test program, simplify the cleanup logic ofGreg Hudson2010-04-211-19/+10
* 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
* In t_inetd, zero out l_inaddr before filling it in, as is relativelyGreg Hudson2010-04-211-0/+2
* Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating toTom Yu2010-04-203-17/+32
* Fix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free in KDC triggeredTom Yu2010-04-203-0/+41
* 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-204-18/+17
* Build runenv.py, holding environment variable settings required forTom Yu2010-04-166-22/+41
* Introduce new krb5_tkt_creds APIGreg Hudson2010-04-147-1495/+1206