| 2008-09-19 |
Roy Marples | 4.99.2 |
commit | commitdiff | tree | snapshot |
| 2008-09-17 |
Roy Marples | As we now use times to trigger again instead of decreas... |
commit | commitdiff | tree | snapshot |
| 2008-09-17 |
Roy Marples | Fix pointer. |
commit | commitdiff | tree | snapshot |
| 2008-09-17 |
Roy Marples | Move wireless detection from net.c into if-bsd.c and... |
commit | commitdiff | tree | snapshot |
| 2008-09-17 |
Roy Marples | Document metrics better. |
commit | commitdiff | tree | snapshot |
| 2008-09-17 |
Roy Marples | Fix rebooting off a signal. |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Roy Marples | Allow the release keyword in dhcpcd.conf to release... |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Roy Marples | Fix compile. |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Roy Marples | Fix discovery |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Roy Marples | Move AF_LINK discovery to if-bsd.c. Also, we only work... |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Loads of changes, so the next full version will be... |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Remove debug. |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | We need to flush the ARP table after configuring new... |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Add subnet routes to our routing table so we can change... |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Fix segfault when passing options in. |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Fix reboot timeout in dhcpcd.conf. |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Reboot off the last lease and use the last lease if... |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Correctly set the REBOOT reason. |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Don't decline leases that we loaded from disk. |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Fix subnet routes. This needs more testing. |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Roy Marples | Don't overflow the buffer. |
commit | commitdiff | tree | snapshot |
| 2008-09-14 |
Roy Marples | Ensure that routes go via the correct interface and... |
commit | commitdiff | tree | snapshot |
| 2008-09-14 |
Roy Marples | We may change size of hwaddr_buffer, so just use sizeof. |
commit | commitdiff | tree | snapshot |
| 2008-09-13 |
Roy Marples | We need to drop config on carrier loss now. |
commit | commitdiff | tree | snapshot |
| 2008-09-13 |
Roy Marples | We don't add this anymore. |
commit | commitdiff | tree | snapshot |
| 2008-09-13 |
Roy Marples | Fix subnet route. |
commit | commitdiff | tree | snapshot |
| 2008-09-12 |
Roy Marples | Remove remembering routes per interface and have a... |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Roy Marples | Drop interfaces in reverse order when stopping and... |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Roy Marples | Fix removing old config. |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Roy Marples | Tidy up some valgrind errors. |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Roy Marples | Add allowinterfaces and denyinterfaces options to dhcpc... |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Roy Marples | Allow quiet and nobackground to work in dhcpcd.conf |
commit | commitdiff | tree | snapshot |
| 2008-09-10 |
Roy Marples | Move function lower down as it's not that important. |
commit | commitdiff | tree | snapshot |
| 2008-09-10 |
Roy Marples | Export IF_METRIC to resolvconf. We should change to... |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Roy Marples | Fix interface detection. |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Roy Marples | Fix memory errors. |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Roy Marples | Fix compile errors. |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Roy Marples | Sort interfaces according to preference and pass this... |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Roy Marples | We don't create these files, so don't clean them. |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Roy Marples | We no longer ship .sh files, so remove the construct. |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Roy Marples | On Linux, fix replacing the kernel added subnet route... |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Roy Marples | Fix renewing. |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Roy Marples | Use -S to test full compiler flags. |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Roy Marples | Check carrier when starting reboot. |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Roy Marples | Style. |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Roy Marples | ocets might as well be size_t. This also fixes a segfau... |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Roy Marples | Tests now work with gcc and pcc. |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Roy Marples | Always test our cc options with a valid input file. |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Should use LOG_DAEMON as we're a DHCP Client Daemon |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Remove logger and exclusively uses syslog instead.... |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Don't spam on startup about unsupported interfaces... |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Fix the define for GLIBC. uClibc just passes syslog... |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Save more memory, malloc the pidfile. |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Don't use a needless buffer for cffile. |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | As our logger calls emulate syslog, we can use %m.... |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Pack the dhcp structure. |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Mark functions as _noreturn. |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Make TEST work once more. |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Roy Marples | Remove some ints and replace with our option mask. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Add the remembered routes in reverse order. This saves... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Ensure last is set when deleting events. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Ensure background is initialised. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Mark as daemonised correctly. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Make background work again. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Fix compile. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Enable detection of addition and removal of interfaces... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | When OS reports new and removed interfaces, dhcpcd... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | If we fail to send a packet, remove the interface from... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Not needed. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Only free the option buffer when debugging memory leaks. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Use static buffers for ARP and move the send code to... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | No need to be this complicated. |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Roy Marples | Ensure that clientid is free before reallocing it. |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Roy Marples | Work around broken linux headers when including wireless.h |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Roy Marples | Allow 5 control socket connections at once. Time each... |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Roy Marples | Merge branch 'master' of git.marples.name:/var/git... |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Roy Marples | Add a control socket so that interfaces can be dynamica... |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Roy Marples | Clean code. |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Roy Marples | Don't need this. |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Roy Marples | Fix compile and wireless test on FreeBSD. |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Roy Marples | Add wireless detection to NetBSD (tested) and FreeBSD... |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Roy Marples | strncpy -> strlcpy. |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Roy Marples | Add an event loop. |
commit | commitdiff | tree | snapshot |
| 2008-08-26 |
Roy Marples | Style |
commit | commitdiff | tree | snapshot |
| 2008-08-25 |
Roy Marples | Fix CMDLINE_COMPAT. |
commit | commitdiff | tree | snapshot |
| 2008-08-24 |
Roy Marples | Release dhcpcd-4.0.0 :D |
commit | commitdiff | tree | snapshot |
| 2008-08-22 |
Roy Marples | Style. |
commit | commitdiff | tree | snapshot |
| 2008-08-22 |
Roy Marples | Don't errors when opening a UDP socket for INADDR_ANY... |
commit | commitdiff | tree | snapshot |
| 2008-08-21 |
Roy Marples | Always open a UDP port on the interface. |
commit | commitdiff | tree | snapshot |
| 2008-08-20 |
Roy Marples | Move the --renew option to --rebind as it's more accura... |
commit | commitdiff | tree | snapshot |
| 2008-08-20 |
Roy Marples | Clarify that dhcpcd will not re-configure itself or... |
commit | commitdiff | tree | snapshot |
| 2008-08-19 |
Roy Marples | We should really enter the rebinding state on a request... |
commit | commitdiff | tree | snapshot |
| 2008-08-19 |
Roy Marples | Don't run PREINIT when testing. |
commit | commitdiff | tree | snapshot |
| 2008-08-18 |
Roy Marples | Fix Test returning to userland. |
commit | commitdiff | tree | snapshot |
| 2008-08-18 |
Roy Marples | pidfiles normally have a new line |
commit | commitdiff | tree | snapshot |
| 2008-08-18 |
Roy Marples | Fix some config reading. |
commit | commitdiff | tree | snapshot |
| 2008-08-18 |
Roy Marples | The require directive now requires that the required... |
commit | commitdiff | tree | snapshot |
| 2008-08-17 |
Roy Marples | Document correct background option in dhcpcd.conf |
commit | commitdiff | tree | snapshot |
| 2008-08-15 |
Roy Marples | Fix compat. |
commit | commitdiff | tree | snapshot |
| next |