summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
AgeCommit message (Expand)Author
2024-01-23found some boilerplate strncpy to replace with strlcpy. They are inTheo de Raadt
2023-11-27Add missing error check for yp_get_default_domain()Theo Buehler
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-07-17/var/run/ypbind.lock doesn't need to be created with an advisory lock anymore,Theo de Raadt
2022-07-15Once a ypserv is discovered we know the remote UDP port number, but notTheo de Raadt
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-04-26Delete support for the networks.by{name,addr} YP maps.Ingo Schwarze
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2017-06-12Use unlinkat() when removing the contents of a directory so we don'tTodd C. Miller
2017-02-17ypbind(8) is not started automatically at boot time by /etc/rc if domainnameAntoine Jacoutot
2016-07-08When making a copy of svc_pollfd, use the correct size.Todd C. Miller
2016-07-05Move to svc_getreq_poll/svc_pollfd.Jeremie Courreges-Anglas
2016-03-21Instead of creating a socket with socket() or accept() and thenPhilip Guenther
2015-12-12Remove NULL-checks before free().mmcc
2015-09-09Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcTheo de Raadt
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-01-21add back ctype.h include for isspace()Jonathan Gray
2013-12-20delete 4 includes we do not needTheo de Raadt
2013-11-24more unsigned char casts for ctypeTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-03-05DOMAINNNAME -> DOMAINNAME;Jason McIntyre
2008-08-02usage() has to exit 1; Gleydson SoaresTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-09missing newlines in printfsTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-01-02return proper server error on failed ypset. Inspired by freebsd; okOtto Moerbeek
2007-01-02Fix setting up the more specific binding for the ypsetmeOtto Moerbeek
2006-04-02#ifdef lint not LINTTheo de Raadt
2004-02-20ypbin creates /var/yp/binding/<domainname>.<version> and /var/run/ypbind.lockHenning Brauer
2003-08-19very hairy modifications for dynamic fd_set handling. dynamic rpc fd_set'sTheo de Raadt
2003-07-15protos and repairsTheo de Raadt
2003-06-25remove excess protoTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2002-11-21third person; margaridaTheo de Raadt
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-07-20try to make pingsock and rpcsock resv tooTheo de Raadt
2002-06-29ansiTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-29forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282Theo de Raadt
2001-11-05remove extra sys/signal.hTheo de Raadt
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin