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
2017-04-05
Shuffle sendhup() into dispatch.c, the only place it is used.
Kenneth R Westerback
2017-04-04
Send a RTM_PROPOSAL to clear out other dhclient instances on startup.
Kenneth R Westerback
2017-03-08
Stray #endif w/o comment.
Kenneth R Westerback
2017-02-14
fatalx() prepends 'fatal in _progname:'. So eliminate redundant
Kenneth R Westerback
2017-02-12
Eliminate most strerror() invocations by using log_warn() and fatal()
Kenneth R Westerback
2017-02-12
Adjust lines that are too long.
Kenneth R Westerback
2017-02-12
Switch from 'legacy' errwarn.c to standard daemon logging functions.
Kenneth R Westerback
2017-01-23
Keep socket open from startup, and reuse for SIOCGIFFLAGS later on,
Theo de Raadt
2016-10-06
Add support for RFC 6842, which says the client MUST drop packets when
Kenneth R Westerback
2016-09-29
'ifname' --> 'ifi->name' so DEBUG compiles again.
Kenneth R Westerback
2016-09-02
Kill 'ifi' global.
Martin Pieuchot
2016-08-31
Remove the 'client' global and make it per-ifp.
Martin Pieuchot
2016-08-23
Make the 'ifi' global local to dhclient.c and pass it as an argument to
Martin Pieuchot
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
[next]