Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
7b5e3d9d492ed5f4f3820b28efbf7c94e004261d
/
src
« Previous
3964a83
server session BUGFIX incorrect fopen mode
by Michal Vasko
· 6 years ago
6ed922d
Fix call home client thread cleanup
by Andrew Langefeld
· 6 years ago
99e6568
Merge pull request #81 from jktjkt/libyang-cpp-changes
by Michal Vasko
· 6 years ago
488f480
server BUGFIX missing header file
by Michal Vasko
· 6 years ago
6d7c396
Adapt to libyang's "Change constness of the data returned by module implementation callbacks"
by Jan Kundrát
· 6 years ago
35972df
Adapt to libyang's "Pass the original user_data to the deleter function"
by Jan Kundrát
· 6 years ago
2a22534
server session MAINTENANCE code formatting
by Michal Vasko
· 6 years ago
294dc34
Merge pull request #78 from ADTRAN/invalid_endpoint_pointer
by Michal Vasko
· 6 years ago
d05f225
invalid endpoint pointer
by Peter Feige
· 6 years ago
488b070
session client CHANGE additional check for returned <get-schema> data
by Radek Krejci
· 6 years ago
62bc671
Two small TLS bug fixes
by Andrew Langefeld
· 6 years ago
440b6c7
Provide a mechanism to setup TLS cert chain
by Andrew Langefeld
· 6 years ago
9d21a66
session_server FIX function prototypes
by David Sedlák
· 6 years ago
2d08883
session client CHANGE remove compatibility code for old ietf-yang-library schema
by Radek Krejci
· 6 years ago
cde410d
session capabilities CHANGE printing ietf-yang-library capability
by Radek Krejci
· 6 years ago
4e8eadd
session server BUGFIX printing features in capability string
by Radek Krejci
· 6 years ago
261737f
session client CHANGE filtering server data for ietf-yang-library data
by Radek Krejci
· 6 years ago
50eac70
Add the yang-library NETCONF capability
by Andrew Langefeld
· 6 years ago
b056ff8
session client BUGFIX uninitialized variable
by Radek Krejci
· 6 years ago
f063379
session client BUGFIX accessing freed memory
by Radek Krejci
· 6 years ago
782041a
session client BUGFIX checking usability of the created socket
by Radek Krejci
· 6 years ago
235d8cb
session client CHANGE produce less errors when building context for the connected server
by Radek Krejci
· 6 years ago
8d4f9f1
session client BUGFIX testing return value in wrong variable
by Radek Krejci
· 6 years ago
1a7efb4
session client CHANGE parse submodules infor from yang-library data
by Radek Krejci
· 6 years ago
f6d9aef
messageing BUGFIX proper use of realloc()
by Radek Krejci
· 6 years ago
ac91952
seassion client CHANGE compatibility code with really old ietf-yang-library
by Radek Krejci
· 6 years ago
a8dfaea
session client BUGFIX using not initialized variable
by Radek Krejci
· 6 years ago
93d1ad0
Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel
by Radek Krejci
· 6 years ago
fc5d07e
io BUGFIX double lock
by Michal Vasko
· 6 years ago
c939050
session client BUGFIX memory leak, checking malloc return value
by Radek Krejci
· 6 years ago
3f499a6
session client BUGFIX check ftell() return value
by Radek Krejci
· 6 years ago
3b60e5c
session client CHANGE reflect recent changes in libyang API
by Radek Krejci
· 6 years ago
6455eb1
session client BUGFIX use of uninitialized variable
by Radek Krejci
· 6 years ago
65ef6d5
client session CHANGE building context according to server supported schemas
by Radek Krejci
· 6 years ago
d838d29
client session CHANGE cover new anydata types
by Michal Vasko
· 6 years ago
fcf32c2
client session BUGFIX print all schema warnings
by Michal Vasko
· 6 years ago
977bacd
Merge branch 'devel'
by Michal Vasko
· 6 years ago
bbab76f
Fix parsing for notification after leaf
by Andrew Langefeld
· 6 years ago
ad7a553
Do not send extra ssh_message_reply_default()
by Robert Varga
· 6 years ago
740c22f
provide correct address length for inet_ntop i.o. to avoid error ENOSPC
by Frank Rimpler
· 6 years ago
c7a2acb
remove unused variable
by Frank Rimpler
· 6 years ago
9f838b0
restructuring, add missing socket test
by Frank Rimpler
· 6 years ago
dd3e314
client session BUGFIX double free
by Michal Vasko
· 6 years ago
f952be2
server session CHANGE enable compilation on platofrms without keep-alive
by Michal Vasko
· 6 years ago
06c860d
session CHANGE use more practical TCP keep alive options
by Michal Vasko
· 6 years ago
15dad86
fix unwanted change from last commit
by David Sedlák
· 6 years ago
fedbc79
io CHANGE more efficient way of finding endtag in nc_read_until
by David Sedlák
· 6 years ago
733c0bd
server session MAINTENANCE formatting and minor problems
by Michal Vasko
· 6 years ago
85744b2
Merge branch 'devel' of https://github.com/bhart3/libnetconf2 into devel
by Michal Vasko
· 6 years ago
37f94a7
Correct invalid signature
by bhart
· 6 years ago
1bb7cdb
Update interactive callback.
by bhart
· 6 years ago
ae813f4
ssh client CHANGE improve authentication handling
by Radek Krejci
· 6 years ago
fdc7478
io & session BUGFIX remove invalid internal errors
by Michal Vasko
· 6 years ago
ac0356e
client session BUGFIX xpath filter selects subtrees, not nodes
by Michal Vasko
· 6 years ago
28ef6cd
session CHANGE remove vrb message
by Michal Vasko
· 6 years ago
158d6fd
Fix segfault when crypt() returns NULL
by Andrew Langefeld
· 6 years ago
2260f55
session MAINTENANCE release build warnings
by Michal Vasko
· 6 years ago
23dab56
Update session_server_ssh.c
by bhart3
· 6 years ago
3bc2f58
Add optional authentication methods for ssh pubkey and interactive.
by bhart
· 6 years ago
dd6e4f7
server session BUGFIX zero server options on destroy
by Michal Vasko
· 6 years ago
86cae53
client session BUGFIX double unlock
by Michal Vasko
· 6 years ago
140eecd
client session BUGFIX wrong pointer comparison
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
61e8715
session MAINTENANCE redundant assign value
by Michal Vasko
· 6 years ago
9aa1e35
client CHANGE loading schemas supported by server on the client side
by Radek Krejci
· 6 years ago
24a1841
server CHANGE listed schemas in server's <hello> capabilities list
by Radek Krejci
· 6 years ago
4cb8de5
server session BUGFIX accessing a removed endpoint
by Michal Vasko
· 7 years ago
663b3d6
client session BUGFIX handle failing to load implemented schema
by Michal Vasko
· 7 years ago
689202b
client session MAINTENANCE formatting
by Michal Vasko
· 7 years ago
b1d250e
client CHANGE using get-schema operation on ietf-yang-library
by Radek Krejci
· 7 years ago
974410a
server session BUGFIX forgotten definition of a function
by Michal Vasko
· 7 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
ebba760
server session FEATURE allow to define an SSH passwd auth callback
by Michal Vasko
· 7 years ago
4d57e1b
session BUGFIX close sockets separately
by Michal Vasko
· 7 years ago
b85767d
session BUGFIX missing include
by Michal Vasko
· 7 years ago
2737742
server session BUGFIX call home session freeing corner cases
by Michal Vasko
· 7 years ago
3f05a09
fixup! server session BUGFIX wait for ch thread when freeing session
by Michal Vasko
· 7 years ago
7d965dc
session CHANGE enable keep-alive on server/client sockets
by Michal Vasko
· 7 years ago
2e39ed9
server session BUGFIX wait for ch thread when freeing session
by Michal Vasko
· 7 years ago
206ec2d
client session CHANGE always store client schemas into set dir
by Michal Vasko
· 7 years ago
78cd61f
client session BUGFIX continue connecting when a schema loading fails
by Michal Vasko
· 7 years ago
dbf7c27
client session BUGFIX schema retrieval logging fixes
by Michal Vasko
· 7 years ago
93ab617
lnc2 MAINTENANCE minor bugfixes
by Michal Vasko
· 7 years ago
145619f
session BUGFIX update function name
by Michal Vasko
· 7 years ago
ff7e356
cmake CHANGE lnc2 schemas dir now a cmake and pkgconfig variable
by Michal Vasko
· 7 years ago
f945da5
io & client session MAINTENANCE minor compiler warnings
by Michal Vasko
· 7 years ago
6cdb0c1
Merge pull request #49 from jktjkt/fix-ipv6
by Michal Vasko
· 7 years ago
ceae015
client session CHANGE print errors if schema loading fails
by Michal Vasko
· 7 years ago
c997024
server session CHANGE libyang error API changes
by Michal Vasko
· 7 years ago
0f942e8
Use proper size for inet_ntop's buffer
by Jan Kundrát
· 7 years ago
103fe63
server session BUGFIX properly remove thread id on timeout
by Michal Vasko
· 7 years ago
2b76809
server session CHANGE separate timeout for waiting for queue
by Michal Vasko
· 7 years ago
d834003
server session BUGFIX handle removing ids not from the beginning
by Michal Vasko
· 7 years ago
74c345f
server session BUGFIX queue round buffer fixes
by Michal Vasko
· 7 years ago
queue_fix
8bc747c
Revert "server session BUGFIX queue round buffer fixes"
by Michal Vasko
· 7 years ago
b4b1906
client BUGFIX double free
by Radek Krejci
· 7 years ago
fdf1e68
server session BUGFIX queue round buffer fixes
by Michal Vasko
· 7 years ago
Next »