8000 Releases · damianoneill/net · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: damianoneill/net

Avoid closing pre-existing ssh client

13 Jan 11:14
399dd9e
Compare
Choose a tag to compare

Provide support for avoiding closing pre-existing ssh client.

Migrate to 1.18 as the baseline

15 Nov 16:12
6c52eb3
Compare
Choose a tag to compare
Move to 118 (#128)

* first push of 1.18, unit test breaking, golint identifies new issues

* Remove unnecessary cast of asn1.ObjectIdentifier.
Address lint issues.

Co-authored-by: Simon James <simonjames@juniper.net>

Create client sessions from a pre-existing ssh client

13 Jul 13:37
6682263
Compare
Choose a tag to compare
Merge pull request #113 from sjames-iberis/feature/ssh-conn

Change netconf session factory to expose new methods to …

Satori dependency removal from v1

30 Nov 09:41
2ca52e2
Compare
Choose a tag to compare

Remove satori dependency from the original netconf client (on which v2 still depends).

Repository Cleanup

29 Nov 13:12
Compare
Choose a tag to compare

Remove dependency on unmaintained repo - github.com/satori/go.uuid

Bug Fix release

02 Sep 12:50
c498e92
Compare
Choose a tag to compare

Handle remote closing connection during initialisation

SSH Based CLI Support

16 Jun 12:56
24ba295
Compare
Choose a tag to compare

Basic implementation with a Send method:

  • Sends a command to the server
  • Returns server response

Simple extension points allow customisation for different server OS types:

  • Different strategies for determining the cli prompt that signals the end of the server response
  • Optional execution of initial commands to configure the server shell

The server response is returned as a single string.
It is the caller's responsibility to parse this, depending on the expected structure.

Implement option to disable chunked encoding

11 Mar 14:36
799a5f0
Compare
Choose a tag to compare
v2.4.0

Merge pull request #47 from damianoneill/dependabot/go_modules/github…

Revert previous Bug Fix

01 Feb 18:54
fe39cf4
Compare
Choose a tag to compare

Resolution of issue, through alternate configuration.

Bug fix release for Cisco Router C1900

20 Jan 16:18
3ca7c2f
Compare
Choose a tag to compare

Address issues arising from testing with a cisco router, running C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4.

0