| Commit message (Expand) | Author | Age |
| * | Move dhcpcd-hooks dir to hooks | Roy Marples | 2017-03-16 |
| * | Allow resolvconf to be user tunable. | Roy Marples | 2016-07-28 |
| * | Don't create blank dns entries, thanks to Jacques. | Roy Marples | 2016-05-23 |
| * | Build new_domain_name from other sources if blank before checking it's blank
| Roy Marples | 2015-08-14 |
| * | For now, ignore ND DNS lifetimes unless they are absent or zero, in | Roy Marples | 2015-05-15 |
| * | Handle ND options in the same way we handle DHCP and DHCPv6 options. | Roy Marples | 2015-05-14 |
| * | If just given a domain and no search list, make the search list the domain. | Roy Marples | 2014-06-18 |
| * | Actually validate the search list. | Roy Marples | 2013-08-06 |
| * | If we don't have resolvconf, don't print a search line in | Roy Marples | 2013-08-01 |
| * | If the DNS search list is a direct match for the domain then | Roy Marples | 2013-08-01 |
| * | Fix domain option in DHCP messages | Roy Marples | 2013-08-01 |
| * | If we are lacking a domain option, derive one from the hostname if | Roy Marples | 2013-07-28 |
| * | Implement the core DHCPv6 client for SOLICIT, REQUEST, RENEW, CONFIRM. | Roy Marples | 2012-11-06 |
| * | Add DHCPv6 INFORM support. | Roy Marples | 2012-10-12 |
| * | Fix adding resolvconf | Roy Marples | 2012-03-27 |
| * | Add a suffix to our per interface config files for non IPv4 states. | Roy Marples | 2012-03-26 |
| * | Fix some more copyrights | Roy Marples | 2012-02-02 |
| * | Only set if_up for a ROUTERADVERT if we have any RAs | Roy Marples | 2012-01-29 |
| * | Hook the new RA options into resolv.conf | Roy Marples | 2011-12-15 |
| * | Only regen resolv.conf if we need to as some processes could monitor it | Roy Marples | 2011-12-14 |
| * | Use printf correctly | Roy Marples | 2011-06-03 |
| * | Shell portability fixes | Roy Marples | 2011-06-01 |
| * | Escape | and & characters when passing to the shell. | Roy Marples | 2011-04-06 |
| * | Use $ifmetric instead of $metric. | Roy Marples | 2011-02-07 |
| * | if_up and if_down variables allow more flexability. | Roy Marples | 2010-08-07 |
| * | Ensure that our dirs exist in the PREINIT stage. | Roy Marples | 2009-05-03 |
| * | Remove old NetworkManager script - it's useless these days. | Roy Marples | 2009-04-20 |
| * | Use state dir for tmp files and try to preserve orig file more. | Roy Marples | 2009-02-26 |
| * | Stop enforcing a umask in dhcpcd. | Roy Marples | 2009-02-25 |
| * | New configure reasons NOCARRIER and NAK instead of just sending EXPIRE. | Roy Marples | 2009-01-15 |
| * | Add a static directive that allows the configuration of variables, which | Roy Marples | 2009-01-01 |
| * | Build the resolv.conf correctly from the last commit. | Roy Marples | 2008-10-01 |
| * | Write resolv.conf as per the DHCP message. | Roy Marples | 2008-10-01 |
| * | Export IF_METRIC to resolvconf. We should change to the -m option when openre... | Roy Marples | 2008-09-10 |
| * | Don't enforce that keys are space separated | Roy Marples | 2008-08-15 |
| * | sed may not always be available, so use shell loops to replicate behaviour in... | Roy Marples | 2008-08-15 |
| * | Remove the append/clean framework and prefer a store and merge | Roy Marples | 2008-08-15 |
| * | Don't error if no interfaces or the state dir does not exist. | Roy Marples | 2008-08-14 |
| * | Set the main state dir in the main hook script. | Roy Marples | 2008-08-14 |
| * | Don't quote for uniqify and use 1 sed call instead of looping. | Roy Marples | 2008-08-14 |
| * | Move uniqify to dhcpcd-run-hooks | Roy Marples | 2008-08-14 |
| * | If resolvconf is not present, try and emulate it's functionality just for dhc... | Roy Marples | 2008-08-14 |
| * | Support head and tail files for resolv.conf | Roy Marples | 2008-08-13 |
| * | Add a framework for top an tailing config files with DHCP data and a method f... | Roy Marples | 2008-08-13 |
| * | Remove the signature variable - each hook makes it's own. | Roy Marples | 2008-08-12 |
| * | Don't assume comments start with # | Roy Marples | 2008-08-12 |
| * | Re number the hook scripts to give more space. | Roy Marples | 2008-06-18 |