summaryrefslogtreecommitdiffstats
path: root/usr.bin/getent/getent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* tedu networks(5) support;schwarze2014-10-241-45/+1
* As reported by Marcus Merighi, hosts enumeration no longer works.schwarze2014-10-201-5/+4
* Use getaddrinfo() to display multiple addresses including IPv6.florian2013-03-301-6/+43
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* getservbyport() wants network byte order; from NetBSDotto2006-05-071-2/+2
* Include arpa/inet.h after netinet/in.h, not before. deraadt@ OKmillert2006-03-121-4/+4
* various cleanups, work with ottoderaadt2005-11-101-162/+62
* Introducing getent(1) from NetBSD. ok deraadt@otto2005-11-101-0/+578