Michael Zillgith
|
9df35ce709
|
- IED server: added functions ClientConnection_claimOwnerShip and ClientConnection_release to use ClientConnection outside of callbacks (LIB61850-488)
|
1 month ago |
Michael Zillgith
|
2212c42ac8
|
- added length checks in object reference and component construction when installing the default values in the data model (LIB61850-505)
|
1 month ago |
Michael Zillgith
|
8999afaa88
|
- added some additional checks in IedServer_updateVisibleStringAttributeValue and similar values (LIB61850-504)
- added checks to avoid buffer underflow in IedServer_getFunctionalConstrainedData (LIB61850-505)
|
1 month ago |
Michael Zillgith
|
e62e4e89a5
|
- code format updates
|
10 months ago |
Michael Zillgith
|
9e005b5fe2
|
- fix compilation problems on windows with certain configurations
|
1 year ago |
Michael Zillgith
|
728c812fc8
|
- some code format updates
|
1 year ago |
Michael Zillgith
|
1add5fd7a0
|
- fixed typo in function name IedServer_ignoreReadAccess
|
1 year ago |
Michael Zillgith
|
5c3fd679a8
|
- code format changes
- IED server: added function IedServer_ignoreReadAccess
|
1 year ago |
Michael Zillgith
|
3280712e5a
|
- IED server: implemented write access handler for array elements and components of array elements (LIB61850-437)
- IED server: new function IedServer_handleWriteAccessForDataObject (LIB61850-437)
|
1 year ago |
Michael Zillgith
|
fd19abb0ab
|
- IED server: RBAC - replace specific access control handlers by generic handler - IedServer_ControlBlockAccessHandler (LIB61850-420)
|
2 years ago |
Michael Zillgith
|
ad26795465
|
- IED server access control: Added IedServer_ControlBlockAccessHandler to control read and write access to control blocks. Implemented for SGCBs, RCBs, LCBs. (LIB61850-420)
|
2 years ago |
Michael Zillgith
|
3c918ee4e3
|
- IED server: added IedServer_ListObjectsAccessHandler callback to control LISTOBJECTS access rights (LIB61850-417)
|
2 years ago |
Michael Zillgith
|
d129b8458a
|
- make write access to RCB elements configurable according to ReportSettings (LIB61850-404)
|
2 years ago |
Michael Zillgith
|
a786198c87
|
Merge branch 'v1.6_develop_387' into v1.6_develop
|
2 years ago |
Michael Zillgith
|
5b34251030
|
- IED server: fixed - segmentation fault when compiled with CONFIG_MMS_THREADLESS_STACK (LIB61850-398)
|
2 years ago |
Michael Zillgith
|
aa863f35f0
|
- IED server: added callback to control access to data model directories (get-name-list requests)(LIB61850-396)
|
2 years ago |
Michael Zillgith
|
41ed0dd51a
|
- implemented access control callbacks for logs and LCBs (LIB61850-392)
|
3 years ago |
Michael Zillgith
|
76dbcb4496
|
- IED server: Implemented read/write access control to RCBs (LIB61850-391)
|
3 years ago |
Michael Zillgith
|
acfbe16452
|
- IED server/MMS server: added data set access callbacks and example (LIB61850-387)
|
3 years ago |
Michael Zillgith
|
6895d8214b
|
- MMS server: add function to ignore client requests (for test purposes)
|
3 years ago |
Michael Zillgith
|
a3a6f2c77f
|
- IED Server: added function to set time quality for internally updated times (LIB61850-372)
|
3 years ago |
Michael Zillgith
|
d5f2172f93
|
- IED server: fixed - possible deadlock when IedServer_lockDataModel is used from multiple threads (LIB61850-352)
|
3 years ago |
Michael Zillgith
|
6b23f87b23
|
- fixed code to support arrays of complex data attributes
|
3 years ago |
Michael Zillgith
|
82e52881f9
|
- fixed problem with write access to data attribute of type array (LIB61850-336)
|
3 years ago |
Michael Zillgith
|
30f10f6c6d
|
Merge branch 'v1.5_develop' into v1.6_develop
|
3 years ago |
Michael Zillgith
|
22f6a823ea
|
- changed StringUtils_createStringInBuffer function to consider max buffer size (LIB61850-333)
|
3 years ago |
Michael Zillgith
|
8addfc2095
|
- replaced most str(n)cpy/str(n)cat calls (LIB61850-333)
|
3 years ago |
Michael Zillgith
|
d8b595944d
|
- IED server: fixed value initialization of array elements
- fixed merging problem in LogicalNode.java
|
3 years ago |
Michael Zillgith
|
7099535a39
|
Merge branch 'v1.5_develop' into v1.6_develop
|
3 years ago |
Michael Zillgith
|
3fe0effcda
|
Merge branch 'v1.5_develop_323' into v1.5_develop
|
3 years ago |
Michael Zillgith
|
b3868a2f9f
|
- removed some cppcheck warnings
|
3 years ago |
Michael Zillgith
|
35ac479430
|
- fixed strncpy usage
|
3 years ago |
Michael Zillgith
|
cfbe677bc5
|
- added feature: synchronization of integrity report times (LIB61850-323)
- fixed potential memory access problems in ReportControlBlock getter functions
|
3 years ago |
Michael Zillgith
|
c76b5dd2da
|
- server reporting: added code to prevent race condition with
RCBEventHandler
|
3 years ago |
Michael Zillgith
|
3cb6123a63
|
- IedServerConfig: added missing variable initialization
|
3 years ago |
Michael Zillgith
|
398b14e65f
|
- added null pointer protection to some constructors/destructors
|
4 years ago |
Michael Zillgith
|
88148f39ac
|
- added IedServer_RCBEventHandler
|
4 years ago |
Michael Zillgith
|
93d8dfc856
|
- reporting.c: fixed report entry counter and assert problems
- IED server: disactivate all RCB instances when stopping the server
|
4 years ago |
Michael Zillgith
|
659dd49338
|
- reworked server side array handling (-> incompatible data model structure changes!)
|
4 years ago |
Michael Zillgith
|
25394b11e1
|
Merge branch 'v1.5' of https://github.com/mz-automation/libiec61850 into v1.6
|
4 years ago |
Michael Zillgith
|
9a2fd3e23e
|
- started to implement functional naming for LDs
|
4 years ago |
Michael Zillgith
|
4ffed8de11
|
- IED server: fixed crash when IEDName+LDInst is too long
|
4 years ago |
Michael Zillgith
|
ea268b46a7
|
- IED server: make presence of RCB.Owner configurable at runtime with function IedServerConfig_enableOwnerForRCB (B1502/S1634)
|
5 years ago |
Michael Zillgith
|
fd3847dcc5
|
- IED server: make presence of BRCB.ResvTms configurable at runtime with function IedServerConfig_enableResvTmsForBRCB (F1558)
|
5 years ago |
Michael Zillgith
|
842bc271cd
|
- IED server: added new function IedServer_handleWriteAccessForComplexAttribute. Changed WriteAccessHandler behavior when ACCESS_POLICY_ALLOW.
|
5 years ago |
Michael Zillgith
|
5e39c94cf3
|
- IED server: allow IedServer_setServerIdentity with some parameters set to NULL
|
5 years ago |
Michael Zillgith
|
14f4f1ccf0
|
- IED server: added ControlSelectStateChangedHandler callback for control model
|
5 years ago |
Michael Zillgith
|
cc80bffa69
|
- IED server: support for configuration of EditSG service and online visibility of SGCB.ResvTms at runtime
|
5 years ago |
Michael Zillgith
|
3f42387ed7
|
- IED server: fixed dupd trigger handling
|
5 years ago |
Michael Zillgith
|
42802db6f1
|
- added -Wextra to Makefile and changed code to avoid resulting warnings
|
5 years ago |