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
/
inetd
Age
Commit message (
Expand
)
Author
2018-10-15
struct sockaddr_storage is guaranteed to be large enough, no need to check
Florian Obser
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2017-10-04
Fix pledge(2) usage
Jeremie Courreges-Anglas
2017-10-04
Don't try to handle IPv4-compatible IPv6 addresses
Jeremie Courreges-Anglas
2017-10-04
inetd actually supports stream and datagram sockets only
Jeremie Courreges-Anglas
2017-10-04
inetd needs cpath pledge to unlink unix socket at program termination.
Sebastian Benoit
2016-08-25
remove lint comments
Ted Unangst
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2016-03-16
Remove a (now) obsolete comment about shortened IPv4 syntax
mestre
2016-03-16
Replace strncpy(3) calls for safer strlcpy(3)
mestre
2016-03-16
Replace atoi(3) calls for safer strtonum(3)
mestre
2015-12-22
remove a NULL-check before free()
mmcc
2015-11-14
these files document their config files too: adjust NAME accordingly;
Jason McIntyre
2015-11-01
needs pledge "cpath" to allow unlink of AF_UNIX sockets eventually
Theo de Raadt
2015-11-01
inetd needs pledge "unix" to bind AF_UNIX sockets
Theo de Raadt
2015-10-22
pledge "abort" left behind accidentally
Theo de Raadt
2015-10-19
optarg and optind are declared by unistd.h
Jeremie Courreges-Anglas
2015-10-19
Add err.h, missing after pledge() introduction.
Jeremie Courreges-Anglas
2015-10-18
Make use of pledge(2); initial diff from deraadt@
Jeremie Courreges-Anglas
2015-10-18
actually, it uses getaddrinfo
Theo de Raadt
2015-09-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-29
replace the use of select and hand rolled deferral of signal handling
David Gwynne
2014-10-13
jmc@ told me i broke the documentation. inetd doesnt write a pidfile so
David Gwynne
2014-10-13
dont need to store the same debug flag in two separate variables.
David Gwynne
2014-10-12
ansi function declarations.
David Gwynne
2014-10-12
cut out writing a pidfile. rc.d doesnt rely on it, and nor should you.
David Gwynne
2014-06-17
Convert malloc/memset to calloc, and remove pointless casts while here.
Lawrence Teo
2014-04-18
remove references to rshd;
Jason McIntyre
2013-11-23
obvious unsigned char casts for ctype
Theo de Raadt
2013-11-12
missing protos
Theo de Raadt
2013-04-19
for datagrams, assume other protocols should fail
Theo de Raadt
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2012-04-19
small cleanup(%hd -> %d)
Gleydson Soares
2012-03-06
clean up some newly created lies now that tftpd doesnt run out of inetd.
David Gwynne
2009-12-29
replace a few remaining UNIX terms with .Ux macros; this diff
Igor Sobrado
2009-11-02
we have closefrom(2), so use it; ok deraadt@ tedu@
Otto Moerbeek
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-07-28
Do not use __progname in inetd as it is not portable. Instead hardcode it to
Claudio Jeker
2008-07-27
Use __progname instead of hand rolled version using argv[0].
Claudio Jeker
2008-06-28
add an underscore to argument name.
Igor Sobrado
2008-06-04
adderss -> address
Miod Vallat
2008-01-25
validate argv, okay otto@, henning@
Marc Espie
2008-01-06
remove out of date/irrelevant section of BUGS dealing with ip6;
Jason McIntyre
2008-01-06
- document what happens when a service exceeds its max spawn rate. this is
Jason McIntyre
2008-01-05
sync usage() w/ SYNOPSIS;
Jason McIntyre
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-06-02
fix some displays;
Jason McIntyre
2005-06-02
remove references to telnetd(8);
Jason McIntyre
[next]