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