Skip to content

Tags: bougou/go-ipmi

Tags

v0.7.2

Toggle v0.7.2's commit message
Rename GetDCMICapabilitiesInfo to GetDCMICapParam

v0.7.1

Toggle v0.7.1's commit message
Rename SetInProgress type to SetInProgressState

v0.7.0

Toggle v0.7.0's commit message
Refactor SOLConfigParams

v0.6.0

Toggle v0.6.0's commit message
Add context support for IPMI commands methods (#44)

v0.5.12

Toggle v0.5.12's commit message
fix: fix byte index of `MaxPrivLevel` in `SetUserAccessRequest`

I believe it was a mistake to overwrite the user ID byte with the `MaxPrivLevel`.

v0.5.11

Toggle v0.5.11's commit message
fix(udp): add lock for udp Exchange

The lock can prevent another udp send operation from occurring when previous udp exchange is still in progress (eg: UDP recv blocks and ReadDeadline has not expired)

v0.5.10

Toggle v0.5.10's commit message
make `Invalid Command` error can be safely ignored

v0.5.9

Toggle v0.5.9's commit message
try different cipher suites during Connect20 (#37)

v0.5.8

Toggle v0.5.8's commit message
Improve GUID details format string

v0.5.7

Toggle v0.5.7's commit message
SensorFilter match multiple sensor types