Commit Graph

1143 Commits (2882fe170e9d22c8aeb64e2ffc26472478c74501)

Author SHA1 Message Date
aravindmithra 2882fe170e
Merge 8f77fbdc6f into a13961110b 2 weeks ago
Michael Zillgith e17b280351 - updated CHANGELOG and version number to 1.6.1 4 weeks ago
Michael Zillgith 478f4e8b35 Merge branch 'v1.6_develop_517' into v1.6_develop 4 weeks ago
Michael Zillgith f9bee73c1e - fixed warning about wrong return tzpe of function ItuObjectIdentifier_getArcCount 4 weeks ago
Michael Zillgith 3da8aa5222 Merge branch 'v1.6_develop' of bitbucket.com:mz-automation/libiec61850 into v1.6_develop 4 weeks ago
Maxson Anjos 5fb73a00cc Merged in v1.6_develop_513 (pull request #7)
V1.6 develop 513

Approved-by: Michael Zillgith
4 weeks ago
Maxson Ramon dos Anjos Medeiros 749e603b94 (LIB61850-513)
->API AcseAuthenticationParameter GetPasswordString
4 weeks ago
Michael Zillgith 7d6b3cce69 - code format update 1 month ago
Michael Zillgith cb343b6de6 - fixed BER decoder infinite length handling to avoid inifite loop while decoding (LIB61850-516) 1 month ago
Michael Zillgith 813b62356e - code format updated
- changed return type of some internal functions from int to bool
1 month ago
Maxson Ramon dos Anjos Medeiros edbf23870a (LIB61850-513)
->API IsoApplicationReference_getAeQualifier, IsoApplicationReference_getApTitle, ItuObjectIdentifier_getArcCount, ItuObjectIdentifier_getArc added
1 month ago
Maxson Ramon dos Anjos Medeiros 779c038d5c (LIB61850-513)
->Extend AcseAuthenticationParameter to get password
1 month ago
Maxson Ramon dos Anjos Medeiros b2631f1b25 (LIB61850-513)
-> Add server clientAuthenticator handler;
->Add LIB61850_API AcseAuthenticationParameter_getAuthMechanism;
->iedServer.SetAuthenticator(clientAuthenticator, null) added to server_example_access_control;
1 month ago
Michael Zillgith b7e087bf1f - LinkedList: added NULL checks 1 month ago
Michael Zillgith 4481530afb - code format updates 1 month ago
Michael Zillgith a41d2dce37 - code format update
- fixed problem in handling of memory allocation error (#553)
1 month ago
Michael Zillgith f5fceab050 - fixed handling of invalid object references in IedConnection_setGoCBValuesAsync 1 month ago
Michael Zillgith 8a4b7bb616 - IedConnection: code format updates 1 month ago
Michael Zillgith 9b467fa60d - code format update and additional NULL pointer checks in ied_connection.c 1 month ago
Michael Zillgith 1ff6224d1e - code format update 1 month ago
Michael Zillgith 24f70ae220 - MmsServer: replaced strcat with StringUtils_appendString (LIB61850-518) 1 month ago
Michael Zillgith 3a9833bad1 - code format update in mms_server_common.c and additional NULL check after memory allocation 1 month ago
Michael Zillgith a4c750820b - small code improvements and warnings removed (LIB61850-517) 1 month ago
Michael Zillgith 4a37e625d7 - code format update (LIB61850-517) 1 month ago
Michael Zillgith 3b322de408 - code format updates and added more checks of return values of functions allocating memory (LIB61850-517) 1 month ago
Michael Zillgith db5c66cad6 - ClientConnection: fixed bug in ownerCountMutex creation (LIB61850-517) 1 month ago
Michael Zillgith db97106a8b - removed useless check in GooseReceiver (LIB61850-517) 1 month ago
Michael Zillgith 1fc842037c - memory allocation check in ByteBuffer_create and apply fomatter (LIB61850-517) 1 month ago
Maxson Ramon dos Anjos Medeiros 0579b1dcc6 Merge branch 'v1.6_develop_488' into v1.6_develop 1 month ago
Michael Zillgith 96a7106a99 - invalidate ClientConnection instance when connection is closed by remote (LIB61850-488) 1 month ago
Michael Zillgith 6630256f63 - ClientConnection: lock access to internal connection handle (LIB61850-488) 1 month ago
Michael Zillgith bdc1556c93 - replaced IsoServer_closeConnection by IsoServer_closeConnectionIndication (LIB61850-488) 1 month ago
Michael Zillgith 9df35ce709 - IED server: added functions ClientConnection_claimOwnerShip and ClientConnection_release to use ClientConnection outside of callbacks (LIB61850-488) 1 month ago
Maxson Ramon dos Anjos Medeiros be9682bfcc Merge branch 'v1.6_develop_503' into v1.6_develop 1 month ago
Maxson Anjos aa9a8dc2de Merged in v1.6_develop_394 (pull request #4)
V1.6 develop 394

Approved-by: Michael Zillgith
1 month ago
Maxson Ramon dos Anjos Medeiros 37a857e128 C -> LIB61850_API SVControlBlock_getName added
.NET -> Wrapper for SVControl ge_name added, called inside of SMVHandler
1 month ago
Michael Zillgith cd10e14790 Merge branch 'v1.6_develop' into v1.6_develop_488 1 month ago
Michael Zillgith d574cac1f6 - added first version of ClientConnection_abort function (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 ce5201382d - removed empty line 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 ddf9d889f9 - fixed double free in IedConnection_destroy when control object clients have not been deleted before (LIB61850-503) 2 months ago
Michael Zillgith 1f4bf9cdf8 - added function MmsError_toString (LIB61850-423) 2 months ago
Michael Zillgith 5edfd5932f - .NET API: added documentation related to LogStorage (LIB61850-461) 2 months ago
Michael Zillgith 98687a1ece - fixed format issue 2 months ago
Michael Zillgith c69b958134 - code format update 2 months ago
Michael Zillgith 95bcbf1210 - updated code format 4 months ago
Michael Zillgith 463b9fa0ae - disable asn1c code stack overflow check when ASAN enabled (#539) 6 months ago
Michael Zillgith 32768ed7ca - SV Publisher: added support for optional gmIdentity field 7 months ago
Michael Zillgith 221a1f8615 - fixed - GoCB client access - use after free (#537) 9 months ago