]> git.ipfire.org Git - thirdparty/dhcpcd.git/history - arp.c
Release dhcpcd-5.0.5
[thirdparty/dhcpcd.git] / arp.c
2009-05-01  Roy MarplesAdd (c) to Copyright
2009-04-15  Roy MarplesFix crash at end of arping list
2009-03-31  Roy MarplesAdd the ability to arping an address and select a profi...
2009-03-10  Roy MarplesWe need to blacklist IP addresses at the packet level
2009-03-03  Roy MarplesIf we reboot an IPv4LL address, start DHCP negotiation...
2009-02-24  Roy MarplesRemove debug.
2009-02-11  Roy MarplesEnforce NetBSD KNF style more
2009-02-01  Roy MarplesRFC2131 implies that we should only ARP check after...
2008-12-18  Roy MarplesAdd the DHS_PROBE state so that we ignore subsequent...
2008-11-19  Roy MarplesWe are now a BOOTP client also :)
2008-11-19  Roy MarplesIf we are asked to ARP and we don't have an offer then...
2008-11-14  Roy MarplesWhen declining a DHCP lease and we have an IPv4LL one...
2008-10-21  Roy MarplesWe should erase the lease file when we get an ARP confl...
2008-09-15  Roy MarplesDon't decline leases that we loaded from disk.
2008-09-09  Roy MarplesFix memory errors.
2008-09-05  Roy MarplesRemove logger and exclusively uses syslog instead....
2008-09-05  Roy MarplesAs our logger calls emulate syslog, we can use %m....
2008-09-04  Roy MarplesUse static buffers for ARP and move the send code to...
2008-09-03  Roy MarplesAdd a control socket so that interfaces can be dynamica...
2008-09-02  Roy MarplesAdd an event loop.
2008-04-11  Roy MarplesNormally I hate massive code drops, but heh.
2008-03-31  Roy Marplesread(2) works on ssize_t so we should use this rather...
2008-03-29  Roy MarplesRework our error handling code a little to save ~5k...
2008-03-24  Roy MarplesSplit interface and socket out into OS bpf, if-bsd...
2008-03-20  Roy MarplesChange code style to match the BSDs in the hope the...
2008-02-10  Roy MarplesReplace select with poll and nanosleep.
2008-01-29  Roy MarplesUpdate comment style.
2008-01-28  Roy MarplesUse sizeof with the variable, not the declaration more.
2008-01-28  Roy MarplesIntroduce xzalloc, which zeros memory as well as alloca...
2008-01-27  Roy MarplesLinux has LPF, which is almost like BPF. Let's use...
2008-01-21  Roy MarplesQuiet some lint warnings.
2008-01-21  Roy MarplesPrefer for (;;) over while (1)
2008-01-17  Roy MarplesFormatting.
2008-01-17  Roy MarplesWe should use caddr_t instead of our own types for...
2008-01-16  Roy MarplesRe format for standard tabs.
2008-01-09  Roy MarplesDisallow arp claim for IEEE1394 per RFC 2734 thanks...
2008-01-08  Roy MarplesBelatedly into 2008 :)
2007-11-15  Roy MarplesRe-license as 2-clause BSD as I've re-written everythin...
2007-11-09  Roy MarplesDon't spam the log as much when constantly using IPV4LL...
2007-11-08  Roy MarplesMove signals.c,h to signal.c,h
2007-11-07  Roy Marplestimeval defines seconds as long, so we should use long...
2007-11-07  Roy MarplesReword the headers to just say we use the GPLv2.
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-10-11  Roy MarplesHandle signals correctly.
2007-10-11  Roy MarplesSkip over bogus EINTR error on select when arp checking...
2007-08-21  Roy MarplesSuck it hard and use gettimeofday for Linux. Lets just...
2007-08-20  Roy MarplesRework the arp code again so that we don't link to...
2007-08-09  Roy MarplesEnsure ARP checking times out when there is a flood.
2007-07-26  Roy MarplesFix arp segfaulting and final 3.1.1
2007-07-25  Roy MarplesRemove getifaddrs code and instead just use ioctls.
2007-07-18  Roy Marples==-1 is cheaper than <0
2007-07-18  Roy MarplesWe now do ARP checking by default as recommended by...
2007-05-22  Roy MarplesMinimum packet is 46 bytes
2007-05-21  Roy MarplesFix ARP checking
2007-05-10  Roy Marplesconfig.h now has the compile time options, instead...
2007-04-26  Roy MarplesSend a FQDN hostname if it contains dots, strip the...
2007-04-12  Roy MarplesStyle updates
2007-04-11  Roy MarplesCuddle up to LKML style C
2007-04-10  Roy MarplesFix indentation
2007-02-12  Roy MarplesAdd DHCP over FireWire 1394 (RFC 2855) and InfiniBand...
2007-01-16  Roy MarplesFor infinite timeout, we now resent the last request...
2006-12-21  Roy MarplesCode clean
2006-12-21  Roy MarplesFix arp checking
2006-12-18  Roy MarplesAllow Token Ring on Linux
2006-12-18  Roy MarplesClean up compile warnings on Sparc/FreeBSD
2006-12-15  Roy MarplesDefine _BSD_SOURCE and change to c99 - more warnings...
2006-12-14  Roy MarplesMake the consts sane
2006-12-14  Roy MarplesAdd loads of debugging CFLAGS so we can remove all...
2006-12-04  Roy MarplesSend hostname/fqdn in DISCOVER and INFORM messages...
2006-11-27  Roy MarplesAdd dhcpcd-3 re-write