summaryrefslogtreecommitdiff
path: root/lib/ipmi_channel.c
Commit message (Expand)AuthorAgeFilesLines
* Finalize refactoring of string comparisonsAlexander Amelkin2020-06-101-11/+10
* channel: Refactor set_user_access option processingAlexander Amelkin2020-06-101-27/+59
* Refactor string comparisonsJiang Junyu2020-06-101-16/+16
* channel: Fix buffer overflowChrostoper Ertl2020-02-041-1/+4
* event: Fix event submission via SSIFAlexander Amelkin2019-07-021-10/+31
* lanplus: RefactoringAlexander Amelkin2018-11-011-64/+100
* lanplus: Auto-select 'best' cipher suite availableVernon Mauery2018-11-011-127/+115
* Refactoring: optimize pointer checksAlexander Amelkin2018-08-211-8/+8
* Refactoring: get rid of superfluous comparisonsAlexander Amelkin2018-08-211-9/+10
* general: Fix several misspellingsThorsten Horstmann2018-08-061-1/+1
* ID:457 - Display User ID enable/disable statusZdenek Styblik2016-08-211-1/+2
* ID:399 - Fixed channel getciphers command.Dmitry Bazhenov2015-11-061-1/+1
* ID:398 - Fixed channel setaccess command.Dmitry Bazhenov2015-11-061-1/+1
* ID:392 - _ipmi_get_user_name() work-around for some BMCsZdenek Styblik2015-10-091-1/+4
* _ipmi_set_channel_access() - zero-out variable data before useZdenek Styblik2015-02-031-0/+1
* Add _ipmi_set_channel_access() functionZdenek Styblik2015-02-031-0/+60
* Put functions in ipmi_channel.c in A-Z orderZdenek Styblik2015-01-171-245/+249
* Re-work ccode eval in ipmi_get_channel_medium()Zdenek Styblik2015-01-161-6/+4
* Remove unused variable from ipmi_get_channel_cipher_suites()Zdenek Styblik2015-01-161-4/+0
* Print error message to STDERR in ipmi_channel.cZdenek Styblik2015-01-161-1/+1
* Hook ipmi_get_channel_medium() to new _ipmi_get_*() functionsZdenek Styblik2015-01-161-26/+13
* Hook ipmi_get_channel_info() to _ipmi_get_*()Zdenek Styblik2015-01-161-83/+36
* Add _ipmi_get_channel_access() and _ipmi_get_channel_info()Zdenek Styblik2015-01-161-0/+90
* ipmi_get_user_access() - change var name 'userid' to 'user_id'Zdenek Styblik2015-01-131-4/+4
* Add documentation to 'getaccess' and 'setaccess' functionsZdenek Styblik2015-01-111-0/+14
* Hook ipmi_user_priv() to _ipmi_set_user_access()Zdenek Styblik2015-01-091-1/+1
* Re-work 'channel getaccess' and 'channel setaccess'Zdenek Styblik2015-01-081-151/+96
* ID:355 - Fix ``ISO C forbids omitting the middle term of a ?: expression''Zdenek Styblik2014-12-301-1/+1
* Replace deprecated bzero() with memset()Zdenek Styblik2014-12-231-2/+1
* Fix user input validation in Channel and User sub-commandsZdenek Styblik2014-12-221-33/+14
* Cleanup if/else in ipmi_channel_main()Zdenek Styblik2014-12-221-42/+50
* Cleanup of code formatting in ipmi_channel.cZdenek Styblik2014-12-221-164/+153
* Move all files one level up in the file hierarcy, to avoid the useless ipmito...Petter Reinholdtsen2014-02-051-0/+903