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
2019-04-29
[server6] Server should join multicast address
Andrea Barberio
2019-04-29
[netboot] use rtnl package
Andrea Barberio
2019-04-24
[dhcpv6] Solicit messages derive default IAID from MAC address
Andrea Barberio
2019-04-23
Revert "[dhcpv6] Solicit messages derive default IAID from MAC address"
Andrea Barberio
2019-04-23
[dhcpv6] Solicit messages derive default IAID from MAC address
Andrea Barberio
2019-04-17
nclient4: fix conn race condition
Christopher Koch
2019-04-17
[server] Serve returns an error, and closes when done
Andrea Barberio
2019-04-15
Replace vishvananda/netlink with jsimonetti/rtnetlink (#271)
insomniac
2019-04-09
Update .travis.yml
insomniac
2019-04-07
nclient6: small fixes
Christopher Koch
2019-04-07
nclient4: simplify New interface
Christopher Koch
2019-04-04
client6: new async DHCPv6 client like #250.
Christopher Koch
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
Allow 0xFF padding in 'End' option (#265)
Alexander Tischenko
2019-04-03
Modifying the writeIP function to always write IPv4 in 4 byte long format.
Akshay Navale
2019-03-29
server4 test: pick ports > 32k
Chris K
2019-03-29
dhcpv4: pad v4 messages to a 300 byte minimum
Christopher Koch
2019-03-29
update README: add u-root
Pablo Mazzini
2019-03-27
client4: add a new DHCPv4 client.
Christopher Koch
2019-03-14
client: simulate relay (#259)
Pablo Mazzini
2019-03-13
Add partial (client) binding support for BSD (#260)
Dmitri Goutnik
2019-03-13
Adding CircuitId parsing logic into dhcpv4 lib (#255)
Akshay Navale
2019-03-13
[dhcpv4] simplify userclass handling (#249)
Pablo Mazzini
2019-03-11
dhcpv6: standardize GetInnerMessage
Christopher Koch
2019-03-11
dhcpv6: remove setters and getters.
Christopher Koch
2019-03-11
dhcpv6: add explicit unmarshaling functions.
Christopher Koch
2019-03-11
dhcpv6: rename stuttering types.
Christopher Koch
2019-03-07
Allow Unknown OperState of the link interface (#254)
Ćukasz Siudut
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] move default to main directory
Pablo Mazzini
2019-01-28
Created examples directory and adjusted README
Andrea Barberio
2019-01-28
dhcpv4: moved client into dhcpv4/client4
Andrea Barberio
2019-01-28
dhcpv6: moved client into dhcpv6/client6
Andrea Barberio
2019-01-26
dhcpv6: remove unnecessary Length function
Christopher Koch
2019-01-26
dhcpv6: move option code and length marshaling to Options.ToBytes.
Christopher Koch
2019-01-26
dhcpv6: easier option parsing
Christopher Koch
2019-01-26
dhcpv6: use uio buffer in DHCPv6 message parsing
Christopher Koch
2019-01-26
dhcpv6: move option code types; add Stringer.
Christopher Koch
2019-01-26
dhcpv6: introduce TransactionID type
Christopher Koch
2019-01-26
dhcpv6: clean up MessageType
Christopher Koch
2019-01-26
dhcpv6: introduce options type.
Christopher Koch
2019-01-25
[async] re-add modifiers to Send method (#239)
Pablo Mazzini
2019-01-24
Update CONTRIBUTORS.md
insomniac
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
[next]