add -fvisibility=hidden to CC flags, mark XXX_main functions
[platform/upstream/busybox.git] / networking / telnetd.c
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-06-25 Denis Vlasenkotest: suppress gcc warning
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-12 Denis Vlasenkonext part of ipv6-ization. dnsd code is "interesting"...
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-10 Denis VlasenkoImprove generic ipv4+ipv6 support in libbb.
2006-11-22 Denis Vlasenkotelnetd: move generic stuff into libbb. It will make...
2006-11-22 Denis Vlasenkotelnetd: if FEATURE_IPV6 is on, telnet will NOT work...
2006-11-22 Denis Vlasenkotelnetd: we were having telnetd with is ONLY inetd...
2006-10-15 Denis Vlasenkotelnetd: check ptsname() for NULL
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Denis Vlasenkotelnetd: getopt_ulflags'isation
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-28 Rob LandleyUnbreak allbareconfig a bit. (The telnetd.c fix is...
2006-06-07 Bernhard Reutner... - fix the build if we have ftpput without ftpget (speel...
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-10 Mike Frysingeraccept() takes a socklen_t, not an int
2006-05-10 Mike Frysingerfix whitespace in comment example
2006-05-10 Mike Frysingersome more useful debug info from Jason Holden
2006-05-10 Mike Frysingertouchup whitespace/english a bit more
2006-05-10 Mike Frysingerwhitespace between if and (
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-25 Tim Rikerjust whitespace
2005-11-10 Rob Landleytelnetd -b (bind to specific address) support from...
2005-05-10 Rob LandleyPatch from Jason Schoon to add IPV6 support to telnetd...
2004-09-14 Glenn L McGrathPatch from Felipe Kellermann, remove some unnecessary...
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathPatch from James Zhu, telnetd window resizing support.
2003-12-19 Eric AndersenPatch from Fillod Stephane:
2003-09-12 Glenn L McGrathFix compile error, Vodz, last_path_113
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-04-25 Eric AndersenPatch from Steven Scholz to fix telnetd compile problem
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-22 Glenn L McGrathPatch from Basitan Blank to fix nasty bug
2003-01-21 Glenn L McGrathrun telnet from inetd, present login prompt if login...
2002-11-10 Glenn L McGrathConfig feature DEVPTS defined and used in telnetd,...
2002-09-30 Eric Andersenlast_patch58 from vodz: