Commit Graph

148 Commits

Author SHA1 Message Date
Sean Middleditch 6f20d7bb52 hide INSTALL 2009-11-03 19:00:15 -08:00
Sean Middleditch d9931b608e remove INSTALL link 2009-11-03 18:57:29 -08:00
Sean Middleditch a6e0e114f4 telnet_begin_sb and telnet_finish_sb functions 2009-11-03 18:57:21 -08:00
Sean Middleditch 65a53b0010 telnet_begin_sb and telnet_finish_sb functions 2009-11-03 18:57:15 -08:00
Sean Middleditch 0457afb6a3 Makefile.am fix for man page 2009-11-03 18:42:26 -08:00
Sean Middleditch b34236e099 man pages for telnet-client, telnet-chatd, and telnet-proxy 2009-11-02 16:19:16 -08:00
Sean Middleditch e67d3eadf2 more man pages 2009-11-02 16:04:47 -08:00
Sean Middleditch 897e97f725 more man pages 2009-11-02 11:16:47 -08:00
Sean Middleditch db128164ba cleanups to macro conditions 2009-10-25 02:02:17 -07:00
Sean Middleditch e97ac9e158 move telnet_state_t to libtelnet.c as it is only used internally 2009-10-24 15:41:05 -07:00
Sean Middleditch 5565596352 version corrections in source files and README 2009-10-24 15:38:46 -07:00
Sean Middleditch eccc4a4bfe initial man pages, bump to 0.13 2009-10-24 14:53:12 -07:00
Sean Middleditch 8739165d93 add NEWS note about telnet_raw_printf() 2009-10-14 16:21:02 -07:00
Sean Middleditch 9dcfd4b97d rename telnet_printf2 to telnet_raw_printf 2009-10-14 16:17:46 -07:00
Sean Middleditch 49b16d2555 change library interface version 2009-09-28 16:13:12 -07:00
Sean Middleditch 4932345524 update README version 2009-09-28 15:53:07 -07:00
Sean Middleditch be230ee82a documentation update 2009-09-19 14:39:58 -07:00
Sean Middleditch d2466a01b6 make libtelnet_t private; libtelnet_init now returns a pointer instead of taking one, and libtelnet_free frees the pointer passed in 2009-09-19 14:35:48 -07:00
Sean Middleditch d08d812c30 pkgconfig support 2009-09-19 14:35:05 -07:00
Sean Middleditch 4adfdf312d silence another goofy warning 2009-08-31 15:06:09 -07:00
Sean Middleditch 54c1e3ea74 replace calls to write() for stdout with stdio calls 2009-08-31 15:04:39 -07:00
Sean Middleditch ccc035ad6c silence warnings we dont really care about in telnet-client 2009-08-31 14:58:33 -07:00
Sean Middleditch aff7b32cc4 update/clarify public domain license in COPYING 2009-08-31 14:56:34 -07:00
Sean Middleditch bcfd3b8063 actually use zlib 2009-08-31 14:52:23 -07:00
Sean Middleditch 048b3b2d42 Merge branch 'master' of github.com:elanthis/libtelnet 2009-08-05 17:08:47 -04:00
Sean Middleditch 3b3cbe1ee8 bump to 0.10 2009-08-05 17:07:52 -04:00
Sean Middleditch dbdd423960 header file fixes in Makefile.am 2009-08-05 17:07:09 -04:00
Sean Middleditch 56f3c5ced1 use autoconf, automake, and libtool for building 2009-07-31 02:02:09 -04:00
Sean Middleditch 0003f051d9 signedness warnings silence 2009-04-27 19:26:05 -04:00
Sean Middleditch a63ff7f427 minor formatting update 2009-04-03 01:27:06 -04:00
Sean Middleditch a25ee61f2b Merge branch '0.9' 2009-03-22 23:04:32 -04:00
Sean Middleditch eb950a89f0 added telnet_send_sb 2009-03-22 23:04:28 -04:00
Sean Middleditch ae39ceebd9 prep for 0.9 release 2009-03-22 22:47:30 -04:00
Sean Middleditch 8c11179961 minor cleanups 2009-03-22 22:44:38 -04:00
Sean Middleditch 94d67e864d expand list of RFCs 2009-03-22 22:38:02 -04:00
Sean Middleditch 8d50fe8373 document ttype/environ/new-environ/mssp 2009-03-22 22:35:17 -04:00
Sean Middleditch 2d5c499c36 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?) 2009-03-22 22:21:42 -04:00
Sean Middleditch 1e80f52f80 grow the rfc1143 array by 4 elements instead of 1 2009-03-22 18:24:18 -04:00
Sean Middleditch b10946c96d dont use a separate event for ZMP 2009-03-22 18:21:14 -04:00
Sean Middleditch 53a86613c6 standards fix 2009-03-22 17:43:29 -04:00
Sean Middleditch 1887735b22 document ZMP functions 2009-03-22 16:57:44 -04:00
Sean Middleditch e22b4771c7 add ZMP send commands 2009-03-22 16:44:40 -04:00
Sean Middleditch 94738a4b85 Merge branch 'master' into zmp
Conflicts:
	libtelnet.c
2009-03-22 16:33:22 -04:00
Sean Middleditch bfc641efb1 clean up and document the telopt table stuff 2009-03-22 16:26:06 -04:00
Sean Middleditch f6daa8571e zmp fixes (great track record here, eh?) 2009-03-21 01:16:20 -04:00
Sean Middleditch 3f96c5cee8 another fix for compress handling 2009-03-21 01:11:46 -04:00
Sean Middleditch 8c5673535a fixes for compress handling 2009-03-21 01:07:18 -04:00
Sean Middleditch e5327da4f5 initial ZMP parsing support (experimental) 2009-03-21 00:54:50 -04:00
Sean Middleditch 0092336886 Merge branch 'master' into fix-negotiate 2009-03-21 00:30:56 -04:00
Sean Middleditch 1443ca494f fix function name 2009-03-21 00:21:04 -04:00