summaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2021-04-26tls: in P256 replace constant-time compares with usual onesDenys Vlasenko
2021-04-26tls: simplify sp_256_proj_point_dbl_10Denys Vlasenko
2021-04-26tls: simplify array manipulations in sp_256_ecc_mulmod_10Denys Vlasenko
2021-04-26tls: get rid of address obfuscation trick in P256Denys Vlasenko
2021-04-26tls: simplify sp_256_ecc_gen_k_10, cosmetic changesDenys Vlasenko
2021-04-26tls: make x25519 key generation code more similar to P256Denys Vlasenko
2021-04-26tls: implement secp256r1 elliptic curve (aka P256)Denys Vlasenko
2021-04-24inetd: deinline machtime() - gcc gets it wrongDenys Vlasenko
2021-04-24tls: "server did not provide EC key" is fatalDenys Vlasenko
2021-04-24libbb.h: inline byteswapsDenys Vlasenko
2021-04-22tls: make constant basepoint9[32] array 8-byte alignedDenys Vlasenko
2021-04-20tls: further reduce register pressure in i386 assemblyDenys Vlasenko
2021-04-20tls: reduce register pressure in i386 assembly (helps Android to compile)Denys Vlasenko
2021-04-14fix gcc-11.0 warningsDenys Vlasenko
2021-03-26ntpd: code shrink (force not-inlining, stop returning structs)Denys Vlasenko
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2021-03-16udhcpc: ignore zero-length DHCP options, take 2Denys Vlasenko
2021-03-16udhcpc: ignore zero-length DHCP optionsRussell Senior
2021-03-09wget: new option FEATURE_WGET_FTP to enable/disable FTPSergey Ponomarev
2021-03-02ntpd: tweak commentsDenys Vlasenko
2021-03-02ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko
2021-02-22dnsd: check that we don't read past packetDenys Vlasenko
2021-02-21udhcp: reuse stringsDenys Vlasenko
2021-02-21ntpd: log responses to clients at log level 3Denys Vlasenko
2021-02-21ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko
2021-02-21ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko
2021-02-21ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko
2021-02-20udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-02traceroute: fix option parsingDenys Vlasenko
2021-01-04Fix traceroute applet on the FreeBSDAlex Samorukov
2021-01-04Fix ping build on the FreeBSDAlex Samorukov
2021-01-04Fix ntpd compilcation on the FreeBSDAlex Samorukov
2021-01-04Fix httpd compilation on the FreeBSDAlex Samorukov
2021-01-01udhcpc: Add support to change default interface nameAndre Kalb
2021-01-01tls: code shrinkDenys Vlasenko
2020-12-31nslookup: do not print "No answer" for NODATA replies, closes 13006Denys Vlasenko
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-30*: use fopen helpers where appropriateDenys Vlasenko
2020-12-29httpd: fix offset for sendfileMaxim Storchak
2020-12-29libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-20ping6: add -w/-W NUM to --helpDenys Vlasenko
2020-12-20ping: fix -wN to not think that one packet is always lostDenys Vlasenko
2020-12-19tftp: fix --helpDenys Vlasenko
2020-12-19route: code shrinkDenys Vlasenko
2020-12-18help text tweaks, mainly expanding one for routeDenys Vlasenko
2020-12-18help text: use -P PORT formDenys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-12-17traceroute: fix --help textDenys Vlasenko