- 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
- fb8348b telnet: "-a" + "-l USER" should respect USER by Denys Vlasenko · 7 years ago
- 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
- a4d4ab0 vconfig: make it NOEXEC by Denys Vlasenko · 7 years ago
- 89d8753 ftpgetput: show only short options in --help text by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 73adef1 ipcalc: trim help text by Denys Vlasenko · 7 years ago
- 90ad4ba ipcalc,rdev: make NOEXEC by Denys Vlasenko · 7 years ago
- dbbc3f2 dumpleases: make NOEXEC by Denys Vlasenko · 7 years ago
- a907b82 ifenslave: make NOEXEC by Denys Vlasenko · 7 years ago
- 93c1a25 ifenslave: remove longopts from --help text by Denys Vlasenko · 7 years ago
- ed4393b dnsdomainname,hostname: make NOEXEC by Denys Vlasenko · 7 years ago
- bfc66d4 nbd-client: make it NOEXEC, stop using argc by Denys Vlasenko · 7 years ago
- 86e07f6 brctl: make it NOEXEC by Denys Vlasenko · 7 years ago
- 2262746 slattach: code shrink, better --help text by Denys Vlasenko · 7 years ago
- a759b22 nameif: make it NOEXEC by Denys Vlasenko · 7 years ago
- fbecca1 Tweak outdated documentation and comments by Denys Vlasenko · 7 years ago
- 9a58cc0 tunctl: make it NOEXEC by Denys Vlasenko · 7 years ago
- 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
- 18e781d config: do not use `a' quoting in help texts by Denys Vlasenko · 7 years ago
- 1d8df52 inetd: improve --helpt text and config help text. by Denys Vlasenko · 7 years ago
- 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
- c810978 udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 level by Denys Vlasenko · 7 years ago
- b72f1ef udhcpc[6]: downgrade "adapter index N" messages to log2 level by Denys Vlasenko · 7 years ago
- de6cb41 udhcpc[6]: fix messages referring to select() while we use poll() by Denys Vlasenko · 7 years ago
- e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
- 67d42df ping: fix help text to show what parameter -p takes by Denys Vlasenko · 7 years ago
- 168f0ef udhcpc[6]: on log level 1, three messages about raw socket is overkill by Denys Vlasenko · 7 years ago
- a680f40 ping: better config help text for FEATURE_FANCY_PING by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
- ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
- 3d7ec48 tls: remove last int16 local variables in pstm code by Denys Vlasenko · 7 years ago
- 79376ec tls: fix pstm asm constraint problem by Denys Vlasenko · 7 years ago
- 9887f93 tls: fix build problem on non-static i386 by Denys Vlasenko · 7 years ago
- ce55284 inetd,mount: do not die if uclibc without RPC is detected by Denys Vlasenko · 7 years ago
- 558aae1 tls: use capped SNI len everywhere by Denys Vlasenko · 7 years ago
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
- 4ee824f randomconfig fixes by Denys Vlasenko · 7 years ago
- ba4fbca udhcpc6: make -O OPT work by Denys Vlasenko · 7 years ago
- 470bebe udhcpc6: add comments about option 39, no code changes by Denys Vlasenko · 7 years ago
- 234b82c udhcpc6: add support for timezones by Denys Vlasenko · 7 years ago
- 2f24d30 iproute: support for filtering by and printing of scope by André Draszik · 8 years ago
- 192dce4 ip rule: add suppress_{prefixlength,ifgroup} options by Stefan Tomanek · 8 years ago
- ed820cc udhcpc: do not accept --background on NOMMU (same as -b) by Denys Vlasenko · 8 years ago
- 741bfa9 udhcpc: fix "udhcpc -x hostname:<name> not working on nommu" by Denys Vlasenko · 8 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
- 7121bb8 ipaddress: tweak help text more: mention "brd +" syntax by Denys Vlasenko · 8 years ago
- 4eaa0f7 ipaddress: tweak help text by Denys Vlasenko · 8 years ago
- eb76abb iproute: add "a" command as a synonym to "add" by Denys Vlasenko · 8 years ago
- 826bdcd libiproute: FACT_FUNCization by Denys Vlasenko · 8 years ago
- d5342a1 iproute: support advmss option by Denys Vlasenko · 8 years ago
- 1140bf3 iproute: update help text, add commented-out code for unsupported options by Denys Vlasenko · 8 years ago
- 2d4823b iplink: implement "set promisc on|off". Closes 4682 by Denys Vlasenko · 8 years ago
- a7386bb ip link: tidying up by Denys Vlasenko · 8 years ago
- 5d561ef tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachable by Denys Vlasenko · 8 years ago
- 229d3c4 tls: avoid using int16 in pstm code by Denys Vlasenko · 8 years ago
- 636c3b6 tls: merge sha1 and sha256 hmac functions by Denys Vlasenko · 8 years ago
- 6e99f1c tls: replace aes encryption/decryption by much smaller one by Denys Vlasenko · 8 years ago
- ab03061 udhcp6: move misplaced comment by Denys Vlasenko · 8 years ago
- ed898ed udhcp6: fix releasing by Denys Vlasenko · 8 years ago
- 64d58aa udhcp6: fix problems found running against dnsmasq by Denys Vlasenko · 8 years ago
- e09f5e3 udhcp6: read_interface should save link-local ipv6 address by Denys Vlasenko · 8 years ago
- 876c121 whitespace fix by Denys Vlasenko · 8 years ago
- 7c67f1e udhcpc: make sure we do not overflow poll timeout by Denys Vlasenko · 8 years ago
- 94dcfd8 nc_bloaty: use poll() instead of select() by Denys Vlasenko · 8 years ago
- 52a515d udhcp: use poll() instead of select() by Denys Vlasenko · 8 years ago
- dc207f6 udhcp: do not clobber errno by signal handler by Denys Vlasenko · 8 years ago
- 5b3b468 nc: use poll() instead of select() by Denys Vlasenko · 8 years ago
- 0ec4d08 tls: covert i/o loop from using select() to poll() by Denys Vlasenko · 8 years ago
- 8cc1ab3 httpd: use "Content-Length", not "-length" by Denys Vlasenko · 8 years ago
- c31b54f tls: fold AES CBC en/decryption into single functions by Denys Vlasenko · 8 years ago
- 5b05d9d wget/tls: session_id of zero length is ok (arxiv.org responds with such) by Denys Vlasenko · 8 years ago
- 67f6db6 wget: add a big explanation what TLS code implements and what does not by Denys Vlasenko · 8 years ago
- b181ca7 typo in comment by Denys Vlasenko · 8 years ago
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- b4b12bf httpd: defend against attempts to OOM us. Closes 9611 by Denys Vlasenko · 8 years ago
- b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
- 2181fb4 ftpd: new option -a ANON_USER to allow anonymous logins by Andrey Mozzhuhin · 8 years ago
- dff9fef wget: add support for -S --server-response by Denys Vlasenko · 8 years ago
- 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
- 1500b3a tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE by Denys Vlasenko · 8 years ago
- 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
- 7a18b95 tls: reorder tls_handshake_data fields for smaller size, tweak comments by Denys Vlasenko · 8 years ago
- b5bf191 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello by Denys Vlasenko · 8 years ago
- 9492da7 tls: set TLS_DEBUG to 0; placate a gcc indentation warning by Denys Vlasenko · 8 years ago
- 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
- 1238988 ip: better --help by Denys Vlasenko · 8 years ago
- 8908c1d more ip --help fixes by Denys Vlasenko · 8 years ago
- f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
- bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
- f6e2072 tls: reorder tls_state fields for smaller offsets by Denys Vlasenko · 8 years ago
- dd2577f tls: send SNI in the client hello by Denys Vlasenko · 8 years ago
- 0af5265 tls: check size on "MAC-only, no crypt" code path too by Denys Vlasenko · 8 years ago
- 54b927d tls: AES decrypt does one unnecessary memmove by Denys Vlasenko · 8 years ago
- 3916139 tls: make input buffer grow as needed by Denys Vlasenko · 8 years ago
- 38972a8 tls: improve i/o loop by Denys Vlasenko · 8 years ago