summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update list of mobile service providersRenato Botelho2013-06-141-498/+4833
|
* Update the default firmware URL (it was still pointing to HEAD on RELENG_2_1)jim-p2013-06-131-2/+2
|
* Fix exec perms on mail.phpjim-p2013-06-131-0/+0
|
* Add a simple CLI mail script capable of sending an SMTP message using ↵jim-p2013-06-131-0/+24
| | | | echo/piped input, e.g. ifconfig -a | mail.php -s"ifconfig output"
* Split actual SMTP send into its own function.jim-p2013-06-131-14/+18
|
* Add the ability to disable Growl or SMTP notifications but keep their ↵jim-p2013-06-132-10/+63
| | | | settings intact. Remove automatic test messages on save. Add individual test buttons for Growl and SMTP that work even if the service(s) are disabled.
* Don't restrict the content of descr when making CA/Certs, it's free-form.jim-p2013-06-132-2/+2
|
* Actually do not allow the loop to continue. Related to Ticket #1928Ermal2013-06-121-5/+15
|
* Actually try to get the real interface for v6 family to correctly get ↵Ermal2013-06-121-1/+1
| | | | stf(virtual) interfaces
* Merge pull request #668 from mdima/RELENG_2_1Ermal Luçi2013-06-111-8/+30
|\ | | | | Status-Queues: Get the stats gauge for PPS or bandwidth Edit (RELENG_2_1)
| * Status-Queues: Get the stats gauge for PPS or bandwidth EditMichele Di Maria2013-06-111-8/+30
| | | | | | Let the user select the values to show in the stats gauge between PPS and bandwidth.
* | Correct the command for setting the 6rd gwErmal2013-06-111-1/+1
| |
* | Wait 1 second before starting the other dhcp6c since pkill does not wait for ↵Ermal2013-06-111-0/+1
| | | | | | | | the process to exit
* | Do better checks and do not include an interface that will be skipped to the ↵Ermal2013-06-101-45/+42
|/ | | | known ifaces
* Allow localhost IP Alias VIPs to sync, toojim-p2013-06-061-1/+1
|
* Allow selecting "Localhost" as an interface for IP Alias VIPs - this way you ↵jim-p2013-06-062-5/+11
| | | | can make IP Alias VIPs to use for binding in a routed scenario with CARP without creating an IP conflict.
* Add the 6rd gateway informationErmal2013-06-041-0/+1
|
* Also consider 0.0.0.0/0 here since it fails on is_subnet() but is a ↵Renato Botelho2013-06-041-1/+1
| | | | valid/special config. Fixes #3016
* vpn.inc calls functions from ipsec.inc but doesn't actually include it in ↵jim-p2013-06-031-0/+2
| | | | all cases where it's needed.
* Correct mouseover description for adding a certificate. Fixes #3017jim-p2013-06-031-1/+1
|
* DHCP Server enable/disable change needs filter_configurePhil Davis2013-06-011-2/+14
| | | | When DHCP Server is enabled or disabled on an interface, the filter rules should change to include or not mention DHCP.
* Don't use invalid or IPv6 DNS servers when crafting DHCP DDNS Zones. Fixes #3015jim-p2013-05-311-0/+9
|
* Update pot fileRenato Botelho2013-05-311-363/+1530
|
* Fix license linkjim-p2013-05-301-1/+1
|
* Merge pull request #662 from jean-m-cyr/RELENG_2_1Ermal Luçi2013-05-301-68/+32
|\ | | | | Back port sharper.inc commit from master to RELENG_2_1
| * Back port sharper.inc commit from master to RELENG_2_1Jean Cyr2013-05-301-68/+32
|/
* Update help.php with some new files, clean out some old/obsolete ones.jim-p2013-05-291-29/+26
|
* Fix up gateway advanced option note that was missed from 2.1 but on 2.0.x.jim-p2013-05-291-1/+2
|
* Fixes #2979Renato Botelho2013-05-294-5/+32
| | | | | | | . Change max value for traffic and packets graphs to 20GigE . Bump config version to 9.6 . Write a config upgrade function to tune current rrd files to the new max value
* "block" is also a reserved keyword that can't be an alias name, or pf tosses ↵jim-p2013-05-291-1/+1
| | | | an error.
* Update dyndns.classswatspyder2013-05-291-2/+10
| | | | To remove a curl_setopt line that is unused for "dnsomatic", and to allow for all characters to be used in the username and password fields.
* Merge pull request #657 from phil-davis/RELENG_2_1Ermal Luçi2013-05-282-2/+2
|\ | | | | Minor PHP syntax fixes from ExolonDX
| * Deprecate ampersand (by ExolonDX)Phil Davis2013-05-291-1/+1
| | | | | | Apply this syntax fix to 2.1 branch (already applied in main after 2.1 was branched - https://github.com/pfsense/pfsense/commit/4cafb367f136489a534d7b3a4ba49c2ed8f6df08 )
| * Add missing quotes (by ExolonDX)Phil Davis2013-05-291-1/+1
|/ | | Apply this syntax fix to 2.1 branch (already applied in main after 2.1 was branched - https://github.com/pfsense/pfsense/commit/c620c1817e49f8afa4078e342e0f4b4e111a7ef5)
* Fixes #3001, Check the protocol of the webgui to determine if https is being ↵Ermal2013-05-282-4/+24
| | | | used for custom ports.
* Don't add zones multiple times if it can be avoided.jim-p2013-05-231-10/+18
|
* Partial revert of 5b431a20dea since the introduced parameter is not working ↵Renato Botelho2013-05-231-9/+4
| | | | as expected
* Use global aliastable and proper fix #2941Renato Botelho2013-05-231-2/+4
|
* fixup gitsync for 2.1/2.2Chris Buechler2013-05-221-1/+2
|
* bump to RCChris Buechler2013-05-221-1/+1
|
* Unbreak Dynamic DNS updates from DHCP, ISC changed the config layout to ↵jim-p2013-05-221-2/+46
| | | | require zone declarations, and the ddns-update-style directive only works globally.
* Remove unecessary ifRenato Botelho2013-05-221-14/+12
|
* Merge pull request #644 from jean-m-cyr/masterErmal Luçi2013-05-221-56/+116
|\ | | | | Allow IPV6 bandwidth limiter mask
| * Allow IPV6 bandwidth limiter maskJean Cyr2013-05-211-56/+116
| |
* | Merge pull request #645 from N0YB/Widget_Firewall_Logs_FieldsErmal Luçi2013-05-2210-33/+105
|\ \ | |/ |/| Widget Firewall Logs Fields
| * Widget Firewall Logs FieldsN0YB2013-05-2110-33/+105
|/ | | | | | In the Firewall Log Widget view time field is of more use than source port and protocol. Add time field and remove source port and protocol fields. Fields: Action, Time, Interface, Source IP, Destination IP & Port
* Fix whitespace and indentRenato Botelho2013-05-211-133/+133
|
* Merge pull request #639 from CharlieMarshall/masterrbgarga2013-05-211-1/+1
|\ | | | | Remove if statement
| * Remove if statementCharlie Marshall2013-05-181-1/+1
|/
* remove auto-added allow pfsync ruleChris Buechler2013-05-171-1/+0
|
OpenPOWER on IntegriCloud