2008-08-14 |
Roy Marples | If a device is not found, report it. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Don't warn about dhcpcd not running when using --renew. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Don't error if no interfaces or the state dir does... |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Set the main state dir in the main hook script. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Don't quote for uniqify and use 1 sed call instead... |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Move uniqify to dhcpcd-run-hooks |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | If resolvconf is not present, try and emulate it's... |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Make signature more sane and fix comment. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | We should always run the script on FAIL. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Be consistent with dhcient - always PREINIT on startup... |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | classid -> vendorclassid to match the RFC description. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Allow reqmask of numbers. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix INFORM and document it in dhcpcd-run-hooks. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix segfault. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Check for localhost.localdomain as needing a new hostname. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Support head and tail files for resolv.conf |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Scrub compile warnings on FreeBSD. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix removing old stale entries. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | content -> configuration |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Remove the word inteface from the signature. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Use append_conf return value. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Don't cast needlessly. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix an buffer overflow leading to random bytes in the... |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Add a framework for top an tailing config files with... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Fix -n when already running. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Remove the signature variable - each hook makes it... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Default target should not be install ... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | ntp.conf could have more than just servers, but DHCP... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Don't assume comments start with # |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Document dhcpcd spining with dhcpcd -x. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | leased from should be time_t. Also, add boundtime for... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | When requesting an address, probe for it first. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Need time.h for nanosleep. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | We should ARP probe after discover. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Spin until dhcpcd exits (timeout 10 seconds) to avoid... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Remove unused function. |
commit | commitdiff | tree |
2008-08-11 |
Roy Marples | Rename exec_script to run_script. Split the exec/fork... |
commit | commitdiff | tree |
2008-08-11 |
Roy Marples | No longer need these. |
commit | commitdiff | tree |
2008-08-11 |
Roy Marples | Remove loads of code specific to fork()less systems... |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | DHCP_option -> DHO_option. |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | Allow FQDN to be decoded to userland. Also, don't exclu... |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | We should not make any restrictions on hostname. RFC213... |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | Ensure that hostname does not begin with a . |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | Skip the trailing . if it exists on the FQDN. |
commit | commitdiff | tree |
2008-08-07 |
Roy Marples | Heh, need to reserve space for FQDN option length also. |
commit | commitdiff | tree |
2008-08-07 |
Roy Marples | We need to reserve a byte for initial length also. |
commit | commitdiff | tree |
2008-08-07 |
Roy Marples | Note that we encode the hostname according to RFC1035... |
commit | commitdiff | tree |
2008-08-07 |
Roy Marples | Use full dates. |
commit | commitdiff | tree |
2008-08-07 |
Roy Marples | Turns out my encoding was correct after all :) |
commit | commitdiff | tree |
2008-08-06 |
Roy Marples | Revert FQDN to ASCII encoding as I cannot find out... |
commit | commitdiff | tree |
2008-08-06 |
Roy Marples | Attempt to fix FQDN encoding. |
commit | commitdiff | tree |
2008-08-06 |
Roy Marples | Fix enum name |
commit | commitdiff | tree |
2008-08-06 |
Roy Marples | Remove pointless log message. |
commit | commitdiff | tree |
2008-08-06 |
Roy Marples | Don't reset the counters unless we should. dhcpcd shoul... |
commit | commitdiff | tree |
2008-08-06 |
Roy Marples | Allow disable for fqdn option so command line can overr... |
commit | commitdiff | tree |
2008-08-06 |
Roy Marples | Remove the MINIMAL define. |
commit | commitdiff | tree |
2008-08-05 |
Roy Marples | Fix comment. |
commit | commitdiff | tree |
2008-08-05 |
Roy Marples | Put options in correct order. |
commit | commitdiff | tree |
2008-08-05 |
Roy Marples | Use correct hostname length. |
commit | commitdiff | tree |
2008-08-05 |
Roy Marples | Respect hostname length. |
commit | commitdiff | tree |
2008-08-02 |
Roy Marples | Turns out that POSIX only requires 31 days max for... |
commit | commitdiff | tree |
2008-08-02 |
Roy Marples | Fix compile on Darwin. |
commit | commitdiff | tree |
2008-08-01 |
Roy Marples | Fix dhcp message logging. |
commit | commitdiff | tree |
2008-08-01 |
Roy Marples | Add support for mach_absolute_time if on Darwin as... |
commit | commitdiff | tree |
2008-08-01 |
Roy Marples | Brute force detection of monotonic clock as sysconf... |
commit | commitdiff | tree |
2008-08-01 |
Roy Marples | Don't bother waiting on a negative timeout and fix... |
commit | commitdiff | tree |
2008-08-01 |
Roy Marples | Tweak README about monotonic, and improve warning message. |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | select and poll cannot be trusted to respect the timeou... |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | Document monotonic clock warning and solution. |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | clock_monotonic now is 0 or 1 depending on if the clock... |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | Another usec fix. |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | It looks impossible to send our information to NM using... |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | fd_set is not a struct. |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | Always restart ntp even config hasn't changed as it... |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | Don't lookup the hostname if we don't have an ip addres... |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | Clear stop timer for INFORM. |
commit | commitdiff | tree |
2008-07-31 |
Roy Marples | Prefer signal to poll so we avoid any possibilty of... |
commit | commitdiff | tree |
2008-07-30 |
Roy Marples | stderr should be unbuffered by default. |
commit | commitdiff | tree |
2008-07-30 |
Roy Marples | Add correct time bit. |
commit | commitdiff | tree |
2008-07-30 |
Roy Marples | Don't log spam carrier or infinite. |
commit | commitdiff | tree |
2008-07-30 |
Roy Marples | Plug a leak. |
commit | commitdiff | tree |
2008-07-30 |
Roy Marples | We should bind to the interface if we can - for the... |
commit | commitdiff | tree |
2008-07-29 |
Roy Marples | Fix background for forkless systems. |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | Use setlinebuf() at startup instead of calling fflush... |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | Release dhcpcd-4.0.0-rc4 |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | returns |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | Check chaddr matches our hwaddr if it fits. |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | Don't use the word will so much. |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | Add -X, --blacklist option to reject DHCP messages... |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | Tart up the mandoc a little, thanks to Thomas Klausner. |
commit | commitdiff | tree |
2008-07-28 |
Roy Marples | Fix --noipv4ll option from timing out right away. |
commit | commitdiff | tree |
2008-07-27 |
Roy Marples | Inherit DBDIR and LIBEXECDIR from the env. |
commit | commitdiff | tree |
2008-07-27 |
Roy Marples | Misc fixes and clarify why inform should have a CIDR. |
commit | commitdiff | tree |
2008-07-27 |
Roy Marples | Release dhcpcd-4.0.0-rc3 |
commit | commitdiff | tree |
2008-07-27 |
Roy Marples | Don't set a sop timeout when bound to an infinite lease... |
commit | commitdiff | tree |
2008-07-26 |
Roy Marples | Fix sign error. |
commit | commitdiff | tree |
2008-07-26 |
Roy Marples | Save some bytes by not using timeradd so much. |
commit | commitdiff | tree |
2008-07-26 |
Roy Marples | Ensure can handle our lease time. |
commit | commitdiff | tree |
2008-07-26 |
Roy Marples | Move the seconds waiting calc into the if where it... |
commit | commitdiff | tree |
2008-07-25 |
Roy Marples | Report more accurate seconds. |
commit | commitdiff | tree |
next |