1. 1465a86 ipaccess: Default to port 3210 for the telnet session by Holger Hans Peter Freyther · 13 years ago
  2. 5083c2a ipaccess: Terminate the application on CTRL+C or CTRL+D by Holger Hans Peter Freyther · 13 years ago
  3. eb490d3 ipaccess: Add \r when we get a \n to fix line wrappings by Holger Hans Peter Freyther · 13 years ago
  4. d3e5f24 telnet: Flush the console after every character by Holger Hans Peter Freyther · 13 years ago
  5. 4d2cdc7 ipaccess: Start without echoing by default for ipaccess by Holger Hans Peter Freyther · 13 years ago
  6. 000cfc3 use basename(argv[0]) to determine true program name by Harald Welte · 14 years ago
  7. a3c6223 remove code duplication between telnet-client / telnet-client-ipa by Harald Welte · 14 years ago
  8. 641df58 move util source code to util/ directory by Sean Middleditch · 15 years ago[Renamed from telnet-client.c]
  9. d2466a0 make libtelnet_t private; libtelnet_init now returns a pointer instead of taking one, and libtelnet_free frees the pointer passed in by Sean Middleditch · 15 years ago
  10. 4adfdf3 silence another goofy warning by Sean Middleditch · 15 years ago
  11. 54c1e3e replace calls to write() for stdout with stdio calls by Sean Middleditch · 15 years ago
  12. ccc035a silence warnings we dont really care about in telnet-client by Sean Middleditch · 15 years ago
  13. eb950a8 added telnet_send_sb by Sean Middleditch · 15 years ago
  14. 2d5c499 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?) by Sean Middleditch · 15 years ago
  15. bfc641e clean up and document the telopt table stuff by Sean Middleditch · 15 years ago
  16. 34bb099 require option table to fix negotiation "race" issie (experimental) by Sean Middleditch · 15 years ago
  17. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  18. f65f27d remove the lib/LIB from identifier prefixes; also, swap printf and printf2 so the more common one is the one with the shorter name by Sean Middleditch · 15 years ago
  19. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  20. 8daf774 use char buffers instead of unsigned char to make use of API less of a pain in the butt by Sean Middleditch · 15 years ago
  21. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  22. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  23. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  24. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  25. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  26. e7c4426 fix line ending in telnet-client by Sean Middleditch · 15 years ago
  27. a7896d1 various telnet-client updates making it capable of real use for vim/nethack/etc. on a real telnet server by Sean Middleditch · 15 years ago
  28. da394be add a simplistic TELNET client utility by Sean Middleditch · 15 years ago