Denys Vlasenko fe2d8065e3 fix gcc-11.0 warnings 3 年之前
..
libiproute cad3fc743a libbb: introduce and use fputs_stdout 3 年之前
ssl_helper d82046f59f networking/ssl_helper: experimental matrixssl-based ssl helper 10 年之前
ssl_helper-wolfssl 4acd393eba Update information on building httpd and wget helpers 7 年之前
udhcp fe2d8065e3 fix gcc-11.0 warnings 3 年之前
Config.src 71fa5b0a4c tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optional 5 年之前
Kbuild.src 47367e1d50 Convert all networking/* applets to "new style" applet definitions 7 年之前
arp.c 5c69ad0ecd build system: drop PLATFORM_LINUX 3 年之前
arping.c 5c69ad0ecd build system: drop PLATFORM_LINUX 3 年之前
brctl.c c2bd0b6806 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 3 年之前
dnsd.c 9fa7d7d97d dnsd: check that we don't read past packet 3 年之前
ether-wake.c 5c69ad0ecd build system: drop PLATFORM_LINUX 3 年之前
ftpd.c e0afe0a9fd ftpd: allow -A if !FTPD_AUTHENTICATION as well 6 年之前
ftpgetput.c 8cc3a744fb help text: use -P PORT form 3 年之前
hostname.c 5d553bc558 more --help text tweaks 3 年之前
httpd.c cad3fc743a libbb: introduce and use fputs_stdout 3 年之前
httpd_helpers.sh 4acd393eba Update information on building httpd and wget helpers 7 年之前
httpd_indexcgi.c a088da4476 httpd_indexcgi.c: use CSS for odd/even rows 3 年之前
httpd_post_upload.cgi 5d27cb3640 Make POST upload example script easier to use 7 年之前
httpd_ssi.c 6967578728 whitespace fixes. no code changes 11 年之前
ifconfig.c 11f1a2553e help text tweaks 3 年之前
ifenslave.c 5c69ad0ecd build system: drop PLATFORM_LINUX 3 年之前
ifplugd.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 年之前
ifupdown.c a2f18d950a help text tweaks 3 年之前
inetd.c 3c13da3dab libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells 3 年之前
interface.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 年之前
ip.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 年之前
ipcalc.c 84d5eddb25 help text: replace [OPTIONS] with actual options (if not too long) 3 年之前
isrv.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 4 年之前
isrv.h 3deabea893 fixlet for the previous commit #2 10 年之前
isrv_identd.c b097a84d62 config: update size information 5 年之前
nameif.c 5c69ad0ecd build system: drop PLATFORM_LINUX 3 年之前
nbd-client.c ec16c030bd libbb: introduce and use sleep1() 3 年之前
nc.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 4 年之前
nc_bloaty.c ec16c030bd libbb: introduce and use sleep1() 3 年之前
netstat.c 6cc4962b60 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 年之前
nslookup.c 49fd1d69ba nslookup: do not print "No answer" for NODATA replies, closes 13006 3 年之前
ntpd.c 1195782d79 ntpd: code shrink (force not-inlining, stop returning structs) 3 年之前
ntpd.diff aee7cd82be ntpd: add experimental patch 8 年之前
parse_pasv_epsv.c 06a407c628 networking: support ftp PASV responses not ending with ')' 3 年之前
ping.c ca2dc96be8 Fix ping build on the FreeBSD 3 年之前
pscan.c b164cdb854 help text tweaks, mainly expanding one for route 3 年之前
route.c ddc6dfdb4d route: code shrink 3 年之前
slattach.c ec16c030bd libbb: introduce and use sleep1() 3 年之前
ssl_client.c b097a84d62 config: update size information 5 年之前
tc.c b4ad1d86b6 tc: array address is never NULL 4 年之前
tcpudp.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 4 年之前
tcpudp_perhost.c d82ea2ba8f tcpudp: shrink per-host rate-limiting code 6 年之前
tcpudp_perhost.h d82ea2ba8f tcpudp: shrink per-host rate-limiting code 6 年之前
telnet.c 77a51a2709 randomconfig fixes 3 年之前
telnetd.IAC_test.sh 122c47ac02 telnetd: fix corner case of input processing of 0xff bytes 7 年之前
telnetd.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 4 年之前
telnetd.ctrlSQ.patch 3e134ebf6a *: slap on a few ALIGN1/2s where appropriate 8 年之前
tftp.c 4152b41183 tftp: fix --help 3 年之前
tls.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 年之前
tls.h 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 4 年之前
tls_aes.c 4a9ec95565 tls: code shrink in AES code 3 年之前
tls_aes.h 5e4236d226 tls: in AES-CBC code, do not set key for every record - do it once 5 年之前
tls_aesgcm.c e5897d041d suppress a few "unused function" warnings 4 年之前
tls_aesgcm.h 941440cf16 tls: in AES-GCM decoding, avoid memmove 5 年之前
tls_fe.c 868f383699 tls: code shrink 3 年之前
tls_fe.h 83e5c627e1 tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher 5 年之前
tls_pstm.c 37bdd8f8cb tls: pstm code shrink 5 年之前
tls_pstm.h 37bdd8f8cb tls: pstm code shrink 5 年之前
tls_pstm_montgomery_reduce.c ee9e5f92b6 networking: cc is not a register 5 年之前
tls_pstm_mul_comba.c ee9e5f92b6 networking: cc is not a register 5 年之前
tls_pstm_sqr_comba.c ee9e5f92b6 networking: cc is not a register 5 年之前
tls_rsa.c 37bdd8f8cb tls: pstm code shrink 5 年之前
tls_rsa.h a6192f347f tls: do not leak RSA key 5 年之前
tls_symmetric.h 9492da7e63 tls: set TLS_DEBUG to 0; placate a gcc indentation warning 7 年之前
traceroute.c f3a55b306e traceroute: fix option parsing 3 年之前
tunctl.c a2f18d950a help text tweaks 3 年之前
vconfig.c 5c69ad0ecd build system: drop PLATFORM_LINUX 3 年之前
wget.c b6e6c83ab3 wget: new option FEATURE_WGET_FTP to enable/disable FTP 3 年之前
whois.c 9ec836c033 whois: limit total length of response to 32+2 kb 4 年之前
zcip.c 5c69ad0ecd build system: drop PLATFORM_LINUX 3 年之前