summaryrefslogtreecommitdiffstats
path: root/configure.c
Commit message (Expand)AuthorAge
* Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.cRoy Marples2013-02-02
* Ensure that nooption correctly woks for routes.Roy Marples2013-01-28
* Set %interface for exported IPv6 link local addresses.Roy Marples2012-11-24
* Fix some memory issuesRoy Marples2012-11-13
* Improve logging of script exiting.Roy Marples2012-11-11
* Log posix_spawn(2) errors better.Roy Marples2012-11-11
* Because posix_spawn(2) implementations can use fork(2) we have noRoy Marples2012-11-11
* Replace poll(2) with pselect(2) and vfork(2)+execve(2) withRoy Marples2012-11-10
* Drop DHCPv6 on carrier down.Roy Marples2012-10-12
* Add DHCPv6 INFORM support.Roy Marples2012-10-12
* Only add our own host or destination routes to the build table whenRoy Marples2012-08-23
* Don't set if_up or if_down as true when testing.Roy Marples2012-07-18
* Improve IPv6 RA support by allowing dhcpcd to manage the address and routesdhcpcd-5.6.0Roy Marples2012-07-05
* Report RA information when testing.Roy Marples2012-06-28
* Remove a needless set and fix length check of an array of IPv4 addresss.Roy Marples2012-04-04
* Simplify API a little.Roy Marples2012-03-27
* Don't corrupt our route table when we fail to add a route for any reason.Roy Marples2012-03-27
* Set if_up if_down correctly per RA or DHCPRoy Marples2012-02-02
* Fix some more copyrightsRoy Marples2012-02-02
* Fix more copyrightRoy Marples2012-01-31
* Don't attempt to run the script if it's an NULL, an empty string or /dev/nullRoy Marples2012-01-30
* Add an implementation of an IPv6 Router Solicitor as specified inRoy Marples2011-12-15
* Store the assigned metric against the route.Roy Marples2011-11-23
* When the leased address changes on the interface but existing routesRoy Marples2011-03-24
* Exclude interface specific values when dumping the lease.Roy Marples2011-03-11
* Some DHCP servers assign a host route via static routes by setting theRoy Marples2010-09-27
* These files were updated in 2010, so fix copyrights.Roy Marples2010-06-04
* Force gatetway to zero instead of adding a host route when the interfaceRoy Marples2010-04-19
* Check to see if any routers require a host route if they are on aRoy Marples2010-04-15
* Fix compile.Roy Marples2009-12-23
* Don't always request classless_static_routes, instead add it to dhcpcd.confRoy Marples2009-10-17
* Fix persistent option.Roy Marples2009-08-11
* Replace the mk stubs with a autotools like configure script.Roy Marples2009-07-14
* Change get_option_addr to accept struct in_addr * instead of uint32_t *Roy Marples2009-07-08
* Silence more GCC warnings about unused return values.Roy Marples2009-07-04
* Save the MTU when changing it.Roy Marples2009-07-03
* Add (c) to CopyrightRoy Marples2009-05-01
* Revert iforder -> interface_orderRoy Marples2009-04-20
* Prefix interface vars with if so we don't stamp on generic names like 'flags'.Roy Marples2009-04-20
* Add the ability to arping an address and select a profile based on theRoy Marples2009-03-31
* Improve PTP INFORM support some more.Roy Marples2009-03-23
* Export interface flags.Roy Marples2009-03-23
* Move dhcpf.h into dhcp.h were it belongsRoy Marples2009-03-19
* We can now detected primary addresses added or changed in BSD.Roy Marples2009-03-19
* We shouldn't need to flush arp entires ourself on BSD platforms.Roy Marples2009-03-11
* Don't add subnet routes to INADDR_ANY or those without a gateway.Roy Marples2009-03-05
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
* We should state which interface we're removing the route from correctly.Roy Marples2009-01-27
* Add route removal detection to Linux.Roy Marples2009-01-27
* We need to ensure that manual route deletions are deleted from our internal r...Roy Marples2009-01-26