summaryrefslogtreecommitdiffstats
path: root/config.h
Commit message (Collapse)AuthorAge
* Release dhcpcd-5.0.1dhcpcd-5.0.1Roy Marples2009-05-03
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Release dhcpcd-5.0.0Roy Marples2009-04-28
|
* Release .18Roy Marples2009-04-19
|
* Release dhcpcd-4.99.17Roy Marples2009-04-19
|
* Release dhcpcd-4.99.16Roy Marples2009-04-02
|
* Release dhcpcd-4.99.15Roy Marples2009-03-20
|
* Release dhcpcd-4.99.14Roy Marples2009-03-05
|
* Release dhcpcd-4.99.13Roy Marples2009-02-04
|
* CopyrightRoy Marples2009-01-29
|
* Release 4.99.12Roy Marples2009-01-26
|
* Release 4.99.11Roy Marples2009-01-23
|
* Release 4.99.10Roy Marples2009-01-22
|
* When dropping config, we should punt the old config so we don't drop it twice.Roy Marples2009-01-19
|
* Release 4.99.8Roy Marples2009-01-17
|
* Release 4.99.7Roy Marples2008-12-19
|
* Release 4.99.6Roy Marples2008-11-25
|
* Fix some LINT errors.Roy Marples2008-11-10
|
* Release 4.99.3Roy Marples2008-10-29
|
* 4.99.2Roy Marples2008-09-19
|
* Loads of changes, so the next full version will be 5.0. We'll releae 4.99.1 ↵Roy Marples2008-09-15
| | | | here.
* We don't add this anymore.Roy Marples2008-09-13
|
* As our logger calls emulate syslog, we can use %m. However, this means we ↵Roy Marples2008-09-05
| | | | have to convert it for printf as POSIX does not require that printf supports it. This also means we drop -pedantic from our GCC flags.
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
| | | | | | This requires the event loop argument being changed to void * so we can send arguments other than an interface.
* Add an event loop.Roy Marples2008-09-02
| | | | | | | | Split client.c into smaller files and functions and recode around the event loop. Add multiple interface support using the new event loop. Document changes and outstanding bugs.
* Release dhcpcd-4.0.0 :DRoy Marples2008-08-24
|
* Release dhcpcd-4.0.0-rc5Roy Marples2008-08-15
|
* Release dhcpcd-4.0.0-rc4Roy Marples2008-07-28
|
* Release dhcpcd-4.0.0-rc3Roy Marples2008-07-27
|
* Remove #ifdefs to disable specific bits of code. We now build everything - ↵Roy Marples2008-07-23
| | | | we're small enough :)
* Release dhcpcd-4.0.0-rc2Roy Marples2008-07-23
|
* Release dhcpcd-4.0.0-rc1Roy Marples2008-07-22
|
* beta9Roy Marples2008-07-08
|
* dhcpcd-4.0.0-beta8Roy Marples2008-07-05
|
* Remove ENABLE_DUID and introduce MINIMAL, which removes all non essential ↵Roy Marples2008-07-04
| | | | userland options, knocking around 6k off the binary size.
* Remove previous toggles for classid, clientid, userclass and vendor - they ↵Roy Marples2008-07-02
| | | | call *could* be required for DHCP. Add a string parser and process all user strings through it.
* Allow ClassID to be configured.Roy Marples2008-06-30
|
* Allow clientid 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 ↵Roy Marples2008-06-30
| | | | disables all configurable options.
* beta7Roy Marples2008-06-20
|
* Bump to beta6 for internal testing and move UNCONST to common.hRoy Marples2008-06-07
|
* DISABLE_FEATURE defines now don't enable automatic ENABLE_FEATURE defines.Roy Marples2008-05-29
|
* dhcpcd-4.0.0-beta5Roy Marples2008-05-24
|
* Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixesRoy Marples2008-05-24
|
* Just use /etc.Roy Marples2008-05-22
|
* Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, ↵Roy Marples2008-05-20
| | | | dhcpcd.duid and dhcpcd.hook are now in /etc.
* StyleRoy Marples2008-05-19
|
* Trap some config.h defines if they're in CFLAGS.Roy Marples2008-05-19
|
* Move VERSION from Makefile to config.h so that other Makefiles can be used ↵Roy Marples2008-05-19
| | | | instead of our own.