Age | Commit message (Expand) | Author |
2018-04-08 | wget: check chunk length for overflowing off_t | Denys Vlasenko |
2018-04-08 | libbb.h: always include sys/resource.h | Denys Vlasenko |
2018-04-07 | telnet: move winsize detection closer to I/O loop, delete non-functioning deb... | Denys Vlasenko |
2018-04-07 | ftpd: allow -A if !FTPD_AUTHENTICATION as well | Denys Vlasenko |
2018-04-07 | ftpd: added -A option to disable all authentication, closes 10921 | Denys Vlasenko |
2018-04-07 | wget,ftpd: shorten and reuse strings | Denys Vlasenko |
2018-04-07 | httpd: do not default to Content-type: application/octet-stream | Denys Vlasenko |
2018-04-01 | libbb: new function bb_die_memory_exhausted | Denys Vlasenko |
2018-03-29 | ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die | Stefan Agner |
2018-03-28 | ifupdown: do not fail if interface disappears during ifdown | Kaarle Ritvanen |
2018-03-27 | ioctl(SIOCGIFINDEX) does not require clearing of entire ifr | Denys Vlasenko |
2018-03-27 | netstat: produce numeric-ip output for non-resolved names | Mark Marshall |
2018-03-20 | ssl_client: fix option parsing | Ron Yorston |
2018-03-11 | tcpsvd: fix fallout from opt_complementary removal | Denys Vlasenko |
2018-03-11 | ntpd: choose initial FREQHOLD_cnt dynamically | Denys Vlasenko |
2018-03-11 | udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling | Denys Vlasenko |
2018-03-10 | ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls | Denys Vlasenko |
2018-03-10 | udhcpd: fix "not dying on SIGTERM" | Denys Vlasenko |
2018-03-08 | remove stray newline in "iplink --help" | Denys Vlasenko |
2018-03-08 | ip: fix "ip -oneline a" | Denys Vlasenko |
2018-03-06 | use gmtime_r() instead of gmtime() | Denys Vlasenko |
2018-03-05 | networking/interface.c: get rid of global data | Denys Vlasenko |
2018-03-05 | networking/interface.c: get rid of global "smallint interface_opt_a" | Denys Vlasenko |
2018-03-05 | networking/interface.c: code shrink | Denys Vlasenko |
2018-03-05 | wget: fix fetching of https URLs with http proxy | Peter Lloyd |
2018-02-27 | tcpudp: shrink per-host rate-limiting code | Denys Vlasenko |
2018-02-20 | iplink: implement support for selecting a master interface | Jan Luebbe |
2018-02-20 | ip link: support "add TYPE vrf", improve --help | Jan Luebbe |
2018-02-14 | tls: remove redundant floor prevention | Denys Vlasenko |
2018-02-13 | ping: don't call monotonic_us twice per sending the ping | Denys Vlasenko |
2018-02-13 | ping: implement -A "adaptive ping" | Denys Vlasenko |
2018-02-13 | inetd,mount: add comment with example of flags to build with libtirpc | Denys Vlasenko |
2018-02-12 | wget: more thorough sanitization of other side's data | Denys Vlasenko |
2018-02-11 | arping: code shrink | Denys Vlasenko |
2018-02-11 | libbb: introduce and use bb_getsockname() | Denys Vlasenko |
2018-02-11 | arping: move packet buffer, sigset and struct ifreq to malloced "globals" | Denys Vlasenko |
2018-02-11 | arping: fix the case when inherited signal mask masks out ALRM | Denys Vlasenko |
2018-02-11 | arping: change a few message strings to be closer to iputils arping | Denys Vlasenko |
2018-02-11 | arping: code shrink | Denys Vlasenko |
2018-02-08 | ip: fix crash in "ip neigh show" | Denys Vlasenko |
2018-02-08 | wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs | Denys Vlasenko |
2018-02-07 | udhcp: do not setlinebuf(stdout), we don't print to stdout anymore | Denys Vlasenko |
2018-02-06 | wget: attempt to negotiate encrypted data ftps stream ("PROT P") | Denys Vlasenko |
2018-02-06 | fix a thinko in parse_pasv_epsv.c | Denys Vlasenko |
2018-02-06 | wget: add EPSV support | Denys Vlasenko |
2018-02-06 | wget: initial support for ftps:// | Denys Vlasenko |
2018-02-06 | wget: preparations for ftps:// support (block move, no code changes) | Denys Vlasenko |
2018-02-06 | tls: fix hash calculations if client cert is requested and sent | Denys Vlasenko |
2018-02-05 | ftpd: handle restarts past 2147483647 bytes. closes 10741 | Denys Vlasenko |
2018-02-04 | ftpd: fix aliasing warning from gcc-6.1.1 | Denys Vlasenko |