summaryrefslogtreecommitdiffstats
path: root/duid.c
Commit message (Expand)AuthorAge
* Add (c) to CopyrightRoy Marples2009-05-01
* get_line now uses a single buffer, strips leading space and skips comments. T...Roy Marples2008-11-05
* Add an event loop.Roy Marples2008-09-02
* 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
* Change code style to match the BSDs in the hope the might adpot it instead of...Roy Marples2008-03-20
* Rename getline to get_line so we don't conflict with crappy GNU headers that ...Roy Marples2008-02-06
* Move clientid generation to client.c and put it on the interface object inpla...Roy Marples2008-01-31
* Store and validate the duid using our generic hwaddr_ callsRoy Marples2008-01-25
* Quiet some lint warnings.Roy Marples2008-01-21
* Re format for standard tabs.Roy Marples2008-01-16
* 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
* Don't malloc pointer size when we mean data sizeRoy Marples2007-10-11
* Many thanks to Michael Durrant for testing the below changes.Roy Marples2007-09-04
* Remove getifaddrs code and instead just use ioctls.Roy Marples2007-07-25
* Allow -I to have an optional argument, when missing don't use DUID'sRoy Marples2007-05-11
* Add support for RFC 4361Roy Marples2007-05-10