iplink: comment out include <net/if_packet.h>
[platform/upstream/busybox.git] / networking / telnetd.c
2012-09-13 Denys Vlasenkotelnet: convert CR -> CR LF, not CR -> CR NUL when...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2010-11-30 Denys Vlasenkotelnetd: write utmp record with correct pid
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-10 Denys Vlasenkowork on adding testsuite runs to randomconfig test...
2010-04-06 Denys Vlasenkotelnetd: fill hostname field in utmp/wtmp records
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-04-04 Denys Vlasenkowho: fix attempts to open '/dev/dev/ttyX'; make columns...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-19 Denys Vlasenkorandomconfig fixes
2009-09-04 Denys Vlasenkotelnetd: add -w ("inetd wait") option. Can be configur...
2009-06-10 Denys Vlasenkotelnetd: more compact version of the fix for stray...
2009-06-09 Denys Vlasenkotelnetd: properly close fds in child
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-08 Denis Vlasenkoftpd: code chrink, fixed some minor bugs
2009-02-02 Denis Vlasenkotelnetd: do not advertise TELNET_LFLOW, we do not support
2008-11-12 Denis Vlasenkotelnetd: fix compile problem for non-standalone telnetd
2008-11-11 Denis Vlasenkotelnetd: correctly output 0xff char. ~100 bytes.
2008-11-09 Denis Vlasenkotelnetd: set SO_KEEPALIVE, users report it's useful...
2008-11-07 Denis Vlasenkotelnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-07-21 Denis Vlasenkotelnet: shrink
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-19 Bernhard Reutner... - Rename getpty() to xgetpty() and adjust callers.
2008-03-19 Denis Vlasenkotftpd: make it emit error packets
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-10-17 Denis Vlasenkotelnetd: make sure telnetd -K exits if child dies
2007-10-17 Denis Vlasenkotelnetd: trivial optimization
2007-10-17 Denis Vlasenkoash: use fdprintf, not dprintf.
2007-10-16 Denis Vlasenkofixes revealed by randomconfig run
2007-10-16 Denis Vlasenkotelnetd: fix comment
2007-10-16 Denis Vlasenkotelnetd: code shrink suggested by Ralf Friedl <Ralf...
2007-10-16 Denis Vlasenkobzip2: make -s equivalent to -2 (compatible with standa...
2007-10-15 Denis Vlasenkotelnetd: at Alexander Kriegisch <Alexander@kriegisch...
2007-10-15 Denis Vlasenkotelnetd: document bug in remove_iacs. reinstate band-aid
2007-10-15 Denis Vlasenkotelnetd: some simplifications and better error hadling.
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: