index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dhcpcd.c
Commit message (
Expand
)
Author
Age
*
We can now detected primary addresses added or changed in BSD.
Roy Marples
2009-03-19
*
We need to blacklist IP addresses at the packet level
Roy Marples
2009-03-10
*
Improve INFORM and STATIC support.
Roy Marples
2009-03-05
*
If we reboot an IPv4LL address, start DHCP negotiation right away.
Roy Marples
2009-03-03
*
Set the interval to 0 when carrier comes up.
Roy Marples
2009-03-02
*
Validate UDP better by ensuring data len is not bigger than our struct
Roy Marples
2009-02-28
*
Blacklist now accepts networks as well as addresses.
Roy Marples
2009-02-27
*
Stop enforcing a umask in dhcpcd.
Roy Marples
2009-02-25
*
Don't timeout if we're daemonised.
Roy Marples
2009-02-25
*
Why bother with a one off array when we can use our eloop?
Roy Marples
2009-02-24
*
Close sockets better and just run the script when we're not touching the inte...
Roy Marples
2009-02-24
*
Fix starting all ifaces.
Roy Marples
2009-02-24
*
Fix debug working in dhcpcd.conf
Roy Marples
2009-02-23
*
If we fail to send a packet we should still continue our code path.
Roy Marples
2009-02-20
*
We should expire instead of stop as we will start again.
Roy Marples
2009-02-20
*
If we fail to send a packet start over.
Roy Marples
2009-02-19
*
Only auto background with no interfaces.
Roy Marples
2009-02-18
*
If running as a controlling daemon with link management, background earlier.
Roy Marples
2009-02-17
*
Allow socket to report location of the configuration file.
Roy Marples
2009-02-13
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
Log our control commands.
Roy Marples
2009-02-05
*
RFC2131 implies that we should only ARP check after an offer.
Roy Marples
2009-02-01
*
We should zero the entire message struct so any options don't overflow into u...
Roy Marples
2009-01-30
*
Just terminate the DHCP message if not terminated. DHO_PAD could be valid data.
Roy Marples
2009-01-29
*
Shorten error msg.
Roy Marples
2009-01-29
*
Clean up compiler warnings from overly pedantic checking.
Roy Marples
2009-01-29
*
Fix compile on BSD.
Roy Marples
2009-01-27
*
Add route removal detection to Linux.
Roy Marples
2009-01-27
*
We should include sys/uio.h for writev
Roy Marples
2009-01-26
*
Fix a valgrid issue and don't call getifssid unless we are wireless.
Roy Marples
2009-01-23
*
Handle stopping and releasing a little better.
Roy Marples
2009-01-20
*
When dropping config, we should punt the old config so we don't drop it twice.
Roy Marples
2009-01-19
*
Test length, not null.
Roy Marples
2009-01-17
*
Style.
Roy Marples
2009-01-15
*
--getinterfaces should be more than sufficient for the control socket.
Roy Marples
2009-01-15
*
We should use the reason CARRIER as well and run carrier notifications after ...
Roy Marples
2009-01-15
*
We need to send the terminator also.
Roy Marples
2009-01-15
*
New configure reasons NOCARRIER and NAK instead of just sending EXPIRE.
Roy Marples
2009-01-15
*
Send version length first on the control socket.
Roy Marples
2009-01-13
*
Store the reason we run the script against the interface state.
Roy Marples
2009-01-13
*
Remove the limit for the number of connections to the control socket.
Roy Marples
2009-01-12
*
Spelling
Roy Marples
2009-01-05
*
Allow version to be returned over the control interface.
Roy Marples
2009-01-05
*
You can now add a configure block per ssid if the interface is wireless.
Roy Marples
2009-01-01
*
Add a static directive that allows the configuration of variables, which
Roy Marples
2009-01-01
*
send_request is no longer a public interface.
Roy Marples
2008-12-18
*
Add the DHS_PROBE state so that we ignore subsequent offers
Roy Marples
2008-12-18
*
Probably better to exit here.
Roy Marples
2008-11-24
*
Plug a leak when rebinding interfaces via the control socket.
Roy Marples
2008-11-20
*
BOOTP fixes. Also, we don't write a BOOTP lease file.
Roy Marples
2008-11-20
[next]