summaryrefslogtreecommitdiff
path: root/networking/inetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-2/+2
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* exterminate u_intXXX.Denis Vlasenko2007-01-221-4/+4
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+2
* httpd: use fd#1 in inetd modeDenis Vlasenko2007-01-141-1/+1
* inetd: preparatory patch, no code changesDenis Vlasenko2007-01-141-63/+64
* Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko2007-01-141-2/+2
* inetd: open log after daemonizationDenis Vlasenko2007-01-141-2/+1
* By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko2007-01-141-9/+6
* fakeinetd: attempted ipv6-ization (and it's done)Denis Vlasenko2007-01-111-11/+38
* style fixesDenis Vlasenko2006-12-261-2/+2
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* u_short, ulong exterminatedDenis Vlasenko2006-12-191-3/+3
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-5/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-19/+10
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* inetd: deindent main loop, other readability enhancementsDenis Vlasenko2006-09-231-145/+151
* inetd: reformat with tabs for indentationDenis Vlasenko2006-09-231-1217/+1220
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-75/+66
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley2006-08-281-0/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-3/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-25/+2
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-3/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-3/+3
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-1/+2
* - typo: s/biltin/builtin/gBernhard Reutner-Fischer2006-04-101-41/+41
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-2/+1
* just whitespaceTim Riker2006-01-251-1/+1
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-11/+11
* change osbolete sigpause() to sigsuspend()"Vladimir N. Oleynik"2005-11-091-3/+3
* Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anyRob Landley2005-11-061-1/+0
* more lost changes BSD signals -> SysV signals. Noticed by Bernhard"Vladimir N. Oleynik"2005-10-051-8/+7
* BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard"Vladimir N. Oleynik"2005-10-051-17/+28
* dont typecast lvalue since gcc hates thatMike Frysinger2005-10-051-1/+1
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455"Vladimir N. Oleynik"2005-10-031-910/+1487
* commiting:Paul Fox2005-08-011-5/+2
* use socklen_t instead of size_t with socket related functionsMike Frysinger2005-07-311-5/+6
* applying fix from:Paul Fox2005-07-191-6/+6
* Fix broken macroEric Andersen2005-04-161-1/+1
* Robin Farine writes:Eric Andersen2004-06-221-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Patch from Vodz, cleanup memory usage, send strdup error messages toGlenn L McGrath2004-02-221-11/+22
* remove duplicate header declarationsGlenn L McGrath2004-02-221-14/+6
* Dont use same variable and struct nameGlenn L McGrath2004-02-181-35/+37
* FormattingGlenn L McGrath2004-02-181-142/+146
* remove debuggingGlenn L McGrath2004-02-181-7/+0