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
/
if-options.c
Commit message (
Expand
)
Author
Age
*
Add the ability to arping an address and select a profile based on the
Roy Marples
2009-03-31
*
If we define a static address, we are not informing and vice versa.
Roy Marples
2009-03-23
*
Add an option to reconfigure dhcpcd without rebinding.
Roy Marples
2009-03-20
*
Move dhcpf.h into dhcp.h were it belongs
Roy Marples
2009-03-19
*
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
*
Blacklist now accepts networks as well as addresses.
Roy Marples
2009-02-27
*
Fix debug working in dhcpcd.conf
Roy Marples
2009-02-23
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
dhcpcd should not send hostname by default.
Roy Marples
2009-01-29
*
Terminate hostname
Roy Marples
2009-01-26
*
Stop storing length in hostname.
Roy Marples
2009-01-26
*
We should only send short hostnames as qualfied ones confuse ISC DHCP server....
Roy Marples
2009-01-26
*
Ensure that we have enough buffer for gethostname and terminate it correctly.
Roy Marples
2009-01-26
*
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
*
We no longer send a ClientID by default. This is so we now mirror the kernel ...
Roy Marples
2008-11-17
*
get_line now uses a single buffer, strips leading space and skips comments. T...
Roy Marples
2008-11-05
*
Fix reading netmask and linux informing.
Roy Marples
2008-10-18
*
Get INFORM support almost working again.
Roy Marples
2008-10-18
*
Fix -I '' to not send a client ID instead of a blank one, #116.
Roy Marples
2008-09-26
*
Allow the release keyword in dhcpcd.conf to release the lease on shutdown.
Roy Marples
2008-09-16
*
Fix reboot timeout in dhcpcd.conf.
Roy Marples
2008-09-15
*
Reboot off the last lease and use the last lease if not expired and user has ...
Roy Marples
2008-09-15
*
Tidy up some valgrind errors.
Roy Marples
2008-09-11
*
Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better mult...
Roy Marples
2008-09-11
*
Allow quiet and nobackground to work in dhcpcd.conf
Roy Marples
2008-09-11
*
Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...
Roy Marples
2008-09-05
*
Don't spam on startup about unsupported interfaces if quiet.
Roy Marples
2008-09-05
*
Don't use a needless buffer for cffile.
Roy Marples
2008-09-05
*
As our logger calls emulate syslog, we can use %m. However, this means we hav...
Roy Marples
2008-09-05
*
Make TEST work once more.
Roy Marples
2008-09-05
*
Remove some ints and replace with our option mask.
Roy Marples
2008-09-05
*
Add a control socket so that interfaces can be dynamically re-set.
Roy Marples
2008-09-03
*
Add an event loop.
Roy Marples
2008-09-02