aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
AgeCommit message (Expand)Author
2007-01-14By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko
2007-01-11fakeinetd: attempted ipv6-ization (and it's done)Denis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-23inetd: deindent main loop, other readability enhancementsDenis Vlasenko
2006-09-23inetd: reformat with tabs for indentationDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-08-28Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-31- s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer
2006-04-10- typo: s/biltin/builtin/gBernhard Reutner-Fischer
2006-03-01Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley
2006-01-25just whitespaceTim Riker
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2005-11-09change osbolete sigpause() to sigsuspend()"Vladimir N. Oleynik"
2005-11-06Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anyRob Landley
2005-10-05more lost changes BSD signals -> SysV signals. Noticed by Bernhard"Vladimir N. Oleynik"
2005-10-05BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard"Vladimir N. Oleynik"
2005-10-05dont typecast lvalue since gcc hates thatMike Frysinger
2005-10-03sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455"Vladimir N. Oleynik"
2005-08-01commiting:Paul Fox
2005-07-31use socklen_t instead of size_t with socket related functionsMike Frysinger
2005-07-19applying fix from:Paul Fox
2005-04-16Fix broken macroEric Andersen
2004-06-22Robin Farine writes:Eric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-02-22Patch from Vodz, cleanup memory usage, send strdup error messages toGlenn L McGrath
2004-02-22remove duplicate header declarationsGlenn L McGrath
2004-02-18Dont use same variable and struct nameGlenn L McGrath
2004-02-18FormattingGlenn L McGrath
2004-02-18remove debuggingGlenn L McGrath
2004-02-17Mark Lord writes:Eric Andersen
2004-01-20Redo getconfigent, save 150 bytes, still small memory leak whenGlenn L McGrath
2004-01-18Fix up a couple of bugs i introduced in yesterdays cleanup.Glenn L McGrath
2004-01-17Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath
2004-01-17The functions setconfig, enter and bump_nofile were only called once, marge t...Glenn L McGrath
2004-01-17Use 1 line for function name and return value,Glenn L McGrath
2004-01-17Remove some defined statementsGlenn L McGrath
2004-01-17Changed #define names for common features (superficial)Glenn L McGrath