]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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...
2008-09-05  Roy MarplesFix the define for GLIBC. uClibc just passes syslog...
2008-09-05  Roy MarplesSave more memory, malloc the pidfile.
2008-09-05  Roy MarplesDon't use a needless buffer for cffile.
2008-09-05  Roy MarplesAs our logger calls emulate syslog, we can use %m....
2008-09-05  Roy MarplesPack the dhcp structure.
2008-09-05  Roy MarplesMark functions as _noreturn.
2008-09-05  Roy MarplesMake TEST work once more.
2008-09-05  Roy MarplesRemove some ints and replace with our option mask.
2008-09-04  Roy MarplesAdd the remembered routes in reverse order. This saves...
2008-09-04  Roy MarplesEnsure last is set when deleting events.
2008-09-04  Roy MarplesEnsure background is initialised.
2008-09-04  Roy MarplesMark as daemonised correctly.
2008-09-04  Roy MarplesMake background work again.
2008-09-04  Roy MarplesFix compile.
2008-09-04  Roy MarplesEnable detection of addition and removal of interfaces...
2008-09-04  Roy MarplesFix compile on Linux.
2008-09-04  Roy MarplesWhen OS reports new and removed interfaces, dhcpcd...
2008-09-04  Roy MarplesIf we fail to send a packet, remove the interface from...
2008-09-04  Roy MarplesNot needed.
2008-09-04  Roy MarplesOnly free the option buffer when debugging memory leaks.
2008-09-04  Roy MarplesUse static buffers for ARP and move the send code to...
2008-09-04  Roy MarplesNo need to be this complicated.
2008-09-04  Roy MarplesEnsure that clientid is free before reallocing it.
2008-09-03  Roy MarplesWork around broken linux headers when including wireless.h
2008-09-03  Roy MarplesAllow 5 control socket connections at once. Time each...
2008-09-03  Roy MarplesMerge branch 'master' of git.marples.name:/var/git...
2008-09-03  Roy MarplesAdd a control socket so that interfaces can be dynamica...
2008-09-02  Roy MarplesClean code.
2008-09-02  Roy MarplesDon't need this.
2008-09-02  Roy MarplesFix compile and wireless test on FreeBSD.
2008-09-02  Roy MarplesAdd wireless detection to NetBSD (tested) and FreeBSD...
2008-09-02  Roy Marplesstrncpy -> strlcpy.
2008-09-02  Roy MarplesAdd an event loop.
2008-08-26  Roy MarplesStyle
2008-08-25  Roy MarplesFix CMDLINE_COMPAT.
2008-08-24  Roy MarplesRelease dhcpcd-4.0.0 :D
2008-08-22  Roy MarplesStyle.
2008-08-22  Roy MarplesDon't errors when opening a UDP socket for INADDR_ANY...
2008-08-21  Roy MarplesAlways open a UDP port on the interface.
2008-08-20  Roy MarplesMove the --renew option to --rebind as it's more accura...
2008-08-20  Roy MarplesClarify that dhcpcd will not re-configure itself or...
2008-08-19  Roy MarplesWe should really enter the rebinding state on a request...
2008-08-19  Roy MarplesDon't run PREINIT when testing.
2008-08-18  Roy MarplesFix Test returning to userland.
2008-08-18  Roy Marplespidfiles normally have a new line
2008-08-18  Roy MarplesFix some config reading.
2008-08-18  Roy MarplesThe require directive now requires that the required...
2008-08-17  Roy MarplesDocument correct background option in dhcpcd.conf
2008-08-15  Roy MarplesFix compat.
next