summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Data checking fix for watchdog set/get commandsYong Li2019-10-113-26/+31
* add "set system info" commandJia, chunhui2019-10-111-15/+108
* transporthandler: Rewrite + New HandlerWilliam A. Kennington III2019-09-277-1215/+993
* Implemented close session cmd in host interfaceRajashekar Gade Reddy2019-09-256-0/+336
* Fix: execute get channel cipher suite in lan chanAyushi Smriti2019-09-251-0/+9
* Fix: refactor get channel cipher suite commandAyushi Smriti2019-09-254-78/+57
* Handle exceptions correctly in GetSelTime and SetSelTimeTom Joseph2019-09-251-2/+2
* Channel: Fix atomic lock issue for file copyRichard Marian Thomaiyar2019-09-241-0/+3
* Static code analysis scan issue fixChen,Yugang2019-09-233-4/+5
* Update GetSystemInfo with new APIJia, chunhui2019-09-231-132/+61
* drop entity YAML in favor of json provided filePatrick Venture2019-09-196-118/+30
* sensorhandler: use entity-map from json if filledPatrick Venture2019-09-193-5/+57
* entitymap: move accessor to separate modulePatrick Venture2019-09-174-15/+14
* move sensors into ipmi::sensor namespacePatrick Venture2019-09-173-19/+39
* move entities into ipmi::sensor namespacePatrick Venture2019-09-172-6/+18
* writeentity: add missing header utilityPatrick Venture2019-09-171-0/+2
* fix logic error for unpack vector of tupleVernon Mauery2019-09-162-8/+56
* Change yield from ptr to objectJames Feist2019-09-133-5/+5
* Watchdog: move get and set watchdog to new api.Deepak Kumar Sahu2019-09-105-106/+166
* Move i2c WR api into libipmidYong Li2019-08-303-42/+80
* Add compile option to disable white list checking for I2C master WR commandYong Li2019-08-302-1/+25
* legacy handlers need a bigger bufferVernon Mauery2019-08-301-4/+3
* Added VLAN ID checking condition in Set LAN configSuryakanth Sekar2019-08-282-1/+15
* Set/Get LAN conf 0xCC return for invalid LAN chnlSuryakanth Sekar2019-08-271-1/+13
* entitymap: add json file loading if presentPatrick Venture2019-08-232-0/+30
* entitymap: add json parsing supportPatrick Venture2019-08-205-0/+327
* user_channel: passwd_mgr: minor cleanup from cppcheckPatrick Venture2019-08-201-3/+4
* user_channel: user_mgmt: minor cleanup from cppcheckPatrick Venture2019-08-201-2/+3
* sensorhandler: ipmi_sen_get_sdr: drop null checkPatrick Venture2019-08-201-5/+0
* sensorhandler: ipmi_sen_get_sdr: invert logic checkPatrick Venture2019-08-201-80/+82
* Revert "Add system interface as the channel for the legacy interface"Tom Joseph2019-08-201-2/+1
* Add system interface as the channel for the legacy interfaceTom Joseph2019-08-181-1/+2
* user_mgmt: update default ipmi_user.json file.Saravanan Palanisamy2019-08-161-0/+4
* SensorReading: Move set SensorReading to new API.Deepak Kumar Sahu2019-08-131-40/+53
* sensordatahandler: Throw on sensor's OperationalStatusBrandon Kim2019-08-124-0/+67
* fru: support two time string formatsPatrick Venture2019-08-081-3/+26
* gitignore: add test and coverage artifactsPatrick Venture2019-08-081-3/+3
* fru: remove assumption on object ownerPatrick Venture2019-08-011-7/+25
* fru: use ipmifruproperty for property lookupPatrick Venture2019-08-012-6/+7
* user_mgmt: Enable SOL payload access by default.Saravanan Palanisamy2019-08-011-29/+33
* sensorhandler: add accessor for entities singletonPatrick Venture2019-07-311-7/+16
* Sensorhandler: move get SDR info & reserve SDR to new APIjayaprakash Mutyala2019-07-303-71/+44
* chassishandler: move set chassis cap to new apianil kumar appana2019-07-251-53/+54
* storagehandler: move get & reserve SEL to new APIjayaprakash Mutyala2019-07-252-65/+61
* user_layer: Add get/set user payload access.Saravanan Palanisamy2019-07-196-0/+534
* sensorhandler: fix type of get_reservation_id()Emily Shaffer2019-07-121-1/+1
* storagehandler: move get sdr info to new APIPradeep Kumar2019-07-052-34/+18
* docs: add reviewing chapter to testing.mdEmily Shaffer2019-06-251-0/+37
* doc: add writing test chapter to testing.mdEmily Shaffer2019-06-251-0/+279
* docs: add chapter on running testsEmily Shaffer2019-06-251-2/+134
OpenPOWER on IntegriCloud