summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/sendto_kdc.c
Commit message (Expand)AuthorAgeFilesLines
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Fix connection termination bug in sendto_kdcGreg Hudson2011-09-011-4/+4
* In rare circumstances, such as checksum errors, some network stacksGreg Hudson2011-07-251-5/+4
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-1/+2
* Mark up strings for translationGreg Hudson2011-06-101-2/+2
* Eliminate a redundant initialization in cm_init_selstate() inGreg Hudson2011-05-031-1/+0
* Add poll support to sendto_kdc.c so that it can work in processes withGreg Hudson2011-05-021-131/+156
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-2/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+4
* Remember to free the result of getaddrinfo() in the new sendto_kdcGreg Hudson2011-02-231-0/+1
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-131-329/+315
* Trace loggingGreg Hudson2010-06-071-29/+43
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-13/+15
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-311-4/+8
* make mark-cstyleTom Yu2009-10-311-686/+687
* Remove #define DEBUG 1 that slipped in in S4U mergeLuke Howard2009-10-231-1/+1
* Implement s4u extensionsGreg Hudson2009-09-131-1/+1
* Use load_32_be processing length in TCP replyKen Raeburn2009-08-211-5/+1
* remove some old code for debugging the debugging codeKen Raeburn2009-05-141-7/+0
* Fix a couple of memory leaks in krb5int_sendto, reworking the errorGreg Hudson2009-04-281-32/+23
* Fix an error-handling block in sendto_kdc.c's setup_connection() whichGreg Hudson2009-04-231-2/+0
* Use macros for config parametersZhanna Tsitkov2009-02-041-1/+1
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-2/+2
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-10/+12
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-2/+2
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-3/+4
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-6/+2
* Use load/store_32/16_be/le functionsKen Raeburn2008-08-021-5/+1
* Don't do FD_SETSIZE check on Windows.Ken Raeburn2008-06-271-1/+3
* Fix off-by-one error in range check on file descriptor numberKen Raeburn2008-06-271-1/+1
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-2/+2
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+1
* Reject socket fds > FD_SETSIZEKen Raeburn2007-10-181-0/+6
* Debugged version of patch worked up with LukeKen Raeburn2007-07-271-14/+64
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-6/+9
* Revert previous change; krb5int_cm_call_select is used by the KDC, and shouldKen Raeburn2007-04-131-7/+8
* Produce a more informative error message for KDC_UNREACH with KDC not respondingKen Raeburn2007-04-131-2/+11
* If select returns EINTR, recompute the expiration time and call it againKen Raeburn2007-04-131-1/+5
* * sendto_kdc.c (default_debug_handler): If writing to a log file, keepKen Raeburn2007-03-141-8/+22
* sendto_kdc.c: use of a variable index into a dynamically Jeffrey Altman2007-01-181-2/+2
* Merge Todd's TCP changepw support, with a few fixupsKen Raeburn2006-08-231-50/+116
* (krb5int_debug_fprint): Use strerror_r if available.Ken Raeburn2006-04-181-12/+11
* Merge from plugin branchKen Raeburn2006-03-071-32/+67
* * sendto_kdc.c (service_fds): Don't create a select_state on the stack; take anKen Raeburn2005-06-101-23/+32
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-2/+0
* move last patch down a little so it applies to tcp sockets as well as udpKen Raeburn2004-08-281-14/+15
* * sendto_kdc.c (start_connection) [DEBUG]: Log the local socket addressKen Raeburn2004-08-281-0/+22
* ugh. revert last changeKen Raeburn2004-06-091-1/+1
* * sendto_kdc.c (krb5int_sendtokdc_debug_handler) [!DEBUG]: Define as a macro,Ken Raeburn2004-06-091-1/+1
* * sendto_kdc.c (get_so_error): New function.Ken Raeburn2004-03-221-21/+34