This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.sbin
/
ypserv
History
ngie
83733f2f81
Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of
...
always building support into ypserv. MFC after: 2 weeks
2017-01-06 04:10:33 +00:00
..
common
Sync ypwhich(1) code with the OpenBSD version that is more modern.
2015-08-25 15:27:32 +00:00
Makefile
Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of
2017-01-06 04:10:33 +00:00
Makefile.depend
DIRDEPS_BUILD: Regenerate without local dependencies.
2016-02-24 17:20:11 +00:00
Makefile.yp
Generate ipnodes.by{addr,name} from /etc/hosts for compatibility with
2015-12-18 17:30:22 +00:00
yp_access.c
Don't need cast malloc.
2015-11-16 06:17:12 +00:00
yp_dblookup.c
Don't need cast malloc.
2015-11-16 06:17:12 +00:00
yp_dnslookup.c
Delay calling yp_malloc_dnsent() until after some additional sanity
2016-05-25 00:25:38 +00:00
yp_error.c
…
yp_extern.h
…
yp_main.c
…
yp_server.c
Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.
2016-05-25 00:16:52 +00:00
yp_svc_udp.c
…
ypinit.8
…
ypinit.sh
Fix a ton of speelling errors
2015-10-21 05:37:09 +00:00
ypserv.8
…