- 6188088 Fix get session info return wrong session handle by Brian Ma · 2 years, 4 months ago
- 886d684 apphandler: Use std::from_chars to convert string to char instead by Willy Tu · 2 years, 5 months ago
- 5d82f47 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 3 months ago
- bfd3a17 apphandler: Add firmware_revision support for ipmi config by Willy Tu · 2 years, 5 months ago
- 11d6889 cleanup: Remove all warning errors for the Meson build support by Willy Tu · 2 years, 10 months ago
- c1f5aca apphandler: Fix Device Revision being 0 by Brandon Kim · 2 years, 8 months ago
- 27a62ec Fix firmware revision is always 0.00 by JeffLin · 3 years ago
- 7adc5a1 Correct IPMI firmware revision report by Hieu Huynh · 3 years, 1 month ago
- a2ad2da catch exceptions as const by Patrick Williams · 3 years, 1 month ago
- c2af98b Master Write-Read: Validate reserved field content by Jayaprakash Mutyala · 3 years, 2 months ago
- ef1259b exception: switch to public sdbus exception by Patrick Williams · 3 years, 2 months ago
- c178948 Fix for not allow out-of-bounds read in IPMI chnl by Meera-Katta · 3 years, 6 months ago
- 7fd91fa Change read count to 255 in Master Write-Read Cmd by Joshi-Mansi · 3 years, 5 months ago
- a5ae772 apphandler: Fix for get system info command by Snehalatha V · 4 years, 6 months ago
- 80207e6 apphandler: Fix for total session slots count by Jayaprakash Mutyala · 4 years, 4 months ago
- 3c5e413 apphandler: Fix for set system Info parameter cmd by jayaprakash Mutyala · 4 years, 6 months ago
- c2566a9 apphandler: Fix for get system info command by jayaprakash Mutyala · 4 years, 6 months ago
- e7e8b81 rewrite Get Session Info to use new yielding D-Bus API by Vernon Mauery · 5 years ago
- 520c131 apphandler: move set acpi power state to new api. by Deepak Kumar Sahu · 5 years ago
- 4d22640 Added sessionId context in host-ipmid, used by GetSessionInfo by Rajashekar Gade Reddy · 5 years ago
- 5a98ea6 Updated privileges for IPMI commands by AppaRao Puli · 5 years ago
- 79b4eea Fix permissions on Get Channel Cipher Suites command by Vernon Mauery · 5 years ago
- f71444d Implemented get session info cmd in host interface by Rajashekar Gade Reddy · 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
- 5c3b72c Fix: refactor get channel cipher suite command by Ayushi Smriti · 5 years ago
- 98b43ba Update GetSystemInfo with new API by Jia, chunhui · 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
- b90a532 rewrite Get System GUID to use new provider API by Vernon Mauery · 6 years ago
- ea1c401 Modify Get Device ID to use Context::bus by Vernon Mauery · 5 years ago
- 1554132 rewrite Get Device GUID to use new provider API by Vernon Mauery · 6 years ago
- 4e6d257 apphandler: move get ACPI power state to new API by Deepak Kumar Sahu · 5 years ago
- 94930a1 apphandler: catch exceptions in getting bmc state by Patrick Venture · 6 years ago
- 84bf9be apphandler: Master write read - whitelist filter by Richard Marian Thomaiyar · 6 years ago
- f442e11 move variant to std namespace by Vernon Mauery · 6 years ago
- 11df4f6 rewrite Reset Watchdog Timer command to use new provider API by Vernon Mauery · 6 years ago
- f2587fc Fix up Get Device ID to use the new return helpers by Vernon Mauery · 6 years ago
- e08fbff Only include ipmid/api.hpp for the new API by Vernon Mauery · 6 years ago
- 6c90b04 remove app wildcard handler by Vernon Mauery · 6 years ago
- cc99ba4 rewrite Get BT Capabilities using new provider API by Vernon Mauery · 6 years ago
- b84a528 rewrite Get Self Test Results to use new provider API by Vernon Mauery · 6 years ago
- 86a5082 rewrite Get Device ID using new provider API by Vernon Mauery · 6 years ago
- 0120b68 update apphandler #include to match style by Vernon Mauery · 6 years ago
- d2a57de Remove old channel commands by Vernon Mauery · 6 years ago
- 392050f remove legacy ipmid.cpp and ipmid.hpp by Vernon Mauery · 6 years ago
- bdda800 Remove experimental filesystem splice by Vernon Mauery · 6 years ago
- 3325024 move types.hpp to ipmid/types.hpp for export by Vernon Mauery · 6 years ago
- 6a98fe7 Move util.cpp/util.hpp to libipmid by Vernon Mauery · 6 years ago
- 194375f Create libipmid and libipmid-host by William A. Kennington III · 6 years ago
- 343d061 libipmi: Decouple user commands by William A. Kennington III · 6 years ago
- dfad486 std::variant: Fix new instances of mapbox specific calls by William A. Kennington III · 6 years ago
- 071f3f2 IPMI Channel commands implementation by AppaRao Puli · 6 years ago
- 18d7726 Implement IPMI ACPI set/get commands by Yong Li · 6 years ago
- 5a6b636 Basic IPMI User Management Support by Richard Marian Thomaiyar · 7 years ago
- 4c00802 Convert variant usage to std interface by William A. Kennington III · 6 years ago
- edb8bb0 apphandler: Fix buffer underflow in ipmi_app_get_device_guid by Emily Shaffer · 6 years ago
- b51bf9c add std namespace prefix to common methods by Patrick Venture · 6 years ago
- 3a5071a move filesystem inclusion to bottom of list by Patrick Venture · 6 years ago
- 586d35b replaced c headers with cpp where applicable by Patrick Venture · 6 years ago
- 46470a3 rename headers to match style by Patrick Venture · 6 years ago
- 8765133 apphandler: Add "System Name" System Info parameter by Xo Wang · 7 years ago
- f542e8b apphandler: Implement Get/Set System Info Parameter by Xo Wang · 7 years ago
- ba19c18 Get Device ID: Add handling of availability bit by Alexander Amelkin · 6 years ago
- 1322768 Implement Set Channel access command by Tom Joseph · 6 years ago
- 0b02be9 add .clang-format by Patrick Venture · 6 years ago
- 185b9f8 Standardize use of filesystem by Vernon Mauery · 6 years ago
- 5fb1460 Reducing IPMI logging footprint by Aditya Saripalli · 7 years ago
- 7cbe228 Implement Get Channel Cipher Suites command by Tom Joseph · 7 years ago
- 93b07d2 setlan: Remove registration of handler for Set Channel Access by Ratan Gupta · 7 years ago
- af8a098 Change the byte order for aux firmware revision by Tom Joseph · 7 years ago
- 744398d Remove use of legacy inventory interface by Nagaraju Goruganti · 7 years ago
- 16852b5 Remove unused variables. by Nagaraju Goruganti · 7 years ago
- 73f4451 watchdog: Implements the Watchdog Get Command by William A. Kennington III · 7 years ago
- 61d5f7b watchdog: Reorganize header and function names by William A. Kennington III · 7 years ago
- d211702 apphandler.cpp: fix-up 80 chars by Patrick Venture · 7 years ago
- 5e007a5 DCMI : Implement Get System GUID command by Marri Devender Rao · 7 years ago
- a1adb07 Get Device ID - JSON by David Cobbley · 7 years ago
- 2b7e07d IPMI device ID command mismatch with BMC current side issue fix. by Dinesh Chinari · 7 years ago
- 8991dd6 Spelling fixes by Gunnar Mills · 7 years ago
- 5794fcf apphandler: channel: split out commands by Patrick Venture · 7 years ago
- 5e6ac71 watchdog: split out commands by Patrick Venture · 7 years ago
- 1fe5c83 Don't set/get zeroconfig address if other IP address is present by Nagaraju Goruganti · 7 years ago
- 0044524 Independently set the watchdog Interval when set by Patrick Venture · 7 years ago
- 62736ec SetLan: Make changes in set channel access to support ipsrc param by Ratan Gupta · 7 years ago
- 69fabfe Implement Get channel access command by Tom Joseph · 7 years ago
- 6c50ad9 Handle an action byte value of 0 in the set watchdog timer command by Patrick Venture · 7 years ago
- 533d03b Add support for vlan(set lan command) by Ratan Gupta · 7 years ago
- b8e9955 Move LAN handling commands to the new xyz interfaces by Ratan Gupta · 7 years ago
- e553638 apphandler: Fix version string leak in ipmi_app_get_device_id by Xo Wang · 7 years ago
- 8fc0988 Update watchdog command handler to use new watchdog daemon by Vishwanatha Subbanna · 7 years ago
- 0573237 Add privilege level for each IPMI command by Tom · 8 years ago
- 9e5232e Create library for System Interface Commands. by Tom · 8 years ago
- 88ad815 ipmid: Fix Get BT Interface Capabilities response by Adriana Kobylak · 8 years ago
- 3d0df91 Add transaction support to Set Lan Cmd and Set Channel Access Cmd by Nan Li · 8 years ago
- 41fa24a Add IPMI Get Self Test Results support by Nan Li · 8 years ago
- 819ddd4 Print failing object path after failed bus lookup by Brad Bishop · 8 years ago
- 8b47005 Ensure all tools are building with -Wall and -Werror by Matthew Barth · 8 years ago