| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Shawn's fix for some iprop bugs, with some tweaks | Ken Raeburn | 2008-12-01 | 1 | -13/+100 |
| * | fix tiny overrun | Ken Raeburn | 2008-11-24 | 1 | -1/+1 |
| * | Simplify memory management a bit in places, by allocating and freeing | Ken Raeburn | 2008-11-24 | 1 | -139/+107 |
| * | Test with varying numbers of principal name components, of varying lengths. | Ken Raeburn | 2008-11-24 | 1 | -2/+19 |
| * | Use profile_free_list as appropriate. Fix memory leaks | Ken Raeburn | 2008-11-24 | 1 | -20/+21 |
| * | Fix memory leak caught by valgrind | Ken Raeburn | 2008-11-24 | 1 | -23/+29 |
| * | Set krb4 and priocntl flags via site.exp instead of command line | Ken Raeburn | 2008-11-17 | 4 | -70/+324 |
| * | Fix a memory management bug | Ken Raeburn | 2008-11-17 | 1 | -2/+4 |
| * | Don't stick '<null>' in log messages. Run kdb5_util dump with input explicit... | Ken Raeburn | 2008-11-17 | 1 | -12/+12 |
| * | Log more info if ulog_replay fails. Correctly use supplied keytab name | Ken Raeburn | 2008-11-17 | 1 | -5/+7 |
| * | Use correct update log file name in messages | Ken Raeburn | 2008-11-17 | 1 | -6/+6 |
| * | Lite Client - the following calls are server-side functions: | Zhanna Tsitkov | 2008-11-17 | 6 | -4/+18 |
| * | PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult... | Zhanna Tsitkov | 2008-11-17 | 4 | -10/+86 |
| * | Fix test bug: kpropd -S exits after success | Ken Raeburn | 2008-11-12 | 1 | -7/+12 |
| * | Add basic kprop test, and a little more debugging support | Ken Raeburn | 2008-11-12 | 2 | -3/+179 |
| * | Delete replay cache before exiting with success indication | Ken Raeburn | 2008-11-10 | 1 | -0/+6 |
| * | Generate separate master-KDC and slave-KDC config files, with | Ken Raeburn | 2008-11-10 | 9 | -291/+385 |
| * | Fix a krsh bug introduced in r21001 which could cause garbage at the | Greg Hudson | 2008-11-10 | 1 | -0/+1 |
| * | Delete the pass (one of twelve) that does all KDC exchanges with TCP; | Ken Raeburn | 2008-11-10 | 4 | -56/+162 |
| * | In pa_sam(), free the outer krb5_data structure returned by | Greg Hudson | 2008-11-10 | 1 | -0/+2 |
| * | Properly free sam_challenge in pa_sam() | Greg Hudson | 2008-11-10 | 1 | -8/+8 |
| * | Re-add repaired iprop (really, update-log creation) test case | Ken Raeburn | 2008-11-07 | 1 | -0/+124 |
| * | Back out iprop test; it's not working right after all | Ken Raeburn | 2008-11-07 | 1 | -112/+0 |
| * | Test that an iprop update log gets properly created and updated | Ken Raeburn | 2008-11-07 | 2 | -0/+131 |
| * | fix typo in 'file delete' change | Ken Raeburn | 2008-11-07 | 1 | -1/+1 |
| * | Use 'file delete' instead of spawning an 'rm' process | Ken Raeburn | 2008-11-07 | 1 | -19/+17 |
| * | Recognize 'ticket expired' when trying to get a root shell | Ken Raeburn | 2008-11-06 | 1 | -1/+1 |
| * | Fix a kadmin bug introduced in a recent set of string handling | Greg Hudson | 2008-11-06 | 1 | -1/+1 |
| * | Only look for IPv4 addresses for the kpasswd server. This is just a | Ken Raeburn | 2008-11-05 | 1 | -2/+3 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 15 | -33/+33 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 17 | -141/+125 |
| * | Replace strcpy/strcat/sprintf uses in a couple of sample code files | Greg Hudson | 2008-11-05 | 2 | -3/+8 |
| * | Check in Nalin's patch, and a test case for changing passwords via kinit | Ken Raeburn | 2008-11-04 | 3 | -1/+151 |
| * | Don't build dependencies for fakeka.c | Ken Raeburn | 2008-11-04 | 1 | -14/+1 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 61 | -2792/+2935 |
| * | Add _with_password credential acquisition functions to KIM API | Alexandra Ellwood | 2008-11-03 | 6 | -51/+79 |
| * | BIND_8_COMPAT no longer needed in Leopard | Alexandra Ellwood | 2008-11-03 | 1 | -2/+0 |
| * | Apply Apple patch to null out key->contents after freeing on failure, | Greg Hudson | 2008-11-03 | 1 | -0/+2 |
| * | Fix conditionals from last change | Ken Raeburn | 2008-11-03 | 2 | -2/+2 |
| * | Maybe include printf.o in t_k5buf build | Ken Raeburn | 2008-11-03 | 1 | -1/+1 |
| * | Apply a patch from Apple to correct a few memory leaks | Greg Hudson | 2008-11-03 | 3 | -12/+13 |
| * | If we're not making asn1buf_insert_octet an inline function, then make | Ken Raeburn | 2008-11-03 | 4 | -29/+20 |
| * | Apply an adapted Sun patch to fix error string leaks in kadmind | Greg Hudson | 2008-11-03 | 1 | -109/+141 |
| * | KerberosAgent bindings causing crashes | Justin Anderson | 2008-10-31 | 3 | -37/+62 |
| * | No . at end of strings | Alexandra Ellwood | 2008-10-31 | 1 | -1/+1 |
| * | Add a few safeties to the k5buf code, to make static analysis tools happier | Greg Hudson | 2008-10-31 | 1 | -1/+5 |
| * | Avoid duplicate identical dialogs in KIM | Alexandra Ellwood | 2008-10-31 | 4 | -6/+34 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 11 | -249/+114 |
| * | KerberosAgent now saves successfully authenticated identities to favorites au... | Justin Anderson | 2008-10-29 | 3 | -1/+26 |
| * | Clear auth prompt on success or cancel. Leave change password fields filled i... | Justin Anderson | 2008-10-29 | 2 | -0/+26 |