summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/sendto_kdc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sendto_kdc.c on OS X after cm refactoringGreg Hudson2014-04-051-0/+9
* Refactor cm functions in sendto_kdc.cGreg Hudson2014-04-021-161/+187
* Initialize err variable in krb5_sendto_kdcNalin Dahyabhai2014-03-131-0/+1
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-261-1/+1
* Report KDC response sizes in trace logsGreg Hudson2013-08-071-1/+1
* Remove old comments in sendto_kdc.cRobbie Harwood (frozencemetery)2013-07-301-12/+0
* Remove is_udp field in sendto_kdc.c conn_stateRobbie Harwood (frozencemetery)2013-07-301-5/+1
* Fix spin loop reading from KDC TCP socketViktor Dukhovni2013-06-261-2/+2
* Simplify sendto_kdc exception handlingGreg Hudson2013-04-121-83/+25
* Remove sendto_kdc debugging codeGreg Hudson2013-04-121-242/+2
* Dynamically expand timeout when TCP connectsNathaniel McCallum2013-04-121-1/+27
* Use millisecond timeouts in sendto_kdc.cNathaniel McCallum2013-04-121-68/+51
* Get rid of cm.c and cm.hGreg Hudson2013-04-121-20/+90
* Trace log with a subset of struct conn_stateGreg Hudson2013-04-121-26/+29
* Get rid of osconfig.cGreg Hudson2013-03-221-2/+2
* Modernize k5bufGreg Hudson2013-02-141-10/+10
* Check for negative poll timeout in k5_sendto_kdcGreg Hudson2013-01-251-0/+4
* Avoid redundant socket cleanup in sendto_kdc.cGreg Hudson2012-11-291-4/+0
* Fix spin-loop bug in k5_sendto_kdcGreg Hudson2012-11-291-1/+1
* 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