aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* style fixesvda2006-12-261-2/+2
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* u_short, ulong exterminatedvda2006-12-191-3/+3
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-221-5/+1
* add open_read_close() and similar stuffvda2006-10-141-1/+1
* attempt to regularize atoi mess.vda2006-10-081-19/+10
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* inetd: deindent main loop, other readability enhancementsvda2006-09-231-145/+151
* inetd: reformat with tabs for indentationvda2006-09-231-1217/+1220
* Implement optional syslog logging using ordinaryvda2006-09-061-75/+66
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whylandley2006-08-281-0/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-3/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-25/+2
* Convert setuid/setgid users to xsetuid/xsetgid.landley2006-07-161-3/+3
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-1/+1
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-311-3/+3
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-121-1/+2
* - typo: s/biltin/builtin/galdot2006-04-101-41/+41
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-011-2/+1
* just whitespacetimr2006-01-251-1/+1
* - add platform.h.aldot2006-01-221-11/+11
* change osbolete sigpause() to sigsuspend()vodz2005-11-091-3/+3
* Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anylandley2005-11-061-1/+0
* more lost changes BSD signals -> SysV signals. Noticed by Bernhardvodz2005-10-051-8/+7
* BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhardvodz2005-10-051-17/+28
* dont typecast lvalue since gcc hates thatvapier2005-10-051-1/+1
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455vodz2005-10-031-910/+1487
* commiting:pgf2005-08-011-5/+2
* use socklen_t instead of size_t with socket related functionsvapier2005-07-311-5/+6
* applying fix from:pgf2005-07-191-6/+6
* Fix broken macroandersen2005-04-161-1/+1
* Robin Farine writes:andersen2004-06-221-1/+1
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Patch from Vodz, cleanup memory usage, send strdup error messages tobug12004-02-221-11/+22
* remove duplicate header declarationsbug12004-02-221-14/+6
* Dont use same variable and struct namebug12004-02-181-35/+37
* Formattingbug12004-02-181-142/+146
* remove debuggingbug12004-02-181-7/+0
* Mark Lord writes:andersen2004-02-171-2/+5
* Redo getconfigent, save 150 bytes, still small memory leak whenbug12004-01-201-80/+75
* Fix up a couple of bugs i introduced in yesterdays cleanup.bug12004-01-181-18/+32
* Modify bb_lookup_port to allow the protocol to be specified, allowingbug12004-01-171-13/+7
* The functions setconfig, enter and bump_nofile were only called once, marge t...bug12004-01-171-76/+50
* Use 1 line for function name and return value,bug12004-01-171-116/+84
* Remove some defined statementsbug12004-01-171-14/+7
* Changed #define names for common features (superficial)bug12004-01-171-31/+22
* Use bb_get_chomped_line_from_filebug12004-01-171-18/+3
* Fixup bugs in last patchandersen2003-07-281-2/+2