summaryrefslogtreecommitdiff
path: root/networking/telnetd.c
Commit message (Expand)AuthorAgeFilesLines
* telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to serverDenys Vlasenko2012-09-131-0/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+22
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-4/+0
* telnetd: write utmp record with correct pidDenys Vlasenko2010-11-301-1/+2
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-1/+1
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-6/+15
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-5/+28
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-2/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* randomconfig fixesDenys Vlasenko2009-10-191-1/+3
* telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko2009-09-041-20/+36
* telnetd: more compact version of the fix for stray open fdsDenys Vlasenko2009-06-101-51/+39
* telnetd: properly close fds in childDenys Vlasenko2009-06-091-63/+94
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-081-1/+1
* telnetd: do not advertise TELNET_LFLOW, we do not supportDenis Vlasenko2009-02-021-8/+9
* telnetd: fix compile problem for non-standalone telnetdDenis Vlasenko2008-11-121-10/+15
* telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko2008-11-111-7/+51
* telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.Denis Vlasenko2008-11-091-0/+4
* telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)Denis Vlasenko2008-11-071-30/+41
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-1/+1
* telnet: shrinkDenis Vlasenko2008-07-211-6/+5
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-5/+1
* tftpd: make it emit error packetsDenis Vlasenko2008-03-191-4/+0
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-47/+0
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-2/+1
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-2/+1
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko2007-11-061-11/+23
* telnetd: make sure telnetd -K exits if child diesDenis Vlasenko2007-10-171-20/+15
* telnetd: trivial optimizationDenis Vlasenko2007-10-171-3/+4
* ash: use fdprintf, not dprintf.Denis Vlasenko2007-10-171-1/+1
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-8/+10
* telnetd: fix commentDenis Vlasenko2007-10-161-1/+1
* telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>Denis Vlasenko2007-10-161-31/+36
* bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko2007-10-161-1/+1
* telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2007-10-151-35/+64
* telnetd: document bug in remove_iacs. reinstate band-aidDenis Vlasenko2007-10-151-48/+55
* telnetd: some simplifications and better error hadling.Denis Vlasenko2007-10-151-120/+150
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* test: suppress gcc warningDenis Vlasenko2007-06-251-13/+13