summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-10-13telnetd: ifdef out a buggy error handling code pathDenys Vlasenko1-0/+8
2016-10-12telnetd: add another handshake example in comments, no code changesDenys Vlasenko1-0/+5
2016-10-12telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko1-18/+24
2016-10-12telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko2-4/+117
2016-10-12telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko1-14/+35
2016-10-12telnetd: fix handling of short writes to ptyDenys Vlasenko1-111/+120
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2012-09-13telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to serverDenys Vlasenko2-17/+6
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2010-11-30telnetd: write utmp record with correct pidDenys Vlasenko1-1/+2
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko7-69/+109
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko4-24/+30
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko7-56/+134
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko3-19/+32
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-19randomconfig fixesDenys Vlasenko4-2/+7
2009-09-04telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko3-28/+69
2009-06-10telnetd: more compact version of the fix for stray open fdsDenys Vlasenko1-51/+39
2009-06-09telnetd: properly close fds in childDenys Vlasenko2-64/+95
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-08ftpd: code chrink, fixed some minor bugsDenis Vlasenko8-382/+401
2009-02-02telnetd: do not advertise TELNET_LFLOW, we do not supportDenis Vlasenko2-8/+184
2008-11-12telnetd: fix compile problem for non-standalone telnetdDenis Vlasenko1-10/+15
2008-11-11telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko2-122/+168
2008-11-09telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.Denis Vlasenko1-0/+4
2008-11-07telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)Denis Vlasenko1-30/+41
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko13-27/+34
2008-07-21telnet: shrinkDenis Vlasenko3-27/+24
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer18-142/+136
2008-03-19tftpd: make it emit error packetsDenis Vlasenko2-118/+178
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko8-47/+214
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko18-55/+51
2007-11-06telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko3-22/+41
2007-10-17telnetd: make sure telnetd -K exits if child diesDenis Vlasenko1-20/+15
[next]