aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix fallout from BSD patchesDenys Vlasenko2009-07-102-9/+8
* udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko2009-07-074-21/+35
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-053-3/+3
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
* udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko2009-07-033-1/+52
* udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko2009-07-035-58/+66
* wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko2009-06-301-3/+51
* wget: fix redirection from HTTP to FTP serverDenys Vlasenko2009-06-281-137/+140
* wget: remove strange *&var construct.Denys Vlasenko2009-06-281-1/+1
* wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko2009-06-281-161/+174
* udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko2009-06-261-148/+151
* updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko2009-06-261-30/+91
* udhcp: fix trivial compile errorDenys Vlasenko2009-06-192-3/+3
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-194-7/+7
* tweak Config texts and some broken English elsewhereDenys Vlasenko2009-06-181-5/+8
* udhcp: cosmetics in arpping.c, no code changesDenys Vlasenko2009-06-171-10/+6
* udhcp: convert old-style logging in print_static_leasesDenys Vlasenko2009-06-173-17/+22
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-1711-134/+143
* udhcpc: fix format of one log messageDenys Vlasenko2009-06-171-1/+1
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-1715-103/+126
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-1716-122/+197
* udhcp: add a few TODOsDenys Vlasenko2009-06-164-2/+11
* udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko2009-06-169-28/+44
* udhcp: cleanup of static lease handlingDenys Vlasenko2009-06-166-48/+45
* udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko2009-06-165-33/+26
* udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko2009-06-167-20/+20
* udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko2009-06-166-31/+32
* udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko2009-06-166-33/+66
* test, tcpsvd, tcpsvd: shrinkDenys Vlasenko2009-06-131-6/+4
* telnetd: more compact version of the fix for stray open fdsDenys Vlasenko2009-06-101-51/+39
* telnetd: properly close fds in childDenys Vlasenko2009-06-092-64/+95
* ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko2009-06-051-59/+65
* ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko2009-06-051-3/+7
* inetd: comment why we redirect stderr to networkDenys Vlasenko2009-06-051-3/+6
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-0510-85/+83
* ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko2009-06-041-0/+5
* nc, hush: cosmetic cleanups, no code changesDenys Vlasenko2009-06-011-1/+1
* flash_lock, flash_unlock: new appletsDenys Vlasenko2009-05-251-2/+2
* tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko2009-05-101-0/+3
* fix debug messageBernhard Reutner-Fischer2009-05-041-7/+8
* httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko2009-05-021-8/+20
* ifplugd: fix warningsDenys Vlasenko2009-05-011-6/+9
* Make it clearer that usually people should _NOT_Denys Vlasenko2009-05-011-1/+1
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-292-6/+6
* ifplugd: tiny shrinkDenis Vlasenko2009-04-261-2/+2
* ifplugd: add copyrightDenis Vlasenko2009-04-261-1/+16
* ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)Denis Vlasenko2009-04-263-0/+817
* add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko2009-04-253-25/+36
* inetd: constify dataDenis Vlasenko2009-04-221-1/+1
* httpd: fix small bug in parser. it crept in during cleanupDenis Vlasenko2009-04-221-4/+3