libtelnet icon indicating copy to clipboard operation
libtelnet copied to clipboard

Simple RFC-complient TELNET implementation as a C library.

Results 19 libtelnet issues
Sort by recently updated
recently updated
newest added

Hi libtelnet maintainers. Are there any plans for a 0.24 release in the near future? Thanks.

Fix 'cppcheck' errors; add two va_end() calls on error exit.

When using libtelnet in embedded places, the 1k stack used in each of the telnet vprintf functions can be a bit excessive. To allow embedded users to work around this,...

It improves readability of examples

Hi @seanmiddleditch I'd like to merge some fixes that are important for packages, as they improve make handling libtelnet for us downstream much easier.

https://github.com/fluffos/fluffos using libtelnet, when using OSX telnet client to connect the server, it will strip UTF-8 character High byte to ansi char. Using Linux/Windows telnet client, everything is fine.

This pull request aims to solve what I view is an issue with the current library - the application has no idea when the telopt status changed! It has to...

Using telnet-proxy for debug purposes is great, but it would be quite more useful if it would support multiple connections.