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
/
sbin
/
dhclient
/
dispatch.c
Age
Commit message (
Expand
)
Author
2013-07-06
Zap leading whitespace.
Kenneth R Westerback
2013-07-05
Zap trailing whitespace.
Kenneth R Westerback
2013-05-10
Fix subnet check. Check our rdomain against the rdomains of the other
Kenneth R Westerback
2013-05-02
Bunch of comment/whitespace cleanup. Eliminate some misleading or
Kenneth R Westerback
2013-04-05
Nuke parameter to do_packet() not used since 2006. From dhill.
Kenneth R Westerback
2013-03-22
Ignore client-identifier option in leases from a server. They're not supposed
Kenneth R Westerback
2013-02-18
Rework log messages to be more useful. Rename
Kenneth R Westerback
2013-02-17
Using the value SIGQUIT to cause the dispatch loops to exit produced
Kenneth R Westerback
2013-02-17
Suppress some pointless debugging message:
Kenneth R Westerback
2013-02-14
When an interface generates an RTM_IFINFO message, it may be as the
Kenneth R Westerback
2013-02-13
Restore previous behaviour of not cleaning up in response to SIGTERM.
Kenneth R Westerback
2013-01-18
Change a bunch of error()'s to warning()'s in the dispatch loop.
Kenneth R Westerback
2012-12-29
Make HUP to either one of the processes cause a restart that will
Kenneth R Westerback
2012-12-04
Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing
Kenneth R Westerback
2012-11-24
Don't segfault if no subnet-mask is provided, or is marked 'ignore'
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-11-07
Use memcpy() consistently rather than tossing in a few bcopy()'s.
Kenneth R Westerback
2012-11-04
Properly clear the UP flag while forcing the interface down/up
Stefan Sperling
2012-11-02
Watch the non-privileged end of the pipe to the privileged child
Kenneth R Westerback
2012-10-30
Nuke dhclient-script and dhclient.conf 'script' directive. Do all
Kenneth R Westerback
2012-10-11
Remove the new (as of r1.56) line of code which updates ifi->linkstat in
Stuart Henderson
2012-09-18
Don't accept leases that offer a subnet that is already configured
Kenneth R Westerback
2012-09-17
De-obfuscate and update reality correspondance of some comments.
Kenneth R Westerback
2012-09-01
Nuke a static global I can't get my head around - interfaces_invalidated.
Kenneth R Westerback
2012-08-26
Junk global cur_time, and use time(NULL) or local variables where
Kenneth R Westerback
2012-08-18
Update global cur_time after exiting poll() and before calling the
Kenneth R Westerback
2012-07-26
Make interface_status() assume that a link is up when IFM_AVALID
Kenneth R Westerback
2012-07-09
Terminate with extreme prejudice the multiple timeout queuing
Kenneth R Westerback
2012-06-24
Nuke interface_link_status() (check media status only) and use
Kenneth R Westerback
2012-06-22
Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd.
Kenneth R Westerback
2010-10-23
make sure an interface is registered before we start using it
Peter Hessler
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-07-02
garbage collect an unused function; ok claudio
Theo de Raadt
2010-06-02
Have dhclient obey the interface's rdomain, instead of doing routes on
Peter Hessler
2009-11-26
Silence dhclient by immediately exiting if the interface doesn't exist
Kenneth R Westerback
2009-06-06
Nuke debug() unless DEBUG is defined. Elminates debug output from
Kenneth R Westerback
2009-02-19
'(ifi->linkstat && ifi && ifi->rfdesc != -1)' is flawed. Swap the
Kenneth R Westerback
2008-05-26
If an interface has no link at startup, try to force it up, and then
Theo de Raadt
2008-05-09
- don't give up when the link is not available on startup: dhclient
Reyk Floeter
2007-11-12
dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY.
David Gwynne
2007-02-14
use errwarn functions vs. syslog(); ok henning@ krw@
Kevin Steves
2007-01-27
We only poll on the bpf fd and the routing socket fd. No need for
Kenneth R Westerback
2007-01-11
Since bootp_packet_handler is always set to do_packet before we
Kenneth R Westerback
2007-01-04
Another round of cleanup. There is only one instance of struct
Kenneth R Westerback
2006-12-26
Our dhclient only handles one interface. Simplify code by using the
Kenneth R Westerback
2006-08-29
snuck in a typo, damnit
Theo de Raadt
2006-08-29
some net if devices do not media negotiate (for link) until brought up.
Theo de Raadt
2005-05-24
no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclient
Todd T. Fries
[next]