Fix NetconfKeystoreAdapter onDataTreeChanged method
[netconf.git] / netconf / netconf-ssh / src /
2019-01-07 Jakub MorvayMerge "Replace GsonProvider to JacksonJaxbJsonProvider"
2019-01-07 Jakub MorvayMerge "Prevent ssh hang during shutdown"
2019-01-07 Tomas CerePrevent ssh hang during shutdown 68/79268/5
2018-12-05 Jakub MorvayMerge "Get rid of checked futures in tests"
2018-12-05 Jakub MorvayMerge "Use FluentFuture in DOMDataTransactionValidator"
2018-12-05 Jakub MorvayMerge "Refactor bad local variable name in KeepaliveSal...
2018-12-05 Jakub MorvayMerge changes Ie852df32,I731a0066,I2e8558f1
2018-12-04 Jakub MorvayFix some of Java 8 IDE migration warnings 18/78418/4
2018-11-08 Jakub MorvayMerge "Migrate netconf to mockito ArgumentMatchers"
2018-11-08 Jakub MorvayMigrate netconf to mockito ArgumentMatchers 13/77613/2
2018-10-29 Jakub MorvayMerge "Upgrade xercesImpl"
2018-10-24 Robert VargaIntegrate MRI projects for Neon 66/74966/53
2018-09-26 Tom PantelisMerge "Fix config-only thinko"
2018-09-26 Jakub MorvayMerge "Allow SshProxyServer to share AsynchronousChanne...
2018-09-26 Robert VargaAllow SshProxyServer to share AsynchronousChannelGroup 52/76452/1
2018-08-21 Jakub MorvayMerge "NETCONF-557: Add support for URL capability"
2018-08-20 Robert VargaFix argument strings 23/75323/9
2018-08-06 Jakub MorvayMerge "NECONF-524 : Setting the netconf keepalive logic...
2018-07-27 Jakub MorvayMerge "Simplify code using Java 8 features"
2018-07-27 Stephen KittSimplify code using Java 8 features 86/74486/3
2018-07-25 Jakub MorvayMerge "Remove unused exceptions"
2018-07-24 Stephen KittRemove unused exceptions 96/74396/3
2018-04-12 Jakub MorvayMerge "fix failure during connecting device when channe...
2018-04-04 Jakub MorvayMerge "NETCONF-526 : edit-config payload default-operat...
2018-03-31 Jakub MorvayMerge "Fix findbugs violations in netconf"
2018-03-30 Tom PantelisFix findbugs violations in netconf 02/70202/2
2018-02-27 JakubTothMerge "Convert netconf-util, netconf-ssh, netconf-tcp...
2018-02-25 Ryan GouldingConvert netconf-util, netconf-ssh, netconf-tcp to blueprint 18/61718/9
2018-01-12 Jakub MorvayMerge "Clean up netconf-parent root pom"
2018-01-12 Robert VargaAdjust to yangtools-2.0.0/odlparent-3.0.0 changes 02/64202/42
2017-11-09 Marek GradzkiFix KeyPairProvider initialization in NetconfSshServerP... 63/65363/2
2017-10-27 Tomas CereMerge "Remove the default loopback mount from the old...
2017-10-27 Tomas CereMerge changes from topic 'keyauth-refactor'
2017-10-25 Tomas CereBUG-9261: Add basic public key auth to testtool 53/64653/3
2017-10-24 Tomas CereBUG-9261: introduce new Credential types 50/64650/1
2017-09-04 Jakub MorvayMerge "Bug 8989 - Create just one DS for each test...
2017-08-23 Jakub MorvayMerge "Simplify boolean expressions"
2017-08-16 Stephen KittSimplify boolean expressions 67/61167/4
2017-07-20 Thanh HaAdd 'features/protocol-framework/' from commit 'cb42405...
2017-07-20 Thanh HaAdd 'protocol-framework/' from commit '5d015c2c5f800d13...
2017-07-11 Tomas CereMerge "Add JSONRestconfService impl for the restconf...
2017-07-11 Tomas CereMerge "Remove <Embed-Dependency> in netconf-config...
2017-07-10 Tomas CereSimplify RC4 removal 39/60139/2
2017-07-10 Tomas CereUse RSA for ssh server 38/60138/2
2017-05-03 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-05-03 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-05-03 Tomas CereMerge "Bug 8153: Enforce check-style on messagebus...
2017-05-03 Jakub MorvayMerge "Do not use InetAddress.getByName()"
2017-04-30 Robert VargaDo not use InetAddress.getByName() 90/56190/4
2017-04-27 Jakub MorvayMerge "Refactor netconf clustered topology tests"
2017-04-27 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-27 Tomas CereMerge "Bug 8197: Deregister schema sources on actor...
2017-04-27 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-27 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-27 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-27 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-27 matus.kubicaBug 8153: Enforce check-style rules for netconf - netco... 72/55972/2
2017-02-27 Jakub MorvayMerge "Null write transaction when cancel is called"
2017-02-27 Jakub MorvayMerge "Bug 5581: Optimize subtree filtering"
2017-02-24 Jakub MorvayMerge changes from topic 'bug7850'
2017-02-24 Tomas CereMerge "Refactor netconf-util's configuration service"
2017-02-21 Jakub MorvayMerge "Fix error reporting for PUT/POST"
2017-02-20 Tomas CereMerge "Remove unused imports in the whole NETCONF project"
2017-02-17 Jakub MorvayRemove unused imports in the whole NETCONF project 09/52009/1
2017-02-15 Jakub MorvayRefactor netconf-util's configuration service 73/51873/5
2016-11-29 Tomas CereMerge "Bug 7172 - Correct error-info for missing-attrib...
2016-11-07 Jakub MorvayMerge "Address comments from blueprint patches"
2016-11-07 Jakub MorvayMerge "Bug 6903 - Implement Query parameters - fields"
2016-11-07 Jakub MorvayMerge "Bug 6895 - Implement Query parameters - depth"
2016-11-07 Jakub MorvayMerge "Remove netconf-config-dispatcher as moved to...
2016-11-07 Tomas CereMerge "Specify type to NetconfClientDispatcher reference"
2016-11-07 Jakub MorvayMerge changes from topic 'bug/6023'
2016-11-07 Alexis de TalhouëtBug 6023 - Adress for config subsystem netconf endpoint... 45/47745/9
2016-11-04 Jakub MorvayMerge "Bug 6382 - add apidoc for latest restconf draft"
2016-11-04 Jakub MorvayMerge "Bug 6731 - add valid example values"
2016-11-02 Jakub MorvayMerge "Add netconf-netty-util tests"
2016-11-02 Jakub MorvayMerge "Add netconf-impl unit tests"
2016-11-02 Jakub MorvayMerge "Add netconf-util tests and remove unused classes"
2016-11-02 Jakub MorvayMerge "Add blueprint wiring for netconf-client"
2016-11-02 Jakub MorvayMerge changes from topic 'blueprint'
2016-11-02 Jakub MorvayMerge "Add blueprint wiring for netconf-console"
2016-10-31 Alexis de TalhouëtAdd blueprint wiring for netconf-ssh 74/45774/13
2016-10-24 Tomas CereMerge "Clean-up netconf-client"
2016-10-24 Tomas CereMerge "Add unit tests for sal-netconf-connector"
2016-10-24 Tomas CereMerge "Add sal-netconf-connector unit tests"
2016-10-24 Tomas CereMerge "Add unit tests for sal-netconf-connector transac...
2016-10-20 Tomas CereMerge "Add more unit tests for sal-netconf-connector"
2016-10-20 Tomas CereMerge "Bug 6023 - Adress for config subsystem netconf...
2016-10-19 Rudolf BrisudaBug 6023 - Adress for config subsystem netconf endpoint... 43/44243/10
2016-07-27 Tomas CereRevert "Bump apache mina to 1.2.0" 27/42627/1
2016-07-25 Tomas CereMerge "Bump apache mina to 1.2.0"
2016-07-19 Robert VargaBump apache mina to 1.2.0 24/41824/9
2016-07-19 Tomas CereMerge "Switch to using StandardCharsets"
2016-07-18 Robert VargaSwitch to using StandardCharsets 83/41983/3
2016-07-18 Tomas CereMerge "Organize Import to conform to Checkstyle guideli...
2016-07-06 Lorand JakabUpgrade ietf-{inet,yang}-types to 2013-07-15 93/40793/4
2016-06-14 Tomas CereMerge "Bug 5708: Schemaless netconf mount point"
2016-06-13 Tomas CereMerge changes from topic 'parser-post-removal'
2016-06-09 Tomas CereMerge "Bug 6023 - Add default address setting"
2016-06-08 Jakub MorvayBug 6023 - Add default address setting 41/39941/2
next