aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2006-12-04- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer
2006-12-01- provide central knob to turn off RPC related options.Bernhard Reutner-Fischer
2006-11-29httpd: fix decode of '/' when called via -dDenis Vlasenko
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko
2006-11-28udhcpc: fix my breakageDenis Vlasenko
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko
2006-11-27udhcpc: convert to getopt32Denis Vlasenko
2006-11-27fix remaining survivors of the return(a) cleanupDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-27ifconfig: do not try to continue on errors. not much sence in doing thatDenis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-23ifupdown:Denis Vlasenko
2006-11-23ifupdown: save some 100+ bytes of code in addstr()Denis Vlasenko
2006-11-23wget: -O - still outputs progressbar (to stderr)Denis Vlasenko
2006-11-23add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko
2006-11-22telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko
2006-11-22telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko
2006-11-22telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko
2006-11-22#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko
2006-11-21httpd: comment on QUERY_STRINGDenis Vlasenko
2006-11-21httpd: add link to docsDenis Vlasenko
2006-11-21bb_INET_default[] is really just a const "default",Denis Vlasenko
2006-11-21ifconfig: looks like char host[128] is not really needed.Denis Vlasenko
2006-11-21wget: yet another contortion for proftpd's PASV response.Denis Vlasenko
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer
2006-11-21ifconfig: preparatory patch, no code changesDenis Vlasenko
2006-11-21- style fixesBernhard Reutner-Fischer
2006-11-21wget: add TODODenis Vlasenko
2006-11-21wget: fix ftp PASV mode ("numeric" check was too strict)Denis Vlasenko
2006-11-21wget: reduce likelihood of ETA overflow (especially with !LFS)Denis Vlasenko
2006-11-21httpd: slight reduction of #ifdef forestDenis Vlasenko
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko
2006-11-21httpd: add support for directory indexer (cgi-bin/index.cgi)Denis Vlasenko
2006-11-21httpd: get rid of big, useless blocks (deindent,Denis Vlasenko
2006-11-21httpd: More robust Content-length: parsing,Denis Vlasenko
2006-11-20dhcprelay: new appletDenis Vlasenko
2006-11-20add compile-time check for correct DHCP packet sizeDenis Vlasenko
2006-11-20login: use %s - we know that string is not too long thereDenis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-11-18small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko
2006-11-18udhcp: fix indentation and style.Denis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-11-17httpd: make Bernhard happierDenis Vlasenko
2006-11-16httpd: reduce ifdef forest. comment out redundant PATH settingDenis Vlasenko