| 2013-02-16 |
Roy Marples | Remove the xmalloc function. |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
Roy Marples | Avoid printing a silly warning on an unknown option |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
Roy Marples | Remove xstrdup |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
Roy Marples | Remove xrealloc |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
Roy Marples | Remove xzalloc function |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
Roy Marples | Instead of opening link, ipv6, ipv6rs and ipv6ns socket... |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
Roy Marples | Add -h|--help option to configure |
commit | commitdiff | tree | snapshot |
| 2013-02-05 |
Roy Marples | If we have one interface enabled for IPv6 RS, we stupid... |
commit | commitdiff | tree | snapshot |
| 2013-02-04 |
Roy Marples | Fix compile on BSD |
commit | commitdiff | tree | snapshot |
| 2013-02-04 |
Roy Marples | It's now possible to compile out IPv4 and IPv6 support... |
commit | commitdiff | tree | snapshot |
| 2013-02-04 |
Roy Marples | Move ipv4 specific code out of net.c and into ipv4.c |
commit | commitdiff | tree | snapshot |
| 2013-02-03 |
Roy Marples | Move if_state into interface->if_data as dhcp_state. |
commit | commitdiff | tree | snapshot |
| 2013-02-03 |
Roy Marples | Move ipv4 specific infos from interface to if_state. |
commit | commitdiff | tree | snapshot |
| 2013-02-03 |
Roy Marples | Move options away from ipv4 state to the interface. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
Roy Marples | Remove IPv4 and DHCP4 specific setup from dhcpcd.c... |
commit | commitdiff | tree | snapshot |
| 2013-01-28 |
Roy Marples | Fix potential issue if we don't want routes and we... |
commit | commitdiff | tree | snapshot |
| 2013-01-28 |
Roy Marples | Ensure that nooption correctly woks for routes. |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Roy Marples | Check the correct interface the RAP came from before... |
commit | commitdiff | tree | snapshot |
| 2012-12-20 |
Roy Marples | Preserve the space in static routes on the command... |
commit | commitdiff | tree | snapshot |
| 2012-12-19 |
Roy Marples | Release dhcpcd-5.99.3 v5.99.3 |
commit | commitdiff | tree | snapshot |
| 2012-12-11 |
Roy Marples | Fix default onlink value. |
commit | commitdiff | tree | snapshot |
| 2012-12-11 |
Roy Marples | Respect the ONLINK flag the prefix option of the RA |
commit | commitdiff | tree | snapshot |
| 2012-12-07 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree | snapshot |
| 2012-12-07 |
Roy Marples | Log error whe starting DHCPv6 without RA. |
commit | commitdiff | tree | snapshot |
| 2012-12-07 |
Roy Marples | If no IPv6 proc or sysctl entries exist for RA or forwa... |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Roy Marples | Avoid sillyness if not a valid IPv6 address |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Roy Marples | Set %interface for exported IPv6 link local addresses. |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Normalise timing |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Move free to exit function. |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Discard addresses if expired on reboot |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Stop probing when dropped |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Send to all dhcp agents instead of all routers. |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Use a proper namespace for IPv4LL |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Use a proper namespace for eloop |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Use a proper namespace for control |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Roy Marples | Fix some memory issues |
commit | commitdiff | tree | snapshot |
| 2012-11-11 |
Roy Marples | Expire the DHCPv6 lease when carrier drops. |
commit | commitdiff | tree | snapshot |
| 2012-11-11 |
Roy Marples | Always close this fd |
commit | commitdiff | tree | snapshot |
| 2012-11-11 |
Roy Marples | Improve logging of script exiting. |
commit | commitdiff | tree | snapshot |
| 2012-11-11 |
Roy Marples | Log posix_spawn(2) errors better. |
commit | commitdiff | tree | snapshot |
| 2012-11-11 |
Roy Marples | Because posix_spawn(2) implementations can use fork... |
commit | commitdiff | tree | snapshot |
| 2012-11-11 |
Roy Marples | eloop doesn't check errors atm |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Roy Marples | Break after processing a callback |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Roy Marples | Fix memory errors |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Roy Marples | _NSIG seems to be the norm. Use _SIG_MAXSIG if availabl... |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Roy Marples | Fix compile of the new compat shims on NetBSD. |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Roy Marples | Add a pselect(2) shim for systems that lack support... |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Roy Marples | Replace poll(2) with pselect(2) and vfork(2)+execve... |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Roy Marples | Add a message to indicate dhcpcd exited cleanly. |
commit | commitdiff | tree | snapshot |
| 2012-11-09 |
Roy Marples | Silence a gcc signed vs unsigned warning by comparing... |
commit | commitdiff | tree | snapshot |
| 2012-11-08 |
Roy Marples | We should check start len >0 as len will be zero at... |
commit | commitdiff | tree | snapshot |
| 2012-11-07 |
Roy Marples | When decoding RCC3397 domains we should ensure that... |
commit | commitdiff | tree | snapshot |
| 2012-11-07 |
Roy Marples | Ensure we have a big enough buffer for an escaped DNSSL... |
commit | commitdiff | tree | snapshot |
| 2012-11-07 |
Roy Marples | When an RA is forced to expire, don't run the script... |
commit | commitdiff | tree | snapshot |
| 2012-11-06 |
Roy Marples | Implement the core DHCPv6 client for SOLICIT, REQUEST... |
commit | commitdiff | tree | snapshot |
| 2012-11-01 |
root@uberpc... | Fix some more potential leaks and allow full build... |
commit | commitdiff | tree | snapshot |
| 2012-11-01 |
Roy Marples | Plug some memory leaks. |
commit | commitdiff | tree | snapshot |
| 2012-11-01 |
Roy Marples | If we receive >1 MTU option, last one takes precendence. |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | Save a few bytes |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | Expire RDNSS and DNSSL options if the RA expires. |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | Merge multiple options together as per RFC4861 section... |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | whitespace |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | Provide TAILQ_FOREACH_REVERSE_SAFE if not defined. |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | No need to check if we have a prefix, as this could... |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | When we receive a RA with a lifetime of 0, we should... |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | Only remove IPv6 addresses when no RA's have them confi... |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | If we receive a RA with a lifetime of 0, just expire... |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | IANA PEN should be in network order. |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Roy Marples | DHCPCD Project has been assigned a PEN of 40712 |
commit | commitdiff | tree | snapshot |
| 2012-10-27 |
Roy Marples | Improve reported timings. |
commit | commitdiff | tree | snapshot |
| 2012-10-27 |
Roy Marples | Show renew and rebind times when debugging is enabled. |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Roy Marples | Fix stupid length validation check. |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Roy Marples | Fix compile fr systems without RTF_CLONING such as... |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Roy Marples | More fixes to validation lengths. |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Roy Marples | Fix variable length encodings |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Roy Marples | If we receive a packet with two options the same which... |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Roy Marples | Drop DHCPv6 on carrier down. |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Roy Marples | Remove needless malloc. |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Roy Marples | If there is not IPv6 subnet route to delete, don't... |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Roy Marples | Fix code for -Wstrict-overflow |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Roy Marples | Add DHCPv6 INFORM support. |
commit | commitdiff | tree | snapshot |
| 2012-10-09 |
Roy Marples | Move the default vendor string to a global variable. |
commit | commitdiff | tree | snapshot |
| 2012-10-09 |
Roy Marples | Fix DUID support. |
commit | commitdiff | tree | snapshot |
| 2012-10-08 |
Roy Marples | Make this file actually work |
commit | commitdiff | tree | snapshot |
| 2012-10-08 |
Roy Marples | Don't need this header |
commit | commitdiff | tree | snapshot |
| 2012-10-08 |
Roy Marples | xid should be treated in network byte order |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Roy Marples | Move the RS state into a struct in a generic data array. |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Roy Marples | Restart the interface immediately after a NAK instead of |
commit | commitdiff | tree | snapshot |
| 2012-09-03 |
Roy Marples | Release dhcpcd-5.6.2 v5.6.2 |
commit | commitdiff | tree | snapshot |
| 2012-08-30 |
Roy Marples | Ensure we have correct memory allocation for number... |
commit | commitdiff | tree | snapshot |
| 2012-08-24 |
Roy Marples | Only accept netlink messages from the kernel. |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Roy Marples | Only add our own host or destination routes to the... |
commit | commitdiff | tree | snapshot |
| 2012-08-18 |
Roy Marples | Remove -v from --version in usage. |
commit | commitdiff | tree | snapshot |
| 2012-08-07 |
Roy Marples | For some reason, Linux likes to re-add the IPv6 network... |
commit | commitdiff | tree | snapshot |
| 2012-08-06 |
Roy Marples | Seems we need braces here. |
commit | commitdiff | tree | snapshot |
| 2012-08-06 |
Roy Marples | Add pltime and vltime to our IPv6 addresses. |
commit | commitdiff | tree | snapshot |
| 2012-08-06 |
Roy Marples | Change the NS times so that we assume reachable until... |
commit | commitdiff | tree | snapshot |
| 2012-08-06 |
Roy Marples | We should send our NS solicitation directly to the... |
commit | commitdiff | tree | snapshot |
| 2012-08-06 |
Roy Marples | Add MTU to IPv6 routes on Linux. |
commit | commitdiff | tree | snapshot |
| 2012-08-06 |
Roy Marples | If we fail to open sockets, don't bother sending the... |
commit | commitdiff | tree | snapshot |
| next |