summaryrefslogtreecommitdiffstats
path: root/dhcp.h
Commit message (Expand)AuthorAge
* Improve PTP INFORM support some more.Roy Marples2009-03-23
* Move dhcpf.h into dhcp.h were it belongsRoy Marples2009-03-19
* More style updates.Roy Marples2009-02-12
* Re work the route management so we deal with a changed route table in a renew...Roy Marples2008-12-16
* Adjust lengths to fit MTU.Roy Marples2008-11-19
* Pack the dhcp structure.Roy Marples2008-09-05
* 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
* leased from should be time_t. Also, add boundtime for the last commit to work.Roy Marples2008-08-12
* DHCP_option -> DHO_option.Roy Marples2008-08-08
* Fix enum nameRoy Marples2008-08-06
* Add support for vendor encapsulated options. Also, MINIAL define now disables...Roy Marples2008-06-30
* Add 05-mtu hook so we respect the desired MTU on networks.Roy Marples2008-06-13
* Remove pointless header.Roy Marples2008-05-29
* Don't prefix functions with _Roy Marples2008-05-20
* When we explictly don't want an option, don't put it in the env.Roy Marples2008-05-15
* We should make our own env instead of using setenv/unsetenv so we work better...Roy Marples2008-05-13
* Fix rfc3397 and rfc3442 decoding for dhcpcd.sh.Roy Marples2008-04-19
* dhcpcd can now read a basic config file! Add a default dhcpcd.conf and matchi...Roy Marples2008-04-18
* Remove the .info file and now set environment vars in the same vein as dhclie...Roy Marples2008-04-16
* Replace the clean_metas functions with a write_string function. The main diff...Roy Marples2008-04-14
* Add loads more DHCP options from RFC2132 to the info file, also closes #53.Roy Marples2008-04-14
* Add more dhcp types, #53Roy Marples2008-04-14
* Add -o opt1,opt2 and -O to disable requesting optional options. Rejig our def...Roy Marples2008-04-14
* Move configuration file setup to dhcpcd.sh so that it's possible for the user...Roy Marples2008-04-12
* Normally I hate massive code drops, but heh.Roy Marples2008-04-11
* Add alternative building method to save around 500 bytes.Roy Marples2008-03-24
* Split interface and socket out into OS bpf, if-bsd and if-linux.Roy Marples2008-03-24
* Change code style to match the BSDs in the hope the might adpot it instead of...Roy Marples2008-03-20
* Use tailq from queue.h instead of rolling our down linked lists.Roy Marples2008-02-20
* Move clientid generation to client.c and put it on the interface object inpla...Roy Marples2008-01-31
* Quiet some lint warnings.Roy Marples2008-01-21
* We should use ssize_t here.Roy Marples2008-01-21
* More formatting fixes.Roy Marples2008-01-16
* uptime should return time_tRoy Marples2008-01-16
* Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CS...Roy Marples2008-01-15
* Default all int entries in the dhcp header to unsigned.Roy Marples2008-01-09
* Belatedly into 2008 :)Roy Marples2008-01-08
* Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-...Roy Marples2007-11-15
* Reword the headers to just say we use the GPLv2.Roy Marples2007-11-07
* Update my e-mail address as I have retired from Gentoo.Roy Marples2007-11-06
* Many thanks to Michael Durrant for testing the below changes.Roy Marples2007-09-04
* Support RFC 3361 SIP Servers.Roy Marples2007-07-18
* Suport DHCP option (52) overload.Roy Marples2007-07-17
* config.h now has the compile time options, instead of being dotted around.Roy Marples2007-05-10
* Style updatesRoy Marples2007-04-12
* Redfine the variable and add a commentRoy Marples2007-04-12
* Minimum message size is now 300 bytes for crappy DHCP servers :/Roy Marples2007-04-11
* Cuddle up to LKML style CRoy Marples2007-04-11