fe7d4375ad
- Update to version 2.0.37.1+git.ed1a49ee: * Some broken BMCs use an invalid padding length of 16 * Move to version 2.0.37 * lanserv: Add sysinfo.h to the makefile include list * lanserv: Set length on get chassis capability response * ipmi_sim: On a watchdog reset, stop the timer before starting * lanserv: Add platform event command handling
Thomas Renninger2025-09-19 13:15:31 +00:00
b538ecfa39
- Update to version 2.0.36.56+git.0a3a991: * lanserv: Mark serial channels special * sol: Refcount sol instance in ipmid_changed * lanserv: Set the channel info accurately for system interface * lanserv: Allow serial IPMI connections on channels besides 15 * lanserv: Add limits to the receive queue * lanserv: Add timing for messages * lanserv: Fix a bug in response handling for LAN messages * lanserv: Yet another message dup bug * lanserv: Fix a bug in message duplication * lanserv: Remove one more unnecessary memset * lanserv: Remove unnecessary memsets * lanserv: Add the cmd to the things check for response matching * lanserv: Add a function to allocate and free message * lanserv: Fix a memory leak * lanserv: Don't allocate a new message for SMI handling * lanserv: Rework naming and message handling a bit * lanserv: More malloc/free cleanups * lanserv: Clean up memory handling * lanserv: Remove functions from channel and use sysinfo * lanserv: Create and use a message queue type * lanserv: Separate out the receive queue * lanserv: Reduce the size of the sim_addr_t passed around * lanserv: Get lun 2 commands working * lanserv: Rework receive queue to not have a dummy first byte * lanserv: More message routing work * lanserv: More work on the message routing * lanserv: More rework * lanserv: More work on restructure * lanserv: Rework address names * lanserv: More restructuring on message handling * lanserv: Move check_msg_length() to serv.c * lanserv: Round-robin sessions * lanserv: Rework the send message handling * lan: Don't set reponse LUN to 2 in bridged messages * lanserv: Allow RMCP authtype for no session messages * github: Add readline to the dependencies * Remove support for UCD SNMP * ipmish: Fix snmp trap handling * lanserv: Use ssize_t for the return value of read() * lanserv: Get rid of the rmcpplus session member * lanserv: Preserve handle when clearing session data * lanserv: Don't allow user 0 to be configured * utils:md5: Handle data for md5 cannot be NULL * lanserv: Validate message ordering at authentication * lanserv: Don't assign session privilege until after auth is done * lanserv: Clear out session data on a close * utils: Check for NULL before freeing MD5 data * lib:lan: Reject a zero sid * sample: Fix data parsing in ipmicmd * ui: Pass in a sockaddr_in to SNMP trap handler * Fix gen_random() * lanserv: Check that authdata is initialized before cleanup
Thomas Renninger2025-04-14 09:13:28 +00:00
50f4295611
Accepting request 1203915 from systemsmanagement
Ana Guerrero2024-09-29 16:09:08 +00:00
41bf6bb5f5
- Fix bsc#1229910 CVE-2024-42934 by below 2 patches: * lanserv: Fix an issue with authorization range checking * lanserv: Check some bounds on incoming messages - Remove mainlined patches: D OpenIPMI-autoconf-m4-ax-python-devel-serial25.patch D OpenIPMI-c99.patch - Update to version 2.0.36.4+git.c114912: * strings: Fix an incorrect string in sensor type 0x1f * lanserv: Check that message and negotiated authtypes are the same * Update some strings for newer IPMI standards * Fix error report in startup_set_sel_time * Move to version 2.0.36 * lanserv: Fix an issue with authorization range checking * lanserv: Fix an issue logging an error on a message * include: Add a doc for the lifetime of ipmi_entity_get_fru() * Move to version 2.0.35 * lanserv: Check some bounds on incoming messages * Create SECURITY.md * swig: Cast some values to get proper passing of values * sample: Fix an snprintf overflow issue * ui: Fix an snprintf overflow issue * Add github actions * cmdlang: Remove yet more dead code * swig: Remove a double free * ui: More print issues * sensor: Remove more dead code * swig: Fix more resource leaks * Finish up error updates * ui: Fix a ton of formatting errors * cmdlang: Remove some dead code
Thomas Renninger2024-09-26 14:28:11 +00:00
7f4e3b5665
Accepting request 635292 from systemsmanagement
Yuchen Lin2018-09-18 09:39:19 +00:00
c0dad2dace
Accepting request 635048 from home:jengelh:branches:systemsmanagement
Thomas Renninger2018-09-12 10:05:52 +00:00
6a9348ad5f
OAD 0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch
Thomas Renninger2018-09-11 11:36:57 +00:00
4d6bd7de74
I also had to add the bootstrap file which seem to exist in git sources but not in the exported tarball, even it is not listed in .gitignore: A bootstrap
Thomas Renninger2018-09-10 15:36:17 +00:00
fe0460e762
I had to manually edit git diff v2.0.25.. and remove .gitignore deletion to patch succesfully. Build service wants to have the original .tar.gz tarball from sourceforge.
Thomas Renninger2018-09-10 14:56:36 +00:00
6044d06df9
This patch is mainline, already deleted in spec, also remove it from obs
Thomas Renninger2018-09-10 14:16:17 +00:00
034e2076fe
Accepting request 634248 from home:trenn:branches:systemsmanagement
Thomas Renninger2018-09-07 16:04:59 +00:00
39a1e9c7f0
Accepting request 634245 from home:trenn:branches:systemsmanagement
Thomas Renninger2018-09-07 16:03:04 +00:00
efc979a527
- Update to 2.0.21 Bugfix release - marvell: Add a command to directly set the duty cycle of the fans. - The IANA numbers are supposed to be in bytes 2-4 off responses to IANA commands, but they were not being put there. Fix this in the main IANA handling to do this automatically, and modify the command handling to strip the IANA from the command and add it to a message field. This makes handling of IANA commands more natural and allows standard message response generation to work. - Drop upstreamed patches: tcl-includes-moved.patch, new-names-for-new-variables, OpenIPMI-popt.patch, OpenIPMI-2.0.16-larger-ipmibuf.patch, do-fclose.patch, bug-854693_segv_sol.patch
Klaus Kämpf
2014-02-13 09:35:08 +00:00
543b90b0e4
Accepting request 214115 from systemsmanagement
Stephan Kulow
2014-01-17 10:05:00 +00:00
12f42c8f9b
- Update to 1.2.9. Without fixing build warnings for now..
Thomas Renninger2014-01-09 15:08:25 +00:00
cb0e9438fc
Accepting request 202949 from systemsmanagement
Tomáš Chvátal
2013-10-11 10:53:56 +00:00
8bfd991f5f
- Suffix all patches with .patch
Klaus Kämpf
2013-10-04 08:00:00 +00:00
f30027cfc2
Accepting request 142385 from systemsmanagement
Stephan Kulow
2012-11-22 15:50:46 +00:00
83c696aed6
- Update to 2.0.20-rc1 * Rename lanserv_emu to ipmi_sim, and modify ipmi_sim to use the OS handler. * lanserv, man: Did a massive restructure of lanserv and the IPMI simulator for supporting a VM interface. * Many bugs fixed
Klaus Kämpf
2012-11-15 12:40:39 +00:00