| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix a memory leak in get_creds.c's try_fallback_realm() | Greg Hudson | 2010-04-21 | 1 | -1/+3 |
| * | In the kdc5_hammer test program, simplify the cleanup logic of | Greg Hudson | 2010-04-21 | 1 | -19/+10 |
| * | Amend r23917 to correct some uses of *out_creds which should now use | Greg Hudson | 2010-04-21 | 1 | -3/+2 |
| * | In the get_credentials() helper of the gss-krb5 init_sec_context code, | Greg Hudson | 2010-04-21 | 1 | -2/+8 |
| * | In t_inetd, zero out l_inaddr before filling it in, as is relatively | Greg Hudson | 2010-04-21 | 1 | -0/+2 |
| * | Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating to | Tom Yu | 2010-04-20 | 3 | -17/+32 |
| * | Fix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free in KDC triggered | Tom Yu | 2010-04-20 | 3 | -0/+41 |
| * | When setting up to get a TGT for the service realm in the TGS code, | Greg Hudson | 2010-04-20 | 1 | -5/+5 |
| * | Add KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with Heimdal. | Greg Hudson | 2010-04-20 | 4 | -18/+17 |
| * | Build runenv.py, holding environment variable settings required for | Tom Yu | 2010-04-16 | 6 | -22/+41 |
| * | Introduce new krb5_tkt_creds API | Greg Hudson | 2010-04-14 | 7 | -1495/+1206 |
| * | Use krb5_get_credentials in ksu instead of krb5_get_cred_from_kdc, so | Greg Hudson | 2010-04-14 | 1 | -28/+2 |
| * | Validate and renew should work on non-TGT creds | Greg Hudson | 2010-04-13 | 3 | -151/+197 |
| * | Remove krb5int_send_tgs(); it is unused as of r23358 | Greg Hudson | 2010-04-08 | 3 | -90/+3 |
| * | Add krb5_cc_dup() to make it possible to copy ccache handles | Greg Hudson | 2010-04-08 | 2 | -0/+13 |
| * | Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix bad | Greg Hudson | 2010-04-08 | 2 | -101/+93 |
| * | In testrealm.py, add ksu and kvno to the list of build directories | Greg Hudson | 2010-04-04 | 1 | -1/+3 |
| * | Fix backwards flag output in krb5_init_creds_step() | Greg Hudson | 2010-03-29 | 1 | -2/+2 |
| * | Always pass -W option to kdb5_util create in testing | Ken Raeburn | 2010-03-27 | 4 | -5/+5 |
| * | In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm, | Greg Hudson | 2010-03-26 | 1 | -67/+70 |
| * | Straighten the if-ladder in encrypted challenge's process_preauth, | Greg Hudson | 2010-03-25 | 1 | -7/+6 |
| * | Apply patch from Arlene Berry to not use freed memory in | Tom Yu | 2010-03-23 | 1 | -1/+2 |
| * | MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGO | Tom Yu | 2010-03-23 | 1 | -22/+16 |
| * | Include t_spengno.o in list of OBJS so make clean will remove | Ezra Peisach | 2010-03-23 | 1 | -1/+1 |
| * | krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSX | Tom Yu | 2010-03-23 | 2 | -11/+13 |
| * | Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512 | Greg Hudson | 2010-03-20 | 1 | -1/+1 |
| * | Document the ticket_lifetime libdefaults setting (which was added in | Greg Hudson | 2010-03-19 | 2 | -7/+9 |
| * | Fix the kpasswd fallback from the ccache principal name to the | Greg Hudson | 2010-03-18 | 1 | -7/+11 |
| * | Include int-proto.h in mk_req_ext.c for krb5int_validate_times | Greg Hudson | 2010-03-18 | 1 | -0/+1 |
| * | Untabify | Ken Raeburn | 2010-03-18 | 1 | -6/+6 |
| * | Copyright notice | Ken Raeburn | 2010-03-18 | 1 | -1/+29 |
| * | When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don't | Greg Hudson | 2010-03-17 | 1 | -1/+1 |
| * | Add more verbosity when the -V option to kinit is specified. Based on | Greg Hudson | 2010-03-17 | 1 | -0/+21 |
| * | Fix the Python version check to use constructs available in older | Greg Hudson | 2010-03-17 | 1 | -10/+4 |
| * | Add a version check to the Python test, so that we don't try to run | Greg Hudson | 2010-03-17 | 1 | -2/+11 |
| * | Merge users/raeburn/branches/network-merge | Ken Raeburn | 2010-03-17 | 20 | -2066/+473 |
| * | handle NT_SRV_INST in service principal referrals | Tom Yu | 2010-03-16 | 1 | -0/+1 |
| * | Set up KRB5_RUN_ENV for pytests, so that Python-based tests can run | Tom Yu | 2010-03-15 | 3 | -2/+7 |
| * | Lazy history key creation | Greg Hudson | 2010-03-11 | 2 | -60/+37 |
| * | Use KRB5_CONF_ macros instead of strings in the source file for profile confi... | Zhanna Tsitkov | 2010-03-10 | 2 | -6/+8 |
| * | Remove vestigial include/spnego-asn1.h | Greg Hudson | 2010-03-10 | 1 | -90/+0 |
| * | Add a "make testrealm" target using the Python test framework. As | Greg Hudson | 2010-03-08 | 3 | -12/+92 |
| * | Make python test start_in_inetd function | Ezra Peisach | 2010-03-07 | 3 | -2/+5 |
| * | Release the internal_name field of a SPNEGO context if it has not been | Greg Hudson | 2010-03-05 | 1 | -0/+3 |
| * | Add a Python test to run t_spnego | Greg Hudson | 2010-03-05 | 2 | -0/+11 |
| * | In post.in, add a check-pytests intermediate target for Makefile.in to | Greg Hudson | 2010-03-05 | 1 | -3/+8 |
| * | Fix a double-free in the t_spnego test program resulting from overly | Greg Hudson | 2010-03-05 | 1 | -3/+0 |
| * | Add a message parameter to k5test's success(), to briefly indicate the | Greg Hudson | 2010-03-05 | 3 | -9/+12 |
| * | Add IPv6 support to changepw.c (reverting r21004 since it is no longer | Greg Hudson | 2010-03-05 | 1 | -7/+26 |
| * | Ignore improperly encoded signedpath AD elements | Greg Hudson | 2010-03-05 | 1 | -1/+5 |