summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Display only needed Reinstall and Clear Package Lock buttonsPhil Davis2013-02-011-7/+11
| | | Make the code a bit smarter, so the user only sees whichever of the reinstall and clear package lock buttons that are actually relevant.
* Allow clear package lock when 1st install failsPhil Davis2013-02-011-1/+1
| | | | I upgraded a system this morning. An issue during the 1st package reinstall caused the package lock to be set, but no packages installed. The Backup/Restore GUI page did not show the section for resetting the package lock, because it only displays that if there is at least 1 package installed - catch-22. This fixes that odd condition.
* Merge pull request #364 from mdima/masterErmal Luçi2013-01-311-15/+22
|\ | | | | Fix for links and PPS
| * Fixes links and PPSMichele Di Maria2013-01-311-15/+22
| | | | | | | | | | | | This change fixes: - Interface value in the links to the "Firewall: Traffic Shaper" page; - Read the proper PPS value from the qstats XML file. 
* | Actually destroy in this caseErmal2013-01-311-1/+1
| |
* | Do the right thing hereErmal2013-01-311-2/+5
| |
* | Syntax error in vpn_pppoe.phpPhil Davis2013-01-311-2/+2
| |
* | Avoid mpd based services to set localip to an already used IP on the system. ↵Renato Botelho2013-01-302-0/+6
| | | | | | | | It should fix #1723
* | Do more strict checks. Also silence some more log_error under debug. Also do ↵Ermal2013-01-301-1/+1
| | | | | | | | some sanity checks on rc.newwanipv6 before doing any operation
* | Whitespace fixesjim-p2013-01-301-18/+16
| |
* | Change output style to follow halt.php and reboot.php so the shutdown output ↵jim-p2013-01-301-10/+13
| | | | | | | | appears in the correct location on the page.
* | Fixes #1928. Disallow sync loop only for certain types of calls but not for ↵Ermal2013-01-301-9/+27
| | | | | | | | exec_[php|shell]. Also fix CARP loop detection to use correct variable
* | More unsets :)Ermal2013-01-301-0/+1
| |
* | Make smal fixErmal2013-01-301-1/+2
| |
* | Merge pull request #360 from mdima/masterErmal Luçi2013-01-291-93/+136
|\ \ | |/ | | Feature #2781: Hierarchical view of "Status-Queues" page
| * Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-2/+2
| | | | | | | | | | | | Second version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled.  This version has been released after Ermal's notes. 
| * Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-1/+2
| | | | | | | | | | | | | | First version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled. Second version, made after Ermal's notes.
| * Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-94/+136
| | | | | | | | | | | | First version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled.
* | Initialize $a_pools to fix warnings when saving dhcp settings whith no extra ↵Renato Botelho2013-01-291-0/+1
| | | | | | | | pools
* | Permit openvpn to use same port on different interfaces. It should fix #814Renato Botelho2013-01-293-3/+3
| |
* | Merge pull request #356 from phil-davis/masterErmal Luçi2013-01-292-39/+39
|\ \ | | | | | | Document OpenVPN local and remote network list options
| * | Document remote network lists in OpenVPN GUIPhil Davis2013-01-291-15/+15
| | | | | | | | | Also, now the advanced route command is not needed. So change the example to the "remote" command, which can be useful in the advanced box.
| * | Document local remote network lists in OpenVPN GUIPhil Davis2013-01-291-24/+24
| | | | | | | | | The local and remote network fields can now have lists of CIDRs, so document this in the GUI.
* | | Do not do double checks for thisErmal2013-01-291-1/+1
|/ /
* | Add header to DHCP and DHCPv6 static mappings tablesjim-p2013-01-282-0/+8
| |
* | Merge pull request #355 from bcyrill/cp_patch5Ermal Luçi2013-01-271-9/+9
|\ \ | |/ |/| Change order of cpzone check
| * Change order of cpzone checkbcyrill2013-01-271-9/+9
| |
* | Add missing context parameterbcyrill2013-01-271-4/+4
|/
* Do not include prefix in IP addressbcyrill2013-01-271-5/+7
|
* Fixup paths when executing OpenSSL.jim-p2013-01-271-3/+3
|
* Merge pull request #350 from bcyrill/cp_allowedipErmal Luçi2013-01-271-10/+10
|\ | | | | Fix ipfw config generation for allowed IPs
| * Fix ipfw config generation for allowed IPsbcyrill2013-01-271-10/+10
| |
* | Restore accidentally removed code. Spoted-by: bcyrill@githubErmal2013-01-271-0/+1
|/
* Merge pull request #347 from bcyrill/bridge_editChris Buechler2013-01-261-1/+1
|\ | | | | Remove return value of interface_bridge_configure
| * Remove return value of interface_bridge_configurebcyrill2013-01-261-1/+1
| |
* | Re-add lost parenthesisbcyrill2013-01-271-1/+1
|/
* Fix holdcount/holdcnt parameter confusionbcyrill2013-01-261-2/+2
|
* Add a note about rdr pass not supporting Multi-WAN.jim-p2013-01-261-0/+1
|
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-254-80/+137
| | | | | | | | | | The Dynamic Firewall Log page doesn't add rows, it only updates the php generated rows which means that if it's loaded after the log is cleared, it'll never show any activity. The same occurs for the log widget. This pacth fix this issue moving from absolutely sized spans to tables. It should fix #2763
* Use class tabcont for tableRenato Botelho2013-01-251-1/+1
|
* Make IPv4/IPv6 validation on IPSecRenato Botelho2013-01-242-2/+43
| | | | It should fix #2769
* Fix indent and blanks at EOLRenato Botelho2013-01-241-30/+30
|
* Don't forget the wizard...jim-p2013-01-241-2/+2
|
* Allow specifying multiple local/remote networks for OpenVPN separated by ↵jim-p2013-01-242-5/+21
| | | | commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.
* Ensure DHCP main range, pools ranges and static IP addresses don't overlap ↵Renato Botelho2013-01-242-3/+29
| | | | each other. It should fix #2773
* Move is_inrange() to util.inc and rename it to is_inrange_v6()Renato Botelho2013-01-241-10/+3
|
* Fix logic of v6 version of is_inrange()Renato Botelho2013-01-241-1/+1
|
* Move is_inrange() to util.inc and rename it to is_inrange_v4()Renato Botelho2013-01-241-8/+1
|
* Fix logic of is_inrange()Renato Botelho2013-01-241-1/+1
|
* Remove call-time pass-by-referenceRenato Botelho2013-01-241-1/+1
|
OpenPOWER on IntegriCloud