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.
- clean up miniupnpd.inc use array directly instead of seperate function
Do not throw errors on empty arrays
Compare files
Works with multiple ip addresses.FIXME: Compare tmp file with old addresses
Do not return a value for NXDOMAIN
Remove ip address check and allow hostnames
Ensure dns cache folder exists
Add update_dns_cache.sh file which monitors dns addresses and looks for changes. A filter reload will be triggered if host ips differ
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
Set $pkg_interface='console'; in php shell.
Fix CP not sending Acct-Session-Time to Radius during accounting update
Ticket #1434
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.
MFC fix to RELENG_1
fixed some typos
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".
remove duplicate upnp disabled message
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.
s/Passwordlogin/Password login/