Name
Date
Size
#Lines
LOC

..--

command/H--2,8411,885

sol/H--1,407861

subprojects/H--4130

test/H--528314

.clang-formatH A D03-Feb-20253.7 KiB137135

.gitignoreH A D04-Jul-202244 43

LICENSEH A D28-Jul-201611.1 KiB202169

OWNERSH A D22-Jul-20221.6 KiB4944

README.mdH A D05-Aug-2024206 149

auth_algo.cppH A D03-Feb-20252.3 KiB9172

auth_algo.hppH A D03-Feb-20256.8 KiB22096

comm_module.cppH A D26-Jul-20212.3 KiB7359

comm_module.hppH A D12-Oct-20181.5 KiB4229

command_table.cppH A D03-Feb-20255.4 KiB162131

command_table.hppH A D03-Feb-20256.6 KiB277139

crypt_algo.cppH A D03-Feb-20256.9 KiB214107

crypt_algo.hppH A D03-Feb-20256.5 KiB20573

endian.hppH A D12-Oct-20181.4 KiB8577

integrity_algo.cppH A D03-Feb-20254.7 KiB150107

integrity_algo.hppH A D10-May-202310.6 KiB32098

main.cppH A D23-Oct-20243 KiB12491

main.hppH A D03-Jul-2022405 1710

meson.buildH A D30-Jan-20252.8 KiB114101

meson.optionsH A D15-Aug-2023339 2118

message.hppH A D16-Aug-20247.5 KiB267167

message_handler.cppH A D30-Jan-20256.4 KiB234177

message_handler.hppH A D16-Aug-20244.7 KiB15660

message_parsers.cppH A D03-Feb-202515.1 KiB467344

message_parsers.hppH A D03-Feb-20257.7 KiB308131

phosphor-ipmi-net@.serviceH A D16-Jul-2024434 2017

phosphor-ipmi-net@.socketH A D05-Apr-2023159 117

prng.hppH A D24-Oct-2018241 1713

rmcp.hppH A D17-May-20201.3 KiB3515

sd_event_loop.cppH A D06-Feb-20247.4 KiB263226

sd_event_loop.hppH A D23-Oct-20243.2 KiB11372

session.hppH A D16-Aug-20248.6 KiB313183

sessions_manager.cppH A D03-Feb-202511.2 KiB354276

sessions_manager.hppH A D03-Feb-20254.8 KiB16876

socket_channel.hppH A D16-Aug-20247.9 KiB246155

sol_module.cppH A D10-Mar-20221.7 KiB5846

sol_module.hppH A D02-Apr-2017178 158

README.md

1# phosphor-net-ipmid
2
3## To Build
4
5To build this package, do the following steps:
6
7```sh
81. ./bootstrap.sh
92. ./configure ${CONFIGURE_FLAGS}
103. make
11```
12
13To clean the repository run `./bootstrap.sh clean`.
14