NetBSD/usr.sbin/ypserv
lukem 275da9fc4d because the ypserv struct datum and the db(3) struct DBT are not exactly
the same (datum is { char *, int }, DBT is { void *, size_t /* u_int */ }),
copy info to appropriate temporary variables before calling underlying
db(3) operations.
1999-07-25 09:33:37 +00:00
..
common because the ypserv struct datum and the db(3) struct DBT are not exactly 1999-07-25 09:33:37 +00:00
makedbm fix up lossage WRT free()ing invalid pointers. 1999-07-25 07:59:48 +00:00
mkalias Correct typo in synopsis. 1999-07-05 10:59:08 +00:00
mknetid fix up lossage WRT free()ing invalid pointers. 1999-07-25 09:01:04 +00:00
revnetgroup fix up lossage WRT free()ing invalid pointers. 1999-07-25 09:01:04 +00:00
stdethers Clean up SYNOPSIS formatting. 1999-03-07 11:58:22 +00:00
stdhosts fix up lossage WRT free()ing invalid pointers. 1999-07-25 09:01:04 +00:00
ypinit split line 1999-04-25 06:28:10 +00:00
yppush Clean up SYNOPSIS formatting. 1999-03-07 11:58:22 +00:00
ypserv Use pidfile(3). 1999-06-06 02:38:00 +00:00
yptest Clean up SYNOPSIS formatting. 1999-03-07 11:58:22 +00:00
ypxfr Clean up SYNOPSIS formatting. 1999-03-07 11:58:22 +00:00
Makefile clean up previous 1997-10-16 05:22:37 +00:00
Makefile.inc convert from in-house read_line to fparseln() 1998-06-08 06:53:47 +00:00