| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Eliminate the need for the domain_realm mapping table on the client side by i... | Zhanna Tsitkov | 2009-01-23 | 1 | -1/+71 |
| * | Add some output parameter initializations n order to eliminate some | Greg Hudson | 2009-01-23 | 1 | -1/+4 |
| * | If buffer length is 0, force pointer to NULL, to keep valgrind happier when c... | Ken Raeburn | 2009-01-17 | 1 | -2/+4 |
| * | Fix an additional multiple-write case noted by John, where sendauth | Ken Raeburn | 2009-01-15 | 1 | -9/+35 |
| * | Add new routine krb5int_net_writev using scatter-gather source. | Ken Raeburn | 2009-01-15 | 4 | -24/+49 |
| * | Patch from Luke Howard to: | Sam Hartman | 2009-01-13 | 1 | -0/+1 |
| * | Check the return code from krb5int_clean_hostname as the sanity verification... | Zhanna Tsitkov | 2009-01-12 | 1 | -3/+7 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -465/+463 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 4 | -4/+9 |
| * | Revert r21589, and export krb5_get_fallback_host_realm instead | Greg Hudson | 2008-12-29 | 1 | -3/+12 |
| * | Clean up krb5_get_fallback_host_realm in two respects: | Greg Hudson | 2008-12-24 | 1 | -12/+3 |
| * | Add a new fallback host-to-realm heuristic to try the components of the | Greg Hudson | 2008-12-24 | 1 | -56/+127 |
| * | Remove krb4 code in libkrb5 | Greg Hudson | 2008-12-15 | 3 | -129/+3 |
| * | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 1 | -0/+1 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 2 | -2/+2 |
| * | 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 | 3 | -4/+4 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 2 | -26/+23 |
| * | Check in Nalin's patch, and a test case for changing passwords via kinit | Ken Raeburn | 2008-11-04 | 2 | -1/+10 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -259/+270 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -10/+12 |
| * | More regression tests for ASN.1 encoders | Ken Raeburn | 2008-10-25 | 1 | -0/+3 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 4 | -18/+10 |
| * | krb5_change_set_password should free chpw_rep contents | Alexandra Ellwood | 2008-10-21 | 1 | -0/+2 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 6 | -25/+10 |
| * | Make unset strings in kim_options and kim_selection_hints | Alexandra Ellwood | 2008-10-01 | 1 | -1/+1 |
| * | Finished KLL to KIM shim. | Alexandra Ellwood | 2008-10-01 | 1 | -5/+5 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -234/+268 |
| * | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 4 | -8/+9 |
| * | lean client changes | Zhanna Tsitkov | 2008-08-20 | 1 | -2/+8 |
| * | If the LDAP KDB back end is being built, define ENABLE_LDAP. If | Ken Raeburn | 2008-08-14 | 1 | -2/+9 |
| * | Don't build PKINIT ASN.1 support code if not building PKINIT plugin | Ken Raeburn | 2008-08-13 | 1 | -45/+56 |
| * | malloc+memset(,0,) -> calloc | Ken Raeburn | 2008-08-07 | 3 | -15/+6 |
| * | Use load/store_32/16_be/le functions | Ken Raeburn | 2008-08-02 | 2 | -15/+7 |
| * | Use all local addresses except loopback addresses, even if a non-loopback | Ken Raeburn | 2008-07-12 | 1 | -17/+26 |
| * | Changes to krb5_kt_default_name changed the krb5 ABI. Reverted | Alexandra Ellwood | 2008-07-08 | 1 | -1/+2 |
| * | memcpy(NULL, ptr, 0) is invalid, so don't do it | Ken Raeburn | 2008-06-30 | 1 | -1/+2 |
| * | misc memory leaks | Ken Raeburn | 2008-06-27 | 1 | -2/+3 |
| * | Don't do FD_SETSIZE check on Windows. | Ken Raeburn | 2008-06-27 | 1 | -1/+3 |
| * | Fix off-by-one error in range check on file descriptor number | Ken Raeburn | 2008-06-27 | 1 | -1/+1 |
| * | This patch is derived from a patch originally submitted to RT | Jeffrey Altman | 2008-06-18 | 1 | -1/+6 |
| * | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 4 | -7/+7 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 4 | -9/+9 |
| * | Make a NUL-terminated copy of realm name before passing to a plugin | Tom Yu | 2008-02-29 | 1 | -1/+16 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 4 | -2/+10 |
| * | Reject socket fds > FD_SETSIZE | Ken Raeburn | 2007-10-18 | 1 | -0/+6 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -234/+245 |
| * | sprintf conversion to snprintf in r19703 introduced some signed/unsigned | Ezra Peisach | 2007-08-15 | 2 | -4/+4 |
| * | missing comma | Jeffrey Altman | 2007-08-06 | 1 | -2/+3 |
| * | Add PKINIT support | Kevin Coffman | 2007-08-01 | 1 | -0/+29 |