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
/
dhcp.h
Commit message (
Expand
)
Author
Age
*
Move dhcpf.h into dhcp.h were it belongs
Roy Marples
2009-03-19
*
More style updates.
Roy Marples
2009-02-12
*
Re work the route management so we deal with a changed route table in a renew...
Roy Marples
2008-12-16
*
Adjust lengths to fit MTU.
Roy Marples
2008-11-19
*
Pack the dhcp structure.
Roy Marples
2008-09-05
*
Add an event loop.
Roy Marples
2008-09-02
*
The require directive now requires that the required options are present in e...
Roy Marples
2008-08-18
*
classid -> vendorclassid to match the RFC description.
Roy Marples
2008-08-13
*
leased from should be time_t. Also, add boundtime for the last commit to work.
Roy Marples
2008-08-12
*
DHCP_option -> DHO_option.
Roy Marples
2008-08-08
*
Fix enum name
Roy Marples
2008-08-06
*
Add support for vendor encapsulated options. Also, MINIAL define now disables...
Roy Marples
2008-06-30
*
Add 05-mtu hook so we respect the desired MTU on networks.
Roy Marples
2008-06-13
*
Remove pointless header.
Roy Marples
2008-05-29
*
Don't prefix functions with _
Roy Marples
2008-05-20
*
When we explictly don't want an option, don't put it in the env.
Roy Marples
2008-05-15
*
We should make our own env instead of using setenv/unsetenv so we work better...
Roy Marples
2008-05-13
*
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
*
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
*
Add loads more DHCP options from RFC2132 to the info file, also closes #53.
Roy Marples
2008-04-14
*
Add more dhcp types, #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
*
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
*
Add alternative building method to save around 500 bytes.
Roy Marples
2008-03-24
*
Split interface and socket out into OS bpf, if-bsd and if-linux.
Roy Marples
2008-03-24
*
Change code style to match the BSDs in the hope the might adpot it instead of...
Roy Marples
2008-03-20
*
Use tailq from queue.h instead of rolling our down linked lists.
Roy Marples
2008-02-20
*
Move clientid generation to client.c and put it on the interface object inpla...
Roy Marples
2008-01-31
*
Quiet some lint warnings.
Roy Marples
2008-01-21
*
We should use ssize_t here.
Roy Marples
2008-01-21
*
More formatting fixes.
Roy Marples
2008-01-16
*
uptime should return time_t
Roy Marples
2008-01-16
*
Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CS...
Roy Marples
2008-01-15
*
Default all int entries in the dhcp header to unsigned.
Roy Marples
2008-01-09
*
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
*
Many thanks to Michael Durrant for testing the below changes.
Roy Marples
2007-09-04
*
Support RFC 3361 SIP Servers.
Roy Marples
2007-07-18
*
Suport DHCP option (52) overload.
Roy Marples
2007-07-17
*
config.h now has the compile time options, instead of being dotted around.
Roy Marples
2007-05-10
*
Style updates
Roy Marples
2007-04-12
*
Redfine the variable and add a comment
Roy Marples
2007-04-12
*
Minimum message size is now 300 bytes for crappy DHCP servers :/
Roy Marples
2007-04-11
*
Cuddle up to LKML style C
Roy Marples
2007-04-11
*
RFC 2131 is full of confusion regarding MTU it seems as the effective minimum...
Roy Marples
2007-03-02
[next]