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
2016-07-21
Use explicit idiom when testing the result of strcmp() and strncmp().
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-12-19
Delete superfluous "continue;" just before end of loop.
Kenneth R Westerback
2015-12-03
No need to continuously check the current rdomain of the interface
Kenneth R Westerback
2015-05-18
Stop rejecting leases with a subnet that overlaps a subnet already
Kenneth R Westerback
2015-04-16
Tweak error output.
Gleydson Soares
2015-02-06
Don't let errors leak the memory returned by getifaddrs().
Kenneth R Westerback
2014-12-10
Reusing the same field for different things in different contexts may
Kenneth R Westerback
2014-11-27
Use if_nametoindex() to get the interface index, and thereby check
Kenneth R Westerback
2014-11-26
Reset ifi->errors after a successful receive_packet(), rather than
Kenneth R Westerback
2014-11-26
'ifi' is successfully calloc'd during initialization or dhclient
Kenneth R Westerback
2014-11-26
Rename 'got_one()' to 'packethandler()'.
Kenneth R Westerback
2014-11-23
Rename discover_interface() to more meaningful get_hw_address().
Kenneth R Westerback
2014-11-23
Cleanup some struct interface_info fields. Make 'nomedia' a flag. Replace
Kenneth R Westerback
2014-11-16
Read your compiler output even when it succeeds. Add missing variable to
Kenneth R Westerback
2014-11-13
Tweak some comments and error messages. Put all "I can't handle
Kenneth R Westerback
2014-05-05
Zap trailing whitespace. Started by pointed comments from andre@.
Kenneth R Westerback
2014-02-18
Do not create the default dhcp-client-identifier if an empty string
Kenneth R Westerback
2014-02-09
Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loops
Kenneth R Westerback
2013-12-08
Reduce in_addr memcpy() dances by simply using assignments where the source
Kenneth R Westerback
2013-12-06
Having stopped pretending we handle anything but ethernet packets,
Kenneth R Westerback
2013-12-05
Use destination size as size of memcpy(). Use <in_addr> rather than
Kenneth R Westerback
2013-12-04
More memcpy() stylistic repairs and size checks.
Kenneth R Westerback
2013-11-16
Fix msgbuf_write() usage.
Kenneth R Westerback
2013-11-11
Shuffle function prototypes and extern declarations around to
Kenneth R Westerback
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
[next]