Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
f71444da816b23cb27772662a544d8bc1c465273
f71444d
Implemented get session info cmd in host interface
by Rajashekar Gade Reddy
· 5 years ago
69daefa
channel:Fix get channel ciphersuite - payloadtypes
by jayaprakash Mutyala
· 5 years ago
b87034e
Create framework for IPMI OEM extension commands
by Johnathan Mantey
· 5 years ago
4bbc3db
transporthandler: Support Gateway MAC
by William A. Kennington III
· 6 years ago
05ad341
Clean-up: entry code msgs in user_channel cpp files
by Ayushi Smriti
· 5 years ago
affadb5
Restore IPMI RMCP+ cipher suite commands
by Johnathan Mantey
· 5 years ago
d0c7e27
docs: add contributing guidelines
by Emily Shaffer
· 5 years ago
4dd71af
Data checking fix for watchdog set/get commands
by Yong Li
· 5 years ago
449f216
add "set system info" command
by Jia, chunhui
· 5 years ago
c514d87
transporthandler: Rewrite + New Handler
by William A. Kennington III
· 6 years ago
e702392
Implemented close session cmd in host interface
by Rajashekar Gade Reddy
· 5 years ago
d7dadc2
Fix: execute get channel cipher suite in lan chan
by Ayushi Smriti
· 5 years ago
5c3b72c
Fix: refactor get channel cipher suite command
by Ayushi Smriti
· 5 years ago
30fd0a1
Handle exceptions correctly in GetSelTime and SetSelTime
by Tom Joseph
· 5 years ago
e91474c
Channel: Fix atomic lock issue for file copy
by Richard Marian Thomaiyar
· 5 years ago
0e862fa
Static code analysis scan issue fix
by Chen,Yugang
· 5 years ago
98b43ba
Update GetSystemInfo with new API
by Jia, chunhui
· 5 years ago
1ad9da8
drop entity YAML in favor of json provided file
by Patrick Venture
· 5 years ago
87fd2cd
sensorhandler: use entity-map from json if filled
by Patrick Venture
· 5 years ago
99bf1c4
entitymap: move accessor to separate module
by Patrick Venture
· 5 years ago
db0cbe6
move sensors into ipmi::sensor namespace
by Patrick Venture
· 5 years ago
235b3c7
move entities into ipmi::sensor namespace
by Patrick Venture
· 5 years ago
f1d691a
writeentity: add missing header utility
by Patrick Venture
· 5 years ago
caabc36
fix logic error for unpack vector of tuple
by Vernon Mauery
· 5 years ago
cb09aa0
Change yield from ptr to object
by James Feist
· 5 years ago
cfae948
Watchdog: move get and set watchdog to new api.
by Deepak Kumar Sahu
· 5 years ago
7dc4ac0
Move i2c WR api into libipmid
by Yong Li
· 5 years ago
bd0503a
Add compile option to disable white list checking for I2C master WR command
by Yong Li
· 5 years ago
48408b6
legacy handlers need a bigger buffer
by Vernon Mauery
· 5 years ago
0a327e1
Added VLAN ID checking condition in Set LAN config
by Suryakanth Sekar
· 5 years ago
e405440
Set/Get LAN conf 0xCC return for invalid LAN chnl
by Suryakanth Sekar
· 5 years ago
c2b7fc1
entitymap: add json file loading if present
by Patrick Venture
· 5 years ago
02e3237
entitymap: add json parsing support
by Patrick Venture
· 5 years ago
51d0c40
user_channel: passwd_mgr: minor cleanup from cppcheck
by Patrick Venture
· 5 years ago
3a697ad
user_channel: user_mgmt: minor cleanup from cppcheck
by Patrick Venture
· 5 years ago
67ed85c
sensorhandler: ipmi_sen_get_sdr: drop null check
by Patrick Venture
· 5 years ago
38426dd
sensorhandler: ipmi_sen_get_sdr: invert logic check
by Patrick Venture
· 5 years ago
99adf2b
Revert "Add system interface as the channel for the legacy interface"
by Tom Joseph
· 5 years ago
152e98c
Add system interface as the channel for the legacy interface
by Tom Joseph
· 5 years ago
92d8119
user_mgmt: update default ipmi_user.json file.
by Saravanan Palanisamy
· 5 years ago
9da3a75
SensorReading: Move set SensorReading to new API.
by Deepak Kumar Sahu
· 5 years ago
9cf8562
sensordatahandler: Throw on sensor's OperationalStatus
by Brandon Kim
· 5 years ago
24c771c
fru: support two time string formats
by Patrick Venture
· 5 years ago
f4a2085
gitignore: add test and coverage artifacts
by Patrick Venture
· 5 years ago
c26cc71
fru: remove assumption on object owner
by Patrick Venture
· 5 years ago
45e93cb
fru: use ipmifruproperty for property lookup
by Patrick Venture
· 5 years ago
c86045c
user_mgmt: Enable SOL payload access by default.
by Saravanan Palanisamy
· 5 years ago
83a0b84
sensorhandler: add accessor for entities singleton
by Patrick Venture
· 5 years ago
d957823
Sensorhandler: move get SDR info & reserve SDR to new API
by jayaprakash Mutyala
· 5 years ago
894d022
chassishandler: move set chassis cap to new api
by anil kumar appana
· 5 years ago
b755772
storagehandler: move get & reserve SEL to new API
by jayaprakash Mutyala
· 6 years ago
77381f1
user_layer: Add get/set user payload access.
by Saravanan Palanisamy
· 5 years ago
e5c9d2f
sensorhandler: fix type of get_reservation_id()
by Emily Shaffer
· 5 years ago
b60e840
storagehandler: move get sdr info to new API
by Pradeep Kumar
· 6 years ago
455ee0b
docs: add reviewing chapter to testing.md
by Emily Shaffer
· 5 years ago
00a553d
doc: add writing test chapter to testing.md
by Emily Shaffer
· 5 years ago
7a4ebde
docs: add chapter on running tests
by Emily Shaffer
· 5 years ago
a3a1cdc
docs: add initial testing.md outline
by Emily Shaffer
· 5 years ago
b5248c9
Fix privilege level for Read FRU Data command
by Jason M. Bills
· 5 years ago
3de424c
Use xyz.openbmc_project.State.Chassis for IPMI chassis status
by Jason M. Bills
· 5 years ago
bc996a3
Fix power restore policy input parameter check
by Jason M. Bills
· 5 years ago
2c7db1d
storagehandler: move Add SEL to new API
by anil kumar appana
· 5 years ago
23d0644
Use boost::asio::post() instead of io->post()
by Vernon Mauery
· 6 years ago
1a4beed
Defining session const for multi net session mgmt
by Suryakanth Sekar
· 5 years ago
b90a532
rewrite Get System GUID to use new provider API
by Vernon Mauery
· 6 years ago
7453544
yaml: drop execute permissions from yaml files
by Brad Bishop
· 5 years ago
61d8dcc
Add an option to exclude libuserlayer from host-ipmid
by ofery
· 5 years ago
0b979b6
Remove unused function convertCurrentChannelNum(uint8_t)
by Vernon Mauery
· 5 years ago
6fd812d
Add get channel payload version command
by Ayushi Smriti
· 6 years ago
f609289
user_channel: Get Channel Payload Support command refactor
by Vernon Mauery
· 6 years ago
2a5d8d1
autotools: fix broken out of tree builds
by Brad Bishop
· 5 years ago
c419680
user_mgmt: Fix error message with file name
by Richard Marian Thomaiyar
· 5 years ago
02650d5
User-mgmt: Add IPMI user pam authenticate check API
by Ayushi Smriti
· 5 years ago
ea1c401
Modify Get Device ID to use Context::bus
by Vernon Mauery
· 5 years ago
a3dd766
unpack static assert on unsupported types
by Vernon Mauery
· 5 years ago
33298af
Add sdbusplus::asio::connection pointer to ipmi::Context
by Vernon Mauery
· 5 years ago
db2e8c4
storagehandler: move get & set SEL time to new API
by jayaprakash Mutyala
· 6 years ago
f4e3851
Chassishandler: Add chassis identify state support for chassis status command
by Yong Li
· 5 years ago
70ce735
chassishandler: add AC failed bit support for chassis status
by Yong Li
· 5 years ago
6f1e978
Updates get channel info command to use the new provider API
by Vernon Mauery
· 6 years ago
bc5e9ba
channelcmds: move get channel access to new IPMI provider API
by Richard Marian Thomaiyar
· 6 years ago
89e4bf2
channelcmds: move set channel access to new ipmi provider API
by NITIN SHARMA
· 6 years ago
67c5e5d
Add support for removable media/Floppy
by Jia, chunhui
· 6 years ago
fdb8389
Return error if the input data is larger than expected
by Yu Ren
· 5 years ago
1554132
rewrite Get Device GUID to use new provider API
by Vernon Mauery
· 6 years ago
572bac1
Remove the global warm reset ipmi command
by Yong Li
· 5 years ago
5ed3959
Update current channel mechanism to be usable by netipmid
by Vernon Mauery
· 5 years ago
6d5b2f7
Get Chassis Status should not bail if button interfaces are not present
by Vernon Mauery
· 5 years ago
e004e22
user-mgmt: Update user data file, only for sync.
by Richard Marian Thomaiyar
· 6 years ago
5f7ac71
Fix dependencies on auto-generated code
by Vernon Mauery
· 6 years ago
4a8a4eb
rewrite Get Chassis Status command
by Vernon Mauery
· 6 years ago
e278ead
ipmid: Update set chassis power restore policy
by Vernon Mauery
· 6 years ago
16b8693
remove usage of sdbusplus::message::variant
by Vernon Mauery
· 6 years ago
23b7021
Legacy D-Bus interface must set yield_context
by Vernon Mauery
· 5 years ago
687df40
user-mgmt: sync ipmi user & channel conf file
by Richard Marian Thomaiyar
· 6 years ago
4e6d257
apphandler: move get ACPI power state to new API
by Deepak Kumar Sahu
· 6 years ago
bbf8bd6
sensordatahandler: Support empty inventory interfaces
by Santosh Puranik
· 6 years ago
f865dea
Return invalid data length (0xc7) for commands not properly unpacked
by Vernon Mauery
· 6 years ago
b0c794d
storagehandler: move get FRU area info to new API
by Pradeep Kumar
· 6 years ago
94930a1
apphandler: catch exceptions in getting bmc state
by Patrick Venture
· 6 years ago
Next »