summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAge
* Fix compile on NetBSDRoy Marples2009-04-17
* discover_interfaces now uses getifaddrs instead of OS specific implementation.Roy Marples2009-04-17
* Allow dhcpcd to run on loopback interfaces if specified.Roy Marples2009-03-20
* We can now detected primary addresses added or changed in BSD.Roy Marples2009-03-19
* We need to blacklist IP addresses at the packet levelRoy Marples2009-03-10
* 0 is not a valid CIDRRoy Marples2009-03-05
* Validate UDP better by ensuring data len is not bigger than our structRoy Marples2009-02-28
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
* Report the fact we're wireless and our ssidRoy Marples2009-01-22
* You can now add a configure block per ssid if the interface is wireless.Roy Marples2009-01-01
* Zeroing each field is cheaper than using memset/memcpy.Roy Marples2008-11-19
* Fix working with linux aliased interfaces again.Roy Marples2008-11-17
* Fix some LINT errors.Roy Marples2008-11-10
* Cast to void * to remove compiler warnings on Sparc64. This should still be a...Roy Marples2008-10-19
* Fix obtaining netmask on NetBSD.Roy Marples2008-10-18
* Fix up address and netmask detection. This *should* align fine.Roy Marples2008-10-18
* Get INFORM support almost working again.Roy Marples2008-10-18
* Move wireless detection from net.c into if-bsd.c and if-linux.cRoy Marples2008-09-17
* Move AF_LINK discovery to if-bsd.c. Also, we only work with IFT_ETHER types c...Roy Marples2008-09-16
* Don't overflow the buffer.Roy Marples2008-09-15
* We may change size of hwaddr_buffer, so just use sizeof.Roy Marples2008-09-14
* Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better mult...Roy Marples2008-09-11
* Sort interfaces according to preference and pass this to dhcpcd-run-hooks so ...Roy Marples2008-09-09
* Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...Roy Marples2008-09-05
* Don't spam on startup about unsupported interfaces if quiet.Roy Marples2008-09-05
* Use static buffers for ARP and move the send code to arp.c. Also, move the hw...Roy Marples2008-09-04
* Work around broken linux headers when including wireless.hRoy Marples2008-09-03
* Don't need this.Roy Marples2008-09-02
* Fix compile and wireless test on FreeBSD.Roy Marples2008-09-02
* Add wireless detection to NetBSD (tested) and FreeBSD (untested).Roy Marples2008-09-02
* strncpy -> strlcpy.Roy Marples2008-09-02
* Add an event loop.Roy Marples2008-09-02
* StyleRoy Marples2008-08-26
* Style.Roy Marples2008-08-22
* If a device is not found, report it.Roy Marples2008-08-14
* Don't cast needlessly.Roy Marples2008-08-13
* Fix an buffer overflow leading to random bytes in the hardware address.Roy Marples2008-08-13
* Prefer signal to poll so we avoid any possibilty of a timeval -> int/msecs ov...Roy Marples2008-07-31
* We should bind to the interface if we can - for the case where we renew and t...Roy Marples2008-07-30
* Remove #ifdefs to disable specific bits of code. We now build everything - we...Roy Marples2008-07-23
* Style.Roy Marples2008-07-19
* Add support for link carrier detection. For Linux this involved a big change ...Roy Marples2008-07-16
* fd -> raw_fdRoy Marples2008-07-16
* It seems that every arp application does not pad to 60 bytes. So either they ...Roy Marples2008-07-12
* We should use ETHERMIN.Roy Marples2008-07-12
* Save a few bytes here. Also, fill with 0 so that we mirror the BSD gratuitous...Roy Marples2008-07-11
* Style.Roy Marples2008-07-10
* Save a few bytes by avoiding memset.Roy Marples2008-07-09
* Ensure that our ARP messages are at least 64 bytes so we're RFC compliant.Roy Marples2008-07-09
* Add more error checking if the link was taken down or ip addresses removed - ...Roy Marples2008-07-09