Main repository for pfSense
Go to file
Renato Botelho do Couto bdaa5235d4 Fix #6195: Allow to change NAT Outbound mode
make_config_revision_entry() second parameter expects a username to
override current logged in user in special cases.  It's used when a tool
(e.g. wizard) is used to configure some functionality.

As it was already noted in easyrule.inc, this parameter cannot have
international characters since the tag where it's stored in config.xml
doesn't use CDATA.

Remove gettext() calls and add a comment on each place
make_config_revision_entry() is called with username parameter
2019-09-11 10:31:55 -03:00
.github Add new CONTRIBUTING file and Pull Request template 2017-12-12 10:12:25 -05:00
build Fix copyright message years to reflect BSDP -> ESF -> Netgate 2019-07-29 14:50:49 -03:00
src Fix #6195: Allow to change NAT Outbound mode 2019-09-11 10:31:55 -03:00
tools Revert "Add a control file to be used as trigger to sync files to S3" 2019-09-02 15:46:10 -03:00
.editorconfig
.gitattributes
.gitignore
BOOTSTRAP.md
build.conf.sample Fix copyright message years to reflect BSDP -> ESF -> Netgate 2019-07-29 14:50:49 -03:00
build.sh Fix copyright message years to reflect BSDP -> ESF -> Netgate 2019-07-29 14:50:49 -03:00
LICENSE
README.md Bump Copyright to 2019 2019-05-27 11:00:10 -03:00
zanata.xml Use Netgate zanata server 2019-06-03 10:39:07 -03:00

pfSense

Overview

The pfSense project is a free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality. pfSense software, with the help of the package system, is able to provide the same functionality or more of common commercial firewalls, without any of the artificial limitations. It has successfully replaced every big name commercial firewall you can imagine in numerous installations around the world, including Check Point, Cisco PIX, Cisco ASA, Juniper, Sonicwall, Netgear, Watchguard, Astaro, and more.

pfSense software includes a web interface for the configuration of all included components. There is no need for any UNIX knowledge, no need to use the command line for anything, and no need to ever manually edit any rule sets. Users familiar with commercial firewalls catch on to the web interface quickly, though there can be a learning curve for users not familiar with commercial-grade firewalls.

pfSense started in 2004 as a fork of the m0n0wall Project (which ended 2015/02/15), though has diverged significantly since.

pfSense is Copyright 2004-2019 Rubicon Communications, LLC (Netgate) and published under an open source license. Read more at https://pfsense.org/ and support the team by buying bundled hardware appliances or commercial support.

Contribute

For information on how to contribute to the pfSense project, see CONTRIBUTING.