aboutsummaryrefslogtreecommitdiff
path: root/telnet.c
AgeCommit message (Expand)Author
2001-05-07Patch from Jim McQuillan to pass the terminal type to the remote host.Eric Andersen
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-17Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, whereEric Andersen
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-08-31Fix spelling errorEric Andersen
2000-07-28Fixed to pass -WundefPavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-06-14Integrate Tomi Ollila's telnet. Costs 3k. :)Eric Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-01Some accrued fixes/updates.Erik Andersen
2000-02-22Sync up a few things. Add in a new telnet implementation (stillErik Andersen