summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-06-015-6/+25
|\
| * Make the ICMP echo request type less ambiguous, and since it's likely the ↵jim-p2011-06-012-2/+2
| | | | | | | | main one to get used, move it to the top.
| * Add tunable, by default disabled, to enable the default gateway switching ↵Ermal2011-06-011-0/+15
| | | | | | | | feature when the default one 'disappears'.
| * Fixes #1412. Properly pass the page to match so users are not always ↵Ermal2011-06-011-1/+1
| | | | | | | | presented with the change password screen. Proper fix.
| * Fixes #1412. Properly pass the page to match so users are not always ↵Ermal2011-06-011-1/+1
| | | | | | | | presented with the change password screen.
| * Ticket #944. Also destory the previous interface if the user changing the ↵Ermal2011-06-011-1/+1
| | | | | | | | vlan tag of an existing vlan entry.
| * Fixes #944. Use the correct interface name to destroy the previous vlan if ↵Ermal2011-06-011-3/+7
| | | | | | | | the parent is changed.
* | Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a ↵Evgeny Yurchenko2011-06-011-49/+24
|/ | | | given phase 1 (improvement of previous patch)
* Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a ↵Evgeny Yurchenko2011-05-311-2/+41
| | | | given phase 1(site-to-site).
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-05-312-15/+21
|\
| * Use array_overlay()Scott Ullrich2011-05-311-12/+10
| |
| * Use array_extendScott Ullrich2011-05-311-1/+16
| |
| * Remove debugging codeScott Ullrich2011-05-311-3/+0
| |
| * Add merge handler codeScott Ullrich2011-05-311-2/+11
| |
| * Remove bogus protection. We have better handling of this now.Scott Ullrich2011-05-311-13/+0
| |
* | Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a ↵Evgeny Yurchenko2011-05-311-1/+28
|/ | | | given phase 1(mobile clients).
* Bug#1528. Automatically create outbound NAT rules on WAN for localhost when ↵Evgeny Yurchenko2011-05-301-0/+11
| | | | switching to manual.
* Use aon pluginScott Ullrich2011-05-301-1/+1
|
* Add plugin features to aon editScott Ullrich2011-05-301-1/+15
|
* Add missing plugin code. Move the pre_write section up a bit.Scott Ullrich2011-05-302-3/+17
|
* Bug #1403. Filter Rules description do not get saved when "(quote) present ↵Evgeny Yurchenko2011-05-273-16/+19
| | | | as character
* Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6Ermal Luçi2011-05-281-0/+58
|\ | | | | Speed/duplex select for interfaces
| * Hiding mediaopt under Advanced buttonEvgeny Yurchenko2011-05-271-0/+14
| |
| * Adding gui to choose media options for interfaces.Evgeny Yurchenko2011-05-211-0/+44
| |
* | Add note about voucher sync (only enable on slave nodes).Scott Ullrich2011-05-271-1/+2
| |
* | Clarify auth option to include VouchersScott Ullrich2011-05-271-1/+1
| |
* | Fix #1277Bill Marquette2011-05-261-4/+9
| | | | | | | | | | Wasn't able to remove the multicast RIPv2 discovery at startup, but all ripv1 response's are gone now.
* | Free ipfw rule number after mac pass-through deletion.Ermal2011-05-261-0/+1
| |
* | Bring more consistent style to CP edit mac and ip passthrough pages.Ermal2011-05-262-0/+6
| |
* | Remove decimals from cumulative users graph.Warren Baker2011-05-261-2/+3
| |
* | Adding a new hook system for firewall nat edit and firewall rules edit page.Scott Ullrich2011-05-252-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Basically if the directory exists it will suck in the files to extend these pags. /usr/local/pkg/firewall_nat/input_validation /usr/local/pkg/firewall_nat/pre_write_config /usr/local/pkg/firewall_nat/htmlphpearly /usr/local/pkg/firewall_nat/htmlphplate /usr/local/pkg/firewall_rules/input_validation /usr/local/pkg/firewall_rules/pre_write_config /usr/local/pkg/firewall_rules/htmlphpearly /usr/local/pkg/firewall_rules/htmlphplate
* | * Add is_ipaddr_configured() so that people do not need to reinvent the ↵Scott Ullrich2011-05-251-0/+2
| | | | | | | | | | | | wheel for this task * Check to make sure the administrator is not entering the IP address of the same host preventing a issue where the firewall will sync the voucher database to itself and cause the webConfigurator to crash.
* | Disable csrf checks when posting from scripts.Ermal2011-05-251-0/+2
| |
* | Provide a voucher_expire function so that voucher can be expired through a POST.Ermal2011-05-251-0/+6
| |
* | Update some code to be more readble and more compliant to php5Ermal2011-05-251-2/+1
| |
* | Fix automatic and manual outbound NAT for PPTP. Fixes #954jim-p2011-05-241-8/+4
| |
* | Fixes #1444. Implements the same fix that issue ermal made in #1522 to the ↵lgcosta2011-05-231-1/+1
|/ | | | console menu
* Fix config sync issue. Resolves #1547 Fixed-by: Ermaljim-p2011-05-201-1/+1
|
* Fix clearing of PPTP/PPPoE/L2TP server raw logs. Fixes #1340jim-p2011-05-191-15/+32
|
* Correct password variable name for input validation test on PPTP users. ↵jim-p2011-05-191-1/+1
| | | | Fixes #1239
* Reject alias names that are too long. Fixes #1510jim-p2011-05-191-1/+1
|
* Fixes #1514. Differentiate in the carp settings between layer7, limiter and ↵Ermal2011-05-181-3/+15
| | | | queues so layer7 and limiters do not rely on queues being active.
* Micro optimization.Ermal2011-05-181-1/+1
|
* Fixes #1522. Call interface reconfigure so we bring down the interface and ↵Ermal2011-05-181-1/+1
| | | | than re-configure it.
* Ticket #1534, #1433. Remove custom sync code for vip, since it array_merge() ↵Ermal2011-05-181-14/+8
| | | | replaces same keys data when merging. But make the code for reloading only changed vips after merge better and some more checks.
* Ticket #1534, #1433. Properly merge carp interfaces and do not reload carp ↵Ermal2011-05-181-30/+68
| | | | interfaces that have not change any configuration parameter. Also make merge_config_section_xmlrpc() an alias for restore_config_section_xmlrpc() since that what it is.
* fix missing images for CRLsChris Buechler2011-05-171-1/+1
|
* Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. ↵Ermal2011-05-171-0/+4
| | | | Seems such request can stomp into each other and create either corruption of xmlrpc request or other issues.
* Make sure all CP form elements are disabled/enabled with the master checkbox.jim-p2011-05-171-0/+2
|
* Fixup MAC display on this other path toojim-p2011-05-161-1/+1
|
OpenPOWER on IntegriCloud