1. 4d2cdc7 ipaccess: Start without echoing by default for ipaccess by Holger Hans Peter Freyther · 13 years ago
  2. 000cfc3 use basename(argv[0]) to determine true program name by Harald Welte · 14 years ago
  3. a3c6223 remove code duplication between telnet-client / telnet-client-ipa by Harald Welte · 14 years ago
  4. 641df58 move util source code to util/ directory by Sean Middleditch · 15 years ago[Renamed from telnet-client.c]
  5. 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
  6. 4adfdf3 silence another goofy warning by Sean Middleditch · 15 years ago
  7. 54c1e3e replace calls to write() for stdout with stdio calls by Sean Middleditch · 15 years ago
  8. ccc035a silence warnings we dont really care about in telnet-client by Sean Middleditch · 15 years ago
  9. eb950a8 added telnet_send_sb by Sean Middleditch · 15 years ago
  10. 2d5c499 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?) by Sean Middleditch · 15 years ago
  11. bfc641e clean up and document the telopt table stuff by Sean Middleditch · 15 years ago
  12. 34bb099 require option table to fix negotiation "race" issie (experimental) by Sean Middleditch · 15 years ago
  13. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  14. 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
  15. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  16. 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
  17. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  18. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  19. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  20. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  21. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  22. e7c4426 fix line ending in telnet-client by Sean Middleditch · 15 years ago
  23. 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
  24. da394be add a simplistic TELNET client utility by Sean Middleditch · 15 years ago