| Commit message (Expand) | Author | Age |
| * | Move dhcpf.h into dhcp.h were it belongs | Roy Marples | 2009-03-19 |
| * | We can now detected primary addresses added or changed in BSD. | Roy Marples | 2009-03-19 |
| * | Gah, remove some debug | Roy Marples | 2009-02-25 |
| * | Don't timeout if we're daemonised. | Roy Marples | 2009-02-25 |
| * | Enforce NetBSD KNF style more | Roy Marples | 2009-02-11 |
| * | dhcpcd should not send hostname by default. | Roy Marples | 2009-01-29 |
| * | while -> for | Roy Marples | 2009-01-26 |
| * | Optimize code around NULL terminated hostname. | Roy Marples | 2009-01-26 |
| * | We should only send short hostnames as qualfied ones confuse ISC DHCP server.... | Roy Marples | 2009-01-26 |
| * | Copyright | Roy Marples | 2009-01-12 |
| * | set broadcast_address correctly. | Roy Marples | 2009-01-12 |
| * | Re work the route management so we deal with a changed route table in a renew... | Roy Marples | 2008-12-16 |
| * | CSR should come before other route options according to RFC 3442. | Roy Marples | 2008-11-25 |
| * | BOOTP fixes. Also, we don't write a BOOTP lease file. | Roy Marples | 2008-11-20 |
| * | We are now a BOOTP client also :) | Roy Marples | 2008-11-19 |
| * | If no lease time is supplied, assume it's infinite. | Roy Marples | 2008-11-19 |
| * | When declining a DHCP lease and we have an IPv4LL one, don't re announce our ... | Roy Marples | 2008-11-14 |
| * | Trim trailing NULLs from string options, #120. | Roy Marples | 2008-11-04 |
| * | ~0U is better than just ~0 for this. | Roy Marples | 2008-10-29 |
| * | Explain why we decline the address in a message. | Roy Marples | 2008-10-28 |
| * | Calculate netmask from cidr more efficiently. | Roy Marples | 2008-10-20 |
| * | Alloc less for options and correctly for inform. | Roy Marples | 2008-10-18 |
| * | Get INFORM support almost working again. | Roy Marples | 2008-10-18 |
| * | Use the existing start_reboot function instead of a start_request. | Roy Marples | 2008-10-18 |
| * | We should send the IP address we decline and the server ID for release. | Roy Marples | 2008-10-17 |
| * | Style. | Roy Marples | 2008-10-06 |
| * | static objects are initialized to 0 by default, so don't explicity do this. | Roy Marples | 2008-10-06 |
| * | Simplify the logic of what to put in the message, and ensure that the MTU siz... | Roy Marples | 2008-10-06 |
| * | As we now use times to trigger again instead of decreasing timers, ensure our... | Roy Marples | 2008-09-17 |
| * | Reboot off the last lease and use the last lease if not expired and user has ... | Roy Marples | 2008-09-15 |
| * | Style. | Roy Marples | 2008-09-06 |
| * | ocets might as well be size_t. This also fixes a segfault whe compiled with pcc. | Roy Marples | 2008-09-06 |
| * | Only free the option buffer when debugging memory leaks. | Roy Marples | 2008-09-04 |
| * | Add an event loop. | Roy Marples | 2008-09-02 |
| * | The require directive now requires that the required options are present in e... | Roy Marples | 2008-08-18 |
| * | classid -> vendorclassid to match the RFC description. | Roy Marples | 2008-08-13 |
| * | Allow reqmask of numbers. | Roy Marples | 2008-08-13 |
| * | DHCP_option -> DHO_option. | Roy Marples | 2008-08-08 |
| * | Allow FQDN to be decoded to userland. Also, don't exclude hostname when sendi... | Roy Marples | 2008-08-08 |
| * | Skip the trailing . if it exists on the FQDN. | Roy Marples | 2008-08-08 |
| * | Turns out my encoding was correct after all :) | Roy Marples | 2008-08-07 |
| * | Revert FQDN to ASCII encoding as I cannot find out what RFC4702 really means ... | Roy Marples | 2008-08-06 |
| * | Attempt to fix FQDN encoding. | Roy Marples | 2008-08-06 |
| * | Remove the MINIMAL define. | Roy Marples | 2008-08-06 |
| * | Respect hostname length. | Roy Marples | 2008-08-05 |
| * | Fix valgrind errors, and report correct type. | Roy Marples | 2008-07-21 |
| * | No need to cast | Roy Marples | 2008-07-17 |
| * | Fix env var ms_classless_static_routes | Roy Marples | 2008-07-08 |
| * | Remove ENABLE_DUID and introduce MINIMAL, which removes all non essential use... | Roy Marples | 2008-07-04 |
| * | Remove previous toggles for classid, clientid, userclass and vendor - they ca... | Roy Marples | 2008-07-02 |