summaryrefslogtreecommitdiff
path: root/usr.bin/getent/getent.c
AgeCommit message (Expand)Author
2016-02-01Hmm, SHELLSPRINT may be pointless, but keep it for consistency with other dbs.Jeremie Courreges-Anglas
2016-02-01Pointless #defineJeremie Courreges-Anglas
2015-10-10Fix YP user and group support in getent(1).Doug Hogan
2015-10-10must also pledge "getpw", because it will use getpw* and getgr* functions.Theo de Raadt
2015-10-10Add pledge support to getent(1).Doug Hogan
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-24tedu networks(5) support;Ingo Schwarze
2014-10-20As reported by Marcus Merighi, hosts enumeration no longer works.Ingo Schwarze
2013-03-30Use getaddrinfo() to display multiple addresses including IPv6.Florian Obser
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-05-07getservbyport() wants network byte order; from NetBSDOtto Moerbeek
2006-03-12Include arpa/inet.h after netinet/in.h, not before. deraadt@ OKTodd C. Miller
2005-11-10various cleanups, work with ottoTheo de Raadt
2005-11-10Introducing getent(1) from NetBSD. ok deraadt@Otto Moerbeek