lint
Fix Javascript errors. Thanks JSLint!!
ratio load balancing should actually work
Fix default gateway bit
Relax the ip address check and allow duplicate ip address entries.
Ticket #1476 - use convert multibyte instead of just specialchars
Add descriptive text and link to the gateways page
Add prelimenary Routing page.Allow multiple gateways on one (static) interface
Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + current, not some massive negative number
why add 30 seconds to uptime if we have been up greater than 60 seconds?
MFC of change [19782] per request from sullrich@
Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default
Optimize last 10 seconds of load times on the dhcp leases page.Only populate arp array once, then check if it exists
Speedup ARP page by using diag_dhcp_leases.php page code for parsing the dhcpd.leases file
save button needs to be inside form
Correctly check the disabled bit
Ticket #1462: Make the save button only appear if you change an assignment
Ensure that all form elements have an id.
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
Alphasort the status menu
Correctly set rowhelper input textbox sizes.
Correct form fields css
sync from RELENG_1_2
Fix check_firmware_version descriptionAll XMLRPC functions should be authenticatedMFC: ASAP
Fix missing tag.
Do not create array items for disabled vpn tunnels
Do no show disabled tunnels
Fix wording per ticket #1471
Ticket #1456 - drop one level of verbosity in tcpdump. Some protocolswill still decode to multi-line message - not an easy fix. Doesn'tappear to break non-raw log display
Add VRRP as a protocol type in the decode
Ticket #1448: IP Address sorting was MFC'd from HEAD (this whole fileshould probably be MFC'd)
MFC: to RELENG_1_2
Include second argument for pkg_delete()
Ticket #1470
Fix broken ipsec logic
Fix ipsec overview for wan interface, carp already worked
Do not show Apply button if IPSEC is disabled.
Ticket #1467
Only iterate an array if it is truly an array
Ticket #1463
Only break twice if we are asking for kernel type.
Do not throw errors on empty arrays
Remove ip address check and allow hostnames
Do not show mbuf clusters, show mbufs.
Backport alias import option to RELENG_1 from HEAD.
Ask for kernel type if the kernel upgrade type is unknown.
Ticket #1435
Restart snmp services after LAN IP changes
Ticket #1453
Oops, do not list stations twice.
Show both associated stations and nearby AP's regardless of operating mode.
Fix formatting errors introduced by last commit.
Show wireless nodes regardless if we can deterimine BSS value. Now the AP my test unit is associated with shows the signal strength, etc correctly.
add MMS (TCP/UDP) to protocol definitions
Already in base includes
We Do not validate username field anymore on this page. Has been removed for user manage.
Fixing css layout
Create a management subnet on a wan interface if the interface is DHCP.Create automatic nat rules for the management subnet.Make the automatic nat rules always use the interface address.Allow entry of these subnets on the interfaces page.
Show the ipsec interface
changed text for consistency
IPSEC log highlighting got better
unsplit DHCP-root-path-option
Add defCmdT("netstat -s -ppfsync","netstat -s -ppfsync"); which will be useful in debugging pfsync errors.
Only reload webGUI con CERT or KEY changes.
Use maximum mbuf field
Show MBUF usage.
Add MBUF usage information
Show state count on states display screen.
Provide a different approach to showing logfiles. This allows for highlighting specific information and also providethe ability to show other information.For the ipsec logs this means we now show the tunnel description in bold for each identified gateway ip.
Ensure CARP cache is cleared on status page reload.
Sync w/ HEAD
DHCP: add Domain-Searchlist-Option
Reset $userent - it gets set somewhere and grants users full priviledgesafter creation
Somehow requiring config.inc before guiconfig.inc was redirecting back tologin page. config.inc get's pulled in through functions.inc include inguiconfig.inc, no need for it here.
Reported-by: smos@
fix field alignment
missed this page in the original backport commits
Sync NATT support from m0n0wall
beta load balancer widget
reorganize ipsec code
improved load times for ipsec tunnels
- correct behaviour of dhcpd.conf creation- enable root-path
DHCP: domainname / HEAD > RELENG_1
adapt DHCP-options HEAD <> RELENG
Add TFTP and LDAP server options to dhcpd
added STUN,RTP,SIP to protocol-definitions
Add missing tree icons and javascript items
Make group manager tree work again Correctly toggles items on/off Removes checkbox which served no real value Split group manager into multiple files like most other screens refactored tree generation code
Known bugs: Initial page display incorrectly displays all tree items as allowed...
Correct error string to read "pptp" instead of "WAN".
Do not allow aliases to be named "pptp".
Backport username display feature in captive portal. Really not sure why it wasn't included in RELENG_* versions.
Quality graph alignment
show configuration screen to allow option to display detail IPsec info (will help with load times for many tunnels)
show ipsec tab properly when mobile clients is enabled and no tunnel exists
Show the IPSEC firewall rule interface when mobile ipsec is enabled
-move upnp_action to services.inc-make sure to clear rules when stopping miniupnpd-fix status_upnp and status_services pages so they use upnp_action and not the rcfile
Correct link too self
Fix botched config path and variables
only process update java when update available
new ipsec widget
add widget tab function
add tab for widgets function; check if file exists before loading
Make the rrd gateway monitor ip setting accessible
Add rrd graph settings page.Bump config out of line with 1.2Add rrd config upgrade code.