summaryrefslogtreecommitdiffstats
path: root/configure.c
Commit message (Expand)AuthorAge
* 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
* Report ssid for carrier events correctly.Roy Marples2009-01-23
* ssid should be old_ and new_.Roy Marples2009-01-22
* Report the fact we're wireless and our ssidRoy Marples2009-01-22
* --getinterfaces should be more than sufficient for the control socket.Roy Marples2009-01-15
* Store the reason we run the script against the interface state.Roy Marples2009-01-13
* Remove the limit for the number of connections to the control socket.Roy Marples2009-01-12
* Add a static directive that allows the configuration of variables, whichRoy Marples2009-01-01
* Plug a leak.Roy Marples2008-12-16
* Re work the route management so we deal with a changed route table in a renew...Roy Marples2008-12-16
* Default route is more descriptive.Roy Marples2008-12-02
* Save a mallocRoy Marples2008-12-02
* Ensure we de-reference the old pointer from the open routes correctly when bu...Roy Marples2008-12-02
* Save a few more bytes.Roy Marples2008-12-01
* Add desc_route to save some bytes.Roy Marples2008-12-01
* Don't manipulate subnet routes when they are INADDR_BROADCAST as they don't e...Roy Marples2008-11-24
* Fix changing routes on BSD.Roy Marples2008-11-10
* Get INFORM support almost working again.Roy Marples2008-10-18
* static objects are initialized to 0 by default, so don't explicity do this.Roy Marples2008-10-06
* We need to flush the ARP table after configuring new routes.Roy Marples2008-09-15
* Add subnet routes to our routing table so we can change them for systems with...Roy Marples2008-09-15
* Remove remembering routes per interface and have a global routing table so we...Roy Marples2008-09-12
* Sort interfaces according to preference and pass this to dhcpcd-run-hooks so ...Roy Marples2008-09-09
* On Linux, fix replacing the kernel added subnet route correctly for metrics.Roy Marples2008-09-08
* Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...Roy Marples2008-09-05
* As our logger calls emulate syslog, we can use %m. However, this means we hav...Roy Marples2008-09-05
* Add the remembered routes in reverse order. This saves having to reverse them...Roy Marples2008-09-04
* Add an event loop.Roy Marples2008-09-02
* Fix INFORM and document it in dhcpcd-run-hooks.Roy Marples2008-08-13
* Rename exec_script to run_script. Split the exec/fork part to static exec_scr...Roy Marples2008-08-11
* Remove loads of code specific to fork()less systems. dhcpcd no longer backgro...Roy Marples2008-08-11
* DHCP_option -> DHO_option.Roy Marples2008-08-08
* Remove #ifdefs to disable specific bits of code. We now build everything - we...Roy Marples2008-07-23
* No need to check for this error code.Roy Marples2008-07-19
* Don't report deleteing a non existant address on FreeBSD.Roy Marples2008-07-19
* Report the reason we exec the script and don't error on deleting non existant...Roy Marples2008-07-09
* removing -> deleting and don't report error on routes already deleted.Roy Marples2008-07-09
* And turn this into a function so save a few bytes.Roy Marples2008-07-09
* And report errors.Roy Marples2008-07-09
* Report address removal.Roy Marples2008-07-09
* Better english.Roy Marples2008-07-04
* Add metric= to our env, #93 thanks to Tobias Volk.Roy Marples2008-06-19
* Remove KEEPADDRESS as it makes no sense right now. Also, fix adding --request...Roy Marples2008-06-10
* Add a -C, --nohook option to skip the running of hook scripts. Makes it easie...Roy Marples2008-05-20