Commit Graph

1663 Commits (5fb73a00cc9bd45bf474d226baf83e593a048533)
 

Author SHA1 Message Date
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 813b62356e - code format updated
- changed return type of some internal functions from int to bool
4 weeks ago
Maxson Ramon dos Anjos Medeiros edbf23870a (LIB61850-513)
->API IsoApplicationReference_getAeQualifier, IsoApplicationReference_getApTitle, ItuObjectIdentifier_getArcCount, ItuObjectIdentifier_getArc added
4 weeks ago
Maxson Ramon dos Anjos Medeiros 779c038d5c (LIB61850-513)
->Extend AcseAuthenticationParameter to get password
4 weeks 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;
4 weeks ago
Michael Zillgith f5fceab050 - fixed handling of invalid object references in IedConnection_setGoCBValuesAsync 4 weeks ago
Michael Zillgith 8a4b7bb616 - IedConnection: code format updates 4 weeks ago
Michael Zillgith 9b467fa60d - code format update and additional NULL pointer checks in ied_connection.c 4 weeks ago
Michael Zillgith 1ff6224d1e - code format update 4 weeks ago
Michael Zillgith 24f70ae220 - MmsServer: replaced strcat with StringUtils_appendString (LIB61850-518) 4 weeks ago
Michael Zillgith 3a9833bad1 - code format update in mms_server_common.c and additional NULL check after memory allocation 4 weeks 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
Michael Zillgith 81ba6534fd - declared multicastAddress parameter in Ethernet_addMulticastAddress const (LIB61850-517) 1 month ago
Michael Zillgith 6eefcd61df - updated bitbucket pipeline 1 month ago
Michael Zillgith bdc19e9032 - added bitbucket pipeline; cppcheck with XML output 1 month ago
Maxson Ramon dos Anjos Medeiros b22d8ff59f CHANGELOG update -> .NET API: Added ClientConnection.Abort method 1 month ago
Maxson Ramon dos Anjos Medeiros 47dab00371 Merge branch 'v1.6_develop' of bitbucket.org:mz-automation/libiec61850 into v1.6_develop 1 month ago
Maxson Ramon dos Anjos Medeiros 0579b1dcc6 Merge branch 'v1.6_develop_488' into v1.6_develop 1 month ago
Maxson Ramon dos Anjos Medeiros 435ad8d01a Update ConnectionCallBack from example serve1 with clientConnection.Abort() 1 month ago
Maxson Anjos 52047baab4 Merged in v1.6_develop-514 (pull request #5) 1 month ago
Maxson Ramon dos Anjos Medeiros e9bfc53698 rename c and c# handlers 1 month ago
Maxson Ramon dos Anjos Medeiros ee224b611c Change c handers to private 1 month ago
Michael Zillgith d1dd90ed83 - .NET API: Added ClientConnection.Abort method (LIB61850-488) 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 29403f39f7 Copyright header added to SMVControlBlock file and CHANGELOG updated 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
Maxson Ramon dos Anjos Medeiros f2940775f6 Add SV control handler 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
Maxson Ramon dos Anjos Medeiros d7d9c26713 Fix icd file format on tools/ICD files example 1 month ago
Maxson Ramon dos Anjos Medeiros d765734a0a Merge branch V1.6_develop_505
->added some additional checks in IedServer_updateVisibleStringAttributeValue and similar values (LIB61850-504): added checks to avoid buffer underflow in IedServer_getFunctionalConstrainedData (LIB61850-505)
->removed empty line
->added length checks in object reference and component construction when installing the default values in the data model (LIB61850-505)
1 month ago
Maxson Ramon dos Anjos Medeiros 5c6ef51159 ->Add ICD test file example to .net Tools;
->Add IEC61850Model/SVControlBlock.cs;
->Add SVCBHandler to .net
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
Maxson Ramon dos Anjos Medeiros cc4f25d122 -> Add wrapper for GetActiveSettingGroupChangedHandler 1 month ago
Maxson Ramon dos Anjos Medeiros bfa4631eea ->Add –GetChildWithFc on DataObject model, so we can get the DA fc=SE for the SGCB handler 1 month ago
Maxson Ramon dos Anjos Medeiros db0f5b5c9b Add LoadActiveSgValues on control example 1 month ago
Michael Zillgith ddf9d889f9 - fixed double free in IedConnection_destroy when control object clients have not been deleted before (LIB61850-503) 1 month ago