summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ruserok.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-231-47/+2
* Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byguenther2016-05-231-5/+1
* syslog() here is pointless; ok millertderaadt2015-11-251-2/+0
* Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2015-11-241-3/+5
* wrap __ivaliduser_sa() so the internal call is direct (at least until weguenther2015-10-041-0/+2
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-0/+1
* Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".millert2015-01-161-1/+1
* Move to the <limits.h> universe.deraadt2015-01-161-2/+2
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
* most obvious unsigned char casts for ctypederaadt2013-11-241-3/+4
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-8/+8
* More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-181-0/+437