aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2019-04-14httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko
2019-04-14httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko
2019-04-14udhcpc6: code shrinkDenys Vlasenko
2019-04-13udhcpc6: add a few comments, no code changes.Denys Vlasenko
2019-04-13udhcpc6: make it enabled in defconfigDenys Vlasenko
2019-04-13udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée
2019-04-13brctl: add TODO: "showmacs BR"Denys Vlasenko
2019-04-13brctl: simplify str_to_jiffies()Denys Vlasenko
2019-04-13brctl: convert remaining commands to work via /sysDenys Vlasenko
2019-04-12brctl: make "show" command retrieve data from /sysDenys Vlasenko
2019-04-07ipaddress: remove unused variable no_linkBernhard Reutner-Fischer
2019-04-04telnetd: whitespace fixDenys Vlasenko
2019-04-04telnetd: better AYT handlingDenys Vlasenko
2019-04-04telnetd: Added support for AYT IAC command.Martin Lewis
2019-03-30ip: Fix ip -o linkStefan Sørensen
2019-03-27ntpd: do not create pid file if not backgroundedDenys Vlasenko
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2019-02-27udhcpc: don't exit after backgrounding on -n -bAndrey Mazo
2019-02-27udhcpc: tweak --helpDenys Vlasenko
2019-02-15ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko
2019-01-22ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer
2019-01-22ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko
2019-01-21wget: detect when the length of received file is less than advertisedDenys Vlasenko
2019-01-18wget: remove empty if/endif preprocessor directive pairDenys Vlasenko
2019-01-17wget: don't notify on download begin and end if quietMartin Lewis
2019-01-15Update examples/udhcp/udhcpd.confDenys Vlasenko
2019-01-10tls: code shrinkDenys Vlasenko
2019-01-09nslookup: return exitcode 1 on resolution errorsDenys Vlasenko
2019-01-09telnet: placate compiler's warningDenys Vlasenko
2019-01-08tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko
2019-01-07udhcp: code shrinkDenys Vlasenko
2019-01-06telnet: provide feedback after successful connectDanijel Tasov
2019-01-06telnetd: fix bad interaction with vhangup() from loginDenys Vlasenko
2019-01-06telnet: code shrinkDenys Vlasenko
2019-01-06telnet: speed up processing of network inputDenys Vlasenko
2019-01-04ip: print dadfailed flagKaarle Ritvanen
2019-01-04wget: notify on download begin and endMartin Lewis
2019-01-04wget: add -o flagMartin Lewis
2019-01-01tls: pstm code shrinkDenys Vlasenko
2018-12-28config: more tweaksDenys Vlasenko
2018-12-28config: add size information for three more appletsDenys Vlasenko
2018-12-28config: add size information for udhcpcDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-12-27randomconfig fixesDenys Vlasenko
2018-12-17udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko
2018-12-10tls: prepare for ECDH_anon ciphersDenys Vlasenko
2018-12-10tls: fix a potential (currently "disabled" by a macro) SHA1-related bugDenys Vlasenko
2018-12-10tls: if !ENABLE_FEATURE_TLS_SHA1, tls->MAC_size is always SHA256_OUTSIZE for ...Denys Vlasenko
2018-12-10tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optionalDenys Vlasenko