]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2008-05-30  Roy MarplesKernel will send the 2nd annoucemnent when we add the...
2008-05-30  Roy MarplesParse the ARP packet better.
2008-05-30  Roy MarplesDon't request the last tried IPV4LL address.
2008-05-29  Roy MarplesMake the timings more random by using the full range...
2008-05-29  Roy MarplesShould clean the core files too.
2008-05-29  Roy MarplesImprove documentation about inform
2008-05-29  Roy Marplespersist addresses for INFORM
2008-05-29  Roy MarplesRemove pointless header.
2008-05-29  Roy MarplesCheck size of arp reply vs what we need. Also, no need...
2008-05-29  Roy MarplesRespect RFC 3927 more, regarding times and conflicts.
2008-05-29  Roy MarplesDISABLE_FEATURE defines now don't enable automatic...
2008-05-28  Roy MarplesEnsure that IPV4LL defends by doing a DHCP_DISCOVER...
2008-05-28  Roy MarplesBack off IPv4LL detection after MAX_CONFLICTS.
2008-05-28  Roy MarplesWe should inspect our signal fd before processing ARP...
2008-05-28  Roy MarplesWhen we're persistent and using the last lease ignore...
2008-05-28  Roy MarplesPut env var back :)
2008-05-28  Roy MarplesOnly calculate strlen(oarg), saves space and fixes...
2008-05-28  Roy MarplesDocument -x
2008-05-27  Roy MarplesFix the option to change script.
2008-05-27  Roy MarplesReplace the signal clear with a pipe so child can notif...
2008-05-27  Roy MarplesFix signal loop.
2008-05-27  Roy MarplesUse new names.
2008-05-27  Roy MarplesMerge branch 'master' of git.marples.name:/var/git...
2008-05-27  Roy MarplesUse new names.
2008-05-27  Roy MarplesWe source the hooks, so use FILES instead of SCRIPTS.
2008-05-27  Roy MarplesFix rc-service command.
2008-05-27  Roy MarplesUse the write length.
2008-05-27  Roy MarplesMove NO_FORK code down so options is initialised.
2008-05-26  Roy MarplesFix pointer.
2008-05-26  Roy MarplesFix compile.
2008-05-26  Roy MarplesFix a signal race when daemonising.
2008-05-26  Roy Marplesset is shell builtin, env is not
2008-05-26  Roy MarplesPull ARP replies correctly.
2008-05-24  Roy Marplesdhcpcd-4.0.0-beta5
2008-05-24  Roy MarplesFix install.
2008-05-24  Roy MarplesDocument --script.
2008-05-24  Roy MarplesFix subdir
2008-05-24  Roy MarplesStyle.
2008-05-24  Roy MarplesRename hook script to reflect the config file they...
2008-05-24  Roy MarplesMerge branch 'master' of git.marples.name:/var/git...
2008-05-24  Roy MarplesMove dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixes
2008-05-23  Roy MarplesDon't bother appending log level to stdout, save a...
2008-05-23  Roy MarplesFix shell logic
2008-05-22  Roy MarplesJust use /etc.
2008-05-22  Roy MarplesUse proper words.
2008-05-22  Roy MarplesPut my code at the top and UNCONST filters in bpf.c
2008-05-22  Roy MarplesDon't echo loglevel names to stdout.
2008-05-22  Roy MarplesAdd ISC copyright to dhcp_bpf_filter.
2008-05-22  Roy MarplesUse constant BPF structures and defines to alter the...
2008-05-22  Roy MarplesInstalling to FHS dirs just for Linux is silly, especia...
2008-05-21  Roy MarplesApparently some DHCP servers return NULL strings, Gento...
2008-05-21  Roy MarplesImprove documentation about the hooks.
2008-05-21  Roy MarplesStop defining the same flags twice.
2008-05-20  Roy MarplesUse CPP flags here.
2008-05-20  Roy MarplesPlug some valgrind leaks.
2008-05-20  Roy MarplesMore Typo
2008-05-20  Roy MarplesTypo
2008-05-20  Roy MarplesTypo
2008-05-20  Roy MarplesDocument last lease and nohook.
2008-05-20  Roy MarplesInstall hooks in the os specific dir.
2008-05-20  Roy MarplesFix install for gmake.
2008-05-20  Roy MarplesMove socket.c -> lpf.c. Also, default Linux to using...
2008-05-20  Roy MarplesAdd a -C, --nohook option to skip the running of hook...
2008-05-20  Roy MarplesDon't set CONFIG in the Makefile.
2008-05-20  Roy MarplesFix ipv4ll support.
2008-05-20  Roy MarplesDocument dhcpcd.conf in FILES.
2008-05-20  Roy MarplesDon't prefix functions with _
2008-05-20  Roy MarplesOne sentence per line.
2008-05-20  Roy MarplesFix readme
2008-05-20  Roy MarplesInstall dhcpcd.sh and hooks into /libexec by default...
2008-05-20  Roy MarplesSplit dhcpcd.sh into smaller hook scripts, so that...
2008-05-20  Roy MarplesUse CPPFLAGS as FreeBSD make doesn't.
2008-05-20  Roy MarplesWe should really be using CPPFLAGS.
2008-05-19  Roy MarplesMove the SUFFIXES to them.
2008-05-19  Roy MarplesFix csr's, #81.
2008-05-19  Roy MarplesChange our Makefile vars to be more like NetBSD.
2008-05-19  Roy MarplesStyle
2008-05-19  Roy MarplesTrap some config.h defines if they're in CFLAGS.
2008-05-19  Roy Marplesrealloc -> xrealloc
2008-05-19  Roy MarplesMove VERSION from Makefile to config.h so that other...
2008-05-19  Roy MarplesFix a potential segfault.
2008-05-19  Roy MarplesStyle.
2008-05-19  Roy MarplesCreate a real arc4linux function so we don't have to...
2008-05-16  Roy MarplesSetup our lease and state correctly when comming back...
2008-05-15  Roy MarplesTry a new checksum routine.
2008-05-15  Roy MarplesFix checksum on Sparc64.
2008-05-15  Roy MarplesFix test.
2008-05-15  Roy MarplesUse arc4random as everything apart from glibc seems...
2008-05-15  Roy MarplesFix compile on Linux.
2008-05-15  Roy MarplesUse paths.h when available and ensure that we can disab...
2008-05-15  Roy MarplesCheck correct lengths and use closefrom where available.
2008-05-15  Roy MarplesStyle.
2008-05-15  Roy MarplesNo need for this check with our non blocking sockets.
2008-05-15  Roy MarplesUse non blocking sockets so read errors with EAGAIN.
2008-05-15  Roy Marplesget_packet 0 means no more buffer, so loops don't need...
2008-05-15  Roy MarplesDon't use stdio in a vfork and fix some unconsts.
2008-05-15  Roy MarplesMove signal.{c,h} to signals.{c.h} so we can work bette...
2008-05-15  Roy MarplesFix bpf for the correct position on new buffers.
2008-05-15  Roy MarplesLoop correctly for more packets.
2008-05-15  Roy MarplesOnly alloc the buffer once.
next