summaryrefslogtreecommitdiff
path: root/networking/telnetd.c
Commit message (Expand)AuthorAgeFilesLines
* httpd,telnetd: make default port configurableSergey Ponomarev2021-09-091-2/+8
* telnetd: give inetd.conf example in --helpDenys Vlasenko2021-06-161-0/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* telnetd: whitespace fixDenys Vlasenko2019-04-041-1/+1
* telnetd: better AYT handlingDenys Vlasenko2019-04-041-3/+8
* telnetd: Added support for AYT IAC command.Martin Lewis2019-04-041-1/+8
* telnetd: fix bad interaction with vhangup() from loginDenys Vlasenko2019-01-061-2/+16
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+6
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-29/+29
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+72
* telnetd: ifdef out a buggy error handling code pathDenys Vlasenko2016-10-131-0/+8
* telnetd: add another handshake example in comments, no code changesDenys Vlasenko2016-10-121-0/+5
* telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko2016-10-121-18/+24
* telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko2016-10-121-4/+30
* telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko2016-10-121-14/+35
* telnetd: fix handling of short writes to ptyDenys Vlasenko2016-10-121-111/+120
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-1/+1
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-10/+2
* 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