Michael Zillgith
96e93c4be3
- fixed compilation problem with option CONFIG_MMS_THREADLESS_STACK
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
de2ce1d008
- removed some compiler warnings (when compiling with clang)
5 years ago
Michael Zillgith
de6886c6f3
- MMS: fixed problem in handling of indefinite length encoded BER elements
5 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
6c53924c05
- added additional length check in BerDecoder_decodeLength and checked return values in callers (fix problem #196 )
6 years ago
Michael Zillgith
6738215c8f
Merge pull request #183 from kiraly533/v1.4
...
TimeActivatedControl before wait check and fixes for file-upload issues.
6 years ago
Michael Zillgith
cee97f7676
MMS server: handle file close with unknown FRSM ID
6 years ago
Király Péter
c988b78e5f
- MMS server: fixed file upload error with multi-threaded server, added some NULL checks to file-handling.
6 years ago
Király Péter
c223b1c2b5
- MMS server: fixed possible crash when client disconnects during file upload
6 years ago
Michael Zillgith
cba8bf5714
MMS server: fixed memory access problem when client unexpectedly closed connection during file upload (set-file)
6 years ago
Michael Zillgith
4c123c0c3c
- MMS server: fixed potential deadlock in multi-thread mode
6 years ago
Michael Zillgith
60741394a3
- MMS server: fixed bug in obtain file service (crash when target directory doesn't exist)
6 years ago
Michael Zillgith
0dff4286aa
- merged latest changes to the server reporting module from 1.3 branch
...
- merged with 1.3 branch
7 years ago
Michael Zillgith
1d61afaa8b
- C library: removed C++ style line comments
7 years ago
Michael Zillgith
d108dae115
- MMS server: fixed locking bug in file obtain service
7 years ago
Michael Zillgith
605913b0c1
- fixed some configuration issues
7 years ago
Michael Zillgith
d45e729ecf
- MMS client/server: added missing length field checks to increase decoder stability
8 years ago
Michael Zillgith
5fb8c5b984
- MMS: added more length checks in parsers for file services
8 years ago
Michael Zillgith
e26ac787d7
- MMS client: file services -fixed encoding problem with long file names
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
3aa01687c5
- MMS client/server: fixed problem with negative frsmId
...
- some code cleanup
8 years ago
Michael Zillgith
46575aeb68
- implemented setFile service
...
- prepared for release 1.0.0
9 years ago
Michael Zillgith
0fd5b05dd8
- implemented client and server side MMS obtain-file service
...
- added FileSystem_writeFile function to API and windows, linux providers
9 years ago
Michael Zillgith
d15e2c73b1
- implemented server side obtain file procedure
9 years ago
Michael Zillgith
787d7fc270
- file provider functions don't change file names; VMD_FILESTORE base part is now added in MMS server file service handling code
...
- IedConnection_readObject and IedConnection_getVariableSpecification can now read whole LNs
9 years ago
Michael Zillgith
23e695dae8
- removed asn1c dependable code from ServiceError PDU creation
...
- added ServiceError creation function that support serviceSpecific info
- server: delete dataset service now returns ServiceError with object-constraint-conflict when data set cannot be deleted because it is used in a control block
9 years ago
Michael Zillgith
27a74db4d8
- fixed problem with max PDU size for GetFileDirectory service
10 years ago
Michael Zillgith
78b9e4796a
- get file-service implementation from master
10 years ago
Michael Zillgith
40ed2cea6f
Merge branch 'pavotek' of mz-automation.de:libiec61850-all into pavotek
...
Conflicts:
src/mms/iso_mms/server/mms_file_service.c
src/vs/libiec61850-wo-goose.def
src/vs/libiec61850.def
10 years ago
Michael Zillgith
374bfa03d4
- extended file service and mms_utility
10 years ago
Michael Zillgith
d54301fa09
- added c++ header to goose/sv publisher
...
- fixed problem in GetFileDirectory-service with a single file as parameter
10 years ago
Michael Zillgith
96096b7f75
- fixed problem with getFileDirectory-service with a single file as argument - test case Ft4 (ed.1)
10 years ago
Michael Zillgith
ecf64277a8
- fixed bug in server side file directory service with nested directory structure
...
- mms_utility: added read file directory feature
10 years ago
Michael Zillgith
9e626d58b8
- added java based modelviewer tool
10 years ago
Michael Zillgith
b0e8a6331b
- fixed some problems in server side file directory service
10 years ago
Michael Zillgith
e0a60e6591
- added missing error evaluation in client getNameList service
10 years ago
Michael Zillgith
2daa5fdec4
- changed server side getFileDirectory service to return flat file directory
10 years ago
Michael Zillgith
2e24ecb4eb
- changed TimeOfEntry to TimeofEntry for Buffered reporting to deal with "bug" in 8-1 specification
...
- deal with SE/SG in SCL file -> SE will automatically create SG attribute in data model
- added wildcard "*" support to file service
- fixed problem with filesystem file modification date on embedded linux syste,
10 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
6bc7b48e9f
- refactoring for MmsServerConnection - removed struct from API
11 years ago
Michael Zillgith
0e8980ae0f
- added function MmsValue_getUtcTimeBuffer
...
- fixed problem with entry time in buffered reporting
- fixed bug in file directory service when clients sends an empty string as filename
- fixed problem in file read service. Server now respects the negotiated maximum PDU size
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