| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence various "may be used uninitialized" warnings from GCC caused | Ken Raeburn | 2011-09-05 | 1 | -1/+1 |
* | Fix connection termination bug in sendto_kdc | Greg Hudson | 2011-09-01 | 1 | -4/+4 |
* | In rare circumstances, such as checksum errors, some network stacks | Greg Hudson | 2011-07-25 | 1 | -5/+4 |
* | Use AI_ADDRCONFIG for more efficient getaddrinfo | Greg Hudson | 2011-06-23 | 1 | -1/+2 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -2/+2 |
* | Eliminate a redundant initialization in cm_init_selstate() in | Greg Hudson | 2011-05-03 | 1 | -1/+0 |
* | Add poll support to sendto_kdc.c so that it can work in processes with | Greg Hudson | 2011-05-02 | 1 | -131/+156 |
* | Resolve a few miscellaneous warnings | Greg Hudson | 2011-03-14 | 1 | -2/+0 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -6/+4 |
* | Remember to free the result of getaddrinfo() in the new sendto_kdc | Greg Hudson | 2011-02-23 | 1 | -0/+1 |
* | Defer hostname lookups in krb5_sendto_kdc | Greg Hudson | 2011-02-13 | 1 | -329/+315 |
* | Trace logging | Greg Hudson | 2010-06-07 | 1 | -29/+43 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 1 | -13/+15 |
* | In lib/krb5/os, ensure that function definition headers have function | Greg Hudson | 2009-10-31 | 1 | -4/+8 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -686/+687 |
* | Remove #define DEBUG 1 that slipped in in S4U merge | Luke Howard | 2009-10-23 | 1 | -1/+1 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -1/+1 |
* | Use load_32_be processing length in TCP reply | Ken Raeburn | 2009-08-21 | 1 | -5/+1 |
* | remove some old code for debugging the debugging code | Ken Raeburn | 2009-05-14 | 1 | -7/+0 |
* | Fix a couple of memory leaks in krb5int_sendto, reworking the error | Greg Hudson | 2009-04-28 | 1 | -32/+23 |
* | Fix an error-handling block in sendto_kdc.c's setup_connection() which | Greg Hudson | 2009-04-23 | 1 | -2/+0 |
* | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 1 | -1/+1 |
* | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 1 | -2/+2 |
* | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -10/+12 |
* | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -2/+2 |
* | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -3/+4 |
* | malloc+memset(,0,) -> calloc | Ken Raeburn | 2008-08-07 | 1 | -6/+2 |
* | Use load/store_32/16_be/le functions | Ken Raeburn | 2008-08-02 | 1 | -5/+1 |
* | 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 |
* | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 1 | -2/+2 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -0/+1 |
* | Reject socket fds > FD_SETSIZE | Ken Raeburn | 2007-10-18 | 1 | -0/+6 |
* | Debugged version of patch worked up with Luke | Ken Raeburn | 2007-07-27 | 1 | -14/+64 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -6/+9 |
* | 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 |
* | * sendto_kdc.c (default_debug_handler): If writing to a log file, keep | Ken Raeburn | 2007-03-14 | 1 | -8/+22 |
* | sendto_kdc.c: use of a variable index into a dynamically | Jeffrey Altman | 2007-01-18 | 1 | -2/+2 |
* | Merge Todd's TCP changepw support, with a few fixups | Ken Raeburn | 2006-08-23 | 1 | -50/+116 |
* | (krb5int_debug_fprint): Use strerror_r if available. | Ken Raeburn | 2006-04-18 | 1 | -12/+11 |
* | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 1 | -32/+67 |
* | * sendto_kdc.c (service_fds): Don't create a select_state on the stack; take an | Ken Raeburn | 2005-06-10 | 1 | -23/+32 |
* | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -2/+0 |
* | move last patch down a little so it applies to tcp sockets as well as udp | Ken Raeburn | 2004-08-28 | 1 | -14/+15 |
* | * sendto_kdc.c (start_connection) [DEBUG]: Log the local socket address | Ken Raeburn | 2004-08-28 | 1 | -0/+22 |
* | ugh. revert last change | Ken Raeburn | 2004-06-09 | 1 | -1/+1 |
* | * sendto_kdc.c (krb5int_sendtokdc_debug_handler) [!DEBUG]: Define as a macro, | Ken Raeburn | 2004-06-09 | 1 | -1/+1 |
* | * sendto_kdc.c (get_so_error): New function. | Ken Raeburn | 2004-03-22 | 1 | -21/+34 |