aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getent
Commit message (Collapse)AuthorAgeFilesLines
* cleanup code: remove superfluous comma at end of enumerationRalf S. Engelschall2007-02-041-2/+2
| | | | | | | | declaration, remove useless "break" after exit(3) call, and add a missing va_end(3) call. Notes: svn path=/head/; revision=166504
* Revise markup.Ruslan Ermilov2006-09-301-18/+21
| | | | Notes: svn path=/head/; revision=162884
* The port number must be network byte order.Hajimu UMEMOTO2006-05-041-4/+3
| | | | Notes: svn path=/head/; revision=158289
* o style: WARNS= -> WARNS?=.Maxim Konovalov2006-05-041-1/+1
| | | | | | | Spotted by: ru Notes: svn path=/head/; revision=158288
* o By popular demand import getent(1) utility: a program retrievesMaxim Konovalov2006-05-043-0/+700
and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5). PR: bin/79903, bin/88460, bin/96536 Submitted by: Julien Gabel, Dan Nelson, Daniel J. O'Connor Obtained from: NetBSD Discussed with: ume, soc-bushman MFC after: 1 month Notes: svn path=/head/; revision=158287