index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
duid.c
Commit message (
Expand
)
Author
Age
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
get_line now uses a single buffer, strips leading space and skips comments. T...
Roy Marples
2008-11-05
*
Add an event loop.
Roy Marples
2008-09-02
*
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
*
Change code style to match the BSDs in the hope the might adpot it instead of...
Roy Marples
2008-03-20
*
Rename getline to get_line so we don't conflict with crappy GNU headers that ...
Roy Marples
2008-02-06
*
Move clientid generation to client.c and put it on the interface object inpla...
Roy Marples
2008-01-31
*
Store and validate the duid using our generic hwaddr_ calls
Roy Marples
2008-01-25
*
Quiet some lint warnings.
Roy Marples
2008-01-21
*
Re format for standard tabs.
Roy Marples
2008-01-16
*
Belatedly into 2008 :)
Roy Marples
2008-01-08
*
Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-...
Roy Marples
2007-11-15
*
Reword the headers to just say we use the GPLv2.
Roy Marples
2007-11-07
*
Update my e-mail address as I have retired from Gentoo.
Roy Marples
2007-11-06
*
Don't malloc pointer size when we mean data size
Roy Marples
2007-10-11
*
Many thanks to Michael Durrant for testing the below changes.
Roy Marples
2007-09-04
*
Remove getifaddrs code and instead just use ioctls.
Roy Marples
2007-07-25
*
Allow -I to have an optional argument, when missing don't use DUID's
Roy Marples
2007-05-11
*
Add support for RFC 4361
Roy Marples
2007-05-10