Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
158ac7038736e50905ce7d6956fd6a794dbc54e2
« Previous
e7329c7
ipmid: Compiler-generated unpacking and packing of messages
by Vernon Mauery
· 6 years ago
1bb0c7f
ipmid: move channel code from libuserlayer to libchannellayer
by Vernon Mauery
· 6 years ago
99d1ba0
user_mgmt: drop c_str() when param is std::string
by Patrick Venture
· 6 years ago
489b8f4
include: Makefile_am: force symlink creation
by Patrick Venture
· 6 years ago
87c115f
gitignore: add entity-gen.cpp
by Patrick Venture
· 6 years ago
6719586
build: pkg anti-pattern: use defaults
by Patrick Venture
· 6 years ago
9c11894
Add support for Entity Association Record
by Jaghathiswari Rankappagounder Natarajan
· 6 years ago
0780df1
phosphor-host-ipmid: Add support for settable bit in FULL SDR
by Jaghathiswari Rankappagounder Natarajan
· 6 years ago
97c22e1
build: check for json header
by Patrick Venture
· 6 years ago
997a7a0
Create the libchannellayer library so it can split from libuserlayer
by Vernon Mauery
· 6 years ago
f7c9db0
Get the correct present countdown value when watchdog is stopped
by Yong Li
· 6 years ago
118907e
Add timer use field support in watchdog command
by Yong Li
· 6 years ago
2c2af2c
dcmihandler: Add DCMI Power management support check
by Kirill Pakhomov
· 6 years ago
a257362
dcmihandler: Add parameterization to JSON parser method.
by Kirill Pakhomov
· 6 years ago
4b0ddb6
Set init_priority attribute for global variables in shared lib
by Lei YU
· 6 years ago
cf05939
ipmi_fru_info_area: Handle exception during parsing of chassis type
by Oskar Senft
· 6 years ago
3342a8e
Platform event command
by Jia, Chunhui
· 6 years ago
4e1df08
eSEL: Remove code related to logging eSEL
by Tom Joseph
· 6 years ago
194375f
Create libipmid and libipmid-host
by William A. Kennington III
· 6 years ago
851acb1
Add request data length check to IPMI SEL commands
by Jason M. Bills
· 6 years ago
41ac505
Removing net.hpp and net.cpp because functionality moved
by Johnathan Mantey
· 6 years ago
cb89c0e
Changes to align with IPMI spec
by Yong Li
· 6 years ago
8841683
Acquire the NIC netmask
by Johnathan Mantey
· 6 years ago
74a2102
IPMI channel to NIC device mapping modified within JSON config file
by Johnathan Mantey
· 6 years ago
2dfe7f8
Move public variables to the class private space.
by Johnathan Mantey
· 6 years ago
4c0435a
Refactor the initialization of the channel data from the JSON
by Johnathan Mantey
· 6 years ago
e5c4f1d
Eliminate public function returning pointer to private class data
by Johnathan Mantey
· 6 years ago
f92261d
Update DBus initialization and use
by Johnathan Mantey
· 6 years ago
e19540e
Revert "eSEL: Remove unused code related to logging eSEL"
by Tom Joseph
· 6 years ago
73906b9
Use network interface name as channel name
by Richard Marian Thomaiyar
· 6 years ago
fc71115
transporthandler: Add IPV6 LAN parameters to enum
by Patrick Venture
· 6 years ago
9341160
Fix: Return error for invalid privileges
by Richard Marian Thomaiyar
· 6 years ago
b6771e0
Fix: Handle return codes for user commmands
by Richard Marian Thomaiyar
· 6 years ago
ef02401
Fix: Check reserved fields in channel cmds request
by Richard Marian Thomaiyar
· 6 years ago
57d4a83
Fix: NoAccess priv is tied with empty priv attr
by Richard Marian Thomaiyar
· 6 years ago
54fad6d
eSEL: Remove unused code related to logging eSEL
by Tom Joseph
· 6 years ago
161f20d
Removal of excess 16 bytes padding
by Richard Marian Thomaiyar
· 6 years ago
f301f04
Fix: Get Channel Cipher suite to list algo
by Richard Marian Thomaiyar
· 6 years ago
23df06f
Return error for password length bit mismatch
by Richard Marian Thomaiyar
· 6 years ago
5831712
ipmid: channel: add max transfer size property
by Vernon Mauery
· 6 years ago
5401250
ipmid: replace std::experimental::optional with std::optional
by Vernon Mauery
· 6 years ago
1e3455a
ipmid: use a common set of CXX flags across ipmid and provider libraries
by Vernon Mauery
· 6 years ago
48e5558
Change struct names to UpperCamelCase
by Richard Marian Thomaiyar
· 6 years ago
0021f84
Remove unused legacy code referencing org.openbmc.settings.Host
by Tom Joseph
· 6 years ago
343d061
libipmi: Decouple user commands
by William A. Kennington III
· 6 years ago
06df876
User commands updated to handle channel request
by Richard Marian Thomaiyar
· 6 years ago
f1d0e23
Channel commands updated to handle self channel
by Richard Marian Thomaiyar
· 6 years ago
a39208e
Add self channel number conversion function
by Richard Marian Thomaiyar
· 6 years ago
6e1ba9e
Doxygen comments for enum & structure
by Richard Marian Thomaiyar
· 6 years ago
43cb128
Refer SMS as regular KCS channel
by Richard Marian Thomaiyar
· 6 years ago
02710bb
Create / delete user with proper properties
by Richard Marian Thomaiyar
· 6 years ago
8b18941
ipmi_fru_info_area: Pad output buffer.
by Oskar Senft
· 6 years ago
40f59e2
ipmi_fru_info_area: Add support for chassis type
by Oskar Senft
· 6 years ago
9d7251c
ipmid: user_channel: fix include path for libuserlayer
by Vernon Mauery
· 6 years ago
785fb07
make: Build user_channel separately
by William A. Kennington III
· 6 years ago
2723f38
gitignore: Ignore libraries regardless of directory
by William A. Kennington III
· 6 years ago
8550b60
SetUserName to return success - for same user name
by Richard Marian Thomaiyar
· 6 years ago
812e44c
Fix units for fan RPM sensor
by Kirill Pakhomov
· 6 years ago
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
Next »