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
path:
root
/
dhcpv4
/
dhcpv4.go
Age
Commit message (
Expand
)
Author
2019-12-03
dhcpv4: add Client Identifier option; respect RFC 6842
Chris Koch
2019-11-20
Update function name in NewReplyFromRequest
kevin
2019-11-20
Add support for copying relay options
kevin
2019-09-16
dhcpv4: Mark all options as requested absent PRL (#315)
Anatole Denis
2019-07-05
v4 discover: don't ask for broadcast
Chris Koch
2019-06-27
dhcpv4: actually use random number timeout
Chris Koch
2019-06-19
dhcpv4: make the short stringer more useful
Chris Koch
2019-05-14
Improve compatibility with some ipv4 networks.
Loic Prylli
2019-05-09
NewReplyFromRequest: copy gw ip
Pablo Mazzini
2019-05-08
[CI] Added linters
Andrea Barberio
2019-04-04
dhcpv4: add RFC3442 route options
Christopher Koch
2019-04-03
Use cancellable crypto RNG from u-root
Andrea Barberio
2019-04-03
Modifying the writeIP function to always write IPv4 in 4 byte long format.
Akshay Navale
2019-03-29
dhcpv4: pad v4 messages to a 300 byte minimum
Christopher Koch
2019-03-27
client4: add a new DHCPv4 client.
Christopher Koch
2019-03-13
[dhcpv4] simplify userclass handling (#249)
Pablo Mazzini
2019-01-26
dhcpv6: introduce TransactionID type
Christopher Koch
2019-01-24
dhcpv4: getters instead of getters
Christopher Koch
2019-01-24
dhcpv4: nicer API for option parsing.
Christopher Koch
2019-01-20
dhcpv4: fix TransactionID in Summary
Christopher Koch
2019-01-20
dhcpv4: add Stringer for XID
Christopher Koch
2019-01-19
dhcpv4: build more packets with modifiers
Christopher Koch
2019-01-15
dhcpv4: conform to RFC 2131 with respect to options.
Christopher Koch
2019-01-14
iana: rename HwTypeType to HWType, add package comment.
Christopher Koch
2019-01-11
dhcpv4: simplify marshaling options to binary.
Christopher Koch
2019-01-10
dhcpv4: remote OptionGetter interface in favor of Options type.
Christopher Koch
2019-01-10
dhcpv4: simplify option parsing.
Christopher Koch
2019-01-09
dhcpv4: export packet members; remove setters and getters.
Christopher Koch
2019-01-09
dhcpv4: simplify host name and boot file handling.
Christopher Koch
2019-01-09
dhcpv4: simplify handling of client MAC.
Christopher Koch
2019-01-09
dhcpv4: nicer (un-)marshaling of DHCP messages.
Christopher Koch
2019-01-09
dhcpv4: introduce TransactionID type.
Christopher Koch
2018-12-08
Added netconf v4 tests and required modifiers
Andrea Barberio
2018-11-06
[WIP] Added DHCPv4 server (#178)
insomniac
2018-10-15
Added String methods for types (#175)
Pablo Mazzini
2018-08-19
Added String methods for types (#140)
insomniac
2018-08-15
revert breaking changes so this can be merged without issues
Sean Karlage
2018-08-15
Merge branch 'master' into dhcpv4-moar-tests
Sean Karlage
2018-08-13
add IsOptionRequested (#122)
insomniac
2018-08-12
IsOptionRequested method of DHCPv6Message
Pablo Mazzini
2018-08-11
Merge branch 'master' into dhcpv4-moar-tests
Sean Karlage
2018-08-10
rename IsRequested to IsRequestedOption
Pablo Mazzini
2018-08-10
rename RequestFromOffer to NewRequestFromOffer
Pablo Mazzini
2018-08-01
Add support for modifiers to dhcpv4 (#102)
insomniac
2018-07-29
Add some helper tools for tests
Sean Karlage
2018-07-29
Add modifier support to NewReplyFromRequest
Owen Mooney
2018-07-29
DHCPv4: Refactor methods for easier testing
Sean Karlage
2018-07-29
Add support for modifiers to dhcpv4
Owen Mooney
2018-07-29
add OptSubnetMask
Pablo Mazzini
2018-07-29
add NewReplyFromRequest (#100)
Pablo Mazzini
[next]