summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ID: 318 - ipmi_tsol.c: fix buffer overflowZdenek Styblik2014-05-291-4/+10
* ID: 306 - "fru print" command prints the FRU #0 twiceZdenek Styblik2014-05-251-1/+2
* ID: 305 - HPM.1 deferred activation support fixupZdenek Styblik2014-05-252-7/+13
* lib/ipmi_tsol.c - remove dead codeZdenek Styblik2014-05-241-7/+0
* lib/ipmi_tsol.c - make code formatting sanerZdenek Styblik2014-05-241-160/+159
* ID: 317 - ipmi_fwum.c: fix typoZdenek Styblik2014-05-241-2/+2
* ID: 315 - buildsystem: configure.in is deprecatedZdenek Styblik2014-05-241-0/+0
* ID: 316 - Directory debian is outdatedZdenek Styblik2014-05-249-622/+0
* ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-workZdenek Styblik2014-05-191-1453/+1441
* ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-workZdenek Styblik2014-05-181-4/+0
* ID: 46 - SEL OEM record corner caseZdenek Styblik2014-05-171-2/+2
* Changes Integrated since 1.8.14RC2IPMITOOL_1_8_14Jim Mankovich2014-05-051-1/+3
* ID: 311 man page update for new sunoem commandsJim Mankovich2014-05-051-24/+107
* ID: 280 - man page cleanupJim Mankovich2014-04-291-3/+0
* Make comment about 'source offset' explicitZdenek Styblik2014-04-261-1/+1
* ID: 308 - "fru edit" no longer works for non-zero fieldsZdenek Styblik2014-04-251-9/+9
* ID: 310 - lanplus retry regressionZdenek Styblik2014-04-251-7/+3
* Add ticket IDs, if we have oneZdenek Styblik2014-04-181-7/+9
* Add hpm2.h to list of distributed include filesIPMITOOL_1_8_14RC2Jim Mankovich2014-04-171-1/+1
* Update ChangeLog for 1.8.14RC2 changesJim Mankovich2014-04-171-0/+6
* Incorrect byteswap in SOL maximum payload codeAnton Blanchard2014-04-121-11/+0
* Fix build error in HPM.2 codeAnton Blanchard2014-04-121-0/+1
* ID: 300 - new sunoem functionalityZdenek Styblik2014-04-092-296/+1887
* ID: 144 - Fix 'dcmi power set_limit action <value>'Zdenek Styblik2014-04-081-12/+139
* ID:302 - HPM.2 long message supportZdenek Styblik2014-04-0815-52/+741
* Add new SEL entries for ipmi 2.0 rev 1.1Jordan Hargrave2014-04-051-0/+8
* Update ipmtool version to 1.8.14-cvsIPMITOOL_1_8_14RC1Jim Mankovich2014-03-281-1/+1
* Update For 1.8.14 ReleaseJim Mankovich2014-03-281-0/+32
* ID: 299 - openipmi plugin writes zero to wrong byteZdenek Styblik2014-03-271-1/+1
* ID: 301 - Add OS/Hypervisor installation status eventsZdenek Styblik2014-03-271-0/+4
* ID: 298 - fix LANplus retryZdenek Styblik2014-03-231-38/+67
* ID: 295 - inform user if SOL session disconnectedZdenek Styblik2014-03-231-1/+1
* ID: 297 - don't print-out SEL entry if ID not presentZdenek Styblik2014-03-231-1/+5
* ID:296 - Fix PSD size decodingZdenek Styblik2014-03-231-3/+11
* Add options to chassis bootparam set bootflagJim Mankovich2014-03-112-17/+255
* ID: 293 - Use of uninitialized variable in ipmi_main()Zdenek Styblik2014-02-271-1/+2
* Properly handle plugin non-zero target adddress with -t specification Bug 292Jim Mankovich2014-02-101-7/+9
* Move all files one level up in the file hierarcy, to avoid the useless ipmito...Petter Reinholdtsen2014-02-05171-0/+0
* Add myself to AUTHORS to test git commit emails.Petter Reinholdtsen2014-01-311-0/+1
* Add link to commit archive to test git commit emails.Petter Reinholdtsen2014-01-311-0/+2
* Typo, missing semicolon.Petter Reinholdtsen2014-01-312-2/+2
* Use TIOCFLUSH if TCFLSH is missing to get the serial plugin building on Hurd.Petter Reinholdtsen2014-01-302-1/+14
* Disable imb and open plugins by default on Hurd. The platform lack the requi...Petter Reinholdtsen2014-01-301-0/+5
* Change serial plugin to only try to disable the IUCLC serial line flag on pla...Petter Reinholdtsen2014-01-302-2/+13
* Add missing break; in switch block (Coverity CID 1149010).Petter Reinholdtsen2014-01-151-0/+1
* Add missing format string placeholder (Coverity CID 1149038).Petter Reinholdtsen2014-01-151-1/+1
* Add missing format string placeholder (Coverity CID 1149037).Petter Reinholdtsen2014-01-151-1/+1
* Add missing format string placeholder (Coverity CID 1149036).Petter Reinholdtsen2014-01-151-1/+1
* Set pointer to NULL just after free() two other places too.Petter Reinholdtsen2014-01-111-0/+2
* Make sure to set free()ed pointer to NULL immediately, as specified byPetter Reinholdtsen2014-01-111-0/+1