aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko
2011-12-18wget: fix use-after-free on redirectDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-12-18httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko
2011-12-16udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan
2011-12-16vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas
2011-12-16httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko
2011-12-15*: style fixes. no code changesDenys Vlasenko
2011-12-15ifupdown: remove interface from state_list if iface_up failsLauri Hintsala
2011-12-08udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko
2011-12-06iproute: fix help textDenys Vlasenko
2011-11-29httpd: small fixes to previous changePascal Bellard
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard
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