freebsd-dev/usr.sbin/ypserv
Bill Paul d0230d0442 ypserv has intimate knowledge of the server transport handle which is
needed to make the asynchronous DNS lookup mechanism work. (It needs to
be able to get/set the transaction ID in the trasport handle so it can
deliver a delayed UDP response when a reply is received from a DNS
server.) With TI-TPC, the transport handle has changed slightly (what
used to be an int is now a size_t) so we need to account for this.
2001-03-21 23:47:18 +00:00
..
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile.yp Fix typo: seperate -> separate. 2001-02-06 11:21:58 +00:00
yp_access.c Fix typo: seperate -> separate. 2001-02-06 11:21:58 +00:00
yp_dblookup.c Convert from CIRCLEQ to TAILQ. 2000-12-29 20:33:28 +00:00
yp_dnslookup.c Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
yp_error.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
yp_extern.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
yp_main.c Don't call syslog() without a format string. 2000-07-12 00:50:49 +00:00
yp_server.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
yp_svc_udp.c ypserv has intimate knowledge of the server transport handle which is 2001-03-21 23:47:18 +00:00
ypinit.8 Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
ypinit.sh $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
ypserv.8 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 20:10:44 +00:00