summaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2021-10-08httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko
2021-10-08help: s/Don't daemonize/Run in foreground/gDenys Vlasenko
2021-10-07ip: added support for setting netns on devicesNicholas Niro
2021-10-06tls: whitespace fixDenys Vlasenko
2021-10-06tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko
2021-10-06tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko
2021-10-06tls: P256: x86-64 assemblyDenys Vlasenko
2021-10-06tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko
2021-10-06tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko
2021-10-06tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko
2021-10-06tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko
2021-10-06tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko
2021-10-06tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko
2021-10-05tls: optimize sp_256_mul_8 in P256Denys Vlasenko
2021-10-05tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko
2021-10-05tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko
2021-10-05tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko
2021-10-05tls: remove one overzealous debugging statementDenys Vlasenko
2021-10-05tls: add debugging scaffolding to P256 codeDenys Vlasenko
2021-10-05tls: another P256 code shrinkDenys Vlasenko
2021-10-05tls: P256 code shrinkDenys Vlasenko
2021-10-01tls: "server cert is not RSA" is a fatal errorDenys Vlasenko
2021-10-01wget: implement --post-fileRon Yorston
2021-10-01tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko
2021-10-01tls: code shrink P256 codeDenys Vlasenko
2021-09-30tls: remove unused defineDenys Vlasenko
2021-09-10httpd: fix config depsDenys Vlasenko
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko
2021-09-09httpd,telnetd: make default port configurableSergey Ponomarev
2021-09-04udhcp: add comments, no code changesDenys Vlasenko
2021-09-02dhcprelay: change two more variables to unsignedDenys Vlasenko
2021-09-02udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko
2021-09-02udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko
2021-09-02udhcpd: update --help to include -a MSECDenys Vlasenko
2021-08-20udhcp: fix build breakage on MIPSDenys Vlasenko
2021-08-15traceroute: fix compile error due to FreeBSD compatDenys Vlasenko
2021-07-11tc: fix for parsing of "dev IFACE" and printing of "class list"Denys Vlasenko
2021-06-16*: more --help tweaksDenys Vlasenko
2021-06-16telnetd: give inetd.conf example in --helpDenys Vlasenko
2021-06-15udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecatedDenys Vlasenko
2021-06-15udhcpc: rename server_addr to server_id, fix id comparison if it's not specifiedDenys Vlasenko
2021-06-15udhcpc[6]: do not pass xid around, keep it in client_data.xidDenys Vlasenko
2021-06-15udhcpc: send client-id option in DHCPDECLINEDenys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-06httpd_post_upload.cgi: use mktemp to avoid $RANDOMSergey Ponomarev
2021-06-05udhcpc: revert deprecation message for -VDenys Vlasenko
2021-06-05tcp/udpsvd: robustify SIGCHLD handlingDenys Vlasenko
2021-06-03udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen
2021-06-03nslookup: mention QUERY_TYPE SRVPaul Spooren