]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2009-03-23  Roy MarplesImprove PTP INFORM support some more.
2009-03-23  Roy MarplesDefault point to point interfaces to static if not...
2009-03-23  Roy MarplesIf we define a static address, we are not informing...
2009-03-23  Roy MarplesExport interface flags.
2009-03-23  Roy MarplesFail the interface when we need a clientid.
2009-03-23  Roy Marplesdhcpcd CAN work on IEEE FireWire interfaces.
2009-03-23  Roy MarplesWe should not work with lo by default.
2009-03-20  Roy MarplesRelease dhcpcd-4.99.15
2009-03-20  Roy MarplesClarify reconfigure regarding the configuration file.
2009-03-20  Roy MarplesAllow dhcpcd to run on loopback interfaces if specified.
2009-03-20  Roy MarplesWe should handle SIGUSR1 correctly.
2009-03-20  Roy MarplesAdd an option to reconfigure dhcpcd without rebinding.
2009-03-19  Roy MarplesMove dhcpf.h into dhcp.h were it belongs
2009-03-19  Roy MarplesLinux can now detect address addition and removal too.
2009-03-19  Roy MarplesFix compile on Linux.
2009-03-19  Roy MarplesWe can now detected primary addresses added or changed...
2009-03-18  Roy MarplesFix compile on DragonFly.
2009-03-11  Roy Marplesmandoc mandates the presence of .Os
2009-03-11  Roy MarplesWe shouldn't need to flush arp entires ourself on BSD...
2009-03-10  Roy MarplesWe need to blacklist IP addresses at the packet level
2009-03-05  Roy MarplesRelease dhcpcd-4.99.14
2009-03-05  Roy MarplesImprove INFORM and STATIC support.
2009-03-05  Roy Marples0 is not a valid CIDR
2009-03-05  Roy MarplesDon't add subnet routes to INADDR_ANY or those without...
2009-03-03  Roy MarplesIf we reboot an IPv4LL address, start DHCP negotiation...
2009-03-02  Roy MarplesSet the interval to 0 when carrier comes up.
2009-02-28  Roy MarplesValidate UDP better by ensuring data len is not bigger...
2009-02-27  Roy MarplesBlacklist now accepts networks as well as addresses.
2009-02-26  Roy MarplesUse state dir for tmp files and try to preserve orig...
2009-02-26  Roy MarplesTypo
2009-02-26  Roy MarplesRemove compile warnings on Sparc64
2009-02-25  Roy MarplesStop enforcing a umask in dhcpcd.
2009-02-25  Roy MarplesGah, remove some debug
2009-02-25  Roy MarplesDon't timeout if we're daemonised.
2009-02-25  Roy MarplesOptimize allocation a little.
2009-02-24  Roy MarplesWhy bother with a one off array when we can use our...
2009-02-24  Roy MarplesClose sockets better and just run the script when we...
2009-02-24  Roy MarplesRemove debug.
2009-02-24  Roy MarplesFix starting all ifaces.
2009-02-24  Roy MarplesFinally fix compile on vanilla kernel headers.
2009-02-23  Roy MarplesFix debug working in dhcpcd.conf
2009-02-23  Roy MarplesWe need to include linux/wireless.h as wireless.h belon...
2009-02-23  Roy MarplesTry a new tactic to compile with old broken linux kerne...
2009-02-20  Roy MarplesIf we fail to send a packet we should still continue...
2009-02-20  Roy MarplesWe should expire instead of stop as we will start again.
2009-02-19  Roy MarplesIf we fail to send a packet start over.
2009-02-18  Roy MarplesOnly auto background with no interfaces.
2009-02-17  Roy MarplesIf running as a controlling daemon with link management...
2009-02-13  Roy MarplesAllow socket to report location of the configuration...
2009-02-12  Roy MarplesFix up some more formatting.
2009-02-12  Roy MarplesMore style updates.
2009-02-11  Roy MarplesEnforce NetBSD KNF style more
2009-02-05  Roy MarplesLog our control commands.
2009-02-05  Roy MarplesEnsure the buffer is NULL terminated.
2009-02-05  Roy MarplesUse Aq properly.
2009-02-04  Roy MarplesRelease dhcpcd-4.99.13
2009-02-01  Roy MarplesIPV4LL addresses are not BOOTP.
2009-02-01  Roy MarplesRFC2131 implies that we should only ARP check after...
2009-01-30  Roy MarplesWe should zero the entire message struct so any options...
2009-01-29  Roy MarplesCopyright
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...
next