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
2023-03-27
dhcpv4: change `NewRenewFromOffer` to `NewRenewFromAck`
Dennis Marttinen
2022-10-01
dhcpv4: make NewInform() formatting consistent with neighbors
Dennis Marttinen
2022-07-27
dhcpv4: add a client method to facilitate lease renewals
Dennis Marttinen
2022-07-15
dhcpv4: enable deletion of options and add modifier for it
Dennis Marttinen
2022-05-03
Documentation: Description is inverse of reality
kayos
2021-12-09
dhcpv4: remove server IP from REQUEST messages
Chris Koch
2021-05-28
Break circular dependency on u-root
Chris Koch
2021-04-28
[dhcpv4] remove NewOffer comment
Pablo Mazzini
2021-03-10
Improve ipv4 compatibility
Eugene Burkov
2021-03-06
Pad packets after the 'end' option to be more conformant
Marcel Moolenaar
2020-09-16
nclient4: respect NAKs
Chris Koch
2020-07-18
- change to WithOptionCopied in NewReleaseFromACK
Hu Jun
2020-07-18
move NewReleaseFromAck to where all NewXXFromYY are
Hu Jun
2020-07-17
fix doc of NewReleaseFromACK
Hu Jun
2020-07-17
- change NewRleaseFromLease to NewRleaseFromACK, and move it to dhcpv4
Hu Jun
2020-06-23
Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...
Hu Jun
2020-06-20
dhcpv4: Remove hlen parameter special case in ToBytes()
Anatole Denis
2020-06-20
dhcpv4: Avoid a panic in ToBytes() with long strings
Anatole Denis
2020-06-17
fix some lint errors
Hu Jun
2020-06-17
add lease&release support for nclient4
Hu Jun
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
[next]