summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Show the hexadecimal value of the integer for readabilitysmos2011-09-071-1/+1
|
* Match pftop page exatly with privilege, there is no other page that glob ↵jim-p2011-09-061-1/+1
| | | | would catch. Fixes #1845
* Also show queues on limiter info page, so that the child queues of limiter ↵jim-p2011-09-061-0/+6
| | | | pipes can be viewed. (See ticket #1843)
* Remove the gateway field from view since it is not a valid option for now.smos2011-09-031-0/+2
|
* Add empty dhcp6c client control socket filesmos2011-09-011-0/+0
|
* Avoid a blank trailing entryjim-p2011-08-301-1/+1
|
* Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so ↵jim-p2011-08-301-3/+3
| | | | it reflects all of the servers in use for the speed report.
* Add a note to the server Load Balancer page to let users know it's not for ↵jim-p2011-08-301-0/+5
| | | | Multi-WAN.
* Wording fix to better describe the Translation address.Warren Baker2011-08-301-5/+5
|
* Fix bottom note when viewing Floating rules to better reflect how they operate.jim-p2011-08-301-6/+15
|
* Fix note width for 1:1 NATjim-p2011-08-301-1/+1
|
* Fix QinQ note width.jim-p2011-08-301-1/+1
|
* Clarify textjim-p2011-08-301-4/+7
|
* Clarify textjim-p2011-08-301-4/+4
|
* Clarify notes so people don't think they need to disable pf to disable NAT.jim-p2011-08-302-2/+6
|
* Move the option to exclude localhost as a DNS server under System > General ↵jim-p2011-08-302-21/+16
| | | | so it is grouped with other system DNS options in a more logical location.
* Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.jim-p2011-08-303-6/+15
|
* Add some help links for pages that were missing.jim-p2011-08-301-0/+5
|
* Change mbuf output on dashboard to read total/max, instead of current/total, ↵jim-p2011-08-301-3/+3
| | | | to give a more useful view. Also only use a single netstat command instead of two.
* Fix several issues in pppoe code and remove duplicated code.Ermal2011-08-301-2/+1
|
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵jim-p2011-08-302-4/+4
| | | | server directive) and also be a little more verbose about what is happening, if we can tell.
* Unlink last msg cache for growl when sending test messagwsScott Ullrich2011-08-291-0/+1
|
* Give the Layer7 patterns page some much needed love.Warren Baker2011-08-292-53/+19
|
* Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663Seth Mos2011-08-292-0/+207
|
* Correct the link for EasyRule so that IPv6 addresses parseSeth Mos2011-08-291-2/+4
|
* Add IPv6 love to diag states Summary. For Ticket #1816Seth Mos2011-08-291-6/+32
|
* Reflect the dynamic(6) gateway naming change in interfaces.php tooSeth Mos2011-08-291-1/+1
|
* Merge pull request #10 from namezero111111/patch-2Scott Ullrich2011-08-281-1/+22
|\ | | | | Added web interface capability to make the LDAP search more specific in o
| * Added web interface capability to make the LDAP search more specific in ↵namezero1111112011-08-281-1/+22
| | | | | | | | order to filter for group membership for example.
* | Log when XMLRPC auth fails so that the brute force lockout will kick in.Scott Ullrich2011-08-281-16/+42
| |
* | Add default values for latency, packet loss, down on GUINachtfalkeaw2011-08-281-4/+4
|/
* Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi)jim-p2011-08-251-1/+1
|
* fix textChris Buechler2011-08-241-1/+1
|
* Unbreak the firewall rule Edit page, input error array was unset halfway the ↵Seth Mos2011-08-241-1/+25
| | | | | | validation. Set that back up ontop. Add gateway validation
* Catch another possiblity for invalid rule generationSeth Mos2011-08-241-0/+4
|
* Make sure this does not operate on empty parameters, and also log when ↵jim-p2011-08-241-6/+14
| | | | removing states.
* Properly fix the address family check for gateway groups Ticket #1659Seth Mos2011-08-241-2/+3
|
* Unbreak firewall rules edit, missing a )Seth Mos2011-08-241-1/+1
|
* Fix a typo in the subnet generation causing the code to failSeth Mos2011-08-241-1/+1
|
* Only show gateways from the same address family on the groups edit page. ↵Seth Mos2011-08-241-0/+5
| | | | Ticket #1659
* These html tags are not required since they are used in head.inc which is ↵Warren Baker2011-08-241-2/+0
| | | | included.
* Add address family validation, also hide gateways or gateway groups from the ↵Seth Mos2011-08-241-2/+15
| | | | | | gateway list. Fix Ticket #1659
* Add address family input validation on the Gateways edit page, also prevent ↵Seth Mos2011-08-241-16/+29
| | | | | | adding gateways on interfaces that do not carry that address family. Fix Ticket #1633
* Automatically adjust the subnet size drop down when editing a entrySeth Mos2011-08-241-2/+8
| | | | Ticket #1661
* Add Address Family input validation on the system routes edit page. Do not ↵Seth Mos2011-08-241-1/+6
| | | | | | allow IPv4 subnet masks > 32 bits. Ticket #1661
* Fix the address family check to skip empty DNS gateway fieldSSeth Mos2011-08-241-2/+2
|
* Change the DNS interface code to DNS gateway code. This will need upgrade ↵Seth Mos2011-08-241-43/+46
| | | | code for existing configs.
* Simplify this code a bit, should be the same test in both locations since ↵jim-p2011-08-231-2/+3
| | | | this should be either/or, and with the other code it can apparently fall into a trap where it shows neither.
* Fix field name label.jim-p2011-08-221-1/+1
|
* un-break services_dhcpv6.phpChris Buechler2011-08-211-1/+1
|
OpenPOWER on IntegriCloud