aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-07-03randomconfig fixesDenys Vlasenko
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-06-27udhcpc6: add comments about option 39, no code changesDenys Vlasenko
2017-06-26udhcpc6: add support for timezonesDenys Vlasenko
2017-06-13iproute: support for filtering by and printing of scopeAndré Draszik
2017-06-13ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek
2017-05-08udhcpc: do not accept --background on NOMMU (same as -b)Denys Vlasenko
2017-05-08udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"Denys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-07ipaddress: tweak help text more: mention "brd +" syntaxDenys Vlasenko
2017-04-07ipaddress: tweak help textDenys Vlasenko
2017-04-07iproute: add "a" command as a synonym to "add"Denys Vlasenko
2017-04-07libiproute: FACT_FUNCizationDenys Vlasenko
2017-04-07iproute: support advmss optionDenys Vlasenko
2017-04-06iproute: update help text, add commented-out code for unsupported optionsDenys Vlasenko
2017-04-06iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko
2017-04-06ip link: tidying upDenys Vlasenko
2017-04-04tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachableDenys Vlasenko
2017-04-03tls: avoid using int16 in pstm codeDenys Vlasenko
2017-04-03tls: merge sha1 and sha256 hmac functionsDenys Vlasenko
2017-04-01tls: replace aes encryption/decryption by much smaller oneDenys Vlasenko
2017-03-27udhcp6: move misplaced commentDenys Vlasenko
2017-03-27udhcp6: fix releasingDenys Vlasenko
2017-03-27udhcp6: fix problems found running against dnsmasqDenys Vlasenko
2017-03-27udhcp6: read_interface should save link-local ipv6 addressDenys Vlasenko
2017-03-24whitespace fixDenys Vlasenko
2017-02-17udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko
2017-02-17nc_bloaty: use poll() instead of select()Denys Vlasenko
2017-02-16udhcp: use poll() instead of select()Denys Vlasenko
2017-02-16udhcp: do not clobber errno by signal handlerDenys Vlasenko
2017-02-16nc: use poll() instead of select()Denys Vlasenko
2017-02-16tls: covert i/o loop from using select() to poll()Denys Vlasenko
2017-02-04httpd: use "Content-Length", not "-length"Denys Vlasenko
2017-02-04tls: fold AES CBC en/decryption into single functionsDenys Vlasenko
2017-02-03wget/tls: session_id of zero length is ok (arxiv.org responds with such)Denys Vlasenko
2017-01-30wget: add a big explanation what TLS code implements and what does notDenys Vlasenko
2017-01-29typo in commentDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-26httpd: defend against attempts to OOM us. Closes 9611Denys Vlasenko
2017-01-25ftpd/ls: show directories firstDenys Vlasenko
2017-01-24ftpd: new option -a ANON_USER to allow anonymous loginsAndrey Mozzhuhin
2017-01-24wget: add support for -S --server-responseDenys Vlasenko
2017-01-24tls: can download kernels now :)Denys Vlasenko
2017-01-24tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATEDenys Vlasenko
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko
2017-01-23tls: reorder tls_handshake_data fields for smaller size, tweak commentsDenys Vlasenko
2017-01-23tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client helloDenys Vlasenko
2017-01-23tls: set TLS_DEBUG to 0; placate a gcc indentation warningDenys Vlasenko
2017-01-23separate TLS code into a library, use in in wgetDenys Vlasenko