Commit Graph

5 Commits

Author SHA1 Message Date
Gonzalo Gallardo b8bfdbebea Remove snmp-ext and snmp-audittrail from FM
Remove the libraries libcgtsAgentPlugin and libsnmpAuditPlugin of Fault
Management old net-snmp implementation within Starlingx, to delete the
implementation of non-containerized SNMP.

Story: 2008132
Task: 40866
Signed-off-by: Gonzalo Gallardo <gonzalo.gallardo@windriver.com>

Depends-On: https://review.opendev.org/765381
Change-Id: I3aab46cbd45ae7be9e3f97b3acae0fe4536d1388
2021-01-04 14:57:33 -03:00
Kristine Bujold bea26b75dd Remove wrs-snmp-mib SDK Module from StarlingX
Spec files no longer requires specific wrs-snmp-mib SDK actions.

With the StarlingX move to supporting pure upstream OpenStack, the
majority of the SDK Modules are related to functionality no longer
supported. The remaining SDK Modules will be moved to StarlingX
documentation.

Story: 2005275
Task: 30192

Change-Id: I333f32e94489098530cc04382fca46edce5122a0
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
2019-03-26 16:14:17 -04:00
Erich Cordoba 26563288d1 Standardize makefile for snmp-ext
Changes made:
  - Simplify spec file.
  - Rename install_non_bb target.
  - Change tarball creation process.
  - mibs folder moved into source folder.

Story: 2004043
Task: 27545

Change-Id: I9cc026aa9c2dbe3f4171ee6b0639a2be6653420c
Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2019-01-30 12:31:51 -06:00
Luis Botello 845f41a85c Improve security by avoiding buffer overflows
This patch adds compiler flags to improve the security of STX code.
Flags added:
Format string vulnerabilities:           CFLAGS="-Wformat -Wformat-security"
Compiler will treat string format warnings as errors,
so at compiling level, buffer overflow is avoided.

Story: 2004380
Task: 28806

Signed-off-by: Luis Botello  <luis.botello.ortega@intel.com>
Reviewed-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
             Victor Rodriguez <vm.rod25@gmail.com>
Sugested-by: Victor Rodriguez <vm.rod25@gmail.com>
             Erich Cordoba <erich.cordoba.malibran@intel.com>

Change-Id: Ia1ffaf18e7050d9099b80f9023b2bf255b4750fa
2019-01-08 09:55:07 -06:00
Dean Troyer 6cd8940170 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:00 -07:00