summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use krb5_get_credentials in ksu instead of krb5_get_cred_from_kdc, soGreg Hudson2010-04-141-28/+2
* 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-082-0/+13
* Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix badGreg Hudson2010-04-082-101/+93
* In testrealm.py, add ksu and kvno to the list of build directoriesGreg Hudson2010-04-041-1/+3
* Fix backwards flag output in krb5_init_creds_step()Greg Hudson2010-03-291-2/+2
* Always pass -W option to kdb5_util create in testingKen Raeburn2010-03-274-5/+5
* In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm,Greg Hudson2010-03-261-67/+70
* Straighten the if-ladder in encrypted challenge's process_preauth,Greg Hudson2010-03-251-7/+6
* Apply patch from Arlene Berry to not use freed memory inTom Yu2010-03-231-1/+2
* MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGOTom Yu2010-03-231-22/+16
* Include t_spengno.o in list of OBJS so make clean will removeEzra Peisach2010-03-231-1/+1
* krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSXTom Yu2010-03-232-11/+13
* Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512Greg Hudson2010-03-201-1/+1
* Document the ticket_lifetime libdefaults setting (which was added inGreg Hudson2010-03-191-0/+4
* Fix the kpasswd fallback from the ccache principal name to theGreg Hudson2010-03-181-7/+11
* Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson2010-03-181-0/+1
* UntabifyKen Raeburn2010-03-181-6/+6
* Copyright noticeKen Raeburn2010-03-181-1/+29
* When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson2010-03-171-1/+1
* Add more verbosity when the -V option to kinit is specified. Based onGreg Hudson2010-03-171-0/+21
* Fix the Python version check to use constructs available in olderGreg Hudson2010-03-171-10/+4
* Add a version check to the Python test, so that we don't try to runGreg Hudson2010-03-171-2/+11
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-1720-2066/+473
* handle NT_SRV_INST in service principal referralsTom Yu2010-03-161-0/+1