summaryrefslogtreecommitdiffstats
path: root/duid.c
Commit message (Expand)AuthorAge
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15
* Fix spelling mistakes, [944ac40b82].Roy Marples2016-06-27
* Fix some memory issues.Roy Marples2016-05-06
* Move duid and ipv6 secret file reading code into a common function.Roy Marples2016-05-06
* htosn requires arpa/inet.h on kFreeBSD.Roy Marples2015-12-31
* Fix compile on kFreeBSD thanks to JS Junior.Roy Marples2015-09-15
* Check fclose(3) writes correctly, thanks to Bob.Roy Marples2015-06-12
* syslogd(8) may not always be running before dhcpcd so any startup errors areRoy Marples2015-03-17
* Update copyrights to 2015.Roy Marples2015-01-02
* Move net.c to if.c.Roy Marples2014-04-25
* Add -Wconversion to debug CFLAGS and fix fallout.Roy Marples2014-03-27
* Move all global variables into contexts, with a small exception forRoy Marples2014-02-12
* Use fgets insteadRoy Marples2014-02-07
* Changed in 2014Roy Marples2014-02-07
* Use fscand instead of get_lineRoy Marples2014-02-07
* Allow IAID to be configured in DHCPv4 clientid.Roy Marples2013-11-15
* Fix compile on NetBSD-6Roy Marples2013-06-02
* Fix compile on FreeBSDRoy Marples2013-06-02
* When generating a duid, don't use NET/ROM interface.Roy Marples2013-05-30
* White space policeRoy Marples2013-04-04
* Fix DUID support.Roy Marples2012-10-09
* Replace the mk stubs with a autotools like configure script.Roy Marples2009-07-14
* 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