NetBSD/usr.sbin/ypserv/common
lukem f4fb444bd9 * rewrite read_line(), partially based on get_line in netgroup_mkdb.c:
- use fgetln() instead of fgets()
	- store info in internal buffer
	- fix \\ support
	- count line numbers internally, so \\ lines don't mess up count
* ypdb_store():
	- ensure that the length of key or val doesn't exceed YPMAXRECORD
* makedbm, mknetid, revnetgroup, stdethers, stdhosts:
	- improve error handling
	- take advantage of rewritten read_line(), and cleanup line parsing
	- don't print trailing ` ' for key/val pairs with an empty val
* Makefile.yp:
	- fix up building of ypservers (from Chuck Cranor)
* ypinit.sh:
	- remove leading spaces in variable assignment (from Chuck Cranor)
1997-11-01 14:24:50 +00:00
..
Makefile GC some garbage variables. 1997-10-11 20:26:58 +00:00
localhostname.c - hack ypdb_open() to try the standard hash (for sendmail's aliases.db) 1997-10-13 03:42:27 +00:00
protos.h * rewrite read_line(), partially based on get_line in netgroup_mkdb.c: 1997-11-01 14:24:50 +00:00
read_line.c * rewrite read_line(), partially based on get_line in netgroup_mkdb.c: 1997-11-01 14:24:50 +00:00
ypdb.c * rewrite read_line(), partially based on get_line in netgroup_mkdb.c: 1997-11-01 14:24:50 +00:00
ypdb.h Fix compiler warnings (and an awful lot of annoying little bugs). 1997-07-18 21:57:00 +00:00
ypdef.h A ypserv implementation, originally written by Mats O Jansson, with 1996-08-09 10:14:49 +00:00
yplib_host.c - hack ypdb_open() to try the standard hash (for sendmail's aliases.db) 1997-10-13 03:42:27 +00:00
yplib_host.h A ypserv implementation, originally written by Mats O Jansson, with 1996-08-09 10:14:49 +00:00
yplog.c - hack ypdb_open() to try the standard hash (for sendmail's aliases.db) 1997-10-13 03:42:27 +00:00
yplog.h A ypserv implementation, originally written by Mats O Jansson, with 1996-08-09 10:14:49 +00:00
ypresp_xdr.c - hack ypdb_open() to try the standard hash (for sendmail's aliases.db) 1997-10-13 03:42:27 +00:00