2008-09-05 |
Roy Marples | Fix the define for GLIBC. uClibc just passes syslog... |
commit | commitdiff | tree |
2008-09-05 |
Roy Marples | Save more memory, malloc the pidfile. |
commit | commitdiff | tree |
2008-09-05 |
Roy Marples | Don't use a needless buffer for cffile. |
commit | commitdiff | tree |
2008-09-05 |
Roy Marples | As our logger calls emulate syslog, we can use %m.... |
commit | commitdiff | tree |
2008-09-05 |
Roy Marples | Pack the dhcp structure. |
commit | commitdiff | tree |
2008-09-05 |
Roy Marples | Mark functions as _noreturn. |
commit | commitdiff | tree |
2008-09-05 |
Roy Marples | Make TEST work once more. |
commit | commitdiff | tree |
2008-09-05 |
Roy Marples | Remove some ints and replace with our option mask. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Add the remembered routes in reverse order. This saves... |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Ensure last is set when deleting events. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Ensure background is initialised. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Mark as daemonised correctly. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Make background work again. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Fix compile. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Enable detection of addition and removal of interfaces... |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | When OS reports new and removed interfaces, dhcpcd... |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | If we fail to send a packet, remove the interface from... |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Not needed. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Only free the option buffer when debugging memory leaks. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Use static buffers for ARP and move the send code to... |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | No need to be this complicated. |
commit | commitdiff | tree |
2008-09-04 |
Roy Marples | Ensure that clientid is free before reallocing it. |
commit | commitdiff | tree |
2008-09-03 |
Roy Marples | Work around broken linux headers when including wireless.h |
commit | commitdiff | tree |
2008-09-03 |
Roy Marples | Allow 5 control socket connections at once. Time each... |
commit | commitdiff | tree |
2008-09-03 |
Roy Marples | Merge branch 'master' of git.marples.name:/var/git... |
commit | commitdiff | tree |
2008-09-03 |
Roy Marples | Add a control socket so that interfaces can be dynamica... |
commit | commitdiff | tree |
2008-09-02 |
Roy Marples | Clean code. |
commit | commitdiff | tree |
2008-09-02 |
Roy Marples | Don't need this. |
commit | commitdiff | tree |
2008-09-02 |
Roy Marples | Fix compile and wireless test on FreeBSD. |
commit | commitdiff | tree |
2008-09-02 |
Roy Marples | Add wireless detection to NetBSD (tested) and FreeBSD... |
commit | commitdiff | tree |
2008-09-02 |
Roy Marples | strncpy -> strlcpy. |
commit | commitdiff | tree |
2008-09-02 |
Roy Marples | Add an event loop. |
commit | commitdiff | tree |
2008-08-26 |
Roy Marples | Style |
commit | commitdiff | tree |
2008-08-25 |
Roy Marples | Fix CMDLINE_COMPAT. |
commit | commitdiff | tree |
2008-08-24 |
Roy Marples | Release dhcpcd-4.0.0 :D |
commit | commitdiff | tree |
2008-08-22 |
Roy Marples | Style. |
commit | commitdiff | tree |
2008-08-22 |
Roy Marples | Don't errors when opening a UDP socket for INADDR_ANY... |
commit | commitdiff | tree |
2008-08-21 |
Roy Marples | Always open a UDP port on the interface. |
commit | commitdiff | tree |
2008-08-20 |
Roy Marples | Move the --renew option to --rebind as it's more accura... |
commit | commitdiff | tree |
2008-08-20 |
Roy Marples | Clarify that dhcpcd will not re-configure itself or... |
commit | commitdiff | tree |
2008-08-19 |
Roy Marples | We should really enter the rebinding state on a request... |
commit | commitdiff | tree |
2008-08-19 |
Roy Marples | Don't run PREINIT when testing. |
commit | commitdiff | tree |
2008-08-18 |
Roy Marples | Fix Test returning to userland. |
commit | commitdiff | tree |
2008-08-18 |
Roy Marples | pidfiles normally have a new line |
commit | commitdiff | tree |
2008-08-18 |
Roy Marples | Fix some config reading. |
commit | commitdiff | tree |
2008-08-18 |
Roy Marples | The require directive now requires that the required... |
commit | commitdiff | tree |
2008-08-17 |
Roy Marples | Document correct background option in dhcpcd.conf |
commit | commitdiff | tree |
2008-08-15 |
Roy Marples | Fix compat. |
commit | commitdiff | tree |
2008-08-15 |
Roy Marples | Release dhcpcd-4.0.0-rc5 |
commit | commitdiff | tree |
2008-08-15 |
Roy Marples | If cmp and diff aren't around, try a text match using... |
commit | commitdiff | tree |
2008-08-15 |
Roy Marples | Don't enforce that keys are space separated |
commit | commitdiff | tree |
2008-08-15 |
Roy Marples | sed may not always be available, so use shell loops... |
commit | commitdiff | tree |
2008-08-15 |
Roy Marples | Fix cmp test. |
commit | commitdiff | tree |
2008-08-15 |
Roy Marples | Remove the append/clean framework and prefer a store... |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Re-jig the order of doing things to improve our logging. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | If a device is not found, report it. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Don't warn about dhcpcd not running when using --renew. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Don't error if no interfaces or the state dir does... |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Set the main state dir in the main hook script. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Don't quote for uniqify and use 1 sed call instead... |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Move uniqify to dhcpcd-run-hooks |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | If resolvconf is not present, try and emulate it's... |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Make signature more sane and fix comment. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | We should always run the script on FAIL. |
commit | commitdiff | tree |
2008-08-14 |
Roy Marples | Be consistent with dhcient - always PREINIT on startup... |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | classid -> vendorclassid to match the RFC description. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Allow reqmask of numbers. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix INFORM and document it in dhcpcd-run-hooks. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix segfault. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Check for localhost.localdomain as needing a new hostname. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Support head and tail files for resolv.conf |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Scrub compile warnings on FreeBSD. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix removing old stale entries. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | content -> configuration |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Remove the word inteface from the signature. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Use append_conf return value. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Don't cast needlessly. |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Fix an buffer overflow leading to random bytes in the... |
commit | commitdiff | tree |
2008-08-13 |
Roy Marples | Add a framework for top an tailing config files with... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Fix -n when already running. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Remove the signature variable - each hook makes it... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Default target should not be install ... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | ntp.conf could have more than just servers, but DHCP... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Don't assume comments start with # |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Document dhcpcd spining with dhcpcd -x. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | leased from should be time_t. Also, add boundtime for... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | When requesting an address, probe for it first. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Need time.h for nanosleep. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | We should ARP probe after discover. |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Spin until dhcpcd exits (timeout 10 seconds) to avoid... |
commit | commitdiff | tree |
2008-08-12 |
Roy Marples | Remove unused function. |
commit | commitdiff | tree |
2008-08-11 |
Roy Marples | Rename exec_script to run_script. Split the exec/fork... |
commit | commitdiff | tree |
2008-08-11 |
Roy Marples | No longer need these. |
commit | commitdiff | tree |
2008-08-11 |
Roy Marples | Remove loads of code specific to fork()less systems... |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | DHCP_option -> DHO_option. |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | Allow FQDN to be decoded to userland. Also, don't exclu... |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | We should not make any restrictions on hostname. RFC213... |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | Ensure that hostname does not begin with a . |
commit | commitdiff | tree |
2008-08-08 |
Roy Marples | Skip the trailing . if it exists on the FQDN. |
commit | commitdiff | tree |
next |