aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Proposed fix to make aliases work (with uClibc-current).aldot2006-12-071-2/+5
* - Improve wording in error message.aldot2006-12-071-1/+1
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.aldot2006-12-041-1/+6
* - provide central knob to turn off RPC related options.aldot2006-12-011-2/+2
* httpd: fix decode of '/' when called via -dvda2006-11-291-32/+34
* fix support for globally disabling --long-options.vda2006-11-293-26/+26
* od: sometime ago I landed BIG od implementationvda2006-11-282-7/+11
* udhcpc: fix my breakagevda2006-11-282-5/+3
* do not overflow ifr_name. maybe it was safe in some places,vda2006-11-277-28/+28
* udhcpc: convert to getopt32vda2006-11-273-171/+146
* fix remaining survivors of the return(a) cleanupvda2006-11-271-5/+5
* style cleanup: return(a) -> return a, part 2vda2006-11-272-2/+2
* style cleanup: return(a) -> return a, part 1vda2006-11-271-4/+4
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-273-8/+13
* ifconfig: do not try to continue on errors. not much sence in doing thatvda2006-11-271-104/+58
* small fixes:vda2006-11-262-3/+3
* header_verbose_list: stop truncating file size in listingvda2006-11-243-5/+5
* ifupdown:vda2006-11-231-6/+9
* ifupdown: save some 100+ bytes of code in addstr()vda2006-11-231-45/+35
* wget: -O - still outputs progressbar (to stderr)vda2006-11-231-5/+6
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesvda2006-11-234-54/+64
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-2214-40/+27
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-222-80/+4
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4vda2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-222-357/+321
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6vda2006-11-221-18/+18
* httpd: comment on QUERY_STRINGvda2006-11-211-3/+7
* httpd: add link to docsvda2006-11-211-0/+3
* bb_INET_default[] is really just a const "default",vda2006-11-213-5/+5
* ifconfig: looks like char host[128] is not really needed.vda2006-11-211-4/+6
* wget: yet another contortion for proftpd's PASV response.vda2006-11-211-4/+4
* - add 'ip rule' support. First take..aldot2006-11-2111-25/+480
* ifconfig: preparatory patch, no code changesvda2006-11-212-43/+43
* - style fixesaldot2006-11-211-15/+16
* wget: add TODOvda2006-11-211-0/+3
* wget: fix ftp PASV mode ("numeric" check was too strict)vda2006-11-211-4/+6
* wget: reduce likelihood of ETA overflow (especially with !LFS)vda2006-11-211-17/+19
* httpd: slight reduction of #ifdef forestvda2006-11-215-61/+56
* httpd: fix cgi-bin/index.cgi support, add example of it,vda2006-11-212-8/+74
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-211-4/+11
* httpd: add support for directory indexer (cgi-bin/index.cgi)vda2006-11-211-25/+29
* httpd: get rid of big, useless blocks (deindent,vda2006-11-211-199/+197
* httpd: More robust Content-length: parsing,vda2006-11-211-84/+86
* dhcprelay: new appletvda2006-11-205-13/+375
* add compile-time check for correct DHCP packet sizevda2006-11-201-0/+4
* login: use %s - we know that string is not too long therevda2006-11-202-112/+65
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-182-3/+3
* small fixes: using fd-based io instead of FILE*-based,vda2006-11-184-48/+49
* udhcp: fix indentation and style.vda2006-11-1833-642/+332
* add -Wundef, fix uncovered bugsvda2006-11-177-7/+7