2017-08-08 |
Denys Vlasenko | getopt32: remove opt_complementary |
blob | commitdiff | raw |
2017-07-27 |
Denys Vlasenko | config: trim/improve item names and help texts, take 2 |
blob | commitdiff | raw | diff to current |
2017-07-21 |
Denys Vlasenko | config: deindent all help texts |
blob | commitdiff | raw | diff to current |
2017-07-18 |
Denys Vlasenko | Update menuconfig items with approximate applet sizes |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Denys Vlasenko | Convert all networking/* applets to "new style" applet... |
blob | commitdiff | raw | diff to current |
2016-10-13 |
Denys Vlasenko | telnetd: ifdef out a buggy error handling code path |
blob | commitdiff | raw | diff to current |
2016-10-12 |
Denys Vlasenko | telnetd: add another handshake example in comments... |
blob | commitdiff | raw | diff to current |
2016-10-12 |
Denys Vlasenko | telnetd: treat all 2-byte IACs in 240..249 range as... |
blob | commitdiff | raw | diff to current |
2016-10-12 |
Denys Vlasenko | telnetd: fix corner case of input processing of 0xff... |
blob | commitdiff | raw | diff to current |
2016-10-12 |
Denys Vlasenko | telnetd: fix a corner case where CRLF->CR translation... |
blob | commitdiff | raw | diff to current |
2016-10-12 |
Denys Vlasenko | telnetd: fix handling of short writes to pty |
blob | commitdiff | raw | diff to current |
2016-07-06 |
Denys Vlasenko | getopt32: add new syntax of 'o:+' and 'o:*' for -o... |
blob | commitdiff | raw | diff to current |
2016-04-21 |
Denys Vlasenko | *: add most of the required setup_common_bufsiz() calls |
blob | commitdiff | raw | diff to current |
2016-04-21 |
Denys Vlasenko | libbb: make bb_common_bufsiz1 1 kbyte, add capability... |
blob | commitdiff | raw | diff to current |
2015-08-24 |
Denys Vlasenko | libbb: add setsockopt_foo helpers |
blob | commitdiff | raw | diff to current |
2015-01-05 |
Denys Vlasenko | libbb: code shrink by factoring out common update_utmp_... |
blob | commitdiff | raw | diff to current |
2012-09-13 |
Denys Vlasenko | telnet: convert CR -> CR LF, not CR -> CR NUL when... |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Denys Vlasenko | *: remove "Options:" string from help texts |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Pere Orga | move remaining help text from include/usage.src.h |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Denys Vlasenko | move utmp.h include to libbb.h |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Denys Vlasenko | telnetd: write utmp record with correct pid |
blob | commitdiff | raw | diff to current |
2010-10-29 |
Denys Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Denys Vlasenko | work on adding testsuite runs to randomconfig test... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Denys Vlasenko | telnetd: fill hostname field in utmp/wtmp records |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Denys Vlasenko | telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes... |
blob | commitdiff | raw | diff to current |
2010-04-04 |
Denys Vlasenko | who: fix attempts to open '/dev/dev/ttyX'; make columns... |
blob | commitdiff | raw | diff to current |
2010-02-04 |
Denys Vlasenko | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Denys Vlasenko | *: introduce and use ffulsh_all() |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Denys Vlasenko | randomconfig fixes |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Denys Vlasenko | telnetd: add -w ("inetd wait") option. Can be configur... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Denys Vlasenko | telnetd: more compact version of the fix for stray... |
blob | commitdiff | raw | diff to current |
2009-06-09 |
Denys Vlasenko | telnetd: properly close fds in child |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Denis Vlasenko | *: mass renaming of USE_XXXX to IF_XXXX |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Denis Vlasenko | ftpd: code chrink, fixed some minor bugs |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Denis Vlasenko | telnetd: do not advertise TELNET_LFLOW, we do not support |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Denis Vlasenko | telnetd: fix compile problem for non-standalone telnetd |
blob | commitdiff | raw | diff to current |
2008-11-11 |
Denis Vlasenko | telnetd: correctly output 0xff char. ~100 bytes. |
blob | commitdiff | raw | diff to current |
2008-11-09 |
Denis Vlasenko | telnetd: set SO_KEEPALIVE, users report it's useful... |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Denis Vlasenko | telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Denis Vlasenko | *: code shrink by adding a wrapper around very common... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Denis Vlasenko | telnet: shrink |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - Rename getpty() to xgetpty() and adjust callers. |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Denis Vlasenko | tftpd: make it emit error packets |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: fix fallout from -Wunused-parameter |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Denis Vlasenko | script: new applet by Pascal Bellard <pascal.bellard... |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Denis Vlasenko | libbb: introduce bb_signals and bb_signals_recursive, |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Bernhard Reutner... | - fix conflicting decls of syslog related facilitynames... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Denis Vlasenko | libbb: introduce and use safe_waitpid (loops in EINTR) |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Denis Vlasenko | telnetd: fix problem with zombies (by Paul Fox <pgf... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Denis Vlasenko | telnetd: make sure telnetd -K exits if child dies |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Denis Vlasenko | telnetd: trivial optimization |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Denis Vlasenko | ash: use fdprintf, not dprintf. |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Denis Vlasenko | fixes revealed by randomconfig run |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Denis Vlasenko | telnetd: fix comment |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Denis Vlasenko | telnetd: code shrink suggested by Ralf Friedl <Ralf... |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Denis Vlasenko | bzip2: make -s equivalent to -2 (compatible with standa... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
Denis Vlasenko | telnetd: at Alexander Kriegisch <Alexander@kriegisch... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
Denis Vlasenko | telnetd: document bug in remove_iacs. reinstate band-aid |
blob | commitdiff | raw | diff to current |
2007-10-15 |
Denis Vlasenko | telnetd: some simplifications and better error hadling. |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Denis Vlasenko | test: suppress gcc warning |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Denis Vlasenko | style fixes. No code changes. |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Denis Vlasenko | move everything to new NOMMU helpers, except udhcp |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Denis Vlasenko | openvt,getty,vfork_daemon_rexec,mount: tighten up fd... |
blob | commitdiff | raw | diff to current |
2007-01-13 |
Denis Vlasenko | whitespace fixes (leading spaces to tab) |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Denis Vlasenko | next part of ipv6-ization. dnsd code is "interesting"... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Denis Vlasenko | Trailing whitespace removal over entire tree |
blob | commitdiff | raw | diff to current |
2007-01-10 |
Denis Vlasenko | Improve generic ipv4+ipv6 support in libbb. |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | telnetd: move generic stuff into libbb. It will make... |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | telnetd: if FEATURE_IPV6 is on, telnet will NOT work... |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | telnetd: we were having telnetd with is ONLY inetd... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Denis Vlasenko | telnetd: check ptsname() for NULL |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-09-22 |
Denis Vlasenko | telnetd: getopt_ulflags'isation |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Denis Vlasenko | Implement optional syslog logging using ordinary |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Rob Landley | Unbreak allbareconfig a bit. (The telnetd.c fix is... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Bernhard Reutner... | - fix the build if we have ftpput without ftpget (speel... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Rob Landley | More size shrinkage. |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Mike Frysinger | accept() takes a socklen_t, not an int |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Mike Frysinger | fix whitespace in comment example |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Mike Frysinger | some more useful debug info from Jason Holden |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Mike Frysinger | touchup whitespace/english a bit more |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Mike Frysinger | whitespace between if and ( |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add bb_xbind() and bb_xl... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xdaemon() |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xsocket... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Eric Andersen | fix up annoying signed/unsigned and mixed type errors |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Rob Landley | telnetd -b (bind to specific address) support from... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Rob Landley | Patch from Jason Schoon to add IPV6 support to telnetd... |
blob | commitdiff | raw | diff to current |
next |