summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
Commit message (Expand)AuthorAge
* Add an option to reconfigure dhcpcd without rebinding.Roy Marples2009-03-20
* Move dhcpf.h into dhcp.h were it belongsRoy Marples2009-03-19
* Linux can now detect address addition and removal too.Roy Marples2009-03-19
* Fix compile on Linux.Roy Marples2009-03-19
* We can now detected primary addresses added or changed in BSD.Roy Marples2009-03-19
* We need to blacklist IP addresses at the packet levelRoy Marples2009-03-10
* Improve INFORM and STATIC support.Roy Marples2009-03-05
* If we reboot an IPv4LL address, start DHCP negotiation right away.Roy Marples2009-03-03
* Set the interval to 0 when carrier comes up.Roy Marples2009-03-02
* Validate UDP better by ensuring data len is not bigger than our structRoy Marples2009-02-28
* Blacklist now accepts networks as well as addresses.Roy Marples2009-02-27
* Stop enforcing a umask in dhcpcd.Roy Marples2009-02-25
* Don't timeout if we're daemonised.Roy Marples2009-02-25
* Why bother with a one off array when we can use our eloop?Roy Marples2009-02-24
* Close sockets better and just run the script when we're not touching the inte...Roy Marples2009-02-24
* Fix starting all ifaces.Roy Marples2009-02-24
* Fix debug working in dhcpcd.confRoy Marples2009-02-23
* If we fail to send a packet we should still continue our code path.Roy Marples2009-02-20
* We should expire instead of stop as we will start again.Roy Marples2009-02-20
* If we fail to send a packet start over.Roy Marples2009-02-19
* Only auto background with no interfaces.Roy Marples2009-02-18
* If running as a controlling daemon with link management, background earlier.Roy Marples2009-02-17
* Allow socket to report location of the configuration file.Roy Marples2009-02-13
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
* Log our control commands.Roy Marples2009-02-05
* RFC2131 implies that we should only ARP check after an offer.Roy Marples2009-02-01
* We should zero the entire message struct so any options don't overflow into u...Roy Marples2009-01-30
* Just terminate the DHCP message if not terminated. DHO_PAD could be valid data.Roy Marples2009-01-29
* Shorten error msg.Roy Marples2009-01-29
* Clean up compiler warnings from overly pedantic checking.Roy Marples2009-01-29
* Fix compile on BSD.Roy Marples2009-01-27
* Add route removal detection to Linux.Roy Marples2009-01-27
* We should include sys/uio.h for writevRoy Marples2009-01-26
* Fix a valgrid issue and don't call getifssid unless we are wireless.Roy Marples2009-01-23
* Handle stopping and releasing a little better.Roy Marples2009-01-20
* When dropping config, we should punt the old config so we don't drop it twice.Roy Marples2009-01-19
* Test length, not null.Roy Marples2009-01-17
* Style.Roy Marples2009-01-15
* --getinterfaces should be more than sufficient for the control socket.Roy Marples2009-01-15
* We should use the reason CARRIER as well and run carrier notifications after ...Roy Marples2009-01-15
* We need to send the terminator also.Roy Marples2009-01-15
* New configure reasons NOCARRIER and NAK instead of just sending EXPIRE.Roy Marples2009-01-15
* Send version length first on the control socket.Roy Marples2009-01-13
* Store the reason we run the script against the interface state.Roy Marples2009-01-13
* Remove the limit for the number of connections to the control socket.Roy Marples2009-01-12
* SpellingRoy Marples2009-01-05
* Allow version to be returned over the control interface.Roy Marples2009-01-05
* You can now add a configure block per ssid if the interface is wireless.Roy Marples2009-01-01
* Add a static directive that allows the configuration of variables, whichRoy Marples2009-01-01
* send_request is no longer a public interface.Roy Marples2008-12-18