2009-03-08 |
Denis Vlasenko | ftpd: code chrink, fixed some minor bugs |
blob | commitdiff | raw |
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 |
2004-09-14 |
Glenn L McGrath | Patch from Felipe Kellermann, remove some unnecessary... |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Eric Andersen | Patch from Bastian Blank: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Glenn L McGrath | Patch from James Zhu, telnetd window resizing support. |
blob | commitdiff | raw | diff to current |
2003-12-19 |
Eric Andersen | Patch from Fillod Stephane: |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Glenn L McGrath | Fix compile error, Vodz, last_path_113 |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Glenn L McGrath | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/message... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Eric Andersen | Patch from Steven Scholz to fix telnetd compile problem |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Glenn L McGrath | Patch from Basitan Blank to fix nasty bug |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Glenn L McGrath | run telnet from inetd, present login prompt if login... |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Glenn L McGrath | Config feature DEVPTS defined and used in telnetd,... |
blob | commitdiff | raw | diff to current |
2002-09-30 |
Eric Andersen | last_patch58 from vodz: |
blob | commitdiff | raw | diff to current |
|