summaryrefslogtreecommitdiff
path: root/clientname.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-10Got rid of a superfluous empty line.Wayne Davison1-1/+0
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-5/+5
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-4/+4
2004-09-24Turned the various FERROR messages into (the more proper) FLOG.Wayne Davison1-23/+13
2004-06-03The daemon-over-ssh code now looks for $SSH_CONNECTION and $SSH2_CLIENTWayne Davison1-12/+10
2004-05-15Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison1-2/+1
2004-04-30Only refer to AI_NUMERICHOST if it is defined.Wayne Davison1-0/+2
2004-04-01Use getaddrinfo() to figure out if a numeric address is IPv4 or IPv6.Wayne Davison1-32/+29
2004-04-01Last of the cleanup before the patching starts.Wayne Davison1-15/+11
2004-04-01A couple more minor twiddles.Wayne Davison1-4/+6
2004-04-01Updated the sizeof syntax and trimmed some trailing whitespace.Wayne Davison1-18/+18
2004-03-16Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.Wayne Davison1-1/+1
2004-02-27Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).Wayne Davison1-1/+1
2003-01-11The inet_pton() man page says we need to pass in a pointer to aWayne Davison1-2/+2
2003-01-09Support IPv6 addresses with "hosts allow" and "hosts deny". Patch fromDavid Dykstra1-3/+19
2002-08-02* Don't call getnameinfo() if we've already populated the addr_buf.Wayne Davison1-10/+10
2002-08-02Put in better method of checking whether or not daemon over --rsh mode isDavid Dykstra1-10/+19
2002-08-02Fix client_name to work on when INET6 is enabled but using a 4-part IPv4David Dykstra1-22/+33
2002-08-01Fix last change to use correct IPv6 structure names when using INET6.David Dykstra1-2/+7
2002-08-01Fix to correctly identify remote IP address and host name when usingDavid Dykstra1-9/+41
2002-04-03Commit patch based on one from John L. Allen to fix "forward nameMartin Pool1-5/+14
2002-01-25check_name doesn't need a socklen_t, because it knows what is insideMartin Pool1-2/+1
2002-01-25Add code to compare sin6_addrs.v2.5.2pre3Martin Pool1-3/+9
2002-01-25Back out last change -- to see whether an address is spoofed, we don'tMartin Pool1-15/+18
2002-01-25compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.Martin Pool1-16/+13
2002-01-25Split out code to compare addrinfo and sockaddr into it's ownMartin Pool1-25/+45
2002-01-25Doc.Martin Pool1-7/+12
2002-01-25The name resolution stuff is getting complicated -- split it out intoMartin Pool1-0/+252