]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2008-01-28  Roy MarplesUse sizeof with the variable, not the declaration.
2008-01-28  Roy MarplesIntroduce xzalloc, which zeros memory as well as alloca...
2008-01-28  Roy MarplesMan page updates.
2008-01-28  Roy MarplesStyle
2008-01-28  Roy MarplesWe shouldn't need to re-send this message now as our...
2008-01-27  Roy MarplesWe should zero the sa structure before use.
2008-01-27  Roy MarplesFix compile on NetBSD
2008-01-27  Roy MarplesUse sigaction over signal and check iface and state...
2008-01-27  Roy MarplesLinux has LPF, which is almost like BPF. Let's use...
2008-01-26  Roy Marplescast to int for isxdigit
2008-01-25  Roy MarplesAdd NETWORK= to dhcpcd-.info, bug #10
2008-01-25  Roy MarplesFix ntpd.conf
2008-01-25  Roy MarplesRelease dhcpcd-3.2.0
2008-01-25  Roy MarplesStore and validate the duid using our generic hwaddr_...
2008-01-25  Roy MarplesIf ClientID matches a hardware address formart, encode...
2008-01-24  Roy MarplesDon't use const const here - doh.
2008-01-24  Roy MarplesDHCP over Infiniband requires a fudged broadcast address.
2008-01-24  Roy MarplesBump version and fix infiniband number.
2008-01-22  Roy Marplesrenewing a lease should not cause dhcpcd to exit.
2008-01-21  Roy MarplesZero the rset when we fallthrough the waiting for packet.
2008-01-21  Roy MarplesFix compile on Linux where.
2008-01-21  Roy MarplesQuiet some lint warnings.
2008-01-21  Roy MarplesPrefer for (;;) over while (1)
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
next