| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | test mailing diffs 2 | Tom Yu | 2008-12-17 | 1 | -0/+2 |
| * | test mailing diffs | Tom Yu | 2008-12-17 | 1 | -0/+1 |
| * | Move prototypes needed in multiple files to misc.h instead of | Ezra Peisach | 2008-12-17 | 4 | -10/+17 |
| * | Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument | Ezra Peisach | 2008-12-16 | 3 | -2/+4 |
| * | Fix memory leaks in sam and ldap handler testing - there is still a leak w/ ldap | Ezra Peisach | 2008-12-16 | 4 | -0/+24 |
| * | Add svn:ignore properties for some files created by dejagnu tests | Greg Hudson | 2008-12-15 | 0 | -0/+0 |
| * | Remove krb4 code in libkrb5 | Greg Hudson | 2008-12-15 | 7 | -540/+4 |
| * | Remove krb4 support in gssftp and telnet | Greg Hudson | 2008-12-15 | 17 | -1363/+19 |
| * | Remove krb4 support in the applications. login's ability to run aklog | Greg Hudson | 2008-12-15 | 17 | -3312/+234 |
| * | Remove krb4 support from clients. Some of the code has been | Greg Hudson | 2008-12-15 | 14 | -1018/+90 |
| * | In the KDC, remove krb4 request handling support and fakeka code | Greg Hudson | 2008-12-15 | 8 | -2803/+9 |
| * | Remove a krb4 conditional block in ktutil_funcs.c which was missed in | Greg Hudson | 2008-12-15 | 1 | -4/+0 |
| * | In ktutil, remove code for wst (write srvtab). Reimplement rst (read | Greg Hudson | 2008-12-15 | 4 | -233/+9 |
| * | Remove loadv4/dumpv4 code in kdb5_util. (The command table entries for | Greg Hudson | 2008-12-15 | 6 | -1500/+0 |
| * | Fixed memory leak in krb5_stdccv3_remove | Zhanna Tsitkov | 2008-12-13 | 1 | -1/+5 |
| * | Accept digits and = in base64 output to flush | Ken Raeburn | 2008-12-12 | 1 | -1/+1 |
| * | For Sun Studio compilers, set WARN_CFLAGS to emit warning tag names | Ken Raeburn | 2008-12-11 | 1 | -0/+10 |
| * | Clean up some kadmind4 relics left behind in osconf.hin | Greg Hudson | 2008-12-09 | 1 | -12/+0 |
| * | Release default credentials before exiting krb5_gss_init_sec_context routine | Zhanna Tsitkov | 2008-12-09 | 1 | -1/+3 |
| * | Add a configure option --disable-rpath to suppress rpath flags in | Greg Hudson | 2008-12-08 | 4 | -42/+91 |
| * | Remove some lingering Saber C cruft | Greg Hudson | 2008-12-05 | 5 | -57/+0 |
| * | When storing info into cred cache, remove any dups. | Zhanna Tsitkov | 2008-12-05 | 1 | -4/+9 |
| * | Fix data initialization in process_as_req function | Zhanna Tsitkov | 2008-12-05 | 1 | -2/+2 |
| * | Ticket: 6286 | Zhanna Tsitkov | 2008-12-05 | 1 | -1/+1 |
| * | In the dejagnu test suite utilities, use the caller's value of | Greg Hudson | 2008-12-05 | 1 | -3/+3 |
| * | In the rlogin tests, expect to see /bin/sh echoed back after sending | Greg Hudson | 2008-12-05 | 1 | -0/+2 |
| * | Merge in fix from ms-krb-integ branch to avoid modifying input data on aead... | Sam Hartman | 2008-12-05 | 1 | -4/+15 |
| * | Fix from Marcus Watts for glob-to-regexp conversion bug. | Ken Raeburn | 2008-12-04 | 2 | -2/+5 |
| * | Cleanup warnings | Sam Hartman | 2008-12-04 | 4 | -19/+19 |
| * | Merge R21122 from mskrb-integ | Sam Hartman | 2008-12-04 | 6 | -60/+60 |
| * | Merge r21120 from mskrb-integ | Sam Hartman | 2008-12-04 | 6 | -39/+210 |
| * | Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, so | Greg Hudson | 2008-12-03 | 2 | -16/+23 |
| * | make depend | Sam Hartman | 2008-12-02 | 14 | -142/+268 |
| * | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 35 | -53/+2683 |
| * | Remove unneeded LEAN_CLIENT #define's | Zhanna Tsitkov | 2008-12-02 | 2 | -14/+0 |
| * | add k5-platform.h for asprintf | Tom Yu | 2008-12-02 | 1 | -0/+2 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 75 | -596/+474 |
| * | make depend | Ezra Peisach | 2008-12-01 | 1 | -1/+1 |
| * | Move cc_mutex code from k5-int.h - where it is globally available to cc-int.h | Ezra Peisach | 2008-12-01 | 3 | -32/+31 |
| * | 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 |
| * | Note kprop doesn't do IPv6 yet either | Ken Raeburn | 2008-11-17 | 1 | -4/+4 |
| * | 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 |