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
/
bsdp
Age
Commit message (
Expand
)
Author
2019-05-08
[CI] Added linters
Andrea Barberio
2019-01-28
update bsdp
Pablo Mazzini
2019-01-28
update bsdp
Pablo Mazzini
2019-01-28
update bsdp
Pablo Mazzini
2019-01-28
dhcpv4: moved client into dhcpv4/client4
Andrea Barberio
2019-01-24
dhcpv4: getters instead of getters
Christopher Koch
2019-01-24
dhcpv4: nicer API for option parsing.
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
bsdp: simplify version type.
Christopher Koch
2019-01-14
dhcpv4: thoroughly fix type docs. Refer to RFCs.
Christopher Koch
2019-01-14
dhcpv4: change OptionCode to an interface for humanization.
Christopher Koch
2019-01-14
iana: rename HwTypeType to HWType, add package comment.
Christopher Koch
2019-01-11
dhcpv4: remove unused Option.Length function.
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
2018-11-27
simplify client interface (#181)
Pablo Mazzini
2018-11-21
remove deprecated functions (#182)
Pablo Mazzini
2018-10-07
DHCPv4: syscall -> x/sys/unix
Sean Karlage
2018-10-03
BSDP: Fix MessageTypeFromPacket to return a pointer
Sean Karlage
2018-10-01
add comment
Sean Karlage
2018-10-01
BSDP: Add MessageTypeFromPacket helper
Sean Karlage
2018-09-29
BSDP: Fix parsing offset for boot image lists
Sean Karlage
2018-08-19
Added String methods for types (#140)
insomniac
2018-08-15
refactor tests to take advantage of new helper functions
Sean Karlage
2018-08-15
Merge branch 'master' into bsdp-acks
Sean Karlage
2018-08-15
Put back NewInformListForInterface to maintain compat
Sean Karlage
2018-08-15
Merge branch 'master' into dhcpv4-moar-tests
Sean Karlage
2018-08-15
Add nil check for Images slice
Sean Karlage
2018-08-14
BSDP: Add code to generate ACKs for INFORMs
Sean Karlage
2018-08-13
BSDP: Exchange returns list of pointers, not list of objects
Andrea Barberio
2018-07-29
Add some helper tools for tests
Sean Karlage
2018-07-29
DHCPv4: Refactor methods for easier testing
Sean Karlage
2018-07-29
add NewReplyFromRequest (#100)
Pablo Mazzini
2018-07-27
[DHCPv4] BroadcastSendReceive now can wait for specific reply types (#95)
insomniac
2018-07-27
BSDP: Refactor to use dhcpv4.GetOneOption (#94)
Sean Karlage
2018-04-18
Fixed DHCPv4 listener (#37)
insomniac
2018-03-30
Remove build tags (#27)
Sean Karlage
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-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
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
[next]