Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-18 | DHCPv6 client now waits for specific packet types (#38) | insomniac | |
Before this patch the client just took whatever DHCP message it received, without checking if it's what it wants. Now it checks for the message type. If the message is not a relay, also check the transaction ID | |||
2018-04-18 | Fixed DHCPv4 listener (#37) | insomniac | |
Fixed DHCPv4 listener There were two bugs in the DHCPv4 client: * the listener was called *after* the sender * the listener was not binding to the same interface as the sender, but listening for every UDP packet This is now fixed. | |||
2018-04-18 | Fixed user class and status code options | Andrea Barberio | |
2018-04-18 | Added missing field to user class, and added to ParseOption | Andrea Barberio | |
2018-04-18 | Fixed user class option length | Andrea Barberio | |
2018-04-18 | Fixed user class length | Andrea Barberio | |
2018-04-17 | Added user class option and fixed status code option | Andrea Barberio | |
2018-04-17 | dhcpv6: OptBootFileURL.String now uses string representation | Andrea Barberio | |
2018-04-17 | dhcpv6: added DHCPv6Message.UpdateOption | Andrea Barberio | |
2018-04-11 | Update README.md | insomniac | |
2018-04-10 | add GetInnerPeerAddr (#33) | Pablo Mazzini | |
2018-04-09 | add DUID-UUID (#32) | Pablo Mazzini | |
2018-04-09 | fix OptIAPrefix (#31) | Pablo Mazzini | |
2018-04-08 | fix OptRemoteId (#30) | Pablo Mazzini | |
2018-04-06 | fix OptInterfaceId (#29) | Pablo Mazzini | |
2018-04-04 | fix DHCPv6Relay ToBytes (#28) | Pablo Mazzini | |
fix DHCPv6Relay ToBytes | |||
2018-04-03 | Update README.md | insomniac | |
2018-03-30 | Remove build tags (#27) | Sean Karlage | |
Removes build tags from BSDP and breaks vendor class identifier into OS-specific implementations so it is easier to integrate bsdp with other libs. | |||
2018-03-27 | Add parsing for Option 124: Vendor-Identifying Vendor Class (#26) | Brandon Bennett | |
Add support for parsing option 124 which is Vendor-Identifying Vendor Class which is defined in https://tools.ietf.org/html/rfc3925. | |||
2018-03-26 | Create CONTRIBUTORS.md | insomniac | |
2018-03-26 | Create LICENSE (#23) | insomniac | |
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-10 | dhcpv6: implemented NewClient and addressed linter warnings | Andrea Barberio | |
2018-03-09 | Added stickler config for golint bot | Andrea Barberio | |
2018-03-08 | Fixed use of t.Fatalf | Andrea Barberio | |
2018-03-07 | Fixed build tag for darwin-only bsdp package | Andrea Barberio | |
2018-03-07 | Merge pull request #7 from get9/add-ci | insomniac | |
Add Travis CI configs to run tests, gofmt, and govet | |||
2018-03-07 | Add Travis CI configs to run tests | Sean Karlage | |
2018-03-07 | Add Travis CI configs to run tests, gofmt, and govet | Sean Karlage | |
2018-03-07 | Merge pull request #6 from get9/use-stretchr-assert-in-tests | insomniac | |
Refactor tests to use stretchr/testify/require | |||
2018-03-06 | Refactor tests to use stretchr/testify/require | Sean Karlage | |
2018-03-06 | Merge pull request #5 from insomniacslk/fix_types | insomniac | |
Fixed types in dhcpv4 and dhcpv6 | |||
2018-03-06 | Fixed types for BSDP too | Andrea Barberio | |
2018-03-06 | Fixed types for BSDP too | Andrea Barberio | |
2018-03-06 | Fixed types in dhcpv4 and dhcpv6 | Andrea Barberio | |
2018-03-06 | Fixed types in dhcpv4 and dhcpv6 | Andrea Barberio | |
2018-03-05 | Merge pull request #3 from get9/bsdp | insomniac | |
Add BSDP client support to DHCPv4 | |||
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 | |