| 2014-03-03 |
Roy Marples | We shouldn't need this anymore |
commit | commitdiff | tree | snapshot |
| 2014-03-03 |
Roy Marples | Correct man page RUNDIR |
commit | commitdiff | tree | snapshot |
| 2014-03-03 |
Roy Marples | When deleting IPv6 addresses, remove them from our... |
commit | commitdiff | tree | snapshot |
| 2014-03-03 |
Roy Marples | Expire DHCP lease and then run no carrier as a seperate... |
commit | commitdiff | tree | snapshot |
| 2014-03-02 |
Roy Marples | As we do now listen to the udp socket directly, delete... |
commit | commitdiff | tree | snapshot |
| 2014-03-02 |
Roy Marples | Work better with autoconf build host |
commit | commitdiff | tree | snapshot |
| 2014-03-01 |
Roy Marples | Correctly delete IPv6 addresses from eloop timeouts |
commit | commitdiff | tree | snapshot |
| 2014-03-01 |
Roy Marples | Release dhcpcd-6.3.1 v6.3.1 |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
Roy Marples | Fix potential memory loss. |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
Roy Marples | If CC is not defined, default it to cc |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
Roy Marples | Don't set CC, always let the environment choose |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
Roy Marples | Tidy some INET only and INET6 only warnings. |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
Roy Marples | Fix some silly warnings. |
commit | commitdiff | tree | snapshot |
| 2014-02-28 |
Roy Marples | Fix more clang analyzer warnings. i386/NetBSD and amd64... |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
Roy Marples | Fix more clang analyzer errors |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
Roy Marples | Remove dead line |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
Roy Marples | Fix all errors reported by clang static analyser. |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
Roy Marples | Fix some possible pointer checks. |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
Roy Marples | Typo |
commit | commitdiff | tree | snapshot |
| 2014-02-27 |
Roy Marples | Report interface carrier state to the dhcpcd-run-hooks... |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
Roy Marples | Don't use a variable length buffer |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
Roy Marples | Release dhcpcd-6.3.0 v6.3.0 |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
Roy Marples | Document control sockets and DHCPv6 lease file. |
commit | commitdiff | tree | snapshot |
| 2014-02-25 |
Roy Marples | Respect initial commandline arguments when rebooting... |
commit | commitdiff | tree | snapshot |
| 2014-02-24 |
Roy Marples | Fix arping moving to the next test if we find the IP... |
commit | commitdiff | tree | snapshot |
| 2014-02-21 |
Roy Marples | Add a USE_SIGNALS define. |
commit | commitdiff | tree | snapshot |
| 2014-02-21 |
Roy Marples | If there are no file actions or dangerous attributes... |
commit | commitdiff | tree | snapshot |
| 2014-02-21 |
Roy Marples | When removing an interface we need to remove it's route... |
commit | commitdiff | tree | snapshot |
| 2014-02-14 |
Roy Marples | If the prefix is not on link, nor autoconf and we don... |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
Roy Marples | Fix FreeBSD compile warnings. |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
Roy Marples | Open right socket. |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
Roy Marples | Log why we cannot delete a route |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
Roy Marples | Work without SOCK_CLOEXEC again. |
commit | commitdiff | tree | snapshot |
| 2014-02-13 |
Roy Marples | Fix compile without INET or INET6. |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | Ensure we close the contol socket if we fail to connect. |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | No need to malloc pidfile. |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | Replace PATH_MAX with something more precise. |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | PATH_MAX is too much, lets be more precise |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | Ensure we remove the socket from the eloop event queue... |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | Remove needless malloc |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | Fix compile on BSD |
commit | commitdiff | tree | snapshot |
| 2014-02-12 |
Roy Marples | Move all global variables into contexts, with a small... |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
Roy Marples | Fix a compile warning |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
Roy Marples | Fix writing the pidfile and cleaning up a bit better. |
commit | commitdiff | tree | snapshot |
| 2014-02-08 |
Roy Marples | Move vendor out of global scope. |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | get_line is now static inside of if-options.c and is... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Use fgets instead |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Changed in 2014 |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Use fscand instead of get_line |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Ensure fscanf does not overflow. |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Fix compile |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Use fscanf instead of get_line when parsing /proc/cpuinfo |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Remove some dead uses of get_monotonic |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Move DUID_LEN to a better header. |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | writepid is now a static inline function |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Remove custom set_cloexec and set_nonblock functions. |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Use our own signal structure instead of siginfo_t to... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Ignore netlink messages with an our of range pid. |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Copy the siginfo_t structure onto a global copy and... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Set memory to zero |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Set dev fd to -1 when stopped. |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Don't hold onto an AF_INET socket for the duration... |
commit | commitdiff | tree | snapshot |
| 2014-02-07 |
Roy Marples | Exit correctly if no interfaces have a carrier. |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Roy Marples | Fix opening the control socket. |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Roy Marples | Use fscanf some more. |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Roy Marples | Replace get_line with sscanf |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Roy Marples | pidfd can be static now. |
commit | commitdiff | tree | snapshot |
| 2014-02-05 |
Roy Marples | Move control globals into a context. |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Roy Marples | Only return 0 from daemonise if we have forked successf... |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Roy Marples | Fork correctly from RA and DAD. |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Roy Marples | Reset kernel RA flag correctly. |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Roy Marples | Changed these files in 2014. |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Roy Marples | Fix compile |
commit | commitdiff | tree | snapshot |
| 2014-02-04 |
Roy Marples | Remove DEBUG_MEMORY guard and always free memory and... |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | Drain the correct UDP socket. |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | We don't want to show cc errors here |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | Open UDP sockets for *.*.*.*:bootpc and $ip_address... |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | Only link to libmd if it lives in /lib |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | Fix make import with compat sources. |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | Only listen to the UDP port if we opened it. |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | RFC7083 has new inital timer values. |
commit | commitdiff | tree | snapshot |
| 2014-02-03 |
Roy Marples | Add support for the following RFCs: |
commit | commitdiff | tree | snapshot |
| 2014-02-01 |
Roy Marples | Fix auto-configure |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Only check auto-configure in the DISCOVER state. |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Add support for DHCP auto configuration, RFC 2563. |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Reset reconfigure token when dropping a lease. |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Tweak stuff for importing |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Remove used var |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Support AFTR-Name, RFC6334. |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Remove debug |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Support RECONFIGURE DHCPv6 messages. |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Changed in 2014 |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Provide a string for FORCERENEW |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Force renew now works when we are in the informed state. |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Implement Force Renew Nonce Capability option, RFC6704 |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | As we need to actuall drain the kernel buffer, don... |
commit | commitdiff | tree | snapshot |
| 2014-01-31 |
Roy Marples | Implement support for RFC 3203, FORCERENEW message. |
commit | commitdiff | tree | snapshot |
| 2014-01-30 |
Roy Marples | Improve authentication logging. |
commit | commitdiff | tree | snapshot |
| 2014-01-30 |
Roy Marples | Warn on missing auth if we request it but do not requir... |
commit | commitdiff | tree | snapshot |
| 2014-01-30 |
Roy Marples | Change to using a NTP time stamp for Replay Detection... |
commit | commitdiff | tree | snapshot |
| next |