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 |
2008-07-24 |
Roy Marples | Fix signal handling and ARP announcing. |
commit | commitdiff | tree |
2008-07-24 |
Roy Marples | Fix breakage caused by last patch. |
commit | commitdiff | tree |
2008-07-24 |
Roy Marples | Normalise tv_usecs. Also, send the fd ready back to... |
commit | commitdiff | tree |
2008-07-24 |
Roy Marples | get_time -> clock_monotonic to be more descriptive. |
commit | commitdiff | tree |
2008-07-23 |
Roy Marples | Remove #ifdefs to disable specific bits of code. We... |
commit | commitdiff | tree |
2008-07-23 |
Roy Marples | Release dhcpcd-4.0.0-rc2 |
commit | commitdiff | tree |
2008-07-23 |
Roy Marples | If we fail to obtain an IPv4LL address, drop back to... |
commit | commitdiff | tree |
2008-07-23 |
Roy Marples | Don't flap the carrier needlessly. |
commit | commitdiff | tree |
2008-07-23 |
Roy Marples | Fix mini timeouts and starting ipv4ll when link is... |
commit | commitdiff | tree |
2008-07-23 |
Roy Marples | Typo |
commit | commitdiff | tree |
2008-07-22 |
Roy Marples | Minor updates. |
commit | commitdiff | tree |
2008-07-22 |
Roy Marples | Release dhcpcd-4.0.0-rc1 |
commit | commitdiff | tree |
2008-07-22 |
Roy Marples | Always expire lease on probe failure. We should do... |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | Fix valgrind errors, and report correct type. |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | EXPIRE on NAK and fix valgrind errors. |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | More timer fixes. Also, when a handle function returns... |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | Better to say which OS's have closefrom. |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | Darwin uses --rpath instead of -Wl,-rpath= - bummer. |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | OK, the loop was caused by the initial carrier timeout... |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | Attempt to fix dhcpcd going into a tight infinite loop... |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | Fix compile on OSX. |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | Don't log waiting for carrier when backgrounding. |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | We should timeout when in background for IPv4LL. |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | Actually no, just the probing state. We should defend... |
commit | commitdiff | tree |
2008-07-21 |
Roy Marples | We should only defend when not in the probing or announ... |
commit | commitdiff | tree |
2008-07-20 |
Roy Marples | Remove the fork() test as compile hosts will normally... |
commit | commitdiff | tree |
2008-07-20 |
Roy Marples | fork()less fixes. |
commit | commitdiff | tree |
2008-07-20 |
Roy Marples | Don't re-up the interface - user may have brought it... |
commit | commitdiff | tree |
2008-07-19 |
Roy Marples | Quick fix. |
commit | commitdiff | tree |
2008-07-19 |
Roy Marples | Style. |
commit | commitdiff | tree |
2008-07-19 |
Roy Marples | Fix the timeouts some more - complicated stuff! |
commit | commitdiff | tree |
2008-07-19 |
Roy Marples | Fix IPv4LL when backgrounding. |
commit | commitdiff | tree |
2008-07-19 |
Roy Marples | No need to check for this error code. |
commit | commitdiff | tree |
2008-07-19 |
Roy Marples | When daemonised, don't set bound state. |
commit | commitdiff | tree |
2008-07-19 |
Roy Marples | Don't report deleteing a non existant address on FreeBSD. |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Fix IPv4LL |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Rework the state engine around the timers better. timeo... |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Add log_dhcp so we log server ip and name if available... |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Try and stop a flapping timeout. |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | We could return from a few more states here. |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Add an exit timer so that carrier changing does not... |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Move -X to -B and give it a long option. This now compl... |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Move the immediate background flag to 'b' |
commit | commitdiff | tree |
2008-07-18 |
Roy Marples | Fix timeouts around carrier a little. We may need to... |
commit | commitdiff | tree |
next |