Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-26 | Add some more specific bsdp options + vendor specific implementation (#21) | Sean Karlage | |
Add some more specific options + vendor specific implementation | |||
2018-03-22 | Add vendor specific information option | Sean Karlage | |
2018-03-22 | Add specific BSDP options | Sean Karlage | |
2018-03-18 | Fixed file names that had the content swapped | Andrea Barberio | |
2018-03-17 | Added OptionBroadcastAddress | Andrea Barberio | |
2018-03-16 | dhcpv4: Added OptionDomainName | Andrea Barberio | |
2018-03-16 | Add more specific dhcpv4 options (#17) | Sean Karlage | |
Added several DHCPv4 options | |||
2018-03-13 | Add OptionGeneric, comment out other code so tests compile/pass | Sean Karlage | |
2018-03-10 | dhcpv4: fix client regression | Andrea Barberio | |
2018-03-10 | Move Exchange back to method on client, rebase | Sean Karlage | |
2018-03-10 | Refactor client code, add timeout capabilities | Sean Karlage | |
2018-03-07 | Fixed build tag for darwin-only bsdp package | Andrea Barberio | |
2018-03-06 | Refactor tests to use stretchr/testify/require | Sean Karlage | |
2018-03-06 | Fixed types for BSDP too | Andrea Barberio | |
2018-03-06 | Fixed types in dhcpv4 and dhcpv6 | Andrea Barberio | |
2018-03-05 | Move bsdp functionality to its own subpackage. Bring in ↵ | Sean Karlage | |
stretchr/testify/assert for nicer asserts | |||
2018-03-03 | Fix issue where server would not process the INFORM[SELECT] as a select ↵ | Sean Karlage | |
packet. Also add some undocumented options that seem to be used (shadow mounts, machine name). | |||
2018-03-03 | Add better formatting for vendor opts | Sean Karlage | |
2018-03-03 | Add BSDP support | Sean Karlage | |
Adds support for constructing INFORM/ACK messages from Apple's Boot Service Discovery Protocol for netbooting (pxebooting) Apple hardware. The canonical reference for BSDP is: http://opensource.apple.com/source/bootp/bootp-198.1/Documentation/BSDP.doc | |||
2018-02-07 | Added OS-specific implementations for binding to a network device | Andrea Barberio | |
2018-02-02 | More comments | Andrea Barberio | |
2018-02-02 | More comments | Andrea Barberio | |
2018-02-02 | Improved comments | Andrea Barberio | |
2018-02-02 | Changed API from NewDiscovery to NewDiscoveryForInterface | Andrea Barberio | |
2018-02-02 | Added comments | Andrea Barberio | |
2018-02-02 | Removed wrong char | Andrea Barberio | |
2018-02-02 | Replaced ugly code for generating MAC string | Andrea Barberio | |
2017-12-07 | Fixed dhcpv4.Exchange interface | Andrea Barberio | |
2017-12-05 | Initial commit | Andrea Barberio | |