]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
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.
2008-05-15  Roy MarplesOnly alloc a buffer if size is different.
2008-05-15  Roy MarplesFix some valgrind errors, and work on Linux again.
2008-05-15  Roy MarplesImprove get_packet API and memcpy to structure instead...
2008-05-15  Roy MarplesWhen we explictly don't want an option, don't put it...
2008-05-14  Roy MarplesPrettify code a little.
2008-05-14  Roy MarplesPrettify code a little.
2008-05-14  Roy MarplesBIOCIMMEDIATE isn't always available
2008-05-14  Roy MarplesExport the parent pid to the script.
2008-05-14  Roy MarplesFix setting a blank hostname by mistake.
2008-05-14  Roy MarplesUse an easier looping method, and use more const.
2008-05-14  Roy MarplesWe shouldn't need to declare an interface when requesti...
2008-05-14  Roy MarplesDefine our own log text so we can move it off bss.
2008-05-14  Roy MarplesMove the dhcp_ops structure off bss.
2008-05-14  Roy MarplesIf we have space, ensure our packet options are correct...
2008-05-13  Roy MarplesUse better error messages.
2008-05-13  Roy MarplesFree buffer at exit.
2008-05-13  Roy MarplesMove the static buffer off bss.
2008-05-13  Roy MarplesFix a segfault and lease issue for no fork users.
2008-05-13  Roy MarplesInclude ctype for non fork systems.
2008-05-13  Roy Marplesdhcpcd-4.0.0-beta3
2008-05-13  Roy MarplesMan page now states we support RFC 3396.
2008-05-13  Roy MarplesSupport RFC3996, Encoding Long Options.
2008-05-13  Roy MarplesClean up some valgrind errors.
2008-05-13  Roy MarplesWe shouldn't stamp on the dhcp message when checking...
2008-05-13  Roy MarplesWe should make our own env instead of using setenv...
2008-05-12  Roy MarplesDon't encode the hostname as a FQDN by default as not...
2008-05-12  Roy MarplesRemove silly #
2008-05-12  Roy MarplesMake the man pages by default.
2008-05-10  Roy Marplesnis_server -> nis_servers
2008-05-08  Roy Marplesdhcpcd-4.0.0_beta2
2008-05-08  Roy MarplesFix infinite timeouts.
2008-05-07  Roy Marplesdhcpcd doesn't really care about script exist status...
2008-05-07  Roy MarplesClarify comment about DUID usage.
2008-05-07  Roy MarplesDon't explicity create an IPV4LL route if we have a...
2008-05-06  Roy Marplesdhcpcd-4.0.0-beta1
2008-05-02  Roy MarplesTart the man pages - Aq fails mostly so just use ...
2008-05-02  Roy MarplesMove some opts to compat.
2008-05-02  Roy MarplesKeep parsing the duid file until we find a valid duid...
2008-05-02  Roy MarplesWe should only check duid file if duid enabled.
2008-05-01  Roy MarplesFix default options and old IPV4LL leases.
2008-05-01  Roy MarplesFix IPV4LL
2008-05-01  Roy MarplesFix commandline compat.
2008-05-01  Roy MarplesMove the compat options to the top and renable duid...
2008-05-01  Roy MarplesDon't use a DUID by default even though support is...
2008-04-26  Roy MarplesRework the ENABLE_DUID #ifdef so that redoing indents...
2008-04-26  Roy MarplesRepair whitespace damage.
2008-04-26  Roy MarplesAllow quotes to be used.
2008-04-25  Roy Marplesexists -> exit
2008-04-25  Roy MarplesInstall the right man page.
2008-04-25  Roy MarplesFix compile with commandline compat.
2008-04-24  Roy MarplesFix compat for network_number.
2008-04-24  Roy MarplesAdd server_name and filename env vars. Also, fix networ...
2008-04-24  Roy MarplesFix line length
2008-04-24  Roy MarplesMan page corrections.
2008-04-24  Roy Marplesinterface foo in dhcpcd.conf now only applies subsequen...
2008-04-24  Roy MarplesAllow a config file to be specified on the command...
2008-04-24  Roy MarplesAllow values to be escaped using \
2008-04-22  Roy Marplesntp should update if no existing config.
2008-04-22  Roy MarplesMove looking up the hostname in DNS to a sample hook...
2008-04-22  Roy MarplesMerge branch 'master' of git.marples.name:/var/git...
2008-04-21  Roy MarplesFix host and dig erroring to stdout.
2008-04-21  Roy MarplesFix daemonising when on IPV4LL.
2008-04-21  Roy MarplesMerge branch 'master' of git.marples.name:/var/git...
2008-04-21  Roy MarplesTrim trailing whitespace.
2008-04-21  Roy MarplesWe should check for required arguments and strip leadin...
2008-04-21  Roy MarplesFix a compile warning.
2008-04-20  Roy MarplesWe should send packets to a specific IP over the udp...
2008-04-20  Roy MarplesUse a.b.c.d/e notation as this more fully represents...
2008-04-19  Roy MarplesFix a signed issue.
2008-04-19  Roy MarplesFix rfc3397 and rfc3442 decoding for dhcpcd.sh.
2008-04-18  Roy MarplesAdd a note about how to enable deprecated commandline...
2008-04-18  Roy Marplesdhcpcd can now read a basic config file! Add a default...
2008-04-17  Roy MarplesMove the duid file to /etc/dhcpcd as it's really a...
2008-04-17  Roy MarplesQuiet OpenRC scripts.
next