| 2008-05-30 |
Roy Marples | Kernel will send the 2nd annoucemnent when we add the... |
commit | commitdiff | tree | snapshot |
| 2008-05-30 |
Roy Marples | Parse the ARP packet better. |
commit | commitdiff | tree | snapshot |
| 2008-05-30 |
Roy Marples | Don't request the last tried IPV4LL address. |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | Make the timings more random by using the full range... |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | Should clean the core files too. |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | Improve documentation about inform |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | persist addresses for INFORM |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | Remove pointless header. |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | Check size of arp reply vs what we need. Also, no need... |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | Respect RFC 3927 more, regarding times and conflicts. |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Roy Marples | DISABLE_FEATURE defines now don't enable automatic... |
commit | commitdiff | tree | snapshot |
| 2008-05-28 |
Roy Marples | Ensure that IPV4LL defends by doing a DHCP_DISCOVER... |
commit | commitdiff | tree | snapshot |
| 2008-05-28 |
Roy Marples | Back off IPv4LL detection after MAX_CONFLICTS. |
commit | commitdiff | tree | snapshot |
| 2008-05-28 |
Roy Marples | We should inspect our signal fd before processing ARP... |
commit | commitdiff | tree | snapshot |
| 2008-05-28 |
Roy Marples | When we're persistent and using the last lease ignore... |
commit | commitdiff | tree | snapshot |
| 2008-05-28 |
Roy Marples | Put env var back :) |
commit | commitdiff | tree | snapshot |
| 2008-05-28 |
Roy Marples | Only calculate strlen(oarg), saves space and fixes... |
commit | commitdiff | tree | snapshot |
| 2008-05-28 |
Roy Marples | Document -x |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Fix the option to change script. |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Replace the signal clear with a pipe so child can notif... |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Fix signal loop. |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Use new names. |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Merge branch 'master' of git.marples.name:/var/git... |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Use new names. |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | We source the hooks, so use FILES instead of SCRIPTS. |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Fix rc-service command. |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Use the write length. |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Roy Marples | Move NO_FORK code down so options is initialised. |
commit | commitdiff | tree | snapshot |
| 2008-05-26 |
Roy Marples | Fix pointer. |
commit | commitdiff | tree | snapshot |
| 2008-05-26 |
Roy Marples | Fix compile. |
commit | commitdiff | tree | snapshot |
| 2008-05-26 |
Roy Marples | Fix a signal race when daemonising. |
commit | commitdiff | tree | snapshot |
| 2008-05-26 |
Roy Marples | set is shell builtin, env is not |
commit | commitdiff | tree | snapshot |
| 2008-05-26 |
Roy Marples | Pull ARP replies correctly. |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | dhcpcd-4.0.0-beta5 |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | Fix install. |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | Document --script. |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | Fix subdir |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | Style. |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | Rename hook script to reflect the config file they... |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | Merge branch 'master' of git.marples.name:/var/git... |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Roy Marples | Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixes |
commit | commitdiff | tree | snapshot |
| 2008-05-23 |
Roy Marples | Don't bother appending log level to stdout, save a... |
commit | commitdiff | tree | snapshot |
| 2008-05-23 |
Roy Marples | Fix shell logic |
commit | commitdiff | tree | snapshot |
| 2008-05-22 |
Roy Marples | Just use /etc. |
commit | commitdiff | tree | snapshot |
| 2008-05-22 |
Roy Marples | Use proper words. |
commit | commitdiff | tree | snapshot |
| 2008-05-22 |
Roy Marples | Put my code at the top and UNCONST filters in bpf.c |
commit | commitdiff | tree | snapshot |
| 2008-05-22 |
Roy Marples | Don't echo loglevel names to stdout. |
commit | commitdiff | tree | snapshot |
| 2008-05-22 |
Roy Marples | Add ISC copyright to dhcp_bpf_filter. |
commit | commitdiff | tree | snapshot |
| 2008-05-22 |
Roy Marples | Use constant BPF structures and defines to alter the... |
commit | commitdiff | tree | snapshot |
| 2008-05-22 |
Roy Marples | Installing to FHS dirs just for Linux is silly, especia... |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Roy Marples | Apparently some DHCP servers return NULL strings, Gento... |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Roy Marples | Improve documentation about the hooks. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Roy Marples | Stop defining the same flags twice. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Use CPP flags here. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Plug some valgrind leaks. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | More Typo |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Typo |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Typo |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Document last lease and nohook. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Install hooks in the os specific dir. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Fix install for gmake. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Move socket.c -> lpf.c. Also, default Linux to using... |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Add a -C, --nohook option to skip the running of hook... |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Don't set CONFIG in the Makefile. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Fix ipv4ll support. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Document dhcpcd.conf in FILES. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Don't prefix functions with _ |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | One sentence per line. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Fix readme |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Install dhcpcd.sh and hooks into /libexec by default... |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Split dhcpcd.sh into smaller hook scripts, so that... |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | Use CPPFLAGS as FreeBSD make doesn't. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Roy Marples | We should really be using CPPFLAGS. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Move the SUFFIXES to them. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Fix csr's, #81. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Change our Makefile vars to be more like NetBSD. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Style |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Trap some config.h defines if they're in CFLAGS. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | realloc -> xrealloc |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Move VERSION from Makefile to config.h so that other... |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Fix a potential segfault. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Style. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Roy Marples | Create a real arc4linux function so we don't have to... |
commit | commitdiff | tree | snapshot |
| 2008-05-16 |
Roy Marples | Setup our lease and state correctly when comming back... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Try a new checksum routine. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Fix checksum on Sparc64. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Fix test. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Use arc4random as everything apart from glibc seems... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Use paths.h when available and ensure that we can disab... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Check correct lengths and use closefrom where available. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Style. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | No need for this check with our non blocking sockets. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Use non blocking sockets so read errors with EAGAIN. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | get_packet 0 means no more buffer, so loops don't need... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Don't use stdio in a vfork and fix some unconsts. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Move signal.{c,h} to signals.{c.h} so we can work bette... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Fix bpf for the correct position on new buffers. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Loop correctly for more packets. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Roy Marples | Only alloc the buffer once. |
commit | commitdiff | tree | snapshot |
| next |