Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RMerl/asuswrt-merlin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-28webui/httpd: fix broken tools (ping/traceroute/netstat/wol) in 4180 by ↵4180Eric Sauvageau
submitting the form using POST instead of GET method Using GET was generating an URL longer than the 128 characters buffer used by httpd, causing the command parameters to be missing (a test with "ping" resulted in a 283 characters-long url). Since other pages use POST, switching these pages as well will fix the issue and make the webui behaviour more uniform.
2016-12-28Merged with GPL 380_4180 (missing MIPS and AC3200 binary blobs)Eric Sauvageau
2016-12-27Bump revision to alpha 3Eric Sauvageau
2016-12-25openvpn: re-add local definitions of TUN ioctl values that were only added ↵Eric Sauvageau
in kernel 2.6.23 headers, but used to be defined here in OpenVPN 2.3
2016-12-25build: OpenVPN fails to build on MIPS because of strict ANSI (disabling the ↵Eric Sauvageau
__u64 def), switch from c99 to gnu99
2016-12-24Updated documentationEric Sauvageau
2016-12-24openvpn: set up firewall before starting openvpn serverEric Sauvageau
2016-12-24updown: remove unnecessary restart of dnsmasqJohn Bacho
2016-12-24openvpn: remove unnecessary restart of dnsmasq when starting clientsJohn Bacho
2016-12-24openvpn: shutdown all running servers/clients on wan stop and remove tunnel ↵John Bacho
modules
2016-12-24openvpn: fix multiple issues in stopping vpn servicesJohn Bacho
2016-12-23Updated documentationEric Sauvageau
2016-12-23openvpn: Use sha256 for key/certs generated by Easy-RSA (used by key/certs ↵Eric Sauvageau
auto-generated by the firmware)
2016-12-23openvpn: Format client.ovpn file for DOS, so Windows's notepad (the default ↵Eric Sauvageau
OpenVPN GUI editor) can edit it.
2016-12-23openvpn: client config must not contain the client option when using ↵Eric Sauvageau
pre-shared key auth
2016-12-23openvpn: Added LZ4 and NCP support to the webui and the ovpn import ↵Eric Sauvageau
function. Replace tls-remote option that was removed in 2.4.
2016-12-22openvpn: merge with OpenVPN 2.4.0 RC2, to begin testing and integration ↵Eric Sauvageau
ahead of the final release
2016-12-22build: give .sha256 file extension to the checksum file included in the ↵Eric Sauvageau
distribution
2016-12-22rc: give priority to user-configured hostname rather than the hardcoded Asus ↵Eric Sauvageau
ones when generating the hosts file (closes #1147).
2016-12-22Bumped revision to alpha 2Eric Sauvageau
2016-12-22busybox: Enabled xargs appletEric Sauvageau
2016-12-18Merge branch 'bb125' - Busybox upgrade to 1.25.1.Eric Sauvageau
2016-12-18Bumped revision to 380.65 alpha 1Eric Sauvageau
2016-12-17curl: fix openssl support on MIPS models380.64Eric Sauvageau
2016-12-16rc: check cstats_enable when setting fa mode on initJohn Bacho
2016-12-16Updated documentationEric Sauvageau
2016-12-16httpd: fix importing of ovpn file when using tls authentication - incorrect ↵Eric Sauvageau
nvram set for hmac direction (backport for GPL 4164)
2016-12-16Bumped revision to 380.64 finalEric Sauvageau
2016-12-16httpd: re-implement only the header-based XSS/CSS protection from GPL 4164Eric Sauvageau
2016-12-16Revert "httpd: backport changes from GPL 380_4164, which include some ↵Eric Sauvageau
security fixes" - some of these break the webui-based tools. This reverts commit 01b62095312197fbe5c735c80f6154b999c80267.
2016-12-15webui: Don't round up QoS data values since we display them with 2 decimals.Eric Sauvageau
2016-12-14Merge branch 'httpd4164'380.64-beta2Eric Sauvageau
2016-12-14build: preserve datestamp of ca-bundle.crtEric Sauvageau
2016-12-14Updated documentationEric Sauvageau
2016-12-14httpd: backport changes from GPL 380_4164, which include some security fixesEric Sauvageau
2016-12-14webui: use same variable name as Asus used in their 4164 fix for the App ↵Eric Sauvageau
popup on Firefox, to stay in-sync with their code
2016-12-13build: no longer include Download Master install packages in the firmware ↵Eric Sauvageau
for all targets rather than just those with low rootfs space. Those are almost never up-to-date versus what's on Asus's download server, which get downloaded anyway. And quite frankly, people shouldn't use Download Master. It contains (as of December 2016) an outdated version of OpenSSL, and I suspect it's also the case for all other components.
2016-12-11Merge pull request #1146 from themiron/masterbb125Eric Sauvageau
busybox 1.25.1 and fix ipset_arm/nano configure
2016-12-11webui: distinguish having live_update capability and having firmware ↵Eric Sauvageau
checking enabled by the user, otherwise the enable/disable radio buttons would disappear once disabled
2016-12-11Bumped revision to beta 2Eric Sauvageau
2016-12-10busybox: libbb: add workaround for IPV6_2292PKTINFO and fix recv_from_to() ↵Vladislav Grishenko
IPv6 scope
2016-12-10budybox: udhcpc: run deconfig script in manual renew tooVladislav Grishenko
Upstream commits 44399e00 udhcpc: run "deconfig" script in manual renew state too. closes 9061 b6355e2b udhcpc: Unconditionally call deconfig script, not only if lease is active
2016-12-10busybox: ntpd: add -t switch to disable rfc4330 cross-check, parameters tuningVladislav Grishenko
2016-12-10busybox: fdisk: fix non-512 sector size disks (GPT)Vladislav Grishenko
ref.: http://lists.busybox.net/pipermail/busybox/2011-March/075325.html The latest busybox fdisk utility with GPT enabled displays the wrong size for the disk and partitions. This appears to be because smart_ulltoa5() is expecting bytes, where gpt_list_table() is sending sectors. The attached patch fixes it for me.
2016-12-10busybox: telnetd: ensure correct behavior of Ctrl-CVladislav Grishenko
2016-12-10busybox: ping: add -M to specify Path MTU strategyVladislav Grishenko
2016-12-10busybox: ping6: add -t to specify hop limitVladislav Grishenko
2016-12-10busybox: wget: don't error out on fully transferred file continueVladislav Grishenko
2016-12-10busybox: udhcpc: use runtime-default ttl for sending packetsVladislav Grishenko
2016-12-10busybox: udhcpc: make 6rd support optional and depend on ipv6Vladislav Grishenko
plus disable comcast 6rd option 150 due no use and conflict with tftp server address option