]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2008-11-14  Roy MarplesWhen declining a DHCP lease and we have an IPv4LL one...
2008-11-11  Roy MarplesDon't restart ntpd if it's not already running.
2008-11-10  Roy MarplesFix some LINT errors.
2008-11-10  Roy MarplesFix changing routes on BSD.
2008-11-05  Roy MarplesDefault to -O2.
2008-11-05  Roy MarplesParens.
2008-11-05  Roy Marplesget_line now uses a single buffer, strips leading space...
2008-11-05  Roy MarplesClose fd's in the child.
2008-11-05  Roy MarplesSave a few bytes by moving close_fds to bind where...
2008-11-04  Roy MarplesTest should always DISCOVER.
2008-11-04  Roy MarplesTrim trailing NULLs from string options, #120.
2008-10-29  Roy MarplesRelease 4.99.3
2008-10-29  Roy Marples~0U is better than just ~0 for this.
2008-10-28  Roy MarplesRe-create the old .info file for applications that...
2008-10-28  Roy MarplesExplain why we decline the address in a message.
2008-10-27  Roy MarplesAllow ntp.conf location to be tunable, #119
2008-10-22  Roy MarplesUpdate change log location
2008-10-21  Roy MarplesWe should erase the lease file when we get an ARP confl...
2008-10-20  Roy MarplesReally fix .depend with GNU make and other makes.
2008-10-20  Roy MarplesWe need to include a variable, not the gmake shell...
2008-10-20  Roy MarplesCalculate netmask from cidr more efficiently.
2008-10-20  Roy MarplesIgnore .depend
2008-10-20  Roy MarplesAllow .depend to be included if it exists with gmake.
2008-10-19  Roy MarplesCast to void * to remove compiler warnings on Sparc64...
2008-10-18  Roy MarplesFix obtaining netmask on NetBSD.
2008-10-18  Roy MarplesFix up address and netmask detection. This *should...
2008-10-18  Roy MarplesAlloc less for options and correctly for inform.
2008-10-18  Roy MarplesEnsure inform options are terminated.
2008-10-18  Roy MarplesFix reading netmask and linux informing.
2008-10-18  Roy MarplesGet INFORM support almost working again.
2008-10-18  Roy MarplesUse the existing start_reboot function instead of a...
2008-10-18  Roy MarplesMake init request for an address work off the command...
2008-10-17  Roy MarplesWe should send the IP address we decline and the server...
2008-10-17  Roy MarplesFix warning on sparc64
2008-10-15  Roy MarplesCast to void * to avoid compiler warnings on Sparc64...
2008-10-15  Roy MarplesCompile on Sparc64/FreeBSD-6.2
2008-10-07  Roy MarplesUpdate bug page.
2008-10-06  Roy MarplesStyle.
2008-10-06  Roy Marplesstatic objects are initialized to 0 by default, so...
2008-10-06  Roy MarplesWe should be able to reboot interfaces we don't already...
2008-10-06  Roy MarplesSimplify the logic of what to put in the message, and...
2008-10-01  Roy MarplesFix TEST.
2008-10-01  Roy MarplesBuild the resolv.conf correctly from the last commit.
2008-10-01  Roy MarplesWrite resolv.conf as per the DHCP message.
2008-09-26  Roy MarplesFix -I '' to not send a client ID instead of a blank...
2008-09-25  Roy Marplessvn repo
2008-09-25  Roy MarplesPunt
2008-09-25  Roy MarplesPunt old dirs and work with svn.
2008-09-19  Roy MarplesFix comment.
2008-09-19  Roy Marples4.99.2
2008-09-17  Roy MarplesAs we now use times to trigger again instead of decreas...
2008-09-17  Roy MarplesFix pointer.
2008-09-17  Roy MarplesMove wireless detection from net.c into if-bsd.c and...
2008-09-17  Roy MarplesDocument metrics better.
2008-09-17  Roy MarplesFix rebooting off a signal.
2008-09-16  Roy MarplesAllow the release keyword in dhcpcd.conf to release...
2008-09-16  Roy MarplesFix compile.
2008-09-16  Roy MarplesFix discovery
2008-09-16  Roy MarplesMove AF_LINK discovery to if-bsd.c. Also, we only work...
2008-09-15  Roy MarplesLoads of changes, so the next full version will be...
2008-09-15  Roy MarplesRemove debug.
2008-09-15  Roy MarplesWe need to flush the ARP table after configuring new...
2008-09-15  Roy MarplesAdd subnet routes to our routing table so we can change...
2008-09-15  Roy MarplesFix segfault when passing options in.
2008-09-15  Roy MarplesFix reboot timeout in dhcpcd.conf.
2008-09-15  Roy MarplesReboot off the last lease and use the last lease if...
2008-09-15  Roy MarplesCorrectly set the REBOOT reason.
2008-09-15  Roy MarplesDon't decline leases that we loaded from disk.
2008-09-15  Roy MarplesFix subnet routes. This needs more testing.
2008-09-15  Roy MarplesDon't overflow the buffer.
2008-09-14  Roy MarplesEnsure that routes go via the correct interface and...
2008-09-14  Roy MarplesWe may change size of hwaddr_buffer, so just use sizeof.
2008-09-13  Roy MarplesWe need to drop config on carrier loss now.
2008-09-13  Roy MarplesWe don't add this anymore.
2008-09-13  Roy MarplesFix subnet route.
2008-09-12  Roy MarplesRemove remembering routes per interface and have a...
2008-09-11  Roy MarplesDrop interfaces in reverse order when stopping and...
2008-09-11  Roy MarplesFix removing old config.
2008-09-11  Roy MarplesTidy up some valgrind errors.
2008-09-11  Roy MarplesAdd allowinterfaces and denyinterfaces options to dhcpc...
2008-09-11  Roy MarplesAllow quiet and nobackground to work in dhcpcd.conf
2008-09-10  Roy MarplesMove function lower down as it's not that important.
2008-09-10  Roy MarplesExport IF_METRIC to resolvconf. We should change to...
2008-09-09  Roy MarplesFix interface detection.
2008-09-09  Roy MarplesFix memory errors.
2008-09-09  Roy MarplesFix compile errors.
2008-09-09  Roy MarplesSort interfaces according to preference and pass this...
2008-09-09  Roy MarplesWe don't create these files, so don't clean them.
2008-09-09  Roy MarplesWe no longer ship .sh files, so remove the construct.
2008-09-08  Roy MarplesOn Linux, fix replacing the kernel added subnet route...
2008-09-08  Roy MarplesFix renewing.
2008-09-08  Roy MarplesUse -S to test full compiler flags.
2008-09-06  Roy MarplesCheck carrier when starting reboot.
2008-09-06  Roy MarplesStyle.
2008-09-06  Roy Marplesocets might as well be size_t. This also fixes a segfau...
2008-09-06  Roy MarplesTests now work with gcc and pcc.
2008-09-06  Roy MarplesAlways test our cc options with a valid input file.
2008-09-05  Roy MarplesShould use LOG_DAEMON as we're a DHCP Client Daemon
2008-09-05  Roy MarplesRemove logger and exclusively uses syslog instead....
2008-09-05  Roy MarplesDon't spam on startup about unsupported interfaces...
next