aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2011-04-26dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway
2011-04-17add include <sys/socket.h>Denys Vlasenko
2011-04-16wget: add a note about bug 3625Denys Vlasenko
2011-04-16Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko
2011-04-11add forgotten #includeDenys Vlasenko
2011-04-11tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko
2011-04-11tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-10http: document index.cgi usage. no code changesDenys Vlasenko
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-04-07ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard
2011-03-27wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya
2011-03-21wget: move help text to .c fileDenys Vlasenko
2011-03-21wget: fix fname_out usage wrt redirectsDenys Vlasenko
2011-03-12udhcpc: emit "correct" secs fieldDenys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08ftpd: better usage textDenys Vlasenko
2011-03-07udhcpc: add -B optionKeith Young
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter
2011-03-06nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-03-02add missing fclose'sAlexey Fomenko
2011-02-27whois: new appletPere Orga
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-26fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried