Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
e97b10a8a22de805ee9419b17c3704f2c3f9e5f2
/
src
/
session_client_ssh.c
7736745
libnetconf2 REFACTOR initial libyang2 support
by Michal Vasko
· 3 years, 9 months ago
097fc85
client session MAINTENANCE remove useless cast
by Michal Vasko
· 3 years, 8 months ago
8ce3b7c
client session ssh BUGFIX wrong variable size (#295)
by Dragos Dan
· 3 years, 8 months ago
5fb5f99
client session ssh BUGFIX flush after print without newline
by Michal Vasko
· 4 years ago
213a3df
session ssh CHANGE do not set any algorithm options
by Michal Vasko
· 4 years, 10 months ago
3cd6747
ssh client CHANGE explicitly allow all types for key exchange
by Michal Vasko
· 5 years ago
947d812
Modify for avoid deprecated functions of libssh
by Bi-Ruei, Chiu
· 5 years ago
d37d2fb
Fix issue where thread specific data is dereferenced inside the key value destructor
by Kevin Barrett
· 5 years ago
457f053
client session BUGFIX double free
by Michal Vasko
· 5 years ago
e49a15f
libnetconf CHANGE support for new draft netconf-server nodes
by Michal Vasko
· 5 years ago
435e5cf
client session BUGFIX memory leak
by Michal Vasko
· 6 years ago
3df5b25
client session BUGFIX memory leak
by Michal Vasko
· 6 years ago
8fd6fca
client session BUGFIX accept all supported public key algorithms
by Michal Vasko
· 6 years ago
1e7f9e7
client ssh session BUGFIX append new channel session immediatelly
by Michal Vasko
· 6 years ago
32af614
client session BUILD make new libssh session options conditional
by Michal Vasko
· 6 years ago
66032bc
session CHANGE always store ip-address host in the session
by Michal Vasko
· 6 years ago
5200647
client session CHANGE accept all publickey/hostkey types by client
by Michal Vasko
· 6 years ago
9f838b0
restructuring, add missing socket test
by Frank Rimpler
· 6 years ago
ae813f4
ssh client CHANGE improve authentication handling
by Radek Krejci
· 6 years ago
86cae53
client session BUGFIX double unlock
by Michal Vasko
· 6 years ago
131120a
CHANGE allow concurrent notifications and RPCs
by Michal Vasko
· 6 years ago
3b49eb2
client session BUGFIX do not write to NULL out
by Michal Vasko
· 6 years ago
51228ac
client session CHANGE terminal IO refactored
by Michal Vasko
· 7 years ago
7dd4ce2
client session CHANGE properly detect fscanf error
by Michal Vasko
· 7 years ago
8858304
client session CHANGE use /dev/tty as a backup input device
by Michal Vasko
· 7 years ago
93ab617
lnc2 MAINTENANCE minor bugfixes
by Michal Vasko
· 7 years ago
93f26d9
ssh client CHANGE for output always use fprintf and fgetc
by Michal Vasko
· 7 years ago
edcf1f7
client session BUGFIX typos
by Michal Vasko
· 7 years ago
e852c8b
session CHANGE use monotonic clock where possible
by Michal Vasko
· 7 years ago
fd5b668
client CHANGE rewrite loading the schemas into context when connecting to a server
by Radek Krejci
· 7 years ago
5cebc6b
client CHANGE allow sharing client context among the threads
by Radek Krejci
· 7 years ago
62aa064
client CHANGE make client options thread specific
by Radek Krejci
· 7 years ago
90a84a2
client ssh CHANGE allow private data in SSH authentication callbacks
by Radek Krejci
· 7 years ago
a43b8e3
client ssh session CHANGE use generic way of learning stdin term
by Michal Vasko
· 7 years ago
ade892d
session CHANGE concurrency greatly improved
by Michal Vasko
· 8 years ago
36c7be8
session CHANGE timeout mechanism completely rewritten
by Michal Vasko
· 8 years ago
29af44b
session CHANGE call home messages enhanced
by Michal Vasko
· 8 years ago
0cfa90c
client session BUGFIX ssh port option expects unsigned int
by Michal Vasko
· 8 years ago
cc0aa7d
client session MAINTENANCE use the current libssh release functions
by Michal Vasko
· 8 years ago
abc11ea
client session MAINTENANCE libssh deprecated function use
by Michal Vasko
· 8 years ago
7abcdeb
session BUGFIX proper import key error handling
by Michal Vasko
· 8 years ago
71090fc
all CHANGE larger api change to enable server stats collecting
by Michal Vasko
· 8 years ago
45e53ae
log CHANGE invalid argument error enhanced
by Michal Vasko
· 9 years ago
1f0563a
client session BUGFIX ssh timeout is long, not int
by Michal Vasko
· 9 years ago
e035b8e
client session BUGFIX be ready for context creation fail
by Michal Vasko
· 9 years ago
0190bc3
session CHANGE make all the communication non-blocking
by Michal Vasko
· 9 years ago
4eb3c31
all BUGFIX memory allocation error checks
by Michal Vasko
· 9 years ago
e1a64ec
session FEATURE destructor for session user data
by Michal Vasko
· 9 years ago
b7558c5
client session CHANGE one destroy function for the client
by Michal Vasko
· 9 years ago
afd416b
all DOC trailing space
by Michal Vasko
· 9 years ago
650011a
client session BUGFIX wrong function and macro names
by Michal Vasko
· 9 years ago
8bf28d1
client session BUGFIX libssh echo bug temporary workaround
by Michal Vasko
· 9 years ago
9b81f5b
MAINTENANCE correct license text in source codes
by Radek Krejci
· 9 years ago
ef112d7
client session FEATURE hostkey check user clb
by Michal Vasko
· 9 years ago
4282fae
client session BUGFIX callhome sessions flag
by Michal Vasko
· 9 years ago
30e2c87
client session FEATURE ssh auth callbacks can be set
by Michal Vasko
· 9 years ago
daf9a09
client session BUGFIX actually use the set schema searchpath
by Michal Vasko
· 9 years ago
55fded6
client session BUGFIX port is expected to be uint
by Michal Vasko
· 9 years ago
c025649
session BUGFIX freeing last items in arrays
by Michal Vasko
· 9 years ago
8e2f4a6
client session CHANGE opening netconf channel in a separate function
by Michal Vasko
· 9 years ago
8644023
client session MAINTENANCE messages corrected
by Michal Vasko
· 9 years ago
e22c673
client session FEATURE getters now for all options
by Michal Vasko
· 9 years ago
af58cd9
session MAINTENANCE refactoring only
by Michal Vasko
· 9 years ago
3031aae
session CHANGE api completely rewritten
by Michal Vasko
· 9 years ago
ef57833
client session CHANGE check server schemas retrieval
by Michal Vasko
· 9 years ago
c61c449
session FEATURE callhome fully implemented
by Michal Vasko
· 9 years ago
de581a8
client session BUGFIX null dereference
by Michal Vasko
· 9 years ago
94e7c2d
client session BUGFIX memory leaks
by Michal Vasko
· 9 years ago
b7c4ff3
client session BUGFIX api functions argument checks
by Michal Vasko
· 9 years ago
f05562c
session MAINTENANCE socket functions reorganized
by Michal Vasko
· 9 years ago
11d142a
session CHANGE server ctx locking
by Michal Vasko
· 9 years ago
56b5bf7
session BUGFIX connect_ssh_channel wrong variable usage fixed
by Michal Vasko
· 9 years ago
5b003bf
session OPTIMIZE deleting from an array
by Michal Vasko
· 9 years ago
d083db6
session MAINTENANCE log messages unified and corrected
by Michal Vasko
· 9 years ago
7f1c78b
session MAINTENANCE minor enhancements
by Michal Vasko
· 9 years ago
1a38c86
all MAINTENANCE server functions documented, minor function changes
by Michal Vasko
· 9 years ago
9e036d5
session CHANGE nc_accept is transport-independent
by Michal Vasko
· 9 years ago
086311b
server FEATURE ssh session creation functions
by Michal Vasko
· 9 years ago
[Renamed (95%) from src/session_ssh.c]
235efdc
ssh session BUGFIX ssh auth method preferences fix
by Michal Vasko
· 9 years ago
80cad7f
session FEATURE client call home functions
by Michal Vasko
· 9 years ago
745ff83
session BUGFIX nc_connect_libssh fixed
by Michal Vasko
· 9 years ago
57eb940
session CHANGE libyang context checking
by Michal Vasko
· 9 years ago
c111ac5
session REFACTOR name changes and minor enhancements
by Michal Vasko
· 9 years ago
e9bc814
session FEATURE ssh options API changed
by Michal Vasko
· 9 years ago
206d3b1
log FEATURE print callback
by Michal Vasko
· 9 years ago
ad61170
FEATURE client-side funtions
by Michal Vasko
· 9 years ago
9e2d3a3
FEATURE new session context checking and creation
by Michal Vasko
· 9 years ago
990089e
session FEATURE nc_ssh_init and destroy
by Michal Vasko
· 9 years ago
afe2911
session MAINTENANCE useless initializations removed
by Michal Vasko
· 9 years ago
7b62fed
session FEATURE client SSH functions implementation
by Michal Vasko
· 9 years ago
ac6d347
session CHANGE basic code for connecting via libssh
by Radek Krejci
· 9 years ago