summaryrefslogtreecommitdiffstats
path: root/usr.bin/getent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer user names over numeric user IDskn2018-11-021-11/+11
* Use more appropiate types/limits around strtonum()kn2018-09-261-26/+25
* Adjust alignment in hostsprint()kn2018-09-261-2/+2
* Use getnameinfo(2)kn2018-09-251-27/+15
* usage() is voidkn2018-09-251-4/+3
* Since each database that has the rpath promise only needs to access onemestre2018-09-251-9/+14
* Remove initial pledge(2) that doesn't give us much protection since it's somestre2018-09-251-4/+1
* Hmm, SHELLSPRINT may be pointless, but keep it for consistency with other dbs.jca2016-02-011-3/+5
* Pointless #definejca2016-02-011-5/+3
* Fix YP user and group support in getent(1).doug2015-10-101-3/+3
* must also pledge "getpw", because it will use getpw* and getgr* functions.deraadt2015-10-101-2/+2
* Add pledge support to getent(1).doug2015-10-101-11/+19
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* tedu networks(5) support;schwarze2014-10-242-49/+3
* As reported by Marcus Merighi, hosts enumeration no longer works.schwarze2014-10-201-5/+4
* mark up fixed strings to be passed as command line arguments using .Cm;schwarze2014-02-121-5/+5
* Use getaddrinfo() to display multiple addresses including IPv6.florian2013-03-301-6/+43
* as with other list types, column lists generally do not need a Pp/-compactjmc2011-08-191-4/+3
* more EXIT STATUS tweaks; from Daniel Dickmanjmc2010-10-011-3/+3
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-8/+17
* .Bl always requires .It, even in .Bl -column;schwarze2010-01-031-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* 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
* remove nsswitch.conf stuff, and explain how lookup order is handled;jmc2005-11-111-6/+10
* Fix HISTORY sectionotto2005-11-101-2/+2
* various cleanups, work with ottoderaadt2005-11-101-162/+62
* $OpenBSD$otto2005-11-101-0/+1
* Introducing getent(1) from NetBSD. ok deraadt@otto2005-11-103-0/+709