| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | If the daemon is unable to fork a child to accept a connection, print | Martin Pool | 2002-02-18 | 1 | -1/+12 |
| * | Patch from Jos Backus <josb@cncdsl.com> to use HAVE_SOCKADDR_LEN rather | David Dykstra | 2002-02-13 | 1 | -1/+1 |
| * | The name resolution stuff is getting complicated -- split it out into | Martin Pool | 2002-01-25 | 1 | -216/+0 |
| * | Verbose messages for spoof check... doesn't work on old linux libc? | Martin Pool | 2002-01-24 | 1 | -4/+30 |
| * | When doing a name->addr translation to check for spoofing, give the | Martin Pool | 2002-01-24 | 1 | -1/+1 |
| * | Fix getpeername call. | Martin Pool | 2002-01-24 | 1 | -1/+1 |
| * | Move both calls to getpeername into a common wrapper function that | Martin Pool | 2002-01-24 | 1 | -22/+34 |
| * | Another size_t warning | Martin Pool | 2002-01-24 | 1 | -1/+1 |
| * | check_name: Print out name *before* clobbering it. | Martin Pool | 2002-01-24 | 1 | -5/+5 |
| * | If name lookup fails, then show the relevant IP address in the error message. | Martin Pool | 2002-01-24 | 1 | -22/+17 |
| * | Doc. | Martin Pool | 2002-01-24 | 1 | -8/+2 |
| * | Show helper program with -v when opening connection. | Martin Pool | 2002-01-24 | 1 | -1/+10 |
| * | Doc. | Martin Pool | 2002-01-24 | 1 | -7/+10 |
| * | Fix const | Martin Pool | 2002-01-24 | 1 | -2/+2 |
| * | Unbreak the old behavior of using UNKNOWN as a hostname if any of the | Martin Pool | 2002-01-24 | 1 | -4/+10 |
| * | Fix inverted sense of error check. | Martin Pool | 2002-01-24 | 1 | -5/+6 |
| * | Refactor client_name() into smaller functions. | Martin Pool | 2002-01-24 | 1 | -31/+75 |
| * | Doc. | Martin Pool | 2002-01-24 | 1 | -1/+4 |
| * | Just for variety we have some socklen_t fixes too. | Martin Pool | 2002-01-23 | 1 | -3/+5 |
| * | Remove unused variable. | Martin Pool | 2002-01-15 | 1 | -1/+0 |
| * | Oops, getaddrinfo returns an error code (not -1) for error. -Wall is | Martin Pool | 2002-01-15 | 1 | -1/+1 |
| * | More comments about IPv6 stuff. | Martin Pool | 2002-01-11 | 1 | -5/+17 |
| * | Typo | Martin Pool | 2001-12-18 | 1 | -1/+1 |
| * | Refactor code for setting local address on outgoing connections. If a | Martin Pool | 2001-12-18 | 1 | -23/+38 |
| * | Get rid of global_opts struct as suggested by Dave -- too many | Martin Pool | 2001-12-18 | 1 | -40/+29 |
| * | open_socket_in was attempting to try all the protocols returned from | David Dykstra | 2001-12-14 | 1 | -0/+1 |
| * | Some platforms don't have sa_family_t. | Martin Pool | 2001-12-05 | 1 | -1/+1 |
| * | RFC2553 just says that sockaddr_storage has to have initial fields | Martin Pool | 2001-12-05 | 1 | -2/+8 |
| * | Some platforms may have getaddrinfo() but not sockaddr_storage. | Martin Pool | 2001-12-05 | 1 | -4/+0 |
| * | Change back to using sockaddr_storage rather than sockaddr_in. If | Martin Pool | 2001-12-05 | 1 | -11/+19 |
| * | Fix missing parameter in log call. | Martin Pool | 2001-11-27 | 1 | -1/+1 |
| * | Remove kame cruft | Martin Pool | 2001-11-26 | 1 | -1/+1 |
| * | Oops, no C++ comments. | Martin Pool | 2001-11-26 | 1 | -2/+0 |
| * | Kill a function for jra. | Martin Pool | 2001-11-26 | 1 | -64/+1 |
| * | Try to be better about handling the results of getaddrinfo(): when | Martin Pool | 2001-11-26 | 1 | -17/+44 |
| * | Put the new address family option into an options struct. We have too | Martin Pool | 2001-11-26 | 1 | -19/+43 |
| * | Remove highly suspicious redefinition of sockaddr structure -- there | Martin Pool | 2001-11-26 | 1 | -18/+20 |
| * | Improved error messages. | Martin Pool | 2001-11-24 | 1 | -8/+18 |
| * | Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnames | Martin Pool | 2001-11-23 | 1 | -112/+178 |
| * | Merge in the LIBSMB_PROG idea from samba, so that you can do | Martin Pool | 2001-08-31 | 1 | -4/+136 |
| * | Check that gethostbyname does actually return AF_INET addresses, since | Martin Pool | 2001-08-15 | 1 | -5/+21 |
| * | Use socklen_t for getpeername, since we hopefully now have it defined | Martin Pool | 2001-08-15 | 1 | -1/+1 |
| * | Typo. Shouldn't depend on assert(). | Martin Pool | 2001-08-15 | 1 | -2/+5 |
| * | Better error messages for DNS. | Martin Pool | 2001-08-15 | 1 | -10/+17 |
| * | don't need to lookup our own name in open_socket_in() | Andrew Tridgell | 2001-08-08 | 1 | -17/+2 |
| * | Two more instances of socklen_t. | Martin Pool | 2001-08-06 | 1 | -3/+3 |
| * | Use socklen_t if defined, or otherwise int. This tries to fix | Martin Pool | 2001-08-06 | 1 | -3/+4 |
| * | If binding to a low-numbered port fails with EACCES, then the error | Martin Pool | 2001-06-21 | 1 | -0/+4 |
| * | imported new snprintf.c from samba, got rid of slprintf | Andrew Tridgell | 2001-05-07 | 1 | -1/+1 |
| * | Include strerror message when there's a socket error. | Martin Pool | 2001-01-08 | 1 | -12/+19 |