summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/bsdp
AgeCommit message (Expand)Author
2021-05-28Break circular dependency on u-rootChris Koch
2019-05-08[CI] Added lintersAndrea Barberio
2019-01-28update bsdpPablo Mazzini
2019-01-28update bsdpPablo Mazzini
2019-01-28update bsdpPablo Mazzini
2019-01-28dhcpv4: moved client into dhcpv4/client4Andrea Barberio
2019-01-24dhcpv4: getters instead of gettersChristopher Koch
2019-01-24dhcpv4: nicer API for option parsing.Christopher Koch
2019-01-19dhcpv4: build more packets with modifiersChristopher Koch
2019-01-15dhcpv4: conform to RFC 2131 with respect to options.Christopher Koch
2019-01-14bsdp: simplify version type.Christopher Koch
2019-01-14dhcpv4: thoroughly fix type docs. Refer to RFCs.Christopher Koch
2019-01-14dhcpv4: change OptionCode to an interface for humanization.Christopher Koch
2019-01-14iana: rename HwTypeType to HWType, add package comment.Christopher Koch
2019-01-11dhcpv4: remove unused Option.Length function.Christopher Koch
2019-01-11dhcpv4: simplify marshaling options to binary.Christopher Koch
2019-01-10dhcpv4: remote OptionGetter interface in favor of Options type.Christopher Koch
2019-01-10dhcpv4: simplify option parsing.Christopher Koch
2019-01-09dhcpv4: export packet members; remove setters and getters.Christopher Koch
2019-01-09dhcpv4: simplify host name and boot file handling.Christopher Koch
2018-11-27simplify client interface (#181)Pablo Mazzini
2018-11-21remove deprecated functions (#182)Pablo Mazzini
2018-10-07DHCPv4: syscall -> x/sys/unixSean Karlage
2018-10-03BSDP: Fix MessageTypeFromPacket to return a pointerSean Karlage
2018-10-01add commentSean Karlage
2018-10-01BSDP: Add MessageTypeFromPacket helperSean Karlage
2018-09-29BSDP: Fix parsing offset for boot image listsSean Karlage
2018-08-19Added String methods for types (#140)insomniac
2018-08-15refactor tests to take advantage of new helper functionsSean Karlage
2018-08-15Merge branch 'master' into bsdp-acksSean Karlage
2018-08-15Put back NewInformListForInterface to maintain compatSean Karlage
2018-08-15Merge branch 'master' into dhcpv4-moar-testsSean Karlage
2018-08-15Add nil check for Images sliceSean Karlage
2018-08-14BSDP: Add code to generate ACKs for INFORMsSean Karlage
2018-08-13BSDP: Exchange returns list of pointers, not list of objectsAndrea Barberio
2018-07-29Add some helper tools for testsSean Karlage
2018-07-29DHCPv4: Refactor methods for easier testingSean Karlage
2018-07-29add NewReplyFromRequest (#100)Pablo Mazzini
2018-07-27[DHCPv4] BroadcastSendReceive now can wait for specific reply types (#95)insomniac
2018-07-27BSDP: Refactor to use dhcpv4.GetOneOption (#94)Sean Karlage
2018-04-18Fixed DHCPv4 listener (#37)insomniac
2018-03-30Remove build tags (#27)Sean Karlage
2018-03-26Add some more specific bsdp options + vendor specific implementation (#21)Sean Karlage
2018-03-22Add vendor specific information optionSean Karlage
2018-03-22Add specific BSDP optionsSean Karlage
2018-03-16Add more specific dhcpv4 options (#17)Sean Karlage
2018-03-13Add OptionGeneric, comment out other code so tests compile/passSean Karlage
2018-03-10Move Exchange back to method on client, rebaseSean Karlage
2018-03-10Refactor client code, add timeout capabilitiesSean Karlage
2018-03-07Fixed build tag for darwin-only bsdp packageAndrea Barberio