- 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
- e7863f3 tls: was psAesDecrypt'ing one block too many, trashing buffered data by Denys Vlasenko · 8 years ago
- 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
- 19e695e tls: do not use common_bufsiz by Denys Vlasenko · 8 years ago
- a0aae9f tls: decode alerts and in particular, EOF alert. by Denys Vlasenko · 8 years ago
- abbf17a tls: add the i/o loop - largish rework of i/o buffering by Denys Vlasenko · 8 years ago
- f7806f9 tls: fix ROL/ROR x86 optimization by Denys Vlasenko · 8 years ago
- 432f1ae tls: tested PSTM_X86_64, not enabling it - too large by Denys Vlasenko · 8 years ago
- 6b1b004 tls: commented out psPool_t use by Denys Vlasenko · 8 years ago
- 1bfc4b8 ntpd: print result of hostname resolution by Denys Vlasenko · 8 years ago
- cccf8e7 tls: teach it to decrypt AES256-encrypted data by Denys Vlasenko · 8 years ago
- a9e1866 tls: trim comments by Denys Vlasenko · 8 years ago
- b5dfc3d tls: teach it to send AES256-encrypted data by Denys Vlasenko · 8 years ago
- b7e9ae6 tls: added AES code and made it compile. not used yet by Denys Vlasenko · 8 years ago
- c8ba23b tls: massage writing for encryption support; finer-grained debug by Denys Vlasenko · 8 years ago
- 5d1662e tls: address one easy FIXME, tidy up comments by Denys Vlasenko · 8 years ago
- e69d78c tls: process CHANGE_CIPHER_SPEC and FINISHED from server by Denys Vlasenko · 8 years ago
- fe0588d tls: rearrange function order, improve comments by Denys Vlasenko · 8 years ago
- e2cb3b9 tls: make our send_client_finished() pass server check by Denys Vlasenko · 8 years ago
- 9a6897a tls: format FINISHED message properly for unencrypted, but sha256 signed mode by Denys Vlasenko · 8 years ago
- 4e08a12 Assorted warning fixes and added a comment, no code changes by Denys Vlasenko · 8 years ago
- 936e83e tls: add sha256 hmac and prf code by Denys Vlasenko · 8 years ago
- 3f8ecd9 tls: rearrange code, add/improve comments, fix whitespace, no real changes here by Denys Vlasenko · 8 years ago
- c5540d6 tls: send CHANGE_CIPHER_SPEC by Denys Vlasenko · 8 years ago
- f78ad09 whitespace fix by Denys Vlasenko · 8 years ago
- 11d0096 tls: format and send CLIENT_KEY_EXCHANGE by Denys Vlasenko · 8 years ago
- 2a17d1f tls: DER length byte 0x81 is actually valid by Denys Vlasenko · 8 years ago
- b1003f7 tls: a bit more work by Denys Vlasenko · 8 years ago
- ceff6b0 tls: work-in-progress TLS1.2 test applet by Denys Vlasenko · 8 years ago
- a6f8651 wget: fix for brain-damaged HTTP servers. Closes 9471 by Denys Vlasenko · 8 years ago
- ed15dde Move FEATURE_AUTOWIDTH config option to two applets which use it by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 0ef478f httpd: fix address family for reverse proxy client socket by Laurent Bercot · 8 years ago
- b62ea34 ntpd: improve postponed hostname resolution by Natanael Copa · 8 years ago
- c6137ba udhcp: tweak config order and menu item names by Denys Vlasenko · 8 years ago
- c6725b0 Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS by Jörg Krause · 8 years ago
- 7890035 tcpudp: define SO_ORIGINAL_DST directly, not via include by Denys Vlasenko · 8 years ago
- 100aea8 Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN by Denys Vlasenko · 8 years ago
- 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
- 7c5dea3 ip: make ip aliases individually selectable by Denys Vlasenko · 8 years ago
- 5d27cb3 Make POST upload example script easier to use by Denys Vlasenko · 8 years ago
- 4acd393 Update information on building httpd and wget helpers by Denys Vlasenko · 8 years ago
- b42107f libiproute: handle table ids larger than 255 by Lukasz Nowak · 8 years ago
- 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
- f7683cd Convert all udhcp applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 29e2c45 tc: consolidate its disabled bits by Denys Vlasenko · 8 years ago
- 8342397 Make ping6 and traceroute6 selectable independently from ping/traceroute by Denys Vlasenko · 8 years ago
- 6bfab0c ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts by Denys Vlasenko · 8 years ago
- 3148e0c Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_* by Denys Vlasenko · 8 years ago
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 9f8eb1e httpd: explain why we use sprintf and why it should be fine by Denys Vlasenko · 8 years ago
- a8c696b Make ifup and ifdown individually selectable. by Denys Vlasenko · 8 years ago
- 67fd2f2 dnsdomainname: split it from "hostname", make it independently selectable by Denys Vlasenko · 8 years ago
- f11c698 udhcpc: check read of overload option data byte to be within packet by Denys Vlasenko · 8 years ago
- f9beeb2 udhcpc: check read of option length byte to be within packet by Brian Foley · 8 years ago
- 662634b telnetd: ifdef out a buggy error handling code path by Denys Vlasenko · 8 years ago
- 57727d4 telnet: code shrink by Denys Vlasenko · 8 years ago
- 26d88d6 telnetd: add another handshake example in comments, no code changes by Denys Vlasenko · 8 years ago
- b6d421b telnetd: treat all 2-byte IACs in 240..249 range as NOPs. by Denys Vlasenko · 8 years ago
- 122c47a telnetd: fix corner case of input processing of 0xff bytes by Denys Vlasenko · 8 years ago
- 0190c41 telnetd: fix a corner case where CRLF->CR translation can misbehave by Denys Vlasenko · 8 years ago
- 2a54b3e telnetd: fix handling of short writes to pty by Denys Vlasenko · 8 years ago
- 3720a61 ifupdown: rewrite state file atomically by Denys Vlasenko · 8 years ago
- ec1ea16 tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331 by Denys Vlasenko · 8 years ago
- 2972e2c wget: there is no -s option in GNU Wget 1.18, we should be compatible by Denys Vlasenko · 8 years ago
- a85740c dhcp: merge leases.c and static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
- d2ae66c dhcp: merge most of static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
- 2bf2931 dhcp: merge files.c into dhcpd.c by Denys Vlasenko · 8 years ago
- 1c32e49 traceroute: cleanup and fixes for packet size calculations by Denys Vlasenko · 8 years ago
- bcf47ea ifupdown: improve help text, add comment about run-parts error msg by Denys Vlasenko · 8 years ago
- 92d98f0 ifupdown: when flushing addresses with "ip", add label %label% by Denys Vlasenko · 8 years ago
- 4ff86df libnetlink: fix alignment of netlink messages by Hauke Mehrtens · 8 years ago
- ef15970 *: placate some compile warnings on OSX by Denys Vlasenko · 8 years ago
- 9ff910d wget: treat 201,202,203 as success codes too. Closes 9211 by Denys Vlasenko · 8 years ago
- b6355e2 udhcpc: Unconditionally call deconfig script, not only if lease is active by Peter Korsgaard · 8 years ago
- de3da6b wget/ssl_helper: update to wolfssl-3.9.8 by Denys Vlasenko · 8 years ago
- b11be13 ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't die by Denys Vlasenko · 8 years ago
- 4548293 libiproute: eliminate some redundant zero stores by Denys Vlasenko · 8 years ago
- 34ecc3b ip: fix an improper optimization: req.r.rtm_scope may be nonzero here by Denys Vlasenko · 8 years ago
- 150dc7a ntpd: respond only to client and symmetric active packets by Miroslav Lichvar · 8 years ago
- ed72761 wget: run s_client helper with -servername HOST by Denys Vlasenko · 8 years ago
- 9d20297 ssl_helper.sh: strip was invoked incorrectly by Denys Vlasenko · 8 years ago
- e695ac9 typo fixes by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- 0844b5a whois: implement -i by Denys Vlasenko · 8 years ago
- 1035c92 whois: make it actually work by Denys Vlasenko · 8 years ago
- ee772a0 arp: fix buffer overflow. Closes 9071 by Denys Vlasenko · 8 years ago
- 44399e0 udhcpc: run "deconfig" script in manual renew state too. closes 9061 by Denys Vlasenko · 8 years ago
- aabb0a9 ntpd: daemonize before DNS resolution by Denys Vlasenko · 8 years ago
- 4d5acd2 ping: populate icmp_id field for "simple" ping too by Jonas Danielsson · 8 years ago
- e4caf1d ntpd: retry initial DNS resolution (forever, no timeout for now). by Denys Vlasenko · 9 years ago
- 852e8dd arping: avoid use of ether_ntoa(). Closes 8926 by Denys Vlasenko · 9 years ago
- 4ab372d ip: fix problem on mips64 n64 big endian musl systems by Szabolcs Nagy · 9 years ago