summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* vda, we once had a get_chomped_line_from_file or the like. Where is that ↵Bernhard Reutner-Fischer2007-01-091-17/+15
| | | | | | nowadays? FIXME: use it here instead of the fgets() - shrink by ~9%: use common_buf, reuse are_you_root, adopt to global option_mask32
* ping6: fix sequence numbers (missed ntoh) and ttl display.Denis Vlasenko2007-01-082-75/+58
| | | | | (apparently some, eh, clever libc guy decided that *CHANGING* IPV6_HOPLIMIT value in libc header is a nifty idea...)
* Previous "fix" wasn't good enough.Denis Vlasenko2007-01-071-1/+1
| | | | Now *this* is the correct fix (I think).
* arp: small fixes for user-supplied device name caseDenis Vlasenko2007-01-071-2/+2
|
* - style fixes and shrink by another 4 bytes while at it.Bernhard Reutner-Fischer2007-01-071-25/+22
|
* httpd: stop adding our own "Content-type:" to CGI outputDenis Vlasenko2007-01-071-61/+76
|
* I *always* forgotting svn addDenis Vlasenko2007-01-071-0/+500
|
* add arp applet - thanks toDenis Vlasenko2007-01-073-35/+172
| | | | "Eric Spakman" <E.Spakman@inter.nl.net>
* httpd: read cgi output with full_read, not safe_readDenis Vlasenko2007-01-031-11/+10
| | | | (avoids mangling of HTTP headers)
* wget: always print port# in 'Host' header (smaller code)Denis Vlasenko2007-01-031-9/+2
|
* ping[6]: don't do htons(a++), it can be a macroDenis Vlasenko2007-01-032-2/+4
|
* wget: print port# in 'Host' header, if different from 80Denis Vlasenko2007-01-031-2/+9
|
* ftpgetput: fix PASV mode, fix xatou0induced breakage,Denis Vlasenko2007-01-031-35/+59
| | | | | improve error message, guard against garbage from remote server being printed. ~20 bytes code growth
* convert calloc to xzallocDenis Vlasenko2007-01-031-2/+2
| | | | fix sleep-on-die option
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-023-433/+27
| | | | | (and networking/libiproute/linux/ since it become empty). Style fixes.
* msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko2007-01-011-2/+2
| | | | | massive amounts of assignments-in-ifs deleted (some of which were VERY nasty)
* rt_names: stop allocating 5k in rwdataDenis Vlasenko2006-12-311-105/+85
| | | | objsizes: don't show build machinery's object modules
* iproute: remove double get_hz optimizationDenis Vlasenko2006-12-311-7/+3
|
* remove commented out #includes etcDenis Vlasenko2006-12-315-35/+22
| | | | move get_hz to the only caller
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-3113-162/+148
|
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>Denis Vlasenko2006-12-312-5/+7
|
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-21/+23
| | | | these are resulting fixes
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
|
* properly export externs thru *.h filesDenis Vlasenko2006-12-262-6/+0
|
* style fixesDenis Vlasenko2006-12-267-10/+10
| | | | last xcalloc replaced by xzalloc
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-233-83/+51
| | | | small edits to arping
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-3/+1
|
* Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)Denis Vlasenko2006-12-221-5/+1
|
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-15/+14
| | | | (we have bb_copyfd_exact_size now for that kind of usage)
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-212-2/+2
|
* remove casts from xmalloc()Denis Vlasenko2006-12-191-4/+2
|
* ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko2006-12-191-9/+7
|
* ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko2006-12-191-11/+14
| | | | it turned out! wow... okay, fixing my buglet...
* u_short, ulong exterminatedDenis Vlasenko2006-12-194-24/+22
| | | | fdiskXXX: add a bit of sanity (not enough by far)
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-196-35/+9
|
* nc: add missing castDenis Vlasenko2006-12-181-1/+1
| | | | xfuncs: add dprintf for dietlibc
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-187-8/+7
|
* ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko2006-12-181-80/+76
|
* httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko2006-12-171-3/+3
| | | | remove it from Config.in
* tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko2006-12-171-18/+22
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-164-7/+6
|
* wget: smallish optimizationDenis Vlasenko2006-12-161-18/+18
|
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-151-0/+12
| | | | version change to 1.4.0.svn
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
|
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12
|
* - Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer2006-12-071-2/+5
| | | | See comment in the patch about the change introduced in r16342.
* - Improve wording in error message.Bernhard Reutner-Fischer2006-12-071-1/+1
|
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer2006-12-041-1/+6
|
* - provide central knob to turn off RPC related options.Bernhard Reutner-Fischer2006-12-011-2/+2
|
* httpd: fix decode of '/' when called via -dDenis Vlasenko2006-11-291-32/+34
|