]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2009-01-29  Roy MarplesJust terminate the DHCP message if not terminated....
2009-01-29  Roy MarplesShorten error msg.
2009-01-29  Roy MarplesClean up compiler warnings from overly pedantic checking.
2009-01-29  Roy Marplesdhcpcd should not send hostname by default.
2009-01-28  Roy MarplesWe updated these files this year.
2009-01-27  Roy MarplesWe should state which interface we're removing the...
2009-01-27  Roy MarplesFix compile on BSD.
2009-01-27  Roy MarplesAdd route removal detection to Linux.
2009-01-26  Roy MarplesWe need to ensure that manual route deletions are delet...
2009-01-26  Roy MarplesWe should include sys/uio.h for writev
2009-01-26  Roy MarplesRelease 4.99.12
2009-01-26  Roy Marpleswhile -> for
2009-01-26  Roy MarplesOptimize code around NULL terminated hostname.
2009-01-26  Roy MarplesTerminate hostname
2009-01-26  Roy MarplesStop storing length in hostname.
2009-01-26  Roy MarplesWe should only send short hostnames as qualfied ones...
2009-01-26  Roy MarplesEnsure that we have enough buffer for gethostname and...
2009-01-23  Roy MarplesFix compile with crappy linux headers.
2009-01-23  Roy MarplesRelease 4.99.11
2009-01-23  Roy MarplesFix a valgrid issue and don't call getifssid unless...
2009-01-23  Roy MarplesReport ssid for carrier events correctly.
2009-01-22  Roy Marplesnohook 20-resolv.conf should work now.
2009-01-22  Roy Marplesssid should be old_ and new_.
2009-01-22  Roy MarplesReport the fact we're wireless and our ssid
2009-01-22  Roy MarplesRelease 4.99.10
2009-01-22  Roy MarplesThe lack of a rebind time should not force a default...
2009-01-20  Roy MarplesHandle stopping and releasing a little better.
2009-01-20  Roy MarplesWe need to handle SIGPIPE so we don't abort.
2009-01-20  Roy MarplesEnsure we have a state when comparing
2009-01-19  Roy MarplesWhen dropping config, we should punt the old config...
2009-01-17  Roy MarplesRelease 4.99.8
2009-01-17  Roy MarplesTest length, not null.
2009-01-15  Roy MarplesStyle.
2009-01-15  Roy MarplesWe should use close here.
2009-01-15  Roy MarplesWe should shutdown instead of close our sockets to...
2009-01-15  Roy Marples--getinterfaces should be more than sufficient for...
2009-01-15  Roy MarplesWe should use the reason CARRIER as well and run carrie...
2009-01-15  Roy MarplesWe need to send the terminator also.
2009-01-15  Roy MarplesWe need to close our listeners before removing the...
2009-01-15  Roy MarplesNew configure reasons NOCARRIER and NAK instead of...
2009-01-13  Roy MarplesSend version length first on the control socket.
2009-01-13  Roy MarplesRemove .svn dirs from snapshots.
2009-01-13  Roy MarplesCopyright.
2009-01-13  Roy MarplesStore the reason we run the script against the interfac...
2009-01-12  Roy MarplesRemove the limit for the number of connections to the...
2009-01-12  Roy Marpleswhitespace
2009-01-12  Roy MarplesCopyright
2009-01-12  Roy Marplesset broadcast_address correctly.
2009-01-05  Roy MarplesImprove the nohook documentation.
2009-01-05  Roy MarplesSpelling
2009-01-05  Roy MarplesAllow version to be returned over the control interface.
2009-01-02  Roy MarplesAdding subnet routes with just sdl_index set does not...
2009-01-01  Roy MarplesFix getting ssid.
2009-01-01  Roy MarplesYou can now add a configure block per ssid if the inter...
2009-01-01  Roy MarplesAdd a static directive that allows the configuration...
2008-12-21  Roy MarplesDocument the BSD subnet manipulation issue in the READM...
2008-12-19  Roy MarplesRelease 4.99.7
2008-12-18  Roy MarplesDocument the BSD issue with dhcpcd changing the subnet...
2008-12-18  Roy Marplessend_request is no longer a public interface.
2008-12-18  Roy MarplesAdd the DHS_PROBE state so that we ignore subsequent...
2008-12-16  Roy MarplesDocument avoiding BOOTP servers.
2008-12-16  Roy MarplesTypo.
2008-12-16  Roy MarplesStyle.
2008-12-16  Roy MarplesPlug a leak.
2008-12-16  Roy MarplesRe work the route management so we deal with a changed...
2008-12-13  Roy MarplesTry and make the subnet route identical to the kernel...
2008-12-07  Roy MarplesDocument the quiet directive in man dhcpcd.conf
2008-12-02  Roy MarplesDefault route is more descriptive.
2008-12-02  Roy MarplesSave a malloc
2008-12-02  Roy MarplesEnsure we de-reference the old pointer from the open...
2008-12-01  Roy MarplesDon't delete static ARP entries
2008-12-01  Roy MarplesSave a few more bytes.
2008-12-01  Roy MarplesEnsure host routes and subnet routes are added correctly.
2008-12-01  Roy MarplesAdd desc_route to save some bytes.
2008-11-27  Roy MarplesEnsure that we add the src pref address.
2008-11-27  Roy MarplesDescribe the blacklist option.
2008-11-27  Roy MarplesFix warning of monotonic clock existence.
2008-11-25  Roy MarplesRelease 4.99.6
2008-11-25  Roy MarplesFix adding of host routes.
2008-11-25  Roy MarplesCSR should come before other route options according...
2008-11-25  Roy MarplesStyle
2008-11-24  Roy MarplesDon't manipulate subnet routes when they are INADDR_BRO...
2008-11-24  Roy MarplesProbably better to exit here.
2008-11-24  Roy MarplesWork out __restrict better.
2008-11-21  Roy MarplesRemove the S option from the command line description...
2008-11-20  Roy MarplesPlug a leak when rebinding interfaces via the control...
2008-11-20  Roy MarplesBOOTP fixes. Also, we don't write a BOOTP lease file.
2008-11-19  Roy MarplesWe are now a BOOTP client also :)
2008-11-19  Roy MarplesZeroing each field is cheaper than using memset/memcpy.
2008-11-19  Roy MarplesIf no lease time is supplied, assume it's infinite.
2008-11-19  Roy MarplesIf no lease time is supplied, assume it's infinite.
2008-11-19  Roy MarplesAdjust lengths to fit MTU.
2008-11-19  Roy MarplesClarify the clientid option.
2008-11-19  Roy MarplesIf we are asked to ARP and we don't have an offer then...
2008-11-17  Roy MarplesFix working with linux aliased interfaces again.
2008-11-17  Roy MarplesWe no longer send a ClientID by default. This is so...
2008-11-17  Roy MarplesWhitespace.
2008-11-15  Roy MarplesFork into background even with no interfaces IF we...
2008-11-14  Roy MarplesReport all interfaces requested that do not exist.
2008-11-14  Roy MarplesNetBSD sh needs eval here.
next