Commit Graph

22089 Commits

Author SHA1 Message Date
Renato Botelho
f144493c68 Make it more explicit that 'update freq.' unit is days 2013-10-22 12:42:30 -02:00
Renato Botelho
dd8e414e06 Remove unused variable 2013-10-22 12:40:51 -02:00
Renato Botelho
69aba8590e Add missing privileges to the list, it fixes #3279 2013-10-22 11:31:16 -02:00
Renato Botelho
93f51e4b33 Fix typo and whitespace 2013-10-22 11:30:24 -02:00
Renato Botelho
a8521a6379 Fix priv name 2013-10-22 11:29:05 -02:00
jim-p
63a1e1ee3f Optimize DHCPv4 lease display online status for static leases. Do not re-parse complete ARP table for each lease, as it can be slow with large ARP tables. 2013-10-22 08:58:17 -04:00
Renato Botelho
5352362425 Fix #3283, use jQuery to change attributes based on id 2013-10-21 18:09:04 -02:00
Renato Botelho
521504d1c5 Set id for select elements created dynamicaly created 2013-10-21 18:03:03 -02:00
Renato Botelho
de3045982b Limit CIDR choices for IPv4 on GRE interface, fixes #3277 2013-10-21 12:02:53 -02:00
Renato Botelho
e782e8f43f Fix #3259. Save 'packet loss rate' and 'bucket size' for limiter queues 2013-10-21 10:59:23 -02:00
Renato Botelho
ea838318c0 Fix #3273
- When you disable a interface, it destroys vlan interface from system.
Do not report error when interface doesn't exist.
- While I'm here, use pfSense_interface_destroy() instead of ifconfig
2013-10-18 17:43:01 -03:00
Renato Botelho
488e8c81ad Prevent a possible division by zero. it fixes #3212 2013-10-18 17:32:13 -03:00
Renato Botelho
6666ef4875 Actually there is no reason to set a variable just to use once 2013-10-18 11:38:18 -03:00
Renato Botelho
2db5f9c23c Fix #3242 and some code cleanup:
- Only explode '/' and set address_subnet when address is a subnet, it
  fixes issue reported at #3242
- While I'm here, do some cleanup on the way addresses are treated
  - Remove unecessary variable $tracker, we already have $counter set
    with the same value
  - Use if:endif and while:endwhile where there is html block inside the
    block
  - Use more meaning names for variables instead of item, item2, item3
    and item4
  - Use while($counter <= $count()) instead of using foreach referencing
    array using $counter inside
2013-10-18 11:31:05 -03:00
Renato Botelho
bae42aaf13 Make sure vlan interface exist when it's being configured, it fixes #3270 2013-10-18 10:40:15 -03:00
Warren Baker
dd33fd4e8b Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180 2013-10-17 10:43:40 +02:00
Renato Botelho
78b0e51e9a Fix #3268 - avoid pf table names conflict:
. Create a list of reserved table names for the hardcoded ones
. Use this list to validate aliases and load balance pool names
. Check if alias names don't conflict with LB pool names and vice-versa
2013-10-16 09:18:29 -03:00
Renato Botelho
4a913451bb Add Captive Portal Zones privileges definition. Fix #3216 2013-10-14 15:54:13 -03:00
Renato Botelho
babc58d308 Allow special chars to be used on IPSec mobile login banner. Fixes #3247 2013-10-11 10:59:42 -03:00
Renato Botelho
a518b337a9 Set default value to radius_protocol during upgrade, it should fix #3226 2013-10-11 09:20:14 -03:00
Renato Botelho
7e7a65b073 Fix 'Packet loss rate' and 'Bucket Size' range checking 2013-10-11 08:25:12 -03:00
Jared Dillard
b35bcd45b3 added favicon to logged in pages 2013-10-11 00:28:30 -04:00
jim-p
9f212aeae0 Needs parens 2013-10-10 12:57:44 -04:00
jim-p
151f5cb72d Remove newsyslog cron job on upgrade, if present. 2013-10-10 12:50:36 -04:00
jim-p
12f7e3d4ec Add upgrade code to change the DHCP next-server value to nextserver since it was renamed sometime in 2.1 but upgrade code didn't follow. 2013-10-10 12:49:47 -04:00
jim-p
6f4a2864ad Perform a much more accurate comparison between two certificates to determine if they are identical when checking their revocation status. Fixes #3237 2013-10-09 10:03:59 -04:00
jim-p
fda96df060 We do not use nor include newsyslog, so remove the cron job. 2013-10-09 08:51:54 -04:00
jim-p
506ff948be Remove this check, the value can be 0 here if the target is the first item in the array. 2013-10-09 08:48:26 -04:00
Warren Baker
2b4f2f23e0 Replace pfSense with the rebrand 2013-10-07 19:35:59 +02:00
jim-p
b93fd19b0a Now that doc.pfsense.org does https and redirects http to https, we may as well send the help links to the https destinations. 2013-10-04 08:40:12 -04:00
Chris Buechler
9e3cc25ba9 use (self) instead of any for web lockout 2013-10-04 06:41:27 -05:00
Chris Buechler
7825f71eae use (self) rather than any as the destination for the lockout rules 2013-10-04 01:47:29 -05:00
jim-p
619753eeea Fix display of pools in the LB status widget and on the LB Virtual Server status. 2013-10-03 10:10:17 -04:00
Ermal Luçi
58ba451355 Merge pull request #815 from marcelloc/patch-1
fix pkg_edit.php to show interface description instead of interface name
2013-10-02 05:15:25 -07:00
Marcello Coutinho
f82cbe49b4 fix pkg_edit.php to show interface description instead of interface name 2013-10-02 08:41:17 -03:00
Warren Baker
80f88b3bf2 Patch applied manually. Fixes bug #3245 and old interface names 2013-09-30 12:23:03 +02:00
Richard Connon
ff8affb4d0 Fix codel not being applied on non-priq queue types 2013-09-28 10:26:47 -03:00
Richard Connon
931f3890ac Fixed typo in CoDel wiki link 2013-09-28 10:26:47 -03:00
jim-p
f3a4601c85 If rc.newwanip is run on an interface that should not have an IP address, do not take any action. 2013-09-27 13:14:18 -04:00
Renato Botelho
f58bfb932a Remove redundant copies of getNasIP(), it should fix #3234 2013-09-27 10:25:39 -03:00
Renato Botelho
65fec80dbb require service-utils.inc for find_service_by_openvpn_vpnid() 2013-09-26 10:47:30 -03:00
Renato Botelho
857ff425dd Add missing td 2013-09-26 10:47:25 -03:00
Renato Botelho
1650e1ec51 Remove use of undefined var $conn and fix some td class 2013-09-26 10:47:14 -03:00
jim-p
5205b0eb7b Make sure no extra spaces end up in the parsed IP, it can lead to issues in other places (Easy Rule, etc) 2013-09-25 11:49:37 -04:00
Renato Botelho
197099cffd Respect default gateway option when adding a gateway from interfaces page. It fixes #3230 2013-09-24 21:27:27 -03:00
jim-p
1207b1d6da OpenSSL does not like country codes longer than two letters, so remove these entries that are not actually country codes. 2013-09-24 12:35:26 -04:00
jim-p
11d8b2cd8b Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General 2013-09-24 09:31:49 -04:00
jim-p
7786cd6e37 Add patch from Ermal to fix ifconfig error on gif in certain cases. 2013-09-23 15:27:10 -04:00
jim-p
be773f24f5 Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default. 2013-09-23 10:01:27 -04:00
jim-p
428ea19f8a Fix CP stats generation for concurrent users. Fixes #3225 2013-09-23 10:01:26 -04:00