Michael Zillgith
|
ebdc086b8e
|
- MMS server: fixed potential crash when client connection closed during file upload (LIB61850-2)
- MMS client: fixed problem - doesn't close file when the setFile (obtainFile) service is interrupted e.g. due to connection loss (LIB61850-230)
|
4 years ago |
Michael Zillgith
|
86a9f3169e
|
- IedServer: fixed bug - in executeControlTask MmsMapping* is used instead of ControlObject* for ControlAction parameter of checkHandler (#333)
|
4 years ago |
Michael Zillgith
|
83fb64303e
|
- IED server - control model - send AddCause with operate- for DOes, SBOes control models
|
5 years ago |
Michael Zillgith
|
8786125354
|
- updated version number to 1.4.3
|
5 years ago |
Michael Zillgith
|
cc14db3a95
|
- updated CHANGELOG
|
5 years ago |
Michael Zillgith
|
a33ed54250
|
- fixed some compiler warnings
|
5 years ago |
Michael Zillgith
|
50c15d2a65
|
- Fixed problem with installed headers - application code does not compile only with installed headers
|
5 years ago |
Michael Zillgith
|
017c9d9282
|
- fixed cherry-pick conflict
|
5 years ago |
Michael Zillgith
|
a5f3e79ad1
|
- IED server: integrated GOOSE publisher - lock data model during GOOSE retransmission to avoid corrupted GOOSE data
|
5 years ago |
Michael Zillgith
|
0451460c7e
|
- restrict maximum recursion depth in BerDecoder_decodeLength when indefinite length encoding is used to avoid stack overflow when receiving malformed messages
|
5 years ago |
Michael Zillgith
|
058bc2edf7
|
- MmsValue_equalTypes: check parameters for NULL to avoid dereferencing NULL pointer
|
5 years ago |
Michael Zillgith
|
dbcacec7d8
|
- IED server: fixed bug in log service - old-entry and old-entry-time not updated
|
5 years ago |
Michael Zillgith
|
aac6caaa22
|
- fixed oss-fuzz issues 31399, 31340, 31341, 31344, 31346
|
5 years ago |
Michael Zillgith
|
22580c5aa1
|
- fixed bug in oss-fuzz adaptor
|
5 years ago |
Michael Zillgith
|
5b0db88aa1
|
Merge pull request #314 from DavidKorczynski/v1.4
Added fuzzer for oss-fuzz integration.
|
5 years ago |
davkor
|
6fe97b539f
|
Change tabs to spaces.
|
5 years ago |
davkor
|
9ef082d8be
|
Added fuzzer for oss-fuzz integration.
|
5 years ago |
Michael Zillgith
|
e8f93de238
|
- fixed #310: Possible overflow in mmsMsg_createExtendedFilename()
|
5 years ago |
Michael Zillgith
|
0ed371d484
|
- IED server: control models - fixed bug that only one control is unselected when connection closes
|
5 years ago |
Michael Zillgith
|
bdaa7bac93
|
- IED server: fixed bug - logs (journals) are added to all logical devices instead of just the parents
|
5 years ago |
Michael Zillgith
|
f4ee87e486
|
- IED server: make compatible with tissue 1178
|
5 years ago |
Michael Zillgith
|
57656bdfb5
|
- IED server: reporting - implemented behavior according to tissue 1432
|
5 years ago |
Michael Zillgith
|
807fd9e4e7
|
- updated cmake files to use only C++ when compiling with VS
|
5 years ago |
Michael Zillgith
|
77481bbed9
|
- IEC 61850 client: IedConnection - list of client control objects is protected by a lock
|
5 years ago |
Michael Zillgith
|
884c9a8667
|
- IEC 61850 client: avoid double free when operate and select-with-value on APC fails
|
5 years ago |
Michael Zillgith
|
6977b9f96d
|
- fixed wrong connection objects in setting group handlers (#289)
|
5 years ago |
Michael Zillgith
|
eac44cbe92
|
IED server: fixed problem with CONFIG_IEC61850_RCB_ALLOW_ONLY_PRECONFIGURED_CLIENT configuration option enabled
|
5 years ago |
Cédric Boudinet
|
7d0c0f2e05
|
Svsub latency (#288)
* Changing svReceiverLoop to reduce latency
* adding EthernetHandleSet_destroy to svReceiverLoop
|
5 years ago |
Michael Zillgith
|
6c0d71b1ea
|
- IED server: handle BRCB.Owner correctly when client uses pre-assigned RCB instance
|
5 years ago |
Michael Zillgith
|
07fc8bf009
|
- IED server: fixed problem that BL FC is not writable (#287)
|
5 years ago |
Michael Zillgith
|
d424b66cf2
|
- HAL: added missing include (sys/select) in serial HAL implementation for linux (#279)
|
5 years ago |
Michael Zillgith
|
bdeaf0b5b2
|
- IEC 61850 client: fixed dead lock in IedConnection_getFileAsync when fileRead times out (#285)
|
5 years ago |
Michael Zillgith
|
0621d9ce9b
|
- Client: fixed - IedConnection_getRCBValues doesn't check type of server response (#283)
|
5 years ago |
Michael Zillgith
|
cd663dd923
|
Merge pull request #269 from cedricboudinet/getSmpSynch_v1.4
adding svsub getSmpSynch
|
5 years ago |
Michael Zillgith
|
fb383abfb2
|
- MMS: changed handling of variable sized bit strings (now also accepts bit strings of larger size, ignoring the bits that exceed the specified size)
|
5 years ago |
Michael Zillgith
|
1bd6efaf05
|
- MMS client: add handling of initiate error PDU
|
5 years ago |
Michael Zillgith
|
74de3a0d07
|
- IED server: add support for correct CBB handling (required for test case sAss4) and initiate error PDU
|
5 years ago |
Cedric Boudinet
|
2fa51a78fc
|
adding svsub getSmpSynch
|
5 years ago |
Michael Zillgith
|
a64cfda7f3
|
- Java Tools: Add support to handle Services.ReportSettings@owner attribute
|
5 years ago |
Michael Zillgith
|
648a03c734
|
- IED server: add support for tissue 807 (owner attribute in RCB is only present when ReportSettings@owner attribute is true)
|
5 years ago |
Michael Zillgith
|
65ab70b6d0
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
5 years ago |
Michael Zillgith
|
0c045dd164
|
- IED server: implemented tissue 1453 also for writing to "RptId"
(purgeBuf only executed when value changes)
|
5 years ago |
Michael Zillgith
|
eceec2fc04
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
5 years ago |
Michael Zillgith
|
e86c81309b
|
- MMS client: fixed bug in TLS connection handling
|
5 years ago |
Michael Zillgith
|
d3abbc0bc1
|
- IED server: fixed issue - read access to SGCB is not possible when read access handler is installed
|
5 years ago |
Michael Zillgith
|
05ae100169
|
- config file parser: fixed problem when compiling with visual
studio/C++
|
5 years ago |
Michael Zillgith
|
34ae9ff77a
|
- IED server: added configuration file support for data set entries with array elements or array element components
|
5 years ago |
Michael Zillgith
|
6563e57073
|
* IEC 61850 client: added missing check in ClientReportControlBlock_getConfRev
|
5 years ago |
Michael Zillgith
|
fa01d3f3dc
|
- IEC 61850 server: fixed some variable initialization issues caused by recent changes
|
5 years ago |
Michael Zillgith
|
e9d9bfbac2
|
- fixed problems in handling array elements and array element components
|
5 years ago |