aboutsummaryrefslogtreecommitdiffstats
path: root/telnet-proxy.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-19make libtelnet_t private; libtelnet_init now returns a pointer instead of tak...Sean Middleditch1-14/+14
2009-03-22support ttype/environ/new-environ/mssp parsing (using alloca; fixme?)Sean Middleditch1-0/+13
2009-03-22dont use a separate event for ZMPSean Middleditch1-9/+25
2009-03-22Merge branch 'master' into zmpSean Middleditch1-2/+2
2009-03-21initial ZMP parsing support (experimental)Sean Middleditch1-0/+3
2009-03-21require option table to fix negotiation "race" issie (experimental)Sean Middleditch1-2/+2
2009-03-20shorten the output function names to something more reasonableSean Middleditch1-9/+9
2009-03-19dont bail on ECONNRESETSean Middleditch1-6/+10
2009-03-19remove the lib/LIB from identifier prefixes; also, swap printf and printf2 so...Sean Middleditch1-26/+26
2009-03-19use size_t where appropriate instead of unsigned intSean Middleditch1-8/+6
2009-03-19use char buffers instead of unsigned char to make use of API less of a pain i...Sean Middleditch1-3/+3
2009-03-16make API const-safeSean Middleditch1-2/+2
2009-03-16dont bail on connetion reset return on send()Sean Middleditch1-2/+6
2009-03-15Merge branch 'master' into rfc1143Sean Middleditch1-5/+5
2009-03-15replace mode with flags (only a PROXY flag so far)Sean Middleditch1-2/+2
2009-03-15remove need for the struct and enum stuff using typedefsSean Middleditch1-3/+3
2009-03-15partial RFC1143 implementation; only reacts to negotiation, cannot handle ini...Sean Middleditch1-6/+25
2009-03-15fix typoSean Middleditch1-1/+1
2009-03-15separate non-fatal errors into warnings, error events are always fatalSean Middleditch1-0/+5
2009-03-15pass user_data to libtelnet_init() only instead of having to pass it to every...Sean Middleditch1-10/+10
2009-03-15make telnet-proxy loop so its more usefulSean Middleditch1-109/+129
2009-03-15make color a build-time option for telnet-proxySean Middleditch1-14/+31
2009-03-15scrap the multiple callbacks thing, just use a single event handler callbackSean Middleditch1-81/+63
2009-03-15added proxy modeSean Middleditch1-7/+3
2009-03-15hostname lookup for telnet-proxySean Middleditch1-10/+21
2009-03-14more informative errorsSean Middleditch1-3/+3
2009-03-14make use of a callback table instead of undefined functions for integrationSean Middleditch1-9/+20
2009-03-14the proper term is subnegotiation, not subrequestSean Middleditch1-3/+4
2009-03-14highlight non-printable characters betterSean Middleditch1-4/+4
2009-03-14close listening socket immediately after connectionSean Middleditch1-1/+3
2009-03-14completed MCCP2 supportSean Middleditch1-12/+14
2009-03-14initial client-only MCCP2 supportSean Middleditch1-0/+15
2009-03-14PD headerSean Middleditch1-0/+11
2009-03-14robustify error handlingSean Middleditch1-17/+36
2009-03-14cleanup the connection info stuffSean Middleditch1-61/+50
2009-03-14pretty printing command and options namesSean Middleditch1-5/+90
2009-03-14s/input/data/, s/output/send/Sean Middleditch1-4/+4
2009-03-14add telnet-proxySean Middleditch1-0/+228