netconf.git
2024-02-25 Robert VargaSplit out ClientTransportChannelListener 37/110337/3
2024-02-25 Robert VargaUse a switch expression in createClient() 36/110336/2
2024-02-25 Robert VargaGuarantee a non-null protocol 35/110335/2
2024-02-25 Robert VargaFix transport-http dependencies 34/110334/1
2024-02-25 Robert VargaFix transport-ssh dependencies 33/110333/1
2024-02-25 Robert VargaFix transport-tls dependencies 32/110332/1
2024-02-25 Robert VargaFix keystore-legacy dependencies 31/110331/1
2024-02-25 Robert VargaClean up {key,trust}store-none dependencies 30/110330/1
2024-02-25 Robert VargaClean up netconf-test-util dependencies 29/110329/1
2024-02-25 Robert VargaFix rfc8639 dependencies 28/110328/1
2024-02-25 Robert VargaClean up netconf-server-mdsal dependencies 27/110327/1
2024-02-25 Robert VargaClean up NetconfNodeActor fields 22/110322/2
2024-02-25 Robert VargaDo not use Builders in netconf-testtool 26/110326/1
2024-02-25 Robert VargaDo not use Builders in netconf-server-mdsal 25/110325/1
2024-02-25 Robert VargaRemove an unused import 24/110324/1
2024-02-25 Robert VargaDo not use ListenerRegistration 23/110323/1
2024-02-22 Robert VargaBump sshd to 2.12.1 86/110286/1
2024-02-21 Robert VargaImprove NetconfDeviceTest capability assertions 76/110276/2
2024-02-21 Robert VargaSimplify invocation mocking 75/110275/2
2024-02-19 Robert VargaHide RestconfStrategy.readData() 67/110267/1
2024-02-19 Robert VargaCorrect device-notification output 61/110261/2
2024-02-19 Robert VargaRefactor ClientFactoryManagerConfigurator 64/110064/7
2024-02-18 Robert VargaSchema determination is asynchronous 87/109987/12
2024-02-17 Robert VargaRework BaseScheams 59/110059/11
2024-02-13 Robert VargaRefresh IETF client/server models 28/110228/5
2024-02-13 Oleksandr ZharovFix tests imports 29/110229/1
2024-02-13 Oleksandr ZharovFix PUT/POST requests for lists 27/109127/13
2024-02-13 Robert VargaMove AbstractBody et al. 27/110227/3
2024-02-12 lubos-cicutSeparate logic of get root path 76/110176/10
2024-02-12 Yaroslav LastivkaOpenAPI: Unify description handling 56/110156/8
2024-02-12 Samuel SchneiderCreate overloaded constructors for PathEntity 55/110155/7
2024-02-12 lubos-cicutFix OpenAPI is ignoring restconf settings 86/110186/3
2024-02-09 Yaroslav LastivkaOpenAPI: Remove not needed TODOs 58/110158/7
2024-02-09 Ivan HraskoOpenAPI: Delete no-op methods 07/110207/2
2024-02-09 Yaroslav LastivkaRemove unnecessary empty double lines. 43/110143/6
2024-02-09 lubos-cicutDelete all always null returning methods 75/110175/2
2024-02-08 Robert VargaRename odl-netconf-netty-util 75/110075/2
2024-02-07 lubos-cicutIterate over models in SchemasStream 22/110122/6
2024-02-07 lubos-cicutIterate over models in PathsStream 21/110121/7
2024-02-07 lubos-cicutTest revision requirement in schema service 51/107351/11
2024-02-06 Oleksandr ZharovUpdate user guide with key-based auth 98/109998/10
2024-02-06 Oleksandr ZharovEnforce base64 encoding for netconf-keystore 96/108896/22
2024-02-06 Yaroslav LastivkaImprove error path for list items 96/110096/3
2024-02-05 Robert VargaFlatten callhome-provider 32/110132/2
2024-02-04 Robert VargaRework SslHandlerFactory 62/110062/16
2024-02-04 Robert VargaDecrypt key credentials in keystore-legacy 28/110128/4
2024-02-02 Robert VargaUse NetconfKeystoreService in tls auth provider 24/110124/1
2024-02-01 Robert VargaFix SslHandler indirection 11/110111/3
2024-02-01 Robert VargaRemove callhome-server 12/110112/2
2024-02-01 Robert VargaExpose NetconfKeystoreService 10/110110/3
2024-02-01 Matej SramcikEliminate thread-blocking on NetconfMessage.toString() 28/109928/5
2024-01-31 Robert VargaClean up CachedYangTextSchemaSource 68/110068/6
2024-01-31 Robert VargaRegister call-home listeners globally 83/110083/3
2024-01-31 Robert VargaEliminate callhome-model artifact 01/110101/1
2024-01-31 Robert VargaMake AuthorizedKeysDecoder thread-safe 00/110100/1
2024-01-31 Robert VargaSwitch ssh-host-key to binary 92/110092/5
2024-01-31 Robert VargaObsolete non-transport ssh-host-key 82/110082/7
2024-01-31 Robert VargaRefactor NetconfSalKeystoreRpcs 90/110090/5
2024-01-30 Robert VargaRemove SP dependency 93/110093/2
2024-01-30 lubos-cicutCreate SchemasEntity class to simplify SchemasStream 08/109908/7
2024-01-30 Robert VargaOptimize AuthorizedKeysDecoder 91/110091/1
2024-01-30 Robert VargaRequire key specification 88/110088/1
2024-01-30 Robert VargaMove data processing to update thread 86/110086/3
2024-01-30 Robert VargaSplit out keystore-legacy 85/110085/5
2024-01-29 Robert VargaFurther warnings mitigation 81/110081/3
2024-01-29 Robert VargaClean up callhome-provide warnings 80/110080/1
2024-01-29 Robert VargaClean up netconf-client-mdsal warnings 79/110079/1
2024-01-29 lubos-cicutFix wrong path reference - schema for actions 17/110017/2
2024-01-29 Ivan HraskoUse nio Channels in OpenAPI read 03/109803/8
2024-01-28 Robert VargaRemove SchemaServiceStub 69/110069/2
2024-01-28 Robert VargaClean up utility method 67/110067/1
2024-01-28 Robert VargaBump upstreams 00/109800/42
2024-01-28 Robert VargaDisconnect NetconfDeviceRpc from DOMRpcService 61/110061/6
2024-01-28 Robert VargaNetconfRpcService should be extensible 58/110058/5
2024-01-28 Robert VargaImport PKIUtilTest 52/110052/2
2024-01-27 Robert VargaClean up NetconfServerSessionNegotiatorTest 50/110050/1
2024-01-27 Robert VargaDo not use SecurityUtils in callhome-provider 49/110049/1
2024-01-27 Robert VargaAccess RemoteAddress exactly once 48/110048/1
2024-01-27 Robert VargaRemove netconf-api dependency 47/110047/1
2024-01-27 Robert VargaClean up netconf-common-mdsal dependencies 46/110046/2
2024-01-27 Robert VargaClean up netconf-nb dependencies 45/110045/1
2024-01-27 Robert VargaClean up netconf-client-mdsal dependencies 44/110044/1
2024-01-27 Robert VargaFix shutdown message 43/110043/2
2024-01-27 Robert VargaEliminate use of PKIUtil 42/110042/1
2024-01-27 Robert VargaRemove AuthenticationHandler 41/110041/1
2024-01-27 Robert VargaActivate NetconfClientFactoryImpl lazily 38/110038/4
2024-01-27 Robert VargaIntroduce NetconfTimer 37/110037/8
2024-01-27 Robert VargaEliminate netconf.nettyutil.handler.ssh.client 40/110040/2
2024-01-27 Robert VargaClean up NetconfClientConfiguration 39/110039/2
2024-01-27 Robert VargaRemove NetconfMessageTransformUtil.FILTER_NODEID 00/110000/2
2024-01-27 Robert VargaRemove use of threadpool-config-impl 08/110008/4
2024-01-26 Robert VargaBump sshd to 2.12.0 24/110024/2
2024-01-26 lubos-cicutFix nullability checks in operations entity classes 15/110015/3
2024-01-26 Robert VargaRemove netconf-config 07/110007/5
2024-01-26 Robert VargaEliminate GlobalNetconfSshScheduledExecutor 06/110006/4
2024-01-26 lubos-cicutFix nullability checks in PropertyEntity class 14/110014/2
2024-01-26 lubos-cicutFix nullability checks in ParameterSchemaEntity class 13/110013/2
2024-01-26 lubos-cicutFix nullability checks in PathsEntity class 12/110012/2
2024-01-26 lubos-cicutFix nullability checks in SecurityEntity class 11/110011/2
2024-01-26 lubos-cicutFix nullability checks in SecuritySchemesEntity class 10/110010/2
next