Commit Graph

4877 Commits (2021.1.070)
 

Author SHA1 Message Date
kille72 b8719e0241 Update readme.md 7 years ago
kille72 9db7cefb64 Merge branch 'shibby-arm' into shibby-arm7 7 years ago
kille72 35cdac9675 php: updated to 7.2.6 7 years ago
kille72 30e5a596e0 tor: updated to 0.3.3.6 7 years ago
pedro 9cd9c32f79 e2fsprogs: update to 1.44.2 7 years ago
edrikk 39ff7da2bf EBTABLES - Updating ebtables to master-head as at May 25, 2018 7 years ago
edrikk da4b1ad0c2 IPROUTE - Fix a few resource leaks 7 years ago
edrikk 6ce67fdbb3 DHCPC6 - Fix a number of resource/memory leaks. 7 years ago
edrikk ec8241afa6 Fix potential FILE * leak in nvram_commit 7 years ago
edrikk 49536f076f Rework save_variables procedure so that sprintf is not writing to the same variable, in which case the results are considered undefined.
As per: 
http://www.gnu.org/software/libc/manual/html_mono/libc.html#Formatted-Output-Functions

The behavior of this function is undefined if copying takes place between objects that overlap—for example, if s is also given as an argument to be printed under control of the ‘%s’ conversion.
7 years ago
edrikk b0e5ecd79f Allow for NULL termination on variable partname by increasing its size from 16 to 17.
The sscanf is set to read %s16 however the character array was previously also set for size 16; i.e. In boundary case, no room for NULL terminator.
7 years ago
edrikk d82cf38a3f Fix potential FILE * resource leak 7 years ago
pedro af4e0b6862 e2fsprogs: update to 1.44.2 7 years ago
kille72 cec0b89ef2 router/Makefile: add "--ipv6" to miniupnpd-config
AND fix compilation for ARM

bring back IPv6 support, disabled by default with commit
http://repo.or.cz/tomato.git?a=commit;h=1444258699b4e785cb41d059a8ee0a3861aad31e

since commit bfb985beaf (ARM)
we use an interface name for the listening_ip= value instead of an IP/netmask

--> with IPv6 support, we have to specify an interface name for listening_ip
==> Ok now and we can activate IPv6 again

Thanks @M_ars
7 years ago
edrikk c7978a2530 IGMP - Resolve CVE-2012-0207 - Resolve potential for divide by 0, allowing remote attackers to cause a denial of service via IGMP packets.
Discovered in Tomato by running Greenbone Security Manager
7 years ago
edrikk 9aa5a12fb6 Updating snmpd to v5.8.rc2
https://sourceforge.net/p/net-snmp/code/ci/master/tree/

Keeping the files placed here by Tomato:
snmp/mibs/
	QOS.TXT
snmp/mib/
	libnetlink.h
	ll_map.h
	qos_access.c
	qos_access.h
	qos.c
	qos.h
	qos_checkfns.c
	qos_checkfns.h
	qos_checkfns_local.c
	qos_checkfns_local.h
	qos_columns.h
	qos_enums.h
snmp/
	snmpd.conf
7 years ago
edrikk d94cff298e IGMP - Resolve CVE-2012-0207 - Resolve potential for divide by 0, allowing remote attackers to cause a denial of service via IGMP packets.
Discovered in Tomato by running Greenbone Security Manager
7 years ago
edrikk a9ae2d4528 Updating snmpd to v5.8.rc2
https://sourceforge.net/p/net-snmp/code/ci/master/tree/

Keeping the files placed here by Tomato:
snmp/mibs/
	QOS.TXT
snmp/mib/
	libnetlink.h
	ll_map.h
	qos_access.c
	qos_access.h
	qos.c
	qos.h
	qos_checkfns.c
	qos_checkfns.h
	qos_checkfns_local.c
	qos_checkfns_local.h
	qos_columns.h
	qos_enums.h
snmp/
	snmpd.conf
7 years ago
kille72 bc42d572b3 router/Makefile: add "--ipv6" to miniupnpd-config
AND fix compilation for ARM

bring back IPv6 support, disabled by default with commit
http://repo.or.cz/tomato.git?a=commit;h=1444258699b4e785cb41d059a8ee0a3861aad31e

since commit bfb985beaf (ARM)
we use an interface name for the listening_ip= value instead of an IP/netmask

--> with IPv6 support, we have to specify an interface name for listening_ip
==> Ok now and we can activate IPv6 again

Thanks @M_ars
7 years ago
kille72 144e121fc8 nano: updated to 2.9.7 7 years ago
kille72 aba1625f54 nano: updated to 2.9.7 7 years ago
kille72 f82964758a Merge branch 'shibby-arm' into shibby-arm7 7 years ago
edrikk 804aa355f1 Clean ups in ntp start proc
- Changed predefined arrays to dynamic in case size of server string in nvram is unexpectedly long
- Removed leftover includes from debugging
- Incorporated koitsu's suggestion on strtok vs. breaking array into 2D array
- General cleanup
7 years ago
edrikk 0a2c032533 Transition from using ntpclient (or ntpc) to Busybox ntpd
Update basic-time.asp to change the ntp resync hourly options to one "auto interval" setting.  This sets up for using Busybox ntpd which does not currently implement minpoll and maxpoll.   ntpd auto adjusts time on a slide scale (which is probably better than user forcing it).

Setup for use of Busybox ntpd.  Disable both ntpc and ntpclient builds.  Reduces firmware size between 4KB and 8KB respectively.

Setup for use of Busybox ntpd as opposed to ntpc/ntpclient.  Enable ntp.conf so we can store the server values etc in there.

Switch to using Busybox ntpd as opposed to ntpc or ntpclient.
7 years ago
edrikk 5b5f5ae82c Update the Makefile to switch to ntpclient as well... Missed to upload this one 7 years ago
edrikk e9daa21cc8 Switch from ntpc to ntpclient - Added code to handle previous issues (not update on reboot, etc) 7 years ago
pedro 9cd80c20e9 minidlna: fix in patch 7 years ago
pedro 7d1b353997 minidlna: fix in patch 7 years ago
pedro 50da396926 minidlna: patch: add missing if() statement MIA somwhere in this commit: 495c76ca05 (Lrelease)/src-rt-6.x.4708/router/minidlna/scanner.cF761 7 years ago
edrikk c1d92e88c6 Updating ntpclient to version 2017_246 7 years ago
edrikk 5b7e342888 Update BRIDGE-UTILS to version 1.6 (plus commits in master as at May 7, 2018)
Source:  https://kernel.googlesource.com/pub/scm/linux/kernel/git/shemminger/bridge-utils/

42c1aef brctl: fix signed/unsigned comparison warnings by Stephen Hemminger · 10 months ago master
b69811c libbridge: add missing sys/time.h include in header by Aleksander Morgado · 10 months ago
7b42114 libbridge: Include the configured CFLAGS when compiling by David Michael · 12 months ago
b9841b0 bridge-utils 1.6 release by Stephen Hemminger · 1 year, 7 months ago v1.6
fec4f55 man: add obsolete notice to man page by Stephen Hemminger · 1 year, 7 months ago
821a735 brctl: better error handling by Stephen Hemminger · 1 year, 9 months ago
44d276b Fix building on musl libc by Kylie McClain · 1 year, 11 months ago
76f97da bridge-utils: Pretty print configure help by Andrey Mazo · 4 years, 2 months ago
2ccf7b1 bridge-utils: AC_OUTPUT should be used without arguments by Andrey Mazo · 4 years, 2 months ago
c50a537 bridge-utils: Remove unused variable in doc/Makefile.in by Andrey Mazo · 4 years, 2 months ago
6d9236a bridge-utils: Abort compilation on error in any subdirectory by Andrey Mazo · 4 years, 2 months ago
97d6888 Clean up autoconf debris when doing make maintainer-clean by Stephen Hemminger · 5 years ago
6f83ef1 ignore build files by Stephen Hemminger · 5 years ago
32b4d8f rename configure.in to configure.ac by Yegor Yefremov · 5 years ago
8e31694 update email address by Stephen Hemminger · 5 years ago
5eebb7f bridge-utils: Fix compile against linux-3.8.x by Russell Senior · 5 years ago
4ad479e Fix typo's on man page by Stephen Hemminger · 6 years ago
4decdea bug with older glibc: "brctl show" shows nothing by David Johnson · 7 years ago
7fc99b7 skip . and .. in accurately in isbridge() by Xiaochen Wang · 7 years ago
bb9970a Check error returns from write to sysfs by Stephen Hemminger · 7 years ago
c7ed099 Fix error message for incorrect command by Stephen Hemminger · 7 years ago
8ef7b77 Fix incorrect command in manual by Stephen Hemminger · 7 years ago
7 years ago
kille72 b2ec22e57f transmission: updated to 2.94 7 years ago
kille72 56420f16f0 php: updated to 7.2.5 7 years ago
kille72 5d117874c4 miniupnpd: Updated to 2.1 7 years ago
kille72 8604832c5b miniupnpd: Updated to 2.0.20180503 7 years ago
kille72 e2a5145af7 nano: updated to 2.9.6 7 years ago
M_ars 81e36fd685 fix typo at IGMP proxy notes section (wrong example value for downstream threshold)
--> default to 1 of course
Sorry :-)
7 years ago
edrikk aad54d2283 Clean ups in ntp start proc
- Changed predefined arrays to dynamic in case size of server string in nvram is unexpectedly long
- Removed leftover includes from debugging
- Incorporated koitsu's suggestion on strtok vs. breaking array into 2D array
- General cleanup
7 years ago
edrikk f91d941b24 Transition from using ntpclient (or ntpc) to Busybox ntpd
Update basic-time.asp to change the ntp resync hourly options to one "auto interval" setting.  This sets up for using Busybox ntpd which does not currently implement minpoll and maxpoll.   ntpd auto adjusts time on a slide scale (which is probably better than user forcing it).

Setup for use of Busybox ntpd.  Disable both ntpc and ntpclient builds.  Reduces firmware size between 4KB and 8KB respectively.

Setup for use of Busybox ntpd as opposed to ntpc/ntpclient.  Enable ntp.conf so we can store the server values etc in there.

Switch to using Busybox ntpd as opposed to ntpc or ntpclient.
7 years ago
pedro 0ca04b9bf2 minidlna: patch: add missing if() statement MIA somwhere in this commit: 495c76ca05 (Lrelease)/src-rt-6.x.4708/router/minidlna/scanner.cF761 7 years ago
edrikk d5085d2d05 Update the Makefile to switch to ntpclient as well... Missed to upload this one 7 years ago
edrikk 6595922aba Switch from ntpc to ntpclient - Added code to handle previous issues (not update on reboot, etc) 7 years ago
edrikk 917c3edb47 Updating ntpclient to version 2017_246 7 years ago
edrikk 6aaf2edf61 Update BRIDGE-UTILS to version 1.6 (plus commits in master as at May 7, 2018)
Source:  https://kernel.googlesource.com/pub/scm/linux/kernel/git/shemminger/bridge-utils/

42c1aef brctl: fix signed/unsigned comparison warnings by Stephen Hemminger · 10 months ago master
b69811c libbridge: add missing sys/time.h include in header by Aleksander Morgado · 10 months ago
7b42114 libbridge: Include the configured CFLAGS when compiling by David Michael · 12 months ago
b9841b0 bridge-utils 1.6 release by Stephen Hemminger · 1 year, 7 months ago v1.6
fec4f55 man: add obsolete notice to man page by Stephen Hemminger · 1 year, 7 months ago
821a735 brctl: better error handling by Stephen Hemminger · 1 year, 9 months ago
44d276b Fix building on musl libc by Kylie McClain · 1 year, 11 months ago
76f97da bridge-utils: Pretty print configure help by Andrey Mazo · 4 years, 2 months ago
2ccf7b1 bridge-utils: AC_OUTPUT should be used without arguments by Andrey Mazo · 4 years, 2 months ago
c50a537 bridge-utils: Remove unused variable in doc/Makefile.in by Andrey Mazo · 4 years, 2 months ago
6d9236a bridge-utils: Abort compilation on error in any subdirectory by Andrey Mazo · 4 years, 2 months ago
97d6888 Clean up autoconf debris when doing make maintainer-clean by Stephen Hemminger · 5 years ago
6f83ef1 ignore build files by Stephen Hemminger · 5 years ago
32b4d8f rename configure.in to configure.ac by Yegor Yefremov · 5 years ago
8e31694 update email address by Stephen Hemminger · 5 years ago
5eebb7f bridge-utils: Fix compile against linux-3.8.x by Russell Senior · 5 years ago
4ad479e Fix typo's on man page by Stephen Hemminger · 6 years ago
4decdea bug with older glibc: "brctl show" shows nothing by David Johnson · 7 years ago
7fc99b7 skip . and .. in accurately in isbridge() by Xiaochen Wang · 7 years ago
bb9970a Check error returns from write to sysfs by Stephen Hemminger · 7 years ago
c7ed099 Fix error message for incorrect command by Stephen Hemminger · 7 years ago
8ef7b77 Fix incorrect command in manual by Stephen Hemminger · 7 years ago
7 years ago
kille72 5fc0f45c69 transmission: updated to 2.94 7 years ago
kille72 6224f1f649 php: updated to 7.2.5 7 years ago
kille72 ada935d2ca miniupnpd: Updated to 2.1 7 years ago
kille72 19ff9ecc3e miniupnpd: Updated to 2.0.20180503 7 years ago
kille72 3d9a4fca89 nano: updated to 2.9.6 7 years ago
M_ars 4721f76f18 fix typo at IGMP proxy notes section (wrong example value for downstream threshold)
--> default to 1 of course
Sorry :-)
7 years ago