log

age author description
Tue, 27 May 2008 12:41:42 +0000 Roy Marples Use new names. draft
Tue, 27 May 2008 12:39:00 +0000 Roy Marples Merge branch 'master' of git.marples.name:/var/git/dhcpcd draft
Tue, 27 May 2008 12:32:36 +0000 Roy Marples Use new names. draft
Tue, 27 May 2008 11:26:24 +0000 Roy Marples We source the hooks, so use FILES instead of SCRIPTS. draft
Tue, 27 May 2008 11:22:58 +0000 Roy Marples Fix rc-service command. draft
Tue, 27 May 2008 09:14:33 +0000 Roy Marples Use the write length. draft
Tue, 27 May 2008 09:14:04 +0000 Roy Marples Move NO_FORK code down so options is initialised. draft
Mon, 26 May 2008 20:43:34 +0000 Roy Marples Fix pointer. draft
Mon, 26 May 2008 19:48:46 +0000 Roy Marples Fix compile. draft
Mon, 26 May 2008 19:19:11 +0000 Roy Marples Fix a signal race when daemonising. draft
Mon, 26 May 2008 16:06:35 +0000 Roy Marples set is shell builtin, env is not draft
Mon, 26 May 2008 09:58:36 +0000 Roy Marples Pull ARP replies correctly. draft
Sat, 24 May 2008 17:47:44 +0000 Roy Marples dhcpcd-4.0.0-beta5 draft
Sat, 24 May 2008 17:45:38 +0000 Roy Marples Fix install. draft
Sat, 24 May 2008 17:40:38 +0000 Roy Marples Document --script. draft
Sat, 24 May 2008 17:37:15 +0000 Roy Marples Fix subdir draft
Sat, 24 May 2008 17:30:00 +0000 Roy Marples Style. draft
Sat, 24 May 2008 17:18:07 +0000 Roy Marples Rename hook script to reflect the config file they are updating. draft
Sat, 24 May 2008 17:15:34 +0000 Roy Marples Merge branch 'master' of git.marples.name:/var/git/dhcpcd draft
Sat, 24 May 2008 17:15:14 +0000 Roy Marples Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixes draft
Fri, 23 May 2008 07:31:17 +0000 Roy Marples Don't bother appending log level to stdout, save a few bytes. draft
Fri, 23 May 2008 06:36:57 +0000 Roy Marples Fix shell logic draft
Thu, 22 May 2008 21:41:40 +0000 Roy Marples Just use /etc. draft
Thu, 22 May 2008 21:41:27 +0000 Roy Marples Use proper words. draft
Thu, 22 May 2008 18:16:22 +0000 Roy Marples Put my code at the top and UNCONST filters in bpf.c draft
Thu, 22 May 2008 16:08:22 +0000 Roy Marples Don't echo loglevel names to stdout. draft
Thu, 22 May 2008 16:07:45 +0000 Roy Marples Add ISC copyright to dhcp_bpf_filter. draft
Thu, 22 May 2008 13:59:33 +0000 Roy Marples Use constant BPF structures and defines to alter the data instead of functions. Smaller code :) draft
Thu, 22 May 2008 09:23:03 +0000 Roy Marples Installing to FHS dirs just for Linux is silly, especially as GNU autotools don't by default. With installing to the same dirs regardless of OS it also makes my life easier. draft
Wed, 21 May 2008 10:40:56 +0000 Roy Marples Apparently some DHCP servers return NULL strings, Gentoo #222381. draft
Wed, 21 May 2008 09:16:24 +0000 Roy Marples Improve documentation about the hooks. draft
Wed, 21 May 2008 08:43:28 +0000 Roy Marples Stop defining the same flags twice. draft
Tue, 20 May 2008 23:06:15 +0000 Roy Marples Use CPP flags here. draft
Tue, 20 May 2008 23:01:13 +0000 Roy Marples Plug some valgrind leaks. draft
Tue, 20 May 2008 22:53:41 +0000 Roy Marples More Typo draft
Tue, 20 May 2008 22:50:28 +0000 Roy Marples Typo draft
Tue, 20 May 2008 22:49:22 +0000 Roy Marples Typo draft
Tue, 20 May 2008 22:47:39 +0000 Roy Marples Document last lease and nohook. draft
Tue, 20 May 2008 22:41:07 +0000 Roy Marples Install hooks in the os specific dir. draft
Tue, 20 May 2008 22:29:57 +0000 Roy Marples Fix install for gmake. draft
Tue, 20 May 2008 22:25:20 +0000 Roy Marples Move socket.c -> lpf.c. Also, default Linux to using /lib/dhcpcd rather than /libexec so it fits the FHS better. draft
Tue, 20 May 2008 16:05:15 +0000 Roy Marples Add a -C, --nohook option to skip the running of hook scripts. Makes it easier to just not do any configuring of resolv.conf draft
Tue, 20 May 2008 14:10:21 +0000 Roy Marples Don't set CONFIG in the Makefile. draft
Tue, 20 May 2008 13:51:44 +0000 Roy Marples Fix ipv4ll support. draft
Tue, 20 May 2008 12:55:29 +0000 Roy Marples Document dhcpcd.conf in FILES. draft
Tue, 20 May 2008 12:47:16 +0000 Roy Marples Don't prefix functions with _ draft
Tue, 20 May 2008 12:33:04 +0000 Roy Marples One sentence per line. draft
Tue, 20 May 2008 12:24:39 +0000 Roy Marples Fix readme draft
Tue, 20 May 2008 12:23:29 +0000 Roy Marples Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, dhcpcd.duid and dhcpcd.hook are now in /etc. draft
Tue, 20 May 2008 10:55:25 +0000 Roy Marples Split dhcpcd.sh into smaller hook scripts, so that dhcpcd.sh just provide some handy functions and runs the hooks. We now only have one hook, instead of enter/exit. draft
Tue, 20 May 2008 08:30:08 +0000 Roy Marples Use CPPFLAGS as FreeBSD make doesn't. draft
Tue, 20 May 2008 05:57:35 +0000 Roy Marples We should really be using CPPFLAGS. draft
Mon, 19 May 2008 23:22:44 +0000 Roy Marples Move the SUFFIXES to them. draft
Mon, 19 May 2008 22:37:48 +0000 Roy Marples Fix csr's, #81. draft
Mon, 19 May 2008 15:50:50 +0000 Roy Marples Change our Makefile vars to be more like NetBSD. draft
Mon, 19 May 2008 14:47:37 +0000 Roy Marples Style draft
Mon, 19 May 2008 14:45:05 +0000 Roy Marples Trap some config.h defines if they're in CFLAGS. draft
Mon, 19 May 2008 13:40:39 +0000 Roy Marples realloc -> xrealloc draft
Mon, 19 May 2008 13:36:06 +0000 Roy Marples Move VERSION from Makefile to config.h so that other Makefiles can be used instead of our own. draft
Mon, 19 May 2008 13:16:03 +0000 Roy Marples Fix a potential segfault. draft