aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* wget: don't be careless with xstrdup'ingvda2006-10-071-18/+24
* wget: fix download of URLs like:vda2006-10-071-6/+30
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-062-75/+80
* eject: -T fixvda2006-10-051-4/+2
* httpd: add -u user[:grp] supportvda2006-10-051-8/+22
* build system overhaulvda2006-10-0511-460/+285
* bb_applet_name -> applet_namevda2006-10-039-11/+11
* getopt_ulflags -> getopt32.vda2006-10-0319-39/+39
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* lots of silly indent fixesvda2006-10-034-26/+26
* traceroute: fix compilation if netinet/protocols.h is missingvda2006-10-031-25/+13
* traceroute: do not look up icmp protocol# in /etc, it is well-known :)vda2006-10-031-7/+2
* ifupdown: Debian users contributed improvement to itvda2006-10-021-23/+27
* wget: make progress bar and ETA work correctly with -cvda2006-10-011-35/+37
* lsmod: repair indentationvda2006-09-301-95/+91
* vconfig: fix bug 701 (I be damned if I understand it)vda2006-09-301-2/+3
* libiproute/ll_map.c: fix bug 279vda2006-09-301-6/+30
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-293-5/+5
* rt_names.c: move few strings into rodatavda2006-09-281-10/+9
* ifupdown: make dhcp start/stop scripts user configurablevda2006-09-281-0/+16
* silly switch style fixvda2006-09-272-2/+2
* ifupdown: fix for standalone shell; removed hardcoded PATHvda2006-09-271-41/+23
* ifupdown: style cleanup, no code changesvda2006-09-261-266/+260
* several fixes from openWRT projectvda2006-09-264-3/+17
* httpd: sanitize indentationvda2006-09-261-1213/+1209
* wget: add (configurable) large file support. Run tested.vda2006-09-261-53/+63
* wget: fix bug where wget creates null file if there is no remote one.vda2006-09-231-78/+38
* inetd: deindent main loop, other readability enhancementsvda2006-09-231-145/+151
* inetd: reformat with tabs for indentationvda2006-09-231-1217/+1220
* ifupdown: getopt_ulflags'ification.vda2006-09-231-59/+29
* arping: fix bug (getopt_ulflags and optarg don't mix),vda2006-09-231-24/+16
* netstat: getopt_ulflags'isationvda2006-09-221-61/+46
* hostname: getopt_ulflags'isationvda2006-09-221-39/+28
* telnetd: getopt_ulflags'isationvda2006-09-221-32/+12
* whitespace cleanupvda2006-09-178-18/+18
* So, in the cornucopia of superfulous warning directives I didn't add to thelandley2006-09-151-1/+1
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-1/+1
* Build fixes for gcc 4.0 with -Werror, from Tito.landley2006-09-111-1/+1
* wget: wrap one atrociously long line (around 200 chars long!).vda2006-09-091-18/+25
* udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifvda2006-09-091-2/+1
* Fix (hopefully) bug 976. Need more thorough audit.vda2006-09-075-11/+27
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-072-10/+7
* Implement optional syslog logging using ordinaryvda2006-09-0627-337/+243
* uuencode: common implementation for wget and uuencode (closing bug 694)vda2006-09-031-20/+2
* zcip: bb_error_msg had stray newlines; small optimization in opt parsingvda2006-09-031-4/+3
* zcip: minor fixesvda2006-09-031-20/+21
* zcip: fix stdout/err versus syslog output.vda2006-09-031-12/+27
* zcip: getopt -> bb_getopt_ulflagsvda2006-09-031-37/+24
* zcip: convert lots of zero-initialized localsvda2006-09-031-41/+43
* zcip: use xfunc() where appropriatevda2006-09-031-29/+23