Test Info
Library Name | libnetconf |
Version #1 | 0.9.0 |
Version #2 | 0.9.1 |
CPU Type | x86_64 |
GCC Version | 4.8 |
Subject | Binary Compatibility |
Test Results
Total Header Files | 21 |
Total Shared Libraries | 1 |
Total Symbols / Types | 190 / 176 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 3 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (3)
callbacks_ssh.h,
libnetconf.so.0.9.0
[+] nc_set_keypair_path ( char const* private, char const* public ) (2)
changed to:nc_set_keypair_path ( char const* privkey, char const* pubkey )
| Change | Effect |
---|
1 | 1st parameter private has been renamed to privkey. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter public has been renamed to pubkey. | Renaming of a parameter may indicate a change in its semantic meaning. |
datastore.h,
libnetconf.so.0.9.0
[+] ncds_model_info ( char const* path, char** name, char** version, char** namespace, char** prefix, char*** rpcs, char*** notifs ) (1)
changed to:ncds_model_info ( char const* path, char** name, char** version, char** ns, char** prefix, char*** rpcs, char*** notifs )
| Change | Effect |
---|
1 | 4th parameter namespace has been renamed to ns. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (21)
callbacks.h
callbacks_ssh.h
callhome.h
datastore.h
datastore_custom.h
datastore_xml.h
error.h
libnetconf.h
libnetconf_ssh.h
libnetconf_tls.h
libnetconf_xml.h
messages.h
messages_xml.h
netconf.h
notifications.h
notifications_xml.h
session.h
transapi.h
transport.h
url.h
with_defaults.h
to the top
Shared Libraries (1)
libnetconf.so.0.9.0
to the top