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