Commit Graph

7312 Commits (2024.2)
 

Author SHA1 Message Date
lancethepants c1503d290d httpd: etherstates - detect port info in one sscanf. 1 year ago
pedro 50706ab4a2 build: Makefiles: clean-up; one version for ARM and MIPS 1 year ago
lancethepants 266485396c www: admin-access.asp: Use MAX_BRIDGE_ID for creating listening interfaces. 1 year ago
M_ars e58c8e1c83 httpd: httpd.c - fix/add IPv6 listeners for MultiLAN setups (do not try to add IPv4 listeners twice)
Note: solve error for example
...
daemon.info httpd[1707]: Error - bind: [192.168.2.1]:80: Address already in use
daemon.info httpd[1707]: Error - bind: [192.168.3.1]:80: Address already in use
daemon.info httpd[1707]: Error - bind: [192.168.4.1]:80: Address already in use
...

Note 2: this is/was a very old issue since the beginning of MultLAN :)
1 year ago
M_ars f8eccfc876 GUI: admin-access.asp - only cosmetic 1 year ago
M_ars bdd04209a7 GUI: admin-access.asp - Add option to enable/disable httpd listening on IPv6 and VLAN interfaces
Note: based on the work of Leon Mailfert - THX
see https://bitbucket.org/lonicom/freshtomato-arm/src/arm-master/
https://bitbucket.org/pedro311/freshtomato-arm/pull-requests/141

Note 2: keep default enabled (no change); FT user can decide

Note 3: firewall rules still required depending on your needs
1 year ago
lancethepants 9490fcd43f httpd: Use BRIDGE_COUNT to iterate through listening interfaces. 1 year ago
lancethepants 766678d6c9 httpd: Use BRIDGE_COUNT to iterate through listening interfaces. 1 year ago
pedro 4d4d8ffadd build: Makefile: sync to MIPS branch 1 year ago
pedro 1fb9a25e48 build: use BRIDGE_COUNT/MAX_BRIDGE_ID when needed 1 year ago
pedro e544871530 openvpn: update to 2.6.10 1 year ago
pedro cd7e094224 miniupnpd: update to 2.3.6 1 year ago
pedro 538d0c9d2c rc: services.c: do not start adblock during upgrade/reboot; do not stop it twice during upgrade when remote upgrade is disabled 1 year ago
pedro f575cfb6c5 build: Makefile: clean more targets before every compilation 1 year ago
pedro 73c99a634a README.md: update for Debian 12 1 year ago
Michał Obrembski 943d44c859 Update Dockerfile to Debian 12 1 year ago
Michał Obrembski 22fb412229 Update Dockerfile to Debian 12 1 year ago
pedro e4f842505f gettext-tiny: update to 86d9b99 (2024-01-21) snapshot 1 year ago
pedro 211937f625 udpxy: Fixed uninitialized source address
There is an issue with source specific multicast (SSM) support,
that source address is uninitialized if SSM unspecified.
Which may cause mcast listen with wrong parameter since set_multicast()
requires proper source address indeed.

Ref: abc358a146
1 year ago
pedro d98735a10a getdns: fix for broken trust anchor files are silently ignored
Ref: 6395fe43cc
1 year ago
pedro 648ee30b36 build: fix build break on libexpat and libxml2 1 year ago
pedro 9227f125d1 expat: update to 2.6.2 1 year ago
pedro bdb5a0d3ab irqbalance: update to 1.9.4 1 year ago
pedro 0e667d411c meson: update to 1.4.0 1 year ago
pedro b993cbc83f libxml2: update to 2.12.6 1 year ago
pedro 0c48509859 php: uodate to 8.3.4 1 year ago
pedro 511fac9a60 sqlite: update to 3.45.2 1 year ago
pedro 764d11e33a rc: mysql.c/transmission.c: at the very beginning, remove watchdog from the cron 1 year ago
pedro dcabe7fed8 httpd: upgrade.c: fix compiler warnings 1 year ago
pedro 0bdb19b50d rc: init.c: do not run remove_usb_module() [remove_usb_all_modules() now] on halt/reboot; some changes in order of removed services; cosmetic 1 year ago
pedro 8ff77b2a93 httpd: upgrade.c: use mkstemp instead of dangerous mktemp; check for available memory first; correct argument in waitpid(); fix a few other issues 1 year ago
pedro 20d64b28c7 rc: usb.c: do not run remove_usb_modem_modules() by default - it may cause kernel panic (at least on MIPS RT-AC), enable it by setting 'remove_modem_modules' nvram variable; cosmetic 1 year ago
pedro 8ae7b19d78 httpd: config.c: cosmetic 1 year ago
pedro ef46620712 rc: services.c: change the order/type of services stopped during upgrade 1 year ago
pedro 7224d60d23 GUI: USB and NAS: File Sharing: fix behaviour of the LAN boxes 1 year ago
pedro 2ea7f372bc GUI: USB and NAS: Media Server: fix behaviour of the LAN boxes 1 year ago
pedro 280559f68a shared: defaults.c: remove leftovers after commit 3117c1d 1 year ago
pedro 5eee12efc5 GUI: VPN: OpenVPN Client: add note about strict Kill Switch 1 year ago
pedro 36bcc32cfb www: tomato.js: small fix in genStdTimeList() 1 year ago
pedro 3117c1dda9 rc: always enable 3G modem support and remove that option from the GUI 1 year ago
M_ars b093492594 build: add Netgear EX7000 support [WIP]
Note: Switch not yet working

thx to user GirlPower from www.linksysinfo.org
see https://www.linksysinfo.org/index.php?threads/add-support-for-netgear-ex7000.78502/#post-349011
1 year ago
M_ars dda6fb11bb GUI: tools-survey.asp - fix Wireless Site Survey if SSID contains a single quote (fix #323)
Note: fix formatting at router/httpd/wl.c

see issue https://bitbucket.org/pedro311/freshtomato-arm/issues/323/wireless-survey-breaks-if-ssid-contains
1 year ago
M_ars 69f8a1b0b0 SDK6: update PCI-Express driver 1 year ago
M_ars 00a249793d SDK714: bcmrobo.c: simplify Switch Register Access Bridge Registers SRAB_ENAB() 1 year ago
M_ars df68a106d3 SDK7: bcmrobo.c: simplify Switch Register Access Bridge Registers SRAB_ENAB() 1 year ago
M_ars 1f0e060b1b SDK6: bcmrobo.c: simplify Switch Register Access Bridge Registers SRAB_ENAB() 1 year ago
M_ars 3cbb8a9a4c SDK714: small update for Broadcom 53xx RoboSwitch device driver 1 year ago
M_ars 90fc8b4b15 SDK7: small update for Broadcom 53xx RoboSwitch device driver 1 year ago
M_ars 88e40e40b2 SDK6: small update for Broadcom 53xx RoboSwitch device driver 1 year ago
M_ars 19e684ab91 build: Makefile: adjust/fix CONFIG_SPI KernelConfig 1 year ago