aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko
2009-07-03udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko
2009-07-03udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko
2009-06-30wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko
2009-06-28wget: fix redirection from HTTP to FTP serverDenys Vlasenko
2009-06-28wget: remove strange *&var construct.Denys Vlasenko
2009-06-28wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko
2009-06-26udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko
2009-06-19udhcp: fix trivial compile errorDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-18tweak Config texts and some broken English elsewhereDenys Vlasenko
2009-06-17udhcp: cosmetics in arpping.c, no code changesDenys Vlasenko
2009-06-17udhcp: convert old-style logging in print_static_leasesDenys Vlasenko
2009-06-17udhcp: logging improvements, field and variable renamesDenys Vlasenko
2009-06-17udhcpc: fix format of one log messageDenys Vlasenko
2009-06-17udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko
2009-06-17udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko
2009-06-16udhcp: add a few TODOsDenys Vlasenko
2009-06-16udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko
2009-06-16udhcp: cleanup of static lease handlingDenys Vlasenko
2009-06-16udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko
2009-06-16udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko
2009-06-16udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko
2009-06-16udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko
2009-06-10telnetd: more compact version of the fix for stray open fdsDenys Vlasenko
2009-06-09telnetd: properly close fds in childDenys Vlasenko
2009-06-05ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko
2009-06-05ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko
2009-06-05inetd: comment why we redirect stderr to networkDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-06-04ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko
2009-06-01nc, hush: cosmetic cleanups, no code changesDenys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-05-10tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko
2009-05-04fix debug messageBernhard Reutner-Fischer
2009-05-02httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko
2009-05-01ifplugd: fix warningsDenys Vlasenko
2009-05-01Make it clearer that usually people should _NOT_Denys Vlasenko
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko
2009-04-26ifplugd: tiny shrinkDenis Vlasenko
2009-04-26ifplugd: add copyrightDenis Vlasenko
2009-04-26ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)Denis Vlasenko
2009-04-25add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko
2009-04-22inetd: constify dataDenis Vlasenko
2009-04-22httpd: fix small bug in parser. it crept in during cleanupDenis Vlasenko
2009-04-22httpd: allow empty lines in conf fileDenis Vlasenko
2009-04-22httpd: simplify insane conf file parserDenis Vlasenko