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