summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use correct xml tag to compare with nat port forward destination addressRenato Botelho2010-04-131-1/+1
|
* Merge remote branch 'mainline/master'Renato Botelho2010-04-137-435/+545
|\
| * Remove bandwidth tags from default config they are not used.Ermal2010-04-121-4/+0
| |
| * Actually disable flowtables support by default.Ermal2010-04-121-1/+1
| |
| * Perform more strict validation on CA and Cert names before proceeding in the ↵jim-p2010-04-122-4/+16
| | | | | | | | wizard.
| * Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket ↵jim-p2010-04-121-0/+16
| | | | | | | | #500.
| * OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and ↵jim-p2010-04-122-7/+14
| | | | | | | | some backend bits for RADIUS. Ticket #500.
| * Fixup OpenVPN wizard LDAP settings. Ticket #500.jim-p2010-04-122-14/+48
| |
| * Fix wizard handling of password fields. Ticket #500.jim-p2010-04-121-2/+6
| |
| * Add/fix wording of descriptions in OpenVPN wizard.jim-p2010-04-122-416/+455
| | | | | | | | While I'm here, convert leading spaces to tabs.
| * Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-04-124-14/+15
| |\
| * | Revert changes as requested by Ermalgnhb2010-04-121-2/+4
| | |
* | | Revert a hook of 3da58362 to fix NAT Reflection rules creationRenato Botelho2010-04-121-4/+5
| | |
* | | Teach more code to deal with new NAT Port Forwarding xml tagsRenato Botelho2010-04-123-5/+7
| | |
* | | When renaming or removing aliases, deal with new NAT Port Forwarding fieldsRenato Botelho2010-04-122-4/+17
| | |
* | | Update alias names on new NAT Port Forward xml tagsRenato Botelho2010-04-121-1/+4
| | |
* | | Merge remote branch 'mainline/master'Renato Botelho2010-04-1211-90/+63
|\ \ \ | | |/ | |/|
| * | Simplify logic implemented on commit 673d29c0Renato Botelho2010-04-121-10/+11
| | |
| * | Simplify "isset($rule['l7container']) and ..." as its already evaluatedthompsa2010-04-121-1/+1
| | | | | | | | | | | | above and sets $l7present.
| * | Initialise the correct array if empty.thompsa2010-04-121-1/+1
| | |
| * | remove pfsense references, make genericChris Buechler2010-04-111-2/+2
| |/
| * Fix enable STP checkbox as detailed in ↵gnhb2010-04-111-2/+2
| | | | | | | | http://forum.pfsense.org/index.php/topic,24230.0.html
| * Make PPP redial when the connection is dropped. Also, fix PPP uptime display.gnhb2010-04-112-1/+3
| |
| * allow hostname for TFTP serverChris Buechler2010-04-101-2/+2
| |
| * Remove unnecessary variables.gnhb2010-04-101-2/+0
| |
| * Implement reporting and logging of historical PPP uptime with data ↵gnhb2010-04-105-63/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | persistent through reboot. Also, change the way uptime is captured. The mpd console is no longer used to get PPP uptime data, which will prevent spamming of PPP logs with console access messages. This means we no longer have to write out mpd_<interface>.query files to /var/etc. Now, a simple calculation of the age of the /tmp/<interface>up file is used. This gives the same data within the second as the console data so it seems acceptable. I removed some "rm -f" calls from ppp-linkdown as there was already code in interfaces.inc interface_bring_down function that unlinks the <interface>up and <interface>_router files. There is still the rm -r nameserver_<interface> call in the linkdown script. Maybe this should be moved to the interfac_bring_down function for consistency? Also, I commented out the ngctl shutdown <interface>: call. I think it's probably not necessary any more.
| * Rework interface_bring_down function a bit. Remove un-needed unlink calls to ↵gnhb2010-04-101-8/+7
| | | | | | | | | | | | | | | | mpd.links Moved three "unlink_if_exists" calls to happen after calling kill_by_pid for mpd processes. The unlinked files are useful during the process of brining down the mpd interfaces for calculating the link uptime in the "linkdown" script.
* | Fix array assignment and add missing right parentheses in upgrade code.Erik Fonnesbeck2010-04-091-8/+6
| |
* | Make the upgrade code actually do something.Erik Fonnesbeck2010-04-091-1/+3
| |
* | Merge remote branch 'mainline/master'Erik Fonnesbeck2010-04-092-19/+37
|\ \ | |/
| * When delete a filter rule that is associated with a nat rule, cleanup the ↵Renato Botelho2010-04-091-6/+22
| | | | | | | | association
| * The sum of % for table size should be 100%, fixing itRenato Botelho2010-04-091-8/+8
| |
| * Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-04-092-0/+3
| |\
| * | Configure interface when changing settings, and fix init string field.gnhb2010-04-091-5/+7
| | | | | | | | | | | | | | | | | | The interface configure function is called after "write_config()" because we must write the new data to the config before reading the config to bring up the interface with the new settings.
* | | Deleting associated ruleVinicius Coque2010-04-092-11/+6
| | |
* | | Show in gray just rules that are disabledRenato Botelho2010-04-091-3/+5
| | |
* | | Add { } when protocol is tcp/udpRenato Botelho2010-04-091-1/+1
| | |
* | | Fixing AutoSuggest on Source and Destination portsVinicius Coque2010-04-091-4/+8
| | |
* | | Fix table sizes and calculate local port rangeRenato Botelho2010-04-081-8/+13
| | |
* | | Fixing auto-generated ruleVinicius Coque2010-04-081-1/+1
| | |
* | | Adding new fields to improved NAT port forwardVinicius Coque2010-04-082-178/+502
| | |
* | | Teach filter_generate_address to deal with rdr NAT port range syntax and ↵Renato Botelho2010-04-081-26/+16
| | | | | | | | | | | | rework its use
* | | Merge remote branch 'mainline/master'Renato Botelho2010-04-082-0/+3
|\ \ \ | | |/ | |/|
| * | Add a new global option, disablehelpicon, to hide help icon from all pagesRenato Botelho2010-04-082-0/+3
| |/
* | Make necessary changes for improved NAT Port Forward (not tested yet)Renato Botelho2010-04-081-144/+142
| |
* | Fix indent and add a vim tag to respect tab sizeRenato Botelho2010-04-071-287/+292
| |
* | Change span class to gray when rule is disabledRenato Botelho2010-04-071-2/+9
| |
* | Deal with new fields of Improved NAT Port ForwardRenato Botelho2010-04-071-49/+34
| |
* | Improved NAT Port Forwarding changed XML data, change config version to 6.2 ↵Renato Botelho2010-04-072-1/+32
|/ | | | and implement a function to migrate data
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-04-060-0/+0
|\ | | | | | | | | Conflicts: usr/local/www/system.php
OpenPOWER on IntegriCloud