]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2008-01-21  Roy MarplesRe-factor our state engine, splitting out the massive...
2008-01-21  Roy MarplesDon't raise signals on child exits.
2008-01-21  Roy MarplesWe should use ssize_t here.
2008-01-21  Roy Marplesinet_aton returns 1 for success
2008-01-17  Roy MarplesChange man page building to a suffix rule.
2008-01-17  Roy MarplesFormatting.
2008-01-17  Roy MarplesWe should use caddr_t instead of our own types for...
2008-01-17  Roy MarplesRe-write the man page using the mdoc format.
2008-01-16  Roy MarplesExit through our abort label to ensure we always clean...
2008-01-16  Roy MarplesDon't request a NULL address and supply a serveraddress...
2008-01-16  Roy MarplesMore formatting fixes.
2008-01-16  Roy MarplesRe format for standard tabs.
2008-01-16  Roy MarplesAdd correct license
2008-01-16  Roy MarplesWe now work with C90 compilers, so no need to enforce...
2008-01-16  Roy Marplesstart and last_send should really be time_t also.
2008-01-16  Roy Marplesuptime should return time_t
2008-01-15  Roy MarplesFix -S in getopt.
2008-01-15  Roy MarplesAdd -S to optionally request a Microsoft CSR. -SS only...
2008-01-09  Roy MarplesRelease 3.1.9
2008-01-09  Roy MarplesFix INFODIR
2008-01-09  Roy MarplesDisallow arp claim for IEEE1394 per RFC 2734 thanks...
2008-01-09  Roy MarplesWrite the real routing message length, fixing the addit...
2008-01-09  Roy Marples.depend shouldn't need scripts.
2008-01-09  Roy MarplesBump the version for testing.
2008-01-09  Roy MarplesOnly ignore dhcpcd bz2 files.
2008-01-09  Roy MarplesUse correct castings for UINT16_MAX.
2008-01-09  Roy MarplesDefault all int entries in the dhcp header to unsigned.
2008-01-09  Roy Marplescommon.h now defines a simple define to create the...
2008-01-09  Roy MarplesWe no longer need these headers.
2008-01-08  Roy MarplesIgnore *.bz2 files
2008-01-08  Roy MarplesFix makefiles for installing via ports
2008-01-08  Roy MarplesFix the man install
2008-01-08  Roy MarplesStyle
2008-01-08  Roy MarplesAdd comment about where to find the ChangeLog, and...
2008-01-08  Roy MarplesBelatedly into 2008 :)
2008-01-08  Roy MarplesAdd a dist mk stub and tweak the other mk's for style.
2008-01-08  Roy MarplesRemove ChangeLog, use the git log instead.
2008-01-07  Roy MarplesAdd an ignore file
2008-01-07  Roy MarplesMove to a BSD style Makefile and supply mk stubs that...
2008-01-07  Roy MarplesStop using asprintf as it's not portable.
2008-01-07  Roy MarplesClean up some valgrind warnings.
2008-01-07  Roy MarplesAlways relaunch with the full path.
2008-01-07  Roy MarplesAlways exit throught the abort label so we clean up...
2008-01-07  Roy MarplesStop trying to fudge gmake including the .depend
2008-01-07  Roy MarplesAvoid valgrind errors with getline.
2008-01-07  Roy MarplesStop using static inflexable buffers when cleaning...
2007-11-28  Roy Marpleswhitespace
2007-11-27  Roy MarplesUse generic BSD define.
2007-11-24  Roy Marples3.1.8
2007-11-24  Roy MarplesDon't force CFLAGS
2007-11-21  Roy MarplesMerge branch 'master' of marples:/var/git/dhcpcd
2007-11-21  Roy MarplesWe shouldn't specify log or drift locations
2007-11-19  Roy Marpleswhitespace
2007-11-19  Roy MarplesDon't hardcode as much
2007-11-16  Roy MarplesFix file_in_path
2007-11-15  Roy MarplesDetect Slackware RC. Also rename ORC to OPENRC and...
2007-11-15  Roy MarplesFix atoint for out of range
2007-11-15  Roy MarplesReplace the macro STRINGINT with a function
2007-11-15  Roy MarplesPut %%INFODIR%% in the man page so it's always swapped...
2007-11-15  Roy MarplesRe-license as 2-clause BSD as I've re-written everythin...
2007-11-14  Roy MarplesAllow INFODIR to control where we keep our info files.
2007-11-13  Roy MarplesIgnore FQDN replies for the time being.
2007-11-13  Roy Marpleswhitespace
2007-11-13  Roy MarplesRevert "Link local routes should not be static."
2007-11-13  Roy MarplesIf we fail to get an ipv4ll address, start over
2007-11-13  Roy MarplesLink local routes should not be static.
2007-11-12  Roy MarplesBuffer signals instead of just using the latest.
2007-11-09  Roy MarplesAdd knobs to work with RedHat, Slackware and generic...
2007-11-09  Roy MarplesRC -> BRC
2007-11-09  Roy MarplesDon't spam the log as much when constantly using IPV4LL...
2007-11-09  Roy MarplesWe should not use ntohl in IN_LOCAL define, instead...
2007-11-09  Roy MarplesAdd a warning when we get am IPV4LL address and we...
2007-11-09  Roy MarplesWrap _BSD_SOURCE in a __linux__ define.
2007-11-08  Roy MarplesMove signals.c,h to signal.c,h
2007-11-08  Roy MarplesDon't report on the failed dhcpcd component for realpath
2007-11-08  Roy MarplesUse realpath to work out where dhcpcd is
2007-11-08  Roy MarplesRe-add sys/time.h
2007-11-08  Roy MarplesMerge branch 'master' of marples:/var/git/dhcpcd
2007-11-08  Roy MarplesWork with the BSD RC system too.
2007-11-08  Roy MarplesFind resolvconf in path instead of just /sbin.
2007-11-07  Roy MarplesEnsure copyright is added to the binary
2007-11-07  Roy Marplestimeval defines seconds as long, so we should use long...
2007-11-07  Roy MarplesImprove the structure of linux netlink messaging code
2007-11-07  Roy Marplesmake HAVE_FORK=yes|no should be used if cross compiling.
2007-11-07  Roy MarplesReword the headers to just say we use the GPLv2.
2007-11-07  Roy MarplesReword the license headers just to say we use the GPLv2.
2007-11-07  Roy MarplesRemove the reference to udhcp.
2007-11-07  Roy Marplesdhcp_run no longer resembles anything from udhcp, so...
2007-11-07  Roy MarplesClarify recvmsg error
2007-11-07  Roy MarplesWe should reset the NAK backoff when we timeout as...
2007-11-07  Roy MarplesImplement an exponetial NAK backoff.
2007-11-07  Roy MarplesActually read the signal from the buffer
2007-11-07  Roy MarplesClear the signal_pipe fd from the fdset when all signal...
2007-11-06  Roy MarplesUpdate my e-mail address as I have retired from Gentoo.
2007-11-06  Roy MarplesAs we now use git, don't include .git when making distf...
2007-10-23  Roy MarplesIncrease ipv4ll lease time to 20 seconds so we attempt...
2007-10-22  Roy MarplesDon't release a link local address.
2007-10-22  Roy MarplesIf compiled without info support, don't tell the script...
2007-10-22  Roy MarplesUse sysconf to detect if we have a working monotonic...
2007-10-22  Roy MarplesOnly request NTP, NIS, etc if we have compiled that...
next