libcli
libcli copied to clipboard
Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callba...
Hi Rob, simple fixes for issue #100. I simply found all calls to calloc where the size of the struct and the number of structs were reversed and put them...
Building libcli with GCC 14 or newer fails. It seems that some (but not all) calls to calloc are done with the size of a struct as the first parameter...
This patch support user given toolchain which enables cross compilation.