125 Commits (bcfd3b8063d036c0e7bf6d4093060baabebb4ba2)
 

Author SHA1 Message Date
Sean Middleditch bcfd3b8063 actually use zlib
14 years ago
Sean Middleditch 048b3b2d42 Merge branch 'master' of github.com:elanthis/libtelnet
14 years ago
Sean Middleditch 3b3cbe1ee8 bump to 0.10
14 years ago
Sean Middleditch dbdd423960 header file fixes in Makefile.am
14 years ago
Sean Middleditch 56f3c5ced1 use autoconf, automake, and libtool for building
14 years ago
Sean Middleditch 0003f051d9 signedness warnings silence
14 years ago
Sean Middleditch a63ff7f427 minor formatting update
14 years ago
Sean Middleditch a25ee61f2b Merge branch '0.9'
14 years ago
Sean Middleditch eb950a89f0 added telnet_send_sb
14 years ago
Sean Middleditch ae39ceebd9 prep for 0.9 release
14 years ago
Sean Middleditch 8c11179961 minor cleanups
14 years ago
Sean Middleditch 94d67e864d expand list of RFCs
14 years ago
Sean Middleditch 8d50fe8373 document ttype/environ/new-environ/mssp
14 years ago
Sean Middleditch 2d5c499c36 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?)
14 years ago
Sean Middleditch 1e80f52f80 grow the rfc1143 array by 4 elements instead of 1
14 years ago
Sean Middleditch b10946c96d dont use a separate event for ZMP
14 years ago
Sean Middleditch 53a86613c6 standards fix
14 years ago
Sean Middleditch 1887735b22 document ZMP functions
14 years ago
Sean Middleditch e22b4771c7 add ZMP send commands
14 years ago
Sean Middleditch 94738a4b85 Merge branch 'master' into zmp
14 years ago
Sean Middleditch bfc641efb1 clean up and document the telopt table stuff
14 years ago
Sean Middleditch f6daa8571e zmp fixes (great track record here, eh?)
14 years ago
Sean Middleditch 3f96c5cee8 another fix for compress handling
14 years ago
Sean Middleditch 8c5673535a fixes for compress handling
14 years ago
Sean Middleditch e5327da4f5 initial ZMP parsing support (experimental)
14 years ago
Sean Middleditch 0092336886 Merge branch 'master' into fix-negotiate
14 years ago
Sean Middleditch 1443ca494f fix function name
14 years ago
Sean Middleditch 34bb0998c7 require option table to fix negotiation "race" issie (experimental)
14 years ago
Sean Middleditch e2122b2653 add MSSP telopt code, add MCCP2 synonym, remove COMPRESS1 (as we do not at all support it)
14 years ago
Sean Middleditch 7491bf4511 cleanup rfc1143 code slightly
14 years ago
Sean Middleditch 2d5f4bfa9f change behavior of invalid IAC sequence inside subnegotiation to match BSD telnet implementation
14 years ago
Sean Middleditch 330c261562 _negotiate just uses state, simplifies things a bit; not (int) hack in switch to get gcc to shut up
14 years ago
Sean Middleditch 447d3ad9f8 will/wont states before do/wont, just like actual telnet codes and event numbers
14 years ago
Sean Middleditch b43c10c9ee minor cleanups
14 years ago
Sean Middleditch 4f0c37fc1b shorten the output function names to something more reasonable
14 years ago
Sean Middleditch 9b07e92022 gcc/c99 inline for small internal functions
14 years ago
Sean Middleditch b7bf8f3ce1 fix __GNUC__ macro test
14 years ago
Sean Middleditch 2cb166c889 remove empty case statements in RFC1143 code
14 years ago
Sean Middleditch 7894384d70 fix last commit
14 years ago
Sean Middleditch 90e79da676 remove telnet_send_telopt() as it has no real purpose and using it can have surprising results; added telnet_begin_subnegotiation and telnet_finish_subnegotiation
14 years ago
Sean Middleditch c0e9fcd165 COMPRESS2 support for chatd
14 years ago
Sean Middleditch f713302661 send events for option state changes
14 years ago
Sean Middleditch 1688da10e1 fix RFC1143 more
14 years ago
Sean Middleditch 4987f9fbf0 fix RFC1143 to actually work
14 years ago
Sean Middleditch 5dea1f79f6 dont leak
14 years ago
Sean Middleditch a6d03ffb89 dont bail on ECONNRESET
14 years ago
Sean Middleditch 79376a0bcd re-add telnet-chatd.c again, now that the Makefile bug is fixes
14 years ago
Sean Middleditch f65f27d77d remove the lib/LIB from identifier prefixes; also, swap printf and printf2 so the more common one is the one with the shorter name
14 years ago
Sean Middleditch 156f5862a6 fix broken Makefile clean
14 years ago
Sean Middleditch 340a51b1e0 use size_t where appropriate instead of unsigned int
14 years ago