Revisions of sblim-sfcb

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 234260 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 44)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 232518 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 43)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228145 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 42)
- Update to 1.4.8
  New features:
  - [sfcb-tix:#99] Add config property enableSslCipherServerPref
  - [sfcb-tix:#101] Add config property indicationCurlUseExpect100
  - [sfcb-tix:#102] Add config property indicationCurlHonorRedirect
  - [sfcb-tix:#105] Add config property embeddedObjectEncoding
  See README.conf for details about the new config properties
  Bugs fixed:
  - [sfcb-tix:#94] Increase sigChldWaitTime
  - [sfcb-tix:#95] Do not release pthread lock prior to stopBroker() exit
  - [sfcb-tix:#89] Gracefully handle providers doing abort()
  - [sfcb-tix:#96] Provider should close req handler on shutdown
  - [sfcb-tix:#98] sfcbmofpp segfaults if mof file ends with block comment without newline
  - [sfcb-tix:#100] Fix some compiler warnings & errors on newer distros
  - [sfcb-tix:#103] Unsafe usage of strncpy in providerRegister.c
- Patches dropped
  0009-Catch-SIGABRT.patch - upstream
  0011-Can-t-use-srcdir-in-TESTS.patch - upstream
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213899 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 41)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 40)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 196366 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 39)
- Update to 1.3.17
  New features:
  - 3597805 Restart HTTP daemon without restarting SFCB
  - 3599160 Add sfcbproc utility
  - [sfcb-tix:#55] make install should not overwrite sfcb.cfg
  Bugs fixed:
  - 3599329 dlopen failed for sfcbCustomLib
  - [sfcb-tix:#28] Further shm trace id leak
  - [sfcb-tix:#30] Make maxBindAttempts a configurable option
  - [sfcb-tix:#42] Run setupControl prior to getControl
  - [sfcb-tix:#45] HTTP verb check may fail producing 501 error
  - [sfcb-tix:#46] Error parsing CDATA with no whitespace
  - [sfcb-tix:#51] Malformed OP causes segfault
  - [sfcb-tix:#54] Fix for sfcbproc.c
  - [sfcb-tix:#68] reinitialize select timeout in SSL handshake
  - 3600125 Share client tracing shm segment
- drop 25000-tix45-bnc820035-HTTP-verb-check-may-fail-producing-501-error.patch
  (applied upstream)
- add fix-mofc-include-patch.patch

- add symlinks for sfcb.service and sblim-sfcb.service

- Build with --enable-relax-mofsyntax for openlmi-network
  (brc#995561)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 186371 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 38)
- Fix logger for long-lived clients using the sfcblocal interface
  (bnc#830525, upstream tix#69)
  Patch: 26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182611 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 37)
- HTTP verb check may fail producing 501 error (bnc#820035,
  upstream tix#45)
  Dropping 0008-Check_SSL_before_select.patch, use upstream fix.

- check SSL buffer before select()
  (like upstream 3441028, bnc#716299; but when reading https header)
  Adding 0008-Check_SSL_before_select.patch
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 36)
Split 12.3 from Factory
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 146640 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 35)
Automatic submission by obs-autosubmit
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 144422 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 34)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 137705 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 33)
- require sysvinit-tools for killproc called from init script (forwarded request 137621 from coolo)
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 130048 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 32)
Add missing sys/resource.h include (glibc 2.16) (forwarded request 129128 from a_jaeger)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 31)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 112389 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 30)
Changes in 1.3.14
=================
New features:
- 3367333 New entry point for authentication library
- 3367332 RHOST Support for PAM
- 3435778 Preserve leading/trailing whitespace in values
- 3433733 CreationClassNames should be supplied
- 3446179 Add a feature to validate CMPI types
- 3484025 Disable indication sequencing
- 3462309 Do not allow multiple instances of sfcb
- 3488688 Don't spawn logger for clients
- 3493493 Add sfcbsem
- 3495060 Verify filter and handler information during subscription
- 3498932 Implement ModifyInstance for CIM_ListenerDestination
- 3367361 Allow for releasing auth handle after CIM request completes
- 3367363 Add CMPIRole Support
- 3512575 Add indication delivery thread limit and timeout
Bugs fixed: 
- 3414700 assocClass ignored for assoc upcalls
- 3416055 SIGSEGV sometimes does not print provider name
- 3416167 CIM_InstDeletion not in class repo by default
- 3422650 Associators calls to IndicationService depends on cmpi-base
- 3428806 type=null in authorizeFilter call
- 3419721 reset CMPIValue buffer in str2CMPIValue
- 3478930 Handle SIGPIPE in providerMgr
- 3478933 Sequence Number reset issues
- 3483294 InternalProvider Should Handle SFCB_RegisteredProfile
- 3485438 segfault while retrying to deliver an indication
- 3486814 sfcb crashes while freeing the cimxml response
- 3485830 SFCB Makes Redundant ActivateFilter Calls
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 29)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 85748 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 28)
- Update to 1.3.13
  New features:
  - 3406823 Make select timeout a config option
  - 3406825 Make ssl cipher list configurable
  Bugs fixed: 
  - 3386391 HOST_NAME_MAX undefined
  - 3393324 sfcb process abort in IndCIMXMLHandlerInvokeMethod
  - 3398337 Namespaces of filter and handler for IndSub not checked
  - 3400114 sfcb fails to start with ipv6 disabled
  - 3412033 New files from 3313833 missed release tarball
  - 3413031 fixes to perform check before calling free
  - 3414236 updateMethodParamTypes uses incorrect qualifier count
  - 3414482 Compiler warning in cimcClientSfcbLocal
  - 2727918 blob has leak in EnumQualifiers

- Fix provides of openwbem (and build deps on openwbem)
  openwbem-3.2.3 still exist, provide/obsolete openwbem-3.2.2

- Fix the build - run autotools with --force

- Properly fallback to ipv4 if ipv6 is disabled
  (bnc#713687, upstream 3400114)

- fix build for RHEL < 6 (outdated libtool)

- update to 1.3.12
  New features:
  - 3190623 Set *IsSettable properties to false for IndicationService
  - 3313833 Allow for passthrough for expired user to update password
  - 3274893 For SFCB 1.4, set SequenceIdentifier as described in DSP1054 1.2.
autobuild's avatar autobuild committed (revision 27)
11.4 source split
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 26)
Autobuild autoformatter for 54147
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 54147 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 25)
Accepted submit request 54147 from user kwk
Displaying revisions 21 - 40 of 64
openSUSE Build Service is sponsored by