aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: 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
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-5/+1
* tftpd: make it emit error packetsDenis Vlasenko2008-03-191-4/+0
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-47/+0
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-2/+1
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-2/+1
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko2007-11-061-11/+23
* telnetd: make sure telnetd -K exits if child diesDenis Vlasenko2007-10-171-20/+15
* telnetd: trivial optimizationDenis Vlasenko2007-10-171-3/+4
* ash: use fdprintf, not dprintf.Denis Vlasenko2007-10-171-1/+1
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-8/+10
* telnetd: fix commentDenis Vlasenko2007-10-161-1/+1
* telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>Denis Vlasenko2007-10-161-31/+36
* bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko2007-10-161-1/+1
* telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2007-10-151-35/+64
* telnetd: document bug in remove_iacs. reinstate band-aidDenis Vlasenko2007-10-151-48/+55
* telnetd: some simplifications and better error hadling.Denis Vlasenko2007-10-151-120/+150
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* test: suppress gcc warningDenis Vlasenko2007-06-251-13/+13
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changes.Denis Vlasenko2007-04-101-2/+1
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-2/+2
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-4/+8
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* next part of ipv6-ization. dnsd code is "interesting"...Denis Vlasenko2007-01-121-10/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* Improve generic ipv4+ipv6 support in libbb.Denis Vlasenko2007-01-101-1/+1
* telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko2006-11-221-78/+2
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-221-353/+318
* telnetd: check ptsname() for NULLDenis Vlasenko2006-10-151-9/+16
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* telnetd: getopt_ulflags'isationDenis Vlasenko2006-09-221-32/+12
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-11/+13
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley2006-08-281-19/+6
* - fix the build if we have ftpput without ftpget (speeling reeoe)Bernhard Reutner-Fischer2006-06-071-1/+1
* More size shrinkage.Rob Landley2006-05-291-6/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* accept() takes a socklen_t, not an intMike Frysinger2006-05-101-1/+2
* fix whitespace in comment exampleMike Frysinger2006-05-101-1/+1