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
/
nclient4
Age
Commit message (
Expand
)
Author
2023-08-16
dragonfly: Initial porting work
Antonio Huete Jimenez
2023-07-31
stylistic changes
KonnovKM
2023-07-27
isValid() method
KonnovKM
2023-07-18
no continue
KonnovKM
2023-07-18
header size check
KonnovKM
2023-04-13
Fix errors
Brian Kemper
2023-04-13
Remove mdlayher/raw dep
Brian Kemper
2023-03-27
Merge branch 'master' into renew-from-ack
Pablo Mazzini
2023-03-27
dhcpv4: change `NewRenewFromOffer` to `NewRenewFromAck`
Dennis Marttinen
2023-03-25
dhcpv4: implement interface for sending INFORM requests
Dennis Marttinen
2022-10-01
dhcpv4: return a new lease from Renew()
Dennis Marttinen
2022-07-27
dhcpv4: add a client method to facilitate lease renewals
Dennis Marttinen
2022-01-19
nclient4: support BSDs
Chris Koch
2021-12-13
fix: check IP/UDP header size before trying to access it
Andrey Smirnov
2021-05-28
Break circular dependency on u-root
Chris Koch
2021-03-14
nclient4: fix build
Chris Koch
2021-03-13
nclient4: Ensure server identifier matches (#410)
Moritz Fischer
2021-01-20
nclient4: WithUnicast default port should be 68 (#403)
Canwu Yao
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
nclient4: unexport unnecessarily exported symbols
Chris Koch
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
- use modifiers to build release msg in Client.Release()
Hu Jun
2020-07-10
- add Offer into Lease
Hu Jun
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-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-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
2019-11-29
Added option nclient4.WithHWAddr
Dmitrii Okunev
2019-11-28
Simplified porting from client4 to nclient4
Dmitrii Okunev
2019-09-24
nclient6: copy & paste log infra to v6
Chris Koch
2019-09-12
Increase DHCPv4 IP TTL from 30 to 64 (#314)
Ross Hanson
2019-08-14
Bind interface fix (#310)
borna-blazevic
2019-07-29
server4: set peer to broadcast if client IP is zero
Chris Koch
2019-07-22
Fixed unnecessary conversions (#304)
Christian Muehlhaeuser
2019-07-22
Fixed typos in dhcpv4 (#303)
Christian Muehlhaeuser
2019-06-19
nclient4: add logging options
Chris Koch
2019-05-22
Ignore bytes after end of IP packet in BroadcastRawUDPConn.ReadFrom (#292)
lprylli
2019-05-08
[CI] Added linters
Andrea Barberio
2019-04-17
nclient4: fix conn race condition
Christopher Koch
2019-04-07
nclient4: simplify New interface
Christopher Koch
2019-03-27
client4: add a new DHCPv4 client.
Christopher Koch