Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
d1bd8c48c0ae67a1f7fba91b0705a4d5aca027fc
« Previous
4026e44
Fix response length for Set user access command
by Richard Marian Thomaiyar
· 6 years ago
047412c
configure: Fix literal usage in AS_IF
by William A. Kennington III
· 6 years ago
15bc918
build: fix pam library inclusion and usage
by Patrick Venture
· 6 years ago
12ca691
build: drop linking of libssl
by Patrick Venture
· 6 years ago
a45cb34
Update const uint8_t& to const uint8_t
by Richard Marian Thomaiyar
· 6 years ago
ae4b040
Implement set chassis capabilities IPMI commands
by Yong Li
· 6 years ago
316f23d
ipmid: host-cmd-manager to use default event source for timers
by Vernon Mauery
· 6 years ago
4fe7efe
build: Fix Makefile_am: drop LIBPAM
by Patrick Venture
· 6 years ago
e04c004
build: Fix crypto reference in Makefile_am
by Patrick Venture
· 6 years ago
77ff3fe
users: gcc8: fix stringop-truncation warnings
by Brad Bishop
· 6 years ago
b975c40
ipmid: Use sd_event_loop()
by Andrew Jeffery
· 6 years ago
1a4117b
storage: gcc8: standardize use of std::filesystem
by Brad Bishop
· 6 years ago
1990c85
gitignore: add all *.lo files to ignore list
by Patrick Venture
· 6 years ago
aab2023
transporthandler: LanParam enum -> enum class
by William A. Kennington III
· 6 years ago
39f94ef
transporthandler: Use switch when applicable
by William A. Kennington III
· 6 years ago
7a3479e
transporthandler: Convert ints to enum
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
9cc0ea5
dcmihandler: use visitor to pull sensor values
by James Feist
· 6 years ago
c64f802
makefile cleanup
by Patrick Venture
· 6 years ago
15e95f2
move HOST_IPMI_LIB_PATH to configure.ac
by Patrick Venture
· 6 years ago
62c3e2c
gitignore: add coverage and test generated files
by Patrick Venture
· 6 years ago
282e79b
Add test & user enabled state in set user password
by Richard Marian Thomaiyar
· 6 years ago
f4b2b09
Added suppport to convert self channel number.
by ssekar
· 6 years ago
9613ed7
Synchronize channel info between network and ipmi
by AppaRao Puli
· 6 years ago
071f3f2
IPMI Channel commands implementation
by AppaRao Puli
· 6 years ago
b849110
Add kcs selfchannel support & define for LAN too
by ssekar
· 6 years ago
18d7726
Implement IPMI ACPI set/get commands
by Yong Li
· 6 years ago
46590a3
ipmid: use the default system bus
by Vernon Mauery
· 6 years ago
5a6b636
Basic IPMI User Management Support
by Richard Marian Thomaiyar
· 7 years ago
ad359eb
host-ipmid: add more ipmi error codes
by Patrick Venture
· 6 years ago
42bed64
IPMI password entry cleanup
by Richard Marian Thomaiyar
· 6 years ago
b29b5ab
Handling delete password entry from ipmi-pass
by AppaRao Puli
· 6 years ago
4654d99
Add first user layer support.
by Richard Marian Thomaiyar
· 7 years ago
331f5d5
Add well-known name
by James Feist
· 6 years ago
d3e57d7
Correct spelling of timestamp variable
by Jason M. Bills
· 6 years ago
4f67cc3
softoff: Convert to sdeventplus loop
by William A. Kennington III
· 6 years ago
438fb79
read_fru_data: use structured bindings in fru loop
by Patrick Venture
· 6 years ago
b0431c7
read_fru_data: use std::find_if instead of raw loop
by Patrick Venture
· 6 years ago
98c7bfc
build: set language to C++
by Patrick Venture
· 6 years ago
c49daa3
app/channel: fixup c-style casting
by Patrick Venture
· 6 years ago
4491a46
cleanup: scope reduction
by Patrick Venture
· 6 years ago
85f9819
MAINTAINERS: Update Emily's IRC nick
by Emily Shaffer
· 6 years ago
2edd0e6
host-ipmid: ipmid-api: drop extern C linking
by Patrick Venture
· 6 years ago
687a436
configure: Use generic CXX compiler macro
by William A. Kennington III
· 6 years ago
007400c
configure: Don't check for sdbusplus twice
by William A. Kennington III
· 6 years ago
4c00802
Convert variant usage to std interface
by William A. Kennington III
· 6 years ago
1181af7
Use the common timer class
by Vernon Mauery
· 6 years ago
3754442
Remove direct uses of mapbox
by James Feist
· 6 years ago
2e63352
cleanup: transition to find_if
by Patrick Venture
· 6 years ago
64678b8
cleanup: exception catching by reference
by Patrick Venture
· 6 years ago
d99148b
cleanup: c-style casting
by Patrick Venture
· 6 years ago
4d1a5dd
Fix the exponent B in writesensors mako template
by Kirill Pakhomov
· 6 years ago
4001191
types: Convert ScaledOffset to double
by Emily Shaffer
· 6 years ago
13e67c8
Fix IPMI SEL reservations and cancellations
by Jason M. Bills
· 6 years ago
1cd8596
Fix clang-format issue in sensorhandler.cpp
by Jason M. Bills
· 6 years ago
021f2d1
Fix compile error with g++ 7.3
by Yong Li
· 6 years ago
edb8bb0
apphandler: Fix buffer underflow in ipmi_app_get_device_guid
by Emily Shaffer
· 6 years ago
6c9ee51
sensorhandler: fix buffer overflow in Get SDR
by Emily Shaffer
· 6 years ago
0fbdbce
sensorhandler: fix buffer overrun in ipmi_fru_get_sdr
by Emily Shaffer
· 6 years ago
fdfe501
openbmc oem code: add ethStatsCmd
by Patrick Venture
· 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
dde78e0
oemrouter: add std namespace where missing
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
c6713cf
Implement chassis set power restore policy command
by Yong Li
· 6 years ago
069db2f
apphandler: Add storage for Get/Set System Info Parameter
by Xo Wang
· 7 years ago
ba23ff7
sensorhandler: Remove legacy functions
by Adriana Kobylak
· 6 years ago
bae471c
app/watchdog: Only log internal failures once
by William A. Kennington III
· 6 years ago
1f4bc1f
storagehandler: add missing cstdint header
by Patrick Venture
· 6 years ago
a20f8e3
openbmc oem code: add blobTranserCmd
by Patrick Venture
· 6 years ago
e59abfb
Handle SdBusError exception in SEL commands
by Tom Joseph
· 6 years ago
dd0459e
add iana header to store OEM Numbers
by Patrick Venture
· 6 years ago
0b02be9
add .clang-format
by Patrick Venture
· 6 years ago
26f80ab
add missing header: map
by Patrick Venture
· 6 years ago
33f9fee
Add -flto to CXXFLAGS
by Andrew Geissler
· 6 years ago
1e12112
Use visitor instead of pulling values directly
by James Feist
· 6 years ago
bed2699
Handle the case to turn off the Chassis Identify LED
by Tom Joseph
· 6 years ago
28565ac
Add flags to Makefile.am to build as c++17 and header-only boost
by Vernon Mauery
· 6 years ago
0248484
rename libapphandler.so to libipmi20.so
by Vernon Mauery
· 6 years ago
185b9f8
Standardize use of filesystem
by Vernon Mauery
· 6 years ago
c504657
add more files to the .gitignore list
by Vernon Mauery
· 6 years ago
49a33f9
Incorrect definition for Chassis net functions
by Kuiying Wang
· 6 years ago
6f2c8cd
Add empty default match argument for getAllDbusObjects
by Vernon Mauery
· 6 years ago
b898cde
Validate Mfg Date/Time in Board Info Area
by Nagaraju Goruganti
· 6 years ago
79c7c85
test: disable OEM router unit-tests
by Patrick Venture
· 6 years ago
4a58985
Add OemRouter facility.
by Peter Hanson
· 7 years ago
15309ef
Clear host command queue on a power on
by Matt Spinler
· 6 years ago
1500a64
Correct the formatting of the network commands document
by Tom Joseph
· 6 years ago
ebc886f
Fix to return sane error code
by Richard Marian Thomaiyar
· 6 years ago
1469f8a
app/watchdog_service: More useful error output
by William A. Kennington III
· 6 years ago
c07e72c
Add code coverage for phosphor-host-ipmid.
by Emily Shaffer
· 6 years ago
f8e9e38
Docs: Add IPMI command cheatsheet
by Ratan Gupta
· 6 years ago
006d33c
Add double to ipmi::Value type
by James Feist
· 6 years ago
510eb9c
Use s.c_str() in log messages
by Joseph Reynolds
· 6 years ago
6706c1c
Fix D-Bus error from callback method invoked from async thread
by Marri Devender Rao
· 6 years ago
Next »