summaryrefslogtreecommitdiffstats
path: root/usr.bin/getent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* tedu networks(5) support;schwarze2014-10-242-49/+3
| | | | OK florian@ henning@
* As reported by Marcus Merighi, hosts enumeration no longer works.schwarze2014-10-201-5/+4
| | | | | | | | | | The asr library no longer supports gethostent(3), and there is no reasonable way to implement it. Consequently, as suggested by guenther@, error out when hosts enumeration is requested. OK deraadt@ guenther@ florian@ Also remove the now useless calls to sethostent(3) and endhostend(3) as suggested by florian@.
* mark up fixed strings to be passed as command line arguments using .Cm;schwarze2014-02-121-5/+5
| | | | from Jan Stary <hans at stare dot cz>
* Use getaddrinfo() to display multiple addresses including IPv6.florian2013-03-301-6/+43
| | | | | | Pointed out by todd@. "The approach seems fine." deraadt@ OK todd@
* as with other list types, column lists generally do not need a Pp/-compactjmc2011-08-191-4/+3
| | | | | | | | | | | | | | | | | construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo.
* 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
| | | | | syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@ and sobrado@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* 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
| | | | | | couple more tweaks; ok otto@
* 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