summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-04-25unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crapHenning Brauer
2004-04-24Don't return NULL in getconfigent() when an unresolvable hostnameTodd C. Miller
or unsupported address family is specified. This simplifies the hostname/address lookup loops and gets rid of the skip label. Found by mpech@. OK deraadt@ and otto@
2004-04-24make failure in setting up the listeners non-fatal. should make bgpd workHenning Brauer
on inet only kernels again, claudio ok
2004-04-24some rather boring windows talk at cansecwest made me hack initial supportHenning Brauer
for IPv6 transport parts based on a diff from Brent Graveland ok itojun@ claudio@
2004-04-24Compile the basic wscons userland tools on luna88k.Miod Vallat
2004-04-23Silence getopt() in the priv process. ok canacar@ henning@Otto Moerbeek
2004-04-22instead of using some lower 16 bits of some address on the stack thatHenning Brauer
even requires knowledge about wether the machine is 32 or 64 bit, use getpid() for the icmp id. that is not optimal, but matches what ping does and the way to go for now.
2004-04-21cleaning; Ryan okHenning Brauer
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-04-21filter writes and lock bpf descriptor, ok henning@Can Erkin Acar
2004-04-21missing comma;Jason McIntyre
2004-04-21sync AUTHORS w/ other dhcpd pages;Jason McIntyre
ok henning@
2004-04-21fix _dhcp use nonexistant error message here tooHenning Brauer
2004-04-21fix the error message in case the _dhcp user does not existHenning Brauer
2004-04-20add back manpage that was forgotten during the switch, catched by and ok theoHenning Brauer
2004-04-20set write filter and lock the bpf descriptor after configuration.Can Erkin Acar
ok henning@
2004-04-20get rid of the -p switch, use fixed values for server and client ports,Can Erkin Acar
rename port variables for clarity. ok henning@
2004-04-20switch to new dhcpd, theo okHenning Brauer
2004-04-20$OpenBSD$Henning Brauer
2004-04-20more shrinking; ok henningTheo de Raadt
2004-04-20switch to new dhcrelay, theo okHenning Brauer
2004-04-20there are lies, damn lies, and isc dhcpd manpagesHenning Brauer
2004-04-20tree.h is not used at allTheo de Raadt
2004-04-20remove lies about the leases file and its handlingHenning Brauer
2004-04-20don't allow the port to be changed here eitherHenning Brauer
2004-04-19include string.h for memset, canacar@ okAnil Madhavapeddy
2004-04-19Remove unused stuff; give error message if the db cannot be openened; setOtto Moerbeek
exit code. ok beck@
2004-04-19Don't complain when the /nonexistent homedir does not exist.Todd C. Miller
Based on a patch from Sam Smith. henning@ OK
2004-04-19Catch negative lease times. From openbsd@nerd-marrow.com in PR 2888,Tom Cosgrove
which this closes (though the PR was for usr.sbin/dhcpd/server/). ok henning@
2004-04-19options sort and update for sess_id;Jason McIntyre
2004-04-18spacingTheo de Raadt
2004-04-18more KNFHenning Brauer
2004-04-18more knfTheo de Raadt
2004-04-18various knf; henning okTheo de Raadt
2004-04-18dhcpd may be invoked without any interface givenHenning Brauer
2004-04-16let getpeerbyip work for both v4 and v6Henning Brauer
2004-04-16use getpeerbyaddr() instead of using the v4 part of the af independentHenning Brauer
struct manually
2004-04-16make log_conn_attempt work in an address family independent matterHenning Brauer
2004-04-16in the neighbor view, add support for local/remote addr beeing v6 onesHenning Brauer
2004-04-16a bunch of knf, ok henningTheo de Raadt
2004-04-15chroot and drop privileges after startupHenning Brauer
2004-04-15do not close and re-open the leases file all the time, instead open it onceHenning Brauer
and rewind as neccessary
2004-04-15dhcpd actually does not listen on port 68 ...Henning Brauer
2004-04-15knf + ansiHans-Joerg Hoexer
ok henning@
2004-04-15cleaning; from pedroHenning Brauer
2004-04-15knf + ansiHans-Joerg Hoexer
ok henning@
2004-04-15chroot and drop privileges to _mopd:_mopd after initialization.Henning Brauer
testing and ok hshoexer@
2004-04-15Prevent another instance of syslogd from unlinking log sockets thatTodd C. Miller
are already in use. Found by mpech@, OK deraadt@
2004-04-15- trim/update AUTHORSJason McIntyre
- standard options list and correct SYNOPSIS for dhcpd(8) - sync usage() ok henning@
2004-04-15use the shiny new _PATH_VAREMPTYHenning Brauer