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