]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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.
2008-08-15  Roy MarplesRelease dhcpcd-4.0.0-rc5
2008-08-15  Roy MarplesIf cmp and diff aren't around, try a text match using...
2008-08-15  Roy MarplesDon't enforce that keys are space separated
2008-08-15  Roy Marplessed may not always be available, so use shell loops...
2008-08-15  Roy MarplesFix cmp test.
2008-08-15  Roy MarplesRemove the append/clean framework and prefer a store...
2008-08-14  Roy MarplesRe-jig the order of doing things to improve our logging.
2008-08-14  Roy MarplesIf a device is not found, report it.
2008-08-14  Roy MarplesDon't warn about dhcpcd not running when using --renew.
2008-08-14  Roy MarplesDon't error if no interfaces or the state dir does...
2008-08-14  Roy MarplesSet the main state dir in the main hook script.
2008-08-14  Roy MarplesDon't quote for uniqify and use 1 sed call instead...
2008-08-14  Roy MarplesMove uniqify to dhcpcd-run-hooks
2008-08-14  Roy MarplesIf resolvconf is not present, try and emulate it's...
2008-08-14  Roy MarplesMake signature more sane and fix comment.
2008-08-14  Roy MarplesWe should always run the script on FAIL.
2008-08-14  Roy MarplesBe consistent with dhcient - always PREINIT on startup...
2008-08-13  Roy Marplesclassid -> vendorclassid to match the RFC description.
2008-08-13  Roy MarplesAllow reqmask of numbers.
2008-08-13  Roy MarplesFix INFORM and document it in dhcpcd-run-hooks.
2008-08-13  Roy MarplesFix segfault.
2008-08-13  Roy MarplesCheck for localhost.localdomain as needing a new hostname.
2008-08-13  Roy MarplesSupport head and tail files for resolv.conf
2008-08-13  Roy MarplesScrub compile warnings on FreeBSD.
2008-08-13  Roy MarplesFix removing old stale entries.
2008-08-13  Roy Marplescontent -> configuration
2008-08-13  Roy MarplesRemove the word inteface from the signature.
2008-08-13  Roy MarplesUse append_conf return value.
2008-08-13  Roy MarplesDon't cast needlessly.
2008-08-13  Roy MarplesFix an buffer overflow leading to random bytes in the...
2008-08-13  Roy MarplesAdd a framework for top an tailing config files with...
2008-08-12  Roy MarplesFix -n when already running.
2008-08-12  Roy MarplesRemove the signature variable - each hook makes it...
2008-08-12  Roy MarplesDefault target should not be install ...
2008-08-12  Roy Marplesntp.conf could have more than just servers, but DHCP...
2008-08-12  Roy MarplesDon't assume comments start with #
2008-08-12  Roy MarplesDocument dhcpcd spining with dhcpcd -x.
2008-08-12  Roy Marplesleased from should be time_t. Also, add boundtime for...
2008-08-12  Roy MarplesWhen requesting an address, probe for it first.
2008-08-12  Roy MarplesNeed time.h for nanosleep.
2008-08-12  Roy MarplesWe should ARP probe after discover.
2008-08-12  Roy MarplesSpin until dhcpcd exits (timeout 10 seconds) to avoid...
2008-08-12  Roy MarplesRemove unused function.
2008-08-11  Roy MarplesRename exec_script to run_script. Split the exec/fork...
2008-08-11  Roy MarplesNo longer need these.
2008-08-11  Roy MarplesRemove loads of code specific to fork()less systems...
2008-08-08  Roy MarplesDHCP_option -> DHO_option.
2008-08-08  Roy MarplesAllow FQDN to be decoded to userland. Also, don't exclu...
2008-08-08  Roy MarplesWe should not make any restrictions on hostname. RFC213...
2008-08-08  Roy MarplesEnsure that hostname does not begin with a .
2008-08-08  Roy MarplesSkip the trailing . if it exists on the FQDN.
next