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
/
ypserv
Age
Commit message (
Expand
)
Author
2024-10-09
correct indentation
Jonathan Gray
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-05-20
remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.h
Jonathan Gray
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-10-09
delete unneccessary arpa/nameser.h includes
Theo de Raadt
2021-02-02
article fix; from eddie youseph
Jason McIntyre
2020-11-01
some comma fixes; from varik valefor
Jason McIntyre
2019-08-30
catch up to ethers(3)->ether_aton(3) renaming
Theo de Raadt
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-03-20
remove bogus escaping of < and >
Ingo Schwarze
2019-01-17
use $OpenBSD markers only
Ted Unangst
2018-04-26
Minimal macro cleanup.
Ingo Schwarze
2018-04-26
adjust to removed support for /etc/networks
Ingo Schwarze
2018-04-26
Delete support for the networks.by{name,addr} YP maps.
Ingo Schwarze
2018-04-26
Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5).
Ingo Schwarze
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2017-07-10
remove misc. depend and yacc nits that no longer matter.
Marc Espie
2017-06-16
mark files as BUILDFIRST, or write explicit dependencies, so that most
Marc Espie
2016-09-22
include time.h for time()
Jonathan Gray
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2015-12-08
Remove NULL-checks before free().
mmcc
2015-11-30
change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
Jason McIntyre
2015-11-29
Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.yp
Robert Peichaer
2015-11-21
add missing NAME entries; ok schwarze
Jason McIntyre
2015-11-17
include fix. dbm is ndbm and memory is string. ok deraadt.
Ted Unangst
2015-11-17
off to the bitbucket in the sky
Theo de Raadt
2015-11-12
use symbolics for flags to open
Theo de Raadt
2015-11-05
spelling; from tj
Jason McIntyre
2015-10-28
pid removal; from jan stary
Jason McIntyre
2015-10-26
last consumer in base of pidfile()...
Theo de Raadt
2015-10-09
correct Xr; from theo buehler
Jason McIntyre
2015-09-11
Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv
Theo de Raadt
2015-09-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-02-09
clean up flags++ instances around getopt()
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-15
not supposed to include sys/ttycom.h (these may have rpcgen history)
Theo de Raadt
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-04
use after free in poll loop
Theo de Raadt
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2014-02-24
fix a memory leak in an error path
Jonathan Gray
2013-12-05
In lookup_host(), return to caller a properly calculated message length
Jeremie Courreges-Anglas
2013-12-05
Properly initialize 'transp' to appease the compiler. ok millert@
Jeremie Courreges-Anglas
2013-12-05
Provide a prototype for ngstore() and include <unistd.h> for getopt().
Jeremie Courreges-Anglas
2013-12-05
In split_address(), make 'i' a size_t. ok millert@
Jeremie Courreges-Anglas
2013-12-04
opt_map CIRCLEQ -> TAILQ.
Kenneth R Westerback
2013-12-04
ctype improvements; checked by okan
Theo de Raadt
2013-11-12
ensure there are prototypes
Theo de Raadt
2013-08-22
Correct format string mismatches turned up by -Wformat=2
Philip Guenther
[next]