index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
realhostname.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing !INET6 builds.
avatar
2008-11-25
1
-0
/
+2
*
Like many other functions that handle sockaddrs, realhostname_sa() takes a
des
2008-11-05
1
-5
/
+18
*
Use strlcpy() when we mean it.
delphij
2008-10-17
1
-2
/
+1
*
NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
ume
2005-05-13
1
-7
/
+2
*
ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
markm
2003-10-18
1
-9
/
+9
*
Tidy up. Sort headers.
markm
2003-06-14
1
-1
/
+1
*
Return HOSTNAME_INVALIDADDR when reverse lookup is fail.
ume
2002-06-07
1
-1
/
+1
*
Add __FBSDID()s to libutil
dillon
2001-09-30
1
-2
/
+3
*
Simplify IPv4 mapped IPv6 address handling.
ume
2001-07-23
1
-66
/
+39
*
Hint getaddrinfo() correctly if we're looking up a name that we got from
brian
2001-07-21
1
-2
/
+9
*
MAXHOSTNAMELEN includes space for the NUL
brian
2001-03-14
1
-4
/
+4
*
Call trimdomain properly for ip4 addresses.
brian
2001-01-28
1
-30
/
+30
*
Sshd writes connected host into utmp directly. If the connection is
ume
2000-07-14
1
-7
/
+14
*
We should see the ai_canonname menber of the first addrinfo
ume
2000-05-24
1
-6
/
+6
*
Return IPv4 native address for IPv4 mapped IPv6 address, even if
ume
2000-03-23
1
-8
/
+23
*
Since crypto/openssh/login.c was changed to use realhostname_sa(),
ume
2000-03-07
1
-13
/
+29
*
Avoid core dump when ai_canonname is NULL.
shin
2000-01-27
1
-4
/
+8
*
several tcp apps IPv6 update
shin
2000-01-25
1
-0
/
+95
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Put parenthesis around sizeof args.
brian
1999-04-07
1
-6
/
+6
*
Add realhostname() - a function to correctly lookup
brian
1999-04-06
1
-0
/
+73