summaryrefslogtreecommitdiffstats
path: root/dhcp.c
Commit message (Expand)AuthorAge
...
* 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
* Add support for vendor encapsulated options. Also, MINIAL define now disables...Roy Marples2008-06-30
* Fix some valgrind errors.Roy Marples2008-06-29
* Save a few bytes by treating some strings like DHCP options, having the first...Roy Marples2008-06-29
* Apparently some DHCP servers return NULL strings, Gentoo #222381.Roy Marples2008-05-21
* Don't prefix functions with _Roy Marples2008-05-20
* Fix csr's, #81.Roy Marples2008-05-19
* Don't use stdio in a vfork and fix some unconsts.Roy Marples2008-05-15
* When we explictly don't want an option, don't put it in the env.Roy Marples2008-05-15
* Use an easier looping method, and use more const.Roy Marples2008-05-14
* Free buffer at exit.Roy Marples2008-05-13
* Move the static buffer off bss.Roy Marples2008-05-13
* Support RFC3996, Encoding Long Options.Roy Marples2008-05-13
* Clean up some valgrind errors.Roy Marples2008-05-13
* We shouldn't stamp on the dhcp message when checking overloads.Roy Marples2008-05-13
* We should make our own env instead of using setenv/unsetenv so we work better...Roy Marples2008-05-13
* Don't use a DUID by default even though support is compiled in, #70. Also, fi...Roy Marples2008-05-01
* Repair whitespace damage.Roy Marples2008-04-26
* Add server_name and filename env vars. Also, fix network_number to match dhcl...Roy Marples2008-04-24
* Merge branch 'master' of git.marples.name:/var/git/dhcpcdRoy Marples2008-04-21
* Fix a compile warning.Roy Marples2008-04-21
* We should send packets to a specific IP over the udp socket so we don't broad...Roy Marples2008-04-20
* Use a.b.c.d/e notation as this more fully represents the data.Roy Marples2008-04-20
* Fix a signed issue.Roy Marples2008-04-19
* 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
* Fix ntp and nis servers.Roy Marples2008-04-17
* Fix a few compile warnings.Roy Marples2008-04-16
* 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
* Fix type for NetBIOS scope, and escape unknown options such as vendor extende...Roy Marples2008-04-14
* Implement arrays and fix getting strings.Roy Marples2008-04-14
* Implement integer arrays.Roy Marples2008-04-14
* Add loads more DHCP options from RFC2132 to the info file, also closes #53.Roy Marples2008-04-14
* Add -o opt1,opt2 and -O to disable requesting optional options. Rejig our def...Roy Marples2008-04-14
* And read only ;)Roy Marples2008-04-12
* The lease file should only be able to be read by the user than runs dhcpcd.Roy Marples2008-04-12
* 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
* Rework our error handling code a little to save ~5k on x86_64Roy Marples2008-03-29
* It appears that some DHCP servers don't reply to a DISCOVER if we just have D...Roy Marples2008-03-28
* Fix compiler warnings.Roy Marples2008-03-25
* Use functions over bloaty macros to save a few bytes.Roy Marples2008-03-24
* Split interface and socket out into OS bpf, if-bsd and if-linux.Roy Marples2008-03-24
* Fix compile on NetBSDRoy Marples2008-03-20