Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix const warnings. | Jeremy Allison | 2011-10-14 | 1 | -3/+3 |
| | |||||
* | Fix bug with Samba not recognising an 6to4 IPv6 interface. | Matthieu Patou | 2011-10-14 | 1 | -0/+13 |
| | | | | | | | | | "The 6to4 interface has the flags IFF_POINTTOPOINT interface but no ifa_dstaddr as it's not at the IPv6 level a point to point interface (at least from my understanding), as we don't have a IFF_BROADCAST flag set (I have the impression that this flag is only set on a interface that has also an IPv4 address) the first test is not valid also, which result in a skipped interface." | ||||
* | lib/socket: Remove outdated comment | Andrew Bartlett | 2011-05-08 | 1 | -11/+0 |
| | | | | The autoconf and waf tests for interfaces logic are in libreplace now. | ||||
* | lib/socket move interfaces code to the top level | Andrew Bartlett | 2011-05-08 | 1 | -0/+314 |