| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Debugged version of patch worked up with Luke | Ken Raeburn | 2007-07-27 | 3 | -15/+67 |
| * | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 7 | -19/+31 |
| * | Change struct _krb5_context.os_context into a single element instead of array[1] | Ken Raeburn | 2007-05-21 | 5 | -16/+16 |
| * | Define and use some inline helper functions for comparing data and authdata s... | Ken Raeburn | 2007-05-10 | 1 | -3/+2 |
| * | Revert previous change; krb5int_cm_call_select is used by the KDC, and should | Ken Raeburn | 2007-04-13 | 1 | -7/+8 |
| * | Produce a more informative error message for KDC_UNREACH with KDC not responding | Ken Raeburn | 2007-04-13 | 1 | -2/+11 |
| * | If select returns EINTR, recompute the expiration time and call it again | Ken Raeburn | 2007-04-13 | 1 | -1/+5 |
| * | EAI_NODATA deprecated, not always defined | Ken Raeburn | 2007-04-09 | 2 | -2/+11 |
| * | service location plugin returning no addresses handled incorrectly | Ken Raeburn | 2007-04-05 | 1 | -18/+18 |
| * | Initialize 'now' to avoid compiler warning | Ken Raeburn | 2007-03-25 | 1 | -0/+1 |
| * | MAX_FORMAT_BUFFER should be type size_t to reduce warnings | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | krb5 library uses kdc.conf when it shouldn't | Ken Raeburn | 2007-03-21 | 1 | -1/+1 |
| * | * sendto_kdc.c (default_debug_handler): If writing to a log file, keep | Ken Raeburn | 2007-03-14 | 1 | -8/+22 |
| * | Ensure consistancy between prototypes and functions | Ezra Peisach | 2007-02-19 | 1 | -1/+1 |
| * | Conditionalize some ipv6 bits | Ken Raeburn | 2007-02-16 | 1 | -1/+9 |
| * | hack to permit GetEnvironmentVariable usage without requiring getenv() conver... | Jeffrey Altman | 2007-02-12 | 1 | -0/+9 |
| * | krb5_kt_default_name should take an unsized length | Ezra Peisach | 2007-02-05 | 1 | -5/+5 |
| * | Include fake-addrinfo.h before krb5.h to get proper structure declarations | Ezra Peisach | 2007-01-22 | 1 | -3/+4 |
| * | In addition to setting the kpasswd port after | Jeffrey Altman | 2007-01-18 | 1 | -1/+3 |
| * | sendto_kdc.c: use of a variable index into a dynamically | Jeffrey Altman | 2007-01-18 | 1 | -2/+2 |
| * | Use __extension__ if initializing by field name and using GCC in pre-C99 mode | Ken Raeburn | 2006-12-19 | 1 | -0/+3 |
| * | Make clean in lib/krb5/os does not clean test objs | Ezra Peisach | 2006-12-03 | 1 | -1/+1 |
| * | include realm in "can't resolve KDC" error message | Ken Raeburn | 2006-11-16 | 1 | -0/+4 |
| * | Modify the preath plugin interface so that a plugin's context is | Kevin Coffman | 2006-11-01 | 1 | -0/+5 |
| * | make depend | Ken Raeburn | 2006-11-01 | 1 | -1/+1 |
| * | Unsigned/signed warning fix | Ezra Peisach | 2006-10-18 | 1 | -1/+1 |
| * | Remove all unused variable warnings from tree | Ezra Peisach | 2006-10-15 | 1 | -2/+1 |
| * | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -6/+6 |
| * | Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h in | Ezra Peisach | 2006-10-13 | 2 | -2/+3 |
| * | Initialize buffer before calling res_ninit | Russ Allbery | 2006-10-08 | 1 | -0/+1 |