Michael Zillgith
bbe23b4b00
- extended ListObjectHandler to support different ACSI classes (LIB61850-417)
2 years ago
Michael Zillgith
3c918ee4e3
- IED server: added IedServer_ListObjectsAccessHandler callback to control LISTOBJECTS access rights (LIB61850-417)
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
a4a58e4250
- IED server: check user permissions on data set when enabling RCB or changing RCB data sets (LIB61850-393)
2 years ago
Michael Zillgith
41ed0dd51a
- implemented access control callbacks for logs and LCBs (LIB61850-392)
2 years ago
Michael Zillgith
39a55f672c
- MMS server: replaced MmsNamedVariableListChangedHandler by more generic MmsNamedVariableListAccessHandler (LIB61850-387)
...
- MMS server: implemented dataset access handler callback in dataset read access (LIB61850-387)
3 years ago
Michael Zillgith
6895d8214b
- MMS server: add function to ignore client requests (for test purposes)
3 years ago
Michael Zillgith
c035573684
- MMS server: fixed - possible deadlock in obtainFile-service/file upload task (LIB61850-351)
3 years ago
Michael Zillgith
c5cda1c311
- MMS server: fixed potential null pointer dereference when confirmedServiceResponse for fileOpen is received with invoke-id 0 (LIB61850-348)
3 years ago
Michael Zillgith
7099535a39
Merge branch 'v1.5_develop' into v1.6_develop
3 years ago
Michael Zillgith
b3868a2f9f
- removed some cppcheck warnings
3 years ago
Michael Zillgith
96e93c4be3
- fixed compilation problem with option CONFIG_MMS_THREADLESS_STACK
4 years ago
Michael Zillgith
659dd49338
- reworked server side array handling (-> incompatible data model structure changes!)
4 years ago
Michael Zillgith
ca58c70342
- MMS server: fixed data race bug in transmitBuffer handling ( #338 )
4 years ago
Michael Zillgith
161e88a3ef
- 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
4dc971ba56
- MMS server: better data model lock handling for performance improvements
5 years ago
Michael Zillgith
e4b2849894
- fixed problems in handling array elements and array element components
5 years ago
Michael Zillgith
d55afdfb92
- IEC 61850 server: added support to listen on multiple IP addresses and ports (new function IedServer_addAccessPoint)
5 years ago
Michael Zillgith
d86055173d
- IEC 61850 server: control models - allow delaying select response with check handler (new handler return value CONTROL_WAITING_FOR_SELECT)
6 years ago
Michael Zillgith
abcf93416f
- added function IedServer_getNumberOfOpenConnections
...
- IEC 61850/MMS server: refactored connection handling
6 years ago
Michael Zillgith
18c2e30f87
- IEC 61850 server: refactored reporting module; unbuffered reports are stored to report buffer and sent by connection handling thread
6 years ago
Michael Zillgith
c98a2b0baa
- MMS server: fixed connection handling problem in multi-threaded mode
7 years ago
Michael Zillgith
994484d1a6
- MMS server: added semaphore for open connections map to prevent problem in multi-threaded mode
7 years ago
Michael Zillgith
aa86d3b259
- IEC 61850 server: number of dynamic data sets configurable at runtime
7 years ago
Michael Zillgith
a0adcf94e7
- IEC 61850 Server: made number of data set entries configurable at runtime
7 years ago
Michael Zillgith
51c29fe9a7
- IEC 61850 server/ MMS server: maximum number of client connections configurable at runtime
7 years ago
Michael Zillgith
71493036dc
- IEC 61850 server/MMS server: make dynamic data set service configurable at runtime with IedServerConfig object (new functions IedServerConfig_enableLogService and IedServerConfig_isLogServiceEnabled)
7 years ago
Michael Zillgith
0a3d86601b
- IEC 61850 server/MMS server: make dynamic data set service configurable at runtime with IedServerConfig object (new functions IedServerConfig_enableDynamicDataSetService and IedServerConfig_isDynamicDataSetServiceEnabled)
7 years ago
Michael Zillgith
143bc977c0
- IEC 61850 server/MMS server: make file service configurable at runtime with IedServerConfig object (new functions IedServerConfig_enableFileService and IedServerConfig_isFileServiceEnabled)
7 years ago
Michael Zillgith
afd374397d
- IEC 61850/MMS: allow using default port in non-threaded mode
8 years ago
Michael Zillgith
570ca71570
- IEC 61850/MMS: integrated TLS for MMS client/server
8 years ago
Michael Zillgith
5b470f740c
- MMS server: MMS read handler sets domain to NULL for VMD scope variable
8 years ago
Michael Zillgith
2a40798f10
- server: added MmsFileAccessHandler for server side monitoring and control of file services
...
- file services: added support to set filestore basepath at runtime
- added IedConnection_getFileDirectoryEx to better control receiving file directories
8 years ago
Michael Zillgith
46575aeb68
- implemented setFile service
...
- prepared for release 1.0.0
9 years ago
Michael Zillgith
d15e2c73b1
- implemented server side obtain file procedure
9 years ago
Michael Zillgith
86b26ad181
- changed header inclusion. All libiec61850 now include libiec61850_platform_includes.h. All standard headers should be included from there.
11 years ago
Michael Zillgith
98d91464cb
- prevent server from crashing when reports are too large for maximum PDU size
...
- improved memory handling for reports
11 years ago
Michael Zillgith
6bc7b48e9f
- refactoring for MmsServerConnection - removed struct from API
11 years ago
Michael Zillgith
e461a0fb46
- MMS server: added callback for variable list creation/deletion
11 years ago
Michael Zillgith
66da568bea
- fixed bug with setting groups
11 years ago
Michael Zillgith
a0f67f9a5d
- update to current development version
11 years ago
Michael Zillgith
48d717f12c
- initial commit for new repository structure
11 years ago