aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2018-12-08tls: AES-GCM: in GMULT, avoid memcpy, use one less variable in bit loopDenys Vlasenko
2018-12-08inetd: suppress aliasing warningDenys Vlasenko
2018-12-08tls: make RIGHTSHIFTX() in AES-GCM fasterDenys Vlasenko
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko
2018-11-26tls: simplify hmac_begin()Denys Vlasenko
2018-11-26tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko
2018-11-25tls: fix commentsDenys Vlasenko
2018-11-25tls: add a comment on expanding list of supported ciphersDenys Vlasenko
2018-11-25tls: do not leak RSA keyDenys Vlasenko
2018-11-25tls: code shrinkDenys Vlasenko