aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-04inetd: comment tweak. no code changesDenys Vlasenko
2009-09-04telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko
2009-09-04inetd: be more careful with syslog socket; other small fixesDenys Vlasenko
2009-08-30ethr-wake: can use ether_hostton on uclibc >= 0.9.30Denys Vlasenko
2009-08-22wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water
2009-08-13udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard
2009-08-08randomconfig fixesDenys Vlasenko
2009-08-03nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi
2009-07-25tftp: add comment, no code changesDenys Vlasenko
2009-07-24tftp[d]: fix block# handling on upload with non-default blocksizeAtsushi Nemoto
2009-07-19tcpsvd,udpsvd: fix uid/gid printing when run with -uDenys Vlasenko
2009-07-19udhcpc: small simplificationDenys Vlasenko
2009-07-19typoDenys Vlasenko
2009-07-19udhcpc: add/edit comments, no code changesDenys Vlasenko
2009-07-19udhcpc: simplify manual renew (make it more similar to automatic one)Denys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-07-10fix fallout from BSD patchesDenys Vlasenko
2009-07-07udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko
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