aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-11-18udhcpc: shrink code by setting xid more economicallyDenys Vlasenko
2011-11-16udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko
2011-11-08udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from bothDenys Vlasenko
2011-11-07udhcpc6: set hop limit to 1 in emitted raw packetsDenys Vlasenko
2011-11-07udhcpc6: fix endiannessDenys Vlasenko
2011-11-07udhcpc6: new applet. Not yet functional.Denys Vlasenko
2011-11-07udhcpc: trim help text, rename badly-named variableDenys Vlasenko
2011-11-07udhcpc: code shrinkDenys Vlasenko
2011-11-05udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko
2011-11-05udhcpc: reuse string constant; remove unneeded memset(0)Denys Vlasenko
2011-11-05udhcpc: deprecate --hostname NAMEDenys Vlasenko
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko
2011-10-20udhcpc: add comment about server IPDenys Vlasenko
2011-10-20udhcpc: in fill_envp, export BOOTP fields firstDenys Vlasenko
2011-10-20dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko
2011-10-20udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)Denys Vlasenko
2011-10-20udhcpc: remove unused argument in sprint_nip6Denys Vlasenko
2011-10-20udhcpc: small code shrinkDenys Vlasenko
2011-10-20typo fix in commentDenys Vlasenko
2011-10-19udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko
2011-10-19nc: small code shrinkDenys Vlasenko
2011-10-19ifupdown: code shrinkDenys Vlasenko
2011-10-19ifupdown: support post-up / pre-down hooksPeter Korsgaard
2011-10-18udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...Vladislav Grishenko
2011-10-18udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy
2011-10-06tftp: mode string is case independentDenys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-09-15start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-09-11ping: display real IPv6 response address. Hopefully closes 3745.Denys Vlasenko
2011-09-11inetd: close new udp fd in "udp nowait" caseDenys Vlasenko
2011-09-09udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-07-25tcpudp: simplify help textDenys Vlasenko
2011-07-08more tweak for bionicDenys Vlasenko
2011-07-08typo fixesDan Fandrich
2011-06-15inetd: check if RPC is availableBernhard Reutner-Fischer
2011-06-12iplink: tweak includes to work on androidDenys Vlasenko
2011-06-10Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich
2011-06-10*: simplify Ethernet header includesDan Fandrich
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-06-04udhcpc: allow -O OPT take numeric paramsDenys Vlasenko
2011-05-16The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-12inetd: add FIXMEsDenys Vlasenko
2011-05-05traceroute: properly reduce poll timeoutDenys Vlasenko
2011-05-03udhcp: fix some default values from "" to NULLDenys Vlasenko
2011-04-26udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway