summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix gettext issuesRenato Botelho2010-04-2910-36/+35
|
* Fixing gettext() on multiline stringsVinicius Coque2010-04-293-11/+11
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-291-1/+1
|
* Implement gettext()Renato Botelho2010-04-291-21/+21
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-291-1/+1
|
* Merge branch 'master' of rcs.pfsense.org:pfsense/bluepex-cloneVinicius Coque2010-04-291-2/+2
|\
| * Implementing gettext()Carlos Eduardo Ramos2010-04-291-2/+2
| |
* | Implementing gettext()Vinicius Coque2010-04-291-9/+9
|/
* Merge branch 'master' into gettextRenato Botelho2010-04-290-0/+0
|\
| * Merge remote branch 'mainline/master'Renato Botelho2010-04-290-0/+0
| |\
| | * Improve NAT Port ForwardingRenato Botelho2010-04-2914-747/+1178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features available are: * Now you can disable a rule * You can define "no rdr" rules * Source type, address and port, with an option "not" for exceptions * Destination type, address and port, with an option "not" for exceptions Implemented by: Carlos Eduardo Ramos <carlos.ramos@bluepex.com> Renato Botelho <renato.botelho@bluepex.com> Vinicius Coque <vinicius.coque@bluepex.com> Reviewed by: cmb and efonne Sponsored by: BluePex Security Solutions
* | | Merge branch 'master' into gettextRenato Botelho2010-04-291-6/+6
|\ \ \ | |/ /
| * | Fix indentRenato Botelho2010-04-291-6/+6
| | |
* | | Merge branch 'master' into gettextRenato Botelho2010-04-291-3/+3
|\ \ \ | |/ /
| * | Merge branch 'master' of rcs.pfsense.org:pfsense/bluepex-cloneRenato Botelho2010-04-291-3/+3
| |\ \
| | * | Fix text for consistency.Erik Fonnesbeck2010-04-291-3/+3
| | | |
* | | | Merge branch 'master' into gettextRenato Botelho2010-04-294-20/+115
|\ \ \ \ | |/ / /
| * | | Merge remote branch 'mainline/master'Renato Botelho2010-04-2915-150/+216
| |\ \ \ | | | |/ | | |/|
| | * | Default to and display the last used repository URL in gitsync.Erik Fonnesbeck2010-04-291-0/+8
| | | |
| | * | Create rules for openvpn/l2tp/pppoe/pptp when switching to manual outbound ↵Ermal2010-04-291-0/+71
| | | | | | | | | | | | | | | | nat so the user can do less work.
| | * | Add gitsync support for merging from other repositories.Erik Fonnesbeck2010-04-291-0/+26
| | | |
| | * | Allow gitsync to properly switch branches or repositories. Resolves #523Erik Fonnesbeck2010-04-291-17/+7
| | | |
| | * | Resolves #554. Correct path to tftp-proxy.Ermal2010-04-291-1/+1
| | | |
| | * | The console menu does not show if the terminal type is not cons25 - not sure ↵Erik Fonnesbeck2010-04-281-2/+2
| | | | | | | | | | | | | | | | why. Changed to cons25 to allow the menu to work on the serial console when enabling it through the web GUI. Ticket #316
* | | | Merge branch 'master' into gettextErik Fonnesbeck2010-04-2811-130/+101
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Resolved conflicts: usr/local/www/system_advanced_firewall.php usr/local/www/system_routes.php usr/local/www/system_routes_edit.php
| * | | Merge remote branch 'mainline/master'Erik Fonnesbeck2010-04-2811-130/+101
| |\ \ \ | | |/ / | |/| / | | |/
| | * properly show TFTP enabled interfacesChris Buechler2010-04-281-1/+2
| | |
| | * Fix OpenVPN upgrade code for lzo compression. Resolves #280, mentioned also ↵jim-p2010-04-281-2/+2
| | | | | | | | | | | | in Ticket #482.
| | * Fix apparent typo in IPsec upgrade code which broke the user_fqdn identity type.jim-p2010-04-281-2/+2
| | |
| | * touch up textChris Buechler2010-04-281-1/+1
| | |
| | * Restore select_source value correctlyScott Ullrich2010-04-281-1/+1
| | |
| | * Ticket #507. Do not remove all static routes to readd them back. The change ↵Ermal2010-04-284-123/+63
| | | | | | | | | | | | will never delete a rule but define the action to be taken on it, either add or change a present route. Be consinstent on gateways allowed to be selected as destinations for static routes, including dynamic gateways.
| | * Add dynamic IP option to OpenVPN wizard.jim-p2010-04-282-0/+10
| | |
| | * Fix descriptionjim-p2010-04-281-1/+1
| | |
| | * Add back Dynamic IP checkbox for OpenVPN Servers.jim-p2010-04-281-0/+20
| | |
* | | Fixing gettext implementationVinicius Coque2010-04-281-1/+1
| | |
* | | add ')' at end line 149Carlos Eduardo Ramos2010-04-281-1/+1
| | |
* | | Reviewing gettext()Carlos Eduardo Ramos2010-04-281-1/+1
| | |
* | | Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettextVinicius Coque2010-04-282-3/+2
|\ \ \
| * | | Remove {} between variable since it's out of the stringRenato Botelho2010-04-281-1/+1
| | | |
| * | | Use printf() for string that need to print variablesRenato Botelho2010-04-281-2/+1
| | | |
* | | | Implementing gettext()Vinicius Coque2010-04-281-1/+1
|/ / /
* | | Implement gettext()Renato Botelho2010-04-281-21/+21
| | |
* | | Reviewing gettext()Carlos Eduardo Ramos2010-04-281-2/+2
| | |
* | | Implement gettext()Carlos Eduardo Ramos2010-04-281-10/+10
| | |
* | | Implementing gettext()Vinicius Coque2010-04-281-12/+17
| | |
* | | Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettextVinicius Coque2010-04-283-13/+13
|\ \ \
| * | | Implement gettext()Carlos Eduardo Ramos2010-04-281-5/+5
| | | |
| * | | Implement gettext()Carlos Eduardo Ramos2010-04-281-2/+2
| | | |
| * | | Merge branch 'gettext' of git@rcs.pfsense.org:pfsense/bluepex-clone into gettextCarlos Eduardo Ramos2010-04-285-57/+77
| |\ \ \
OpenPOWER on IntegriCloud