summaryrefslogtreecommitdiffstats
path: root/lib/libutil/realhostname.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing !INET6 builds.avatar2008-11-251-0/+2
* Like many other functions that handle sockaddrs, realhostname_sa() takes ades2008-11-051-5/+18
* Use strlcpy() when we mean it.delphij2008-10-171-2/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-7/+2
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-181-9/+9
* Tidy up. Sort headers.markm2003-06-141-1/+1
* Return HOSTNAME_INVALIDADDR when reverse lookup is fail.ume2002-06-071-1/+1
* Add __FBSDID()s to libutildillon2001-09-301-2/+3
* Simplify IPv4 mapped IPv6 address handling.ume2001-07-231-66/+39
* Hint getaddrinfo() correctly if we're looking up a name that we got frombrian2001-07-211-2/+9
* MAXHOSTNAMELEN includes space for the NULbrian2001-03-141-4/+4
* Call trimdomain properly for ip4 addresses.brian2001-01-281-30/+30
* Sshd writes connected host into utmp directly. If the connection isume2000-07-141-7/+14
* We should see the ai_canonname menber of the first addrinfoume2000-05-241-6/+6
* Return IPv4 native address for IPv4 mapped IPv6 address, even ifume2000-03-231-8/+23
* Since crypto/openssh/login.c was changed to use realhostname_sa(),ume2000-03-071-13/+29
* Avoid core dump when ai_canonname is NULL.shin2000-01-271-4/+8
* several tcp apps IPv6 updateshin2000-01-251-0/+95
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Put parenthesis around sizeof args.brian1999-04-071-6/+6
* Add realhostname() - a function to correctly lookupbrian1999-04-061-0/+73
OpenPOWER on IntegriCloud