aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/realhostname.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing !INET6 builds.Tai-hwa Liang2008-11-251-0/+2
* Like many other functions that handle sockaddrs, realhostname_sa() takes aDag-Erling Smørgrav2008-11-051-5/+18
* Use strlcpy() when we mean it.Xin LI2008-10-171-2/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-7/+2
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-181-9/+9
* Tidy up. Sort headers.Mark Murray2003-06-141-1/+1
* Return HOSTNAME_INVALIDADDR when reverse lookup is fail.Hajimu UMEMOTO2002-06-071-1/+1
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-2/+3
* Simplify IPv4 mapped IPv6 address handling.Hajimu UMEMOTO2001-07-231-66/+39
* Hint getaddrinfo() correctly if we're looking up a name that we got fromBrian Somers2001-07-211-2/+9
* MAXHOSTNAMELEN includes space for the NULBrian Somers2001-03-141-4/+4
* Call trimdomain properly for ip4 addresses.Brian Somers2001-01-281-30/+30
* Sshd writes connected host into utmp directly. If the connection isHajimu UMEMOTO2000-07-141-7/+14
* We should see the ai_canonname menber of the first addrinfoHajimu UMEMOTO2000-05-241-6/+6
* Return IPv4 native address for IPv4 mapped IPv6 address, even ifHajimu UMEMOTO2000-03-231-8/+23
* Since crypto/openssh/login.c was changed to use realhostname_sa(),Hajimu UMEMOTO2000-03-071-13/+29
* Avoid core dump when ai_canonname is NULL.Yoshinobu Inoue2000-01-271-4/+8
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-0/+95
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Put parenthesis around sizeof args.Brian Somers1999-04-071-6/+6
* Add realhostname() - a function to correctly lookupBrian Somers1999-04-061-0/+73