Age | Commit message (Expand) | Author |
2022-01-05 | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko |
2021-09-09 | httpd,telnetd: make default port configurable | Sergey Ponomarev |
2021-06-16 | telnetd: give inetd.conf example in --help | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-04-04 | telnetd: whitespace fix | Denys Vlasenko |
2019-04-04 | telnetd: better AYT handling | Denys Vlasenko |
2019-04-04 | telnetd: Added support for AYT IAC command. | Martin Lewis |
2019-01-06 | telnetd: fix bad interaction with vhangup() from login | Denys Vlasenko |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-07-27 | config: trim/improve item names and help texts, take 2 | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-11-23 | Convert all networking/* applets to "new style" applet definitions | Denys Vlasenko |
2016-10-13 | telnetd: ifdef out a buggy error handling code path | Denys Vlasenko |
2016-10-12 | telnetd: add another handshake example in comments, no code changes | Denys Vlasenko |
2016-10-12 | telnetd: treat all 2-byte IACs in 240..249 range as NOPs. | Denys Vlasenko |
2016-10-12 | telnetd: fix corner case of input processing of 0xff bytes | Denys Vlasenko |
2016-10-12 | telnetd: fix a corner case where CRLF->CR translation can misbehave | Denys Vlasenko |
2016-10-12 | telnetd: fix handling of short writes to pty | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2015-08-24 | libbb: add setsockopt_foo helpers | Denys Vlasenko |
2015-01-05 | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko |
2012-09-13 | telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |
2010-11-30 | telnetd: write utmp record with correct pid | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-05-10 | work on adding testsuite runs to randomconfig test builds | Denys Vlasenko |
2010-04-06 | telnetd: fill hostname field in utmp/wtmp records | Denys Vlasenko |
2010-04-05 | telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 | Denys Vlasenko |
2010-04-04 | who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2009-10-19 | randomconfig fixes | Denys Vlasenko |
2009-09-04 | telnetd: add -w ("inetd wait") option. Can be configured off. | Denys Vlasenko |
2009-06-10 | telnetd: more compact version of the fix for stray open fds | Denys Vlasenko |
2009-06-09 | telnetd: properly close fds in child | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-03-08 | ftpd: code chrink, fixed some minor bugs | Denis Vlasenko |
2009-02-02 | telnetd: do not advertise TELNET_LFLOW, we do not support | Denis Vlasenko |
2008-11-12 | telnetd: fix compile problem for non-standalone telnetd | Denis Vlasenko |
2008-11-11 | telnetd: correctly output 0xff char. ~100 bytes. | Denis Vlasenko |
2008-11-09 | telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. | Denis Vlasenko |
2008-11-07 | telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) | Denis Vlasenko |
2008-11-05 | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko |
2008-07-21 | telnet: shrink | Denis Vlasenko |