summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Expand)Author
2025-10-02etc, ypserv: Fix symlink creation for pkgbaseLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-06ypserv: Remove return statement at the end of void functionsElyes Haouas
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-18yp: Use more accurate function pointer types.John Baldwin
2021-12-21pkgbase: Put yellow pages programs to its own packageEmmanuel Vadot
2020-04-06yp*: fix -fno-common buildKyle Evans
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-08-12Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov
2018-02-08su_data: correct macro expansion.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-01Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2017-01-06Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead ofEnji Cooper
2016-05-25Delay calling yp_malloc_dnsent() until after some additional sanityDon Lewis
2016-05-25Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.Don Lewis
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2015-12-18Generate ipnodes.by{addr,name} from /etc/hosts for compatibility withHajimu UMEMOTO
2015-12-18- Keep hosts.by{name,addr} IPv4 only.Hajimu UMEMOTO
2015-11-16Don't need cast malloc.Marcelo Araujo
2015-10-21Fix a ton of speelling errorsEitan Adler
2015-08-25Sync ypwhich(1) code with the OpenBSD version that is more modern.Marcelo Araujo
2015-08-18Serve /etc/eui64 via NIS.Alan Somers
2015-07-28Staticfy and constify some variables and clean up the code a bit to make itMarcelo Araujo
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert usr.sbin to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-05Merge from headSimon J. Gerraty
2013-07-15Fix compiler warnings.Hiroki Sato
2013-07-12Fix a wrong memcpy of struct sockaddr.Hiroki Sato
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2012-12-21Fix socket calls on error post-r243965.Kevin Lo
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-03-25Remove superfluous paragraph macro.Joel Dahl
2012-02-07Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric
2012-01-17Revert changes in r228790. It prevented the ypserv daemon from working withHiroki Sato
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2011-12-21- Fix style(9) bug I introduced in the last commitEitan Adler