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
2020-09-16
nclients: export serverAddr and ifaceHWAddr
Chris Koch
2020-09-16
nclient4: respect NAKs
Chris Koch
2020-09-16
nclient4: remove unused functions
Chris Koch
2020-09-16
docs: fix package comments
Chris Koch
2020-09-16
dhcp: add go.mod file
Chris Koch
2020-09-16
nclient4: unexport unnecessarily exported symbols
Chris Koch
2020-09-16
Add Additional IANA Architecture Types
Benjamin S. Allen
2020-08-14
Merge pull request #394 from mcphailtom/opt_information_refresh
Pablo Mazzini
2020-08-13
Added structure, parsing and convenience fuctions for OptInformationRefreshTi...
Tom McPhail
2020-08-13
Merge pull request #392 from pmazzini/mac
Pablo Mazzini
2020-08-08
ExtractMAC: use option 79
Pablo Mazzini
2020-08-06
dhcpv6: Handle IA_TA options
Anatole Denis
2020-08-02
Merge pull request #386 from hujun-open/dhcpv4_release
Pablo Mazzini
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-07-16
- remove Lease.IDOptions and update corresponding struct / function
Hu Jun
2020-07-14
- fix a lint error in lease.go
Hu Jun
2020-07-14
Merge branch 'dhcpv4_release' of https://github.com/hujun-open/dhcp into dhcp...
Hu Jun
2020-07-14
- use modifiers to build release msg in Client.Release()
Hu Jun
2020-07-11
Merge branch 'master' into dhcpv4_release
Hu Jun
2020-07-11
nclient6: optional dropped packet logging
Chris Koch
2020-07-10
- add Offer into Lease
Hu Jun
2020-07-10
Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...
Hu Jun
2020-07-10
netconf: apply v6 addresses as /128
Chris Koch
2020-06-27
remove a unused func in lease_test.go
Hu Jun
2020-06-27
remove timeout code from Release(), since it is unnecessary after some more t...
Hu Jun
2020-06-27
fix a broken test in server_test.go, caused by update of Client.Request() whi...
Hu Jun
2020-06-26
- Client.Release() now use existing conn to send packet
Hu Jun
2020-06-24
fix example_lease_test.go that caused import loop
Hu Jun
2020-06-23
- make changes based on discussion on PR #386 of insomniacslk/dhcp
Hu Jun
2020-06-23
Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...
Hu Jun
2020-06-20
dhcpv4: Fix a panic in parsing of route options
Anatole Denis
2020-06-20
dhcpv4: Also write out 0-length options
Anatole Denis
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-20
dhcpv4: Consolidate identical tests into 1
Anatole Denis
2020-06-20
dhcpv4: Add go-fuzz endpoint
Anatole Denis
2020-06-18
fix some lint complains in example_lease_test.go
Hu Jun
2020-06-18
- move the example to a separate file example_lease_test.go
Hu Jun
2020-06-17
fix some lint errors
Hu Jun
2020-06-17
add lease&release support for nclient4
Hu Jun
2020-06-01
Merge pull request #384 from mcphailtom/add_clientlinklayeraddress_rfc6939
Pablo Mazzini
2020-06-01
Merge branch 'master' into add_clientlinklayeraddress_rfc6939
Pablo Mazzini
2020-06-01
pin golangci-lint version
Pablo Mazzini
2020-06-01
Add Client Link-Layer Address option for RFC 6939 support.
Tom McPhail
2020-04-21
Generate new TransactionID for Request
Tom McPhail
2020-04-02
adding fallback logic to remote id parsing
akshay navale
2020-03-28
update README and CONTRIBUTORS
Pablo Mazzini
[next]