summaryrefslogtreecommitdiff
path: root/lib/libutil/sockaddr_snprintf.c
AgeCommit message (Expand)Author
2016-12-29Make this portable to other OSschristos
2016-06-01Use NULL instead of 0.christos
2016-04-06pretty-print link addresses.christos
2013-12-31Use output buffer size to limit copy-out of sun_path. Otherwise you maymlelstv
2013-06-07Add a debugging format that prints all the fields with names.christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-07-24In sockaddr_snprintf(sbuf, len, fmt, sa), do not write the terminatingdyoung
2006-12-09Render the format %% as %.dyoung
2005-08-27Lint warnings.elad
2005-04-09Add the 'A' and 'P' format specifiers which use getaddrinfo(3) to turnatatat
2005-01-13For consistency of sockaddr_snprintf(3) with snprintf(3) anddyoung
2004-12-11WARNS=3; fix cast-qual issues.christos
2004-11-19check for getnameinfo error correctly; thanks to Peter Postma.christos
2004-11-19Add sockaddr_snprintf; XXX: Needs a man page.christos