summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/sendto_kdc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * sendto_kdc.c (krb5int_sendto): Initialize select_state.end_timeKen Raeburn2004-03-221-0/+1
* krb5_sendto_kdc passing improper argument to krb5_locate_kdcEzra Peisach2004-03-181-1/+1
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-271-11/+41
* * sendto_kdc.c (start_connection): Close socket if connect() call fails for anKen Raeburn2004-02-261-0/+1
* oops. actually do the #undef DEBUGKen Raeburn2003-12-201-1/+1
* * sendto_kdc.c (default_debug_handler, put, putstr): Define only if DEBUG isKen Raeburn2003-12-201-1/+3
* * sendto_kdc.c: Sockets must be closed with closesocket() insteadJeffrey Altman2003-10-271-1/+1
* Don't call shutdown after finishing writingSam Hartman2003-03-041-1/+2
* * sendto_kdc.c (state_strings): Now constKen Raeburn2003-01-081-1/+1
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-071-3/+4
* * sendto_kdc.c (service_tcp_fd): If DEBUG defined, ensure thatEzra Peisach2002-10-221-1/+2
* * sendto_kdc.c (krb5int_cm_call_select): Fix last changeKen Raeburn2002-09-271-2/+1
* * sendto_kdc.c (krb5int_cm_call_select): If timeout value has tv_sec==0, treatKen Raeburn2002-09-191-14/+22
* * sendto_kdc.c: Include cm.h.Ken Raeburn2002-09-181-48/+70
* * sendto_kdc.c (service_fds): Fix bug in last change.Ken Raeburn2002-09-141-30/+27
* * sendto_kdc.c (struct conn_state): Add new function pointer field 'service'Ken Raeburn2002-09-141-44/+29
* whitespaceKen Raeburn2002-09-111-1/+3
* protoizeKen Raeburn2002-09-031-8/+3
* * sendto_kdc.c (merge_addrlists): Truncate source address list after copyingKen Raeburn2002-08-241-0/+1
* turn off debug codeKen Raeburn2002-08-231-1/+1
* * sendto_kdc.c (MAX_PASS, dprint): New macros.Ken Raeburn2002-08-221-402/+509
* * sendto_kdc.c (DEFAULT_UDP_PREF_LIMIT, HARD_UDP_LIMIT): New macros.Ken Raeburn2002-08-151-3/+38