summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add -fno-common to debugging CFLAGS.dhcpcd-4Roy Marples2009-09-24
| | | | Declare udp_dhcp_len as extern.
* Release dhcpcd-4.0.15Roy Marples2009-09-22
|
* When we get an ACK we should close DHCP sockets so we don't handle any NAKsRoy Marples2009-09-18
| | | | | | | during ARP testing. This is important as some broken DHCP servers NAK immediately after an ACK in some situations.
* Release dhcpcd-4.0.14dhcpcd-4.0.14Roy Marples2009-07-28
|
* Promote bytes to size_t for sizeof comparison.Roy Marples2009-07-11
|
* Use ssize_t which is a signed int and test if read() returns -1.Roy Marples2009-07-11
| | | Thanks to David Wu.
* Change get_option_addr to accept struct in_addr * instead of uint32_t *Roy Marples2009-07-08
| | | | | to fix an alignment issue on SGI MIPS. Thanks to Tim McIntosh.
* Go back to using gitRoy Marples2009-04-30
|
* dhcpcd-4.0.13Roy Marples2009-04-17
|
* We should ignore DHCP messages without a ServerID, #166.dhcpcd-4.0.13Roy Marples2009-04-12
|
* mandoc mandates the presence of .OsRoy Marples2009-03-11
|
* Backport UDP validation from trunkRoy Marples2009-02-28
|
* TypoRoy Marples2009-02-26
|
* Release dhcpcd-4.0.12Roy Marples2009-02-26
|
* We should use LOG_DAEMONdhcpcd-4.0.12Roy Marples2009-02-24
|
* Check carrier eariler. Thanks to Michael Olney.Roy Marples2009-02-24
|
* If we get POLLERR or POLLNVAL then we should not return >0 with an fd.Roy Marples2009-02-23
| | | | | Thanks to Michael Olney.
* Release dhcpcd-4.0.11Roy Marples2009-02-19
|
* Ensure that IPv4LL leases are not frominfo when probed.Roy Marples2009-02-19
|
* Ensure we continue after we fail to send a packet.Roy Marples2009-02-19
|
* Release dhcpcd-4.0.10dhcpcd-4.0.11Roy Marples2009-02-04
|
* RFC2131 implies that we should only ARP check after an offer.dhcpcd-4.0.10Roy Marples2009-02-01
|
* Release dhcpcd-4.0.9Roy Marples2009-01-31
|
* We should zero the entire message struct so any options don't overflow into ↵dhcpcd-4.0.9Roy Marples2009-01-30
| | | | unallocated memory when evaluating them.
* Just terminate the DHCP message if not terminated. DHO_PAD could be valid data.Roy Marples2009-01-29
|
* Clean up compiler warnings from overly pedantic checking.Roy Marples2009-01-29
|
* Release dhcpcd-4.0.8Roy Marples2009-01-26
|
* while -> forRoy Marples2009-01-26
|
* Optimize code around NULL terminated hostname.Roy Marples2009-01-26
|
* Terminate hostnameRoy Marples2009-01-26
|
* Stop storing length in hostname.Roy Marples2009-01-26
|
* We should only send short hostnames as qualfied ones confuse ISC DHCP ↵Roy Marples2009-01-26
| | | | server. If a FQDN is required, then use that option instead of the hostname. Backported from trunk, r1174.
* Ensure that we have enough buffer for gethostname and terminate it correctly.dhcpcd-4.0.8Roy Marples2009-01-26
|
* nohook 20-resolv.conf should work now.Roy Marples2009-01-22
|
* Backport fix for #156.Roy Marples2009-01-22
|
* set broadcast_address correctly.Roy Marples2009-01-12
|
* Typo, thanks to zafer.Roy Marples2008-12-28
|
* Document the quiet directive in man dhcpcd.confRoy Marples2008-12-07
|
* Release 4.0.7Roy Marples2008-12-02
|
* Ensure host routes and subnet routes are added correctly.dhcpcd-4.0.7Roy Marples2008-12-01
|
* We need to ensure that our interface has the address before configuring routes.Roy Marples2008-12-01
|
* Backport adding the src pref address from trunk.Roy Marples2008-11-27
|
* Describe the blacklist option.Roy Marples2008-11-27
|
* If an interface link fd flaps, don't indiscriminately reset the timeout ↵Roy Marples2008-11-27
| | | | timer. Thanks to Jean Wolter for tracking it down.
* Fix warning of monotonic clock existence.Roy Marples2008-11-27
|
* Release 4.0.6Roy Marples2008-11-25
|
* Fix adding of host routes.dhcpcd-4.0.6Roy Marples2008-11-25
|
* CSR should come before other route options according to RFC 3442.Roy Marples2008-11-25
|
* Backport route code from trunk so we correctly handle adding routes via ↵Roy Marples2008-11-25
| | | | local link.
* Remove the S option from the command line description, #121Roy Marples2008-11-21
|