index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-03-27
Add parsing for Option 124: Vendor-Identifying Vendor Class (#26)
Brandon Bennett
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
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
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
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
2018-03-06
Refactor tests to use stretchr/testify/require
Sean Karlage
2018-03-06
Merge pull request #5 from insomniacslk/fix_types
insomniac
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
2018-03-05
Move bsdp functionality to its own subpackage. Bring in stretchr/testify/asse...
Sean Karlage
2018-03-03
Fix issue where server would not process the INFORM[SELECT] as a select packe...
Sean Karlage
2018-03-03
Add better formatting for vendor opts
Sean Karlage
2018-03-03
Add BSDP support
Sean Karlage
2018-02-08
Merge pull request #2 from insomniacslk/bindtodevice_darwin
insomniac
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
2018-01-11
Added value decoding in IA_NA
Andrea Barberio
2017-12-29
Added OptRequestedOption.AddRequestedOption
Andrea Barberio
2017-12-23
Fixed OptRelayMsg.ToBytes and added tests
Andrea Barberio
2017-12-23
Added setters and getter testing for DHCPv6Relay
Andrea Barberio
2017-12-23
Added setters and getters for DHCPv6Relay and basic testing
Andrea Barberio
2017-12-22
Fixed bootfile URL code and added tests
Andrea Barberio
2017-12-22
Added SetOptions and AddOption to the DHCPv6 interface; Added EncapsulateRela...
Andrea Barberio
2017-12-22
Added DHCPv6Relay.Decapsulate and refactored GetInnerMessage
Andrea Barberio
[next]