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
*
Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.c
Roy Marples
2013-02-02
*
Ensure that nooption correctly woks for routes.
Roy Marples
2013-01-28
*
Set %interface for exported IPv6 link local addresses.
Roy Marples
2012-11-24
*
Fix some memory issues
Roy Marples
2012-11-13
*
Improve logging of script exiting.
Roy Marples
2012-11-11
*
Log posix_spawn(2) errors better.
Roy Marples
2012-11-11
*
Because posix_spawn(2) implementations can use fork(2) we have no
Roy Marples
2012-11-11
*
Replace poll(2) with pselect(2) and vfork(2)+execve(2) with
Roy Marples
2012-11-10
*
Drop DHCPv6 on carrier down.
Roy Marples
2012-10-12
*
Add DHCPv6 INFORM support.
Roy Marples
2012-10-12
*
Only add our own host or destination routes to the build table when
Roy Marples
2012-08-23
*
Don't set if_up or if_down as true when testing.
Roy Marples
2012-07-18
*
Improve IPv6 RA support by allowing dhcpcd to manage the address and routes
dhcpcd-5.6.0
Roy Marples
2012-07-05
*
Report RA information when testing.
Roy Marples
2012-06-28
*
Remove a needless set and fix length check of an array of IPv4 addresss.
Roy Marples
2012-04-04
*
Simplify API a little.
Roy Marples
2012-03-27
*
Don't corrupt our route table when we fail to add a route for any reason.
Roy Marples
2012-03-27
*
Set if_up if_down correctly per RA or DHCP
Roy Marples
2012-02-02
*
Fix some more copyrights
Roy Marples
2012-02-02
*
Fix more copyright
Roy Marples
2012-01-31
*
Don't attempt to run the script if it's an NULL, an empty string or /dev/null
Roy Marples
2012-01-30
*
Add an implementation of an IPv6 Router Solicitor as specified in
Roy Marples
2011-12-15
*
Store the assigned metric against the route.
Roy Marples
2011-11-23
*
When the leased address changes on the interface but existing routes
Roy Marples
2011-03-24
*
Exclude interface specific values when dumping the lease.
Roy Marples
2011-03-11
*
Some DHCP servers assign a host route via static routes by setting the
Roy Marples
2010-09-27
*
These files were updated in 2010, so fix copyrights.
Roy Marples
2010-06-04
*
Force gatetway to zero instead of adding a host route when the interface
Roy Marples
2010-04-19
*
Check to see if any routers require a host route if they are on a
Roy Marples
2010-04-15
*
Fix compile.
Roy Marples
2009-12-23
*
Don't always request classless_static_routes, instead add it to dhcpcd.conf
Roy Marples
2009-10-17
*
Fix persistent option.
Roy Marples
2009-08-11
*
Replace the mk stubs with a autotools like configure script.
Roy Marples
2009-07-14
*
Change get_option_addr to accept struct in_addr * instead of uint32_t *
Roy Marples
2009-07-08
*
Silence more GCC warnings about unused return values.
Roy Marples
2009-07-04
*
Save the MTU when changing it.
Roy Marples
2009-07-03
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
Revert iforder -> interface_order
Roy Marples
2009-04-20
*
Prefix interface vars with if so we don't stamp on generic names like 'flags'.
Roy Marples
2009-04-20
*
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
[next]