summaryrefslogtreecommitdiff
path: root/lib/libutil/realhostname.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2008-11-25Fixing !INET6 builds.Tai-hwa Liang
2008-11-05Like many other functions that handle sockaddrs, realhostname_sa() takes aDag-Erling Smørgrav
2008-10-17Use strlcpy() when we mean it.Xin LI
2005-05-13NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO
2003-10-18ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray
2003-06-14Tidy up. Sort headers.Mark Murray
2002-06-07Return HOSTNAME_INVALIDADDR when reverse lookup is fail.Hajimu UMEMOTO
2001-09-30Add __FBSDID()s to libutilMatthew Dillon
2001-07-23Simplify IPv4 mapped IPv6 address handling.Hajimu UMEMOTO
2001-07-21Hint getaddrinfo() correctly if we're looking up a name that we got fromBrian Somers
2001-03-14MAXHOSTNAMELEN includes space for the NULBrian Somers
2001-01-28Call trimdomain properly for ip4 addresses.Brian Somers
2000-07-14Sshd writes connected host into utmp directly. If the connection isHajimu UMEMOTO
2000-05-24We should see the ai_canonname menber of the first addrinfoHajimu UMEMOTO
2000-03-23Return IPv4 native address for IPv4 mapped IPv6 address, even ifHajimu UMEMOTO
2000-03-07Since crypto/openssh/login.c was changed to use realhostname_sa(),Hajimu UMEMOTO
2000-01-27Avoid core dump when ai_canonname is NULL.Yoshinobu Inoue
2000-01-25several tcp apps IPv6 updateYoshinobu Inoue
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-04-07Put parenthesis around sizeof args.Brian Somers
1999-04-06Add realhostname() - a function to correctly lookupBrian Somers