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
/
configure.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
*
Improve PTP INFORM support some more.
Roy Marples
2009-03-23
*
Export interface flags.
Roy Marples
2009-03-23
*
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 shouldn't need to flush arp entires ourself on BSD platforms.
Roy Marples
2009-03-11
*
Don't add subnet routes to INADDR_ANY or those without a gateway.
Roy Marples
2009-03-05
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
We should state which interface we're removing the route from correctly.
Roy Marples
2009-01-27
*
Add route removal detection to Linux.
Roy Marples
2009-01-27
*
We need to ensure that manual route deletions are deleted from our internal r...
Roy Marples
2009-01-26
*
Report ssid for carrier events correctly.
Roy Marples
2009-01-23
*
ssid should be old_ and new_.
Roy Marples
2009-01-22
*
Report the fact we're wireless and our ssid
Roy Marples
2009-01-22
*
--getinterfaces should be more than sufficient for the control socket.
Roy Marples
2009-01-15
*
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
*
Add a static directive that allows the configuration of variables, which
Roy Marples
2009-01-01
*
Plug a leak.
Roy Marples
2008-12-16
*
Re work the route management so we deal with a changed route table in a renew...
Roy Marples
2008-12-16
*
Default route is more descriptive.
Roy Marples
2008-12-02
*
Save a malloc
Roy Marples
2008-12-02
*
Ensure we de-reference the old pointer from the open routes correctly when bu...
Roy Marples
2008-12-02
*
Save a few more bytes.
Roy Marples
2008-12-01
*
Add desc_route to save some bytes.
Roy Marples
2008-12-01
*
Don't manipulate subnet routes when they are INADDR_BROADCAST as they don't e...
Roy Marples
2008-11-24
*
Fix changing routes on BSD.
Roy Marples
2008-11-10
*
Get INFORM support almost working again.
Roy Marples
2008-10-18
*
static objects are initialized to 0 by default, so don't explicity do this.
Roy Marples
2008-10-06
*
We need to flush the ARP table after configuring new routes.
Roy Marples
2008-09-15
*
Add subnet routes to our routing table so we can change them for systems with...
Roy Marples
2008-09-15
*
Remove remembering routes per interface and have a global routing table so we...
Roy Marples
2008-09-12
*
Sort interfaces according to preference and pass this to dhcpcd-run-hooks so ...
Roy Marples
2008-09-09
*
On Linux, fix replacing the kernel added subnet route correctly for metrics.
Roy Marples
2008-09-08
*
Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...
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
*
Add the remembered routes in reverse order. This saves having to reverse them...
Roy Marples
2008-09-04
*
Add an event loop.
Roy Marples
2008-09-02
*
Fix INFORM and document it in dhcpcd-run-hooks.
Roy Marples
2008-08-13
*
Rename exec_script to run_script. Split the exec/fork part to static exec_scr...
Roy Marples
2008-08-11
*
Remove loads of code specific to fork()less systems. dhcpcd no longer backgro...
Roy Marples
2008-08-11
*
DHCP_option -> DHO_option.
Roy Marples
2008-08-08
*
Remove #ifdefs to disable specific bits of code. We now build everything - we...
Roy Marples
2008-07-23
*
No need to check for this error code.
Roy Marples
2008-07-19
*
Don't report deleteing a non existant address on FreeBSD.
Roy Marples
2008-07-19
*
Report the reason we exec the script and don't error on deleting non existant...
Roy Marples
2008-07-09
*
removing -> deleting and don't report error on routes already deleted.
Roy Marples
2008-07-09
*
And turn this into a function so save a few bytes.
Roy Marples
2008-07-09
*
And report errors.
Roy Marples
2008-07-09
*
Report address removal.
Roy Marples
2008-07-09
[next]