Commit Graph

19384 Commits

Author SHA1 Message Date
Darren Embry
2452cc37fb fix: Input validation problem with VIPs and "none" type interfaces
http://redmine.pfsense.org/issues/2291
2012-03-21 19:19:14 -04:00
Scott Ullrich
2e5de33c8b Merge pull request #66 from phil-davis/master
Bug #2301: Mixed-case package names and package deletion
2012-03-21 11:20:48 -07:00
Phil Davis
44988c5e22 Remove an extra "-" left there by accident. 2012-03-21 23:51:42 +05:45
Darren Embry
dd65598e52 Add per-rule delete ("X") button to Outbound NAT rules
http://redmine.pfsense.org/issues/1062
2012-03-21 14:05:45 -04:00
Phil Davis
8059acb56e Handle mixed-case package names like squidGuard.
Check that conf files in PBI folders exist before unlink.
Pass correct package names 1 at a time from uninstalll_package to delete_package.
log_error if the PBI package name can't be found in remove_freebsd_package - this means that the PBI files will not get cleaned up. Usually this is caused because the system has been rebooted since the package was installed and the PBI db in /var/db/pbi has gone (e.g. on nanobsd /var is created from scratch at boot)
2012-03-21 23:41:11 +05:45
Darren Embry
90dd642352 [Patch] Multiple SMTP notice recipients
http://redmine.pfsense.org/issues/2026
2012-03-21 13:51:07 -04:00
Darren Embry
0b8160bbfa fix for: The javascript to enable and disable the various config boxes fail since adding the 6rd IPv6 config type
http://redmine.pfsense.org/issues/2304
2012-03-21 13:27:53 -04:00
Darren Embry
961062c56a Merge branch 'master' of github.com:bsdperimeter/pfsense 2012-03-21 12:48:29 -04:00
Darren Embry
a38ea8d88e fix for: Output from CSRF magic mangles files in Diagnostics > Edit File
http://redmine.pfsense.org/issues/2294
2012-03-21 12:47:25 -04:00
Chris Buechler
fcbf8a6054 fix text 2012-03-21 11:54:08 -04:00
jim-p
2f3d495080 Fix pattern upload, button text check was incorrect. 2012-03-20 10:08:23 -04:00
Scott Ullrich
89cb50deb8 Merge pull request #65 from phil-davis/master
Bug #2301: Handle case when PBI package names are substrings of each other
2012-03-20 05:24:40 -07:00
Phil Davis
84d50fe73c Fix case where package names are substrings of each other. e.g. "squid" and "squid_radius_auth". Look for "squid-", which will match the full PBI package name for squid but will not match "squid_radius_auth". Bug #2301 2012-03-20 16:59:10 +05:45
Ermal
fe9ee1e0f3 Pull required .inc 2012-03-19 19:46:09 +00:00
Pierre POMES
c7255ec1f0 Do not show tabs for interfaces with 'link local' address (fe80::...) 2012-03-17 21:23:05 -04:00
Pierre POMES
0f54c8065a Do not show tabs for interfaces with 'link local' address (fe80::...) 2012-03-17 21:06:16 -04:00
Vinicius Coque
c9eb66f608 Fix a logical bug on gettext
The parameter showapply determines when the apply button should be displayed
Ticket #1686
2012-03-15 21:19:12 -03:00
jim-p
3d594a3fba Correct population of the temp version of this variable. Fixes #2158 (drop-down preselection issue) 2012-03-15 16:04:13 -04:00
smos
ca320457f8 Unbreak the upgrade_config.inc, sorry 2012-03-15 15:34:12 +01:00
smos
56ee96ed9d More memory optimizations for the RRD upgrade. Ticket #1758 #2159 2012-03-15 14:47:41 +01:00
smos
d6425f7582 Update the upgrade function so we use less memory here too to make sure it succeeds on Nano.
Related to ticket. #2159 #1758
2012-03-15 14:41:42 +01:00
Ermal
f5b8bdbfb2 Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself when lighttpd is doing so. This makes it possible to recover from 550-Internal... error. 2012-03-15 14:58:52 +00:00
jim-p
e8e2ffbd33 Update help text for Host alaises to indicate FQDNs are allowed. 2012-03-15 10:01:35 -04:00
Jim P
30a560cfca Merge pull request #53 from jeandebogue/patch-1
Move the echo "UP|DOWN" earlier
2012-03-15 06:19:24 -07:00
Seth Mos
7a76389860 Merge pull request #64 from phil-davis/master
Bug #2284: rc.newwanip handle case when gifs config is null
2012-03-15 03:02:08 -07:00
Phil Davis
29bf947e24 Use better is_array test to check if there are any gifs in the config. 2012-03-15 10:18:31 +05:45
jim-p
c3f01709d6 Don't put an extra space here or later tests will fail to match this as a pass rule. Part of #2293 2012-03-14 16:17:43 -04:00
Phil Davis
efb5b9f105 Update etc/rc.newwanip 2012-03-14 13:54:06 +05:45
smos
2a9cb3b2a8 Fix the link local check when trying to add a link local gateway
Ticket #2071
2012-03-13 20:39:42 +01:00
smos
4096fe5da7 Enable the NTP server fields for our DHCP6 server. 2012-03-13 20:27:29 +01:00
smos
83bbb0cdb5 Include this file to make sure that rc.newwanipv6 actually works. 2012-03-13 20:27:29 +01:00
jim-p
4a8c0780d2 Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS."
This reverts commit 89d291ec25.
2012-03-13 15:16:12 -04:00
jim-p
89d291ec25 Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS. 2012-03-13 13:31:46 -04:00
Warren Baker
71bdd22613 Rather make use of grep -c than all these pipes 2012-03-13 15:00:58 +02:00
smos
c25197ba45 Adjust the ordering so that our modules load properly.
The order appears to be important in which we load the modules
2012-03-13 09:48:09 +01:00
Ermal
1cb94b24ef Looking at pw code : chars are invalid in a comment fieldgit diff! Replace those to just space 2012-03-12 19:28:48 +00:00
Ermal
966f359e02 An empty file is created so that the table is availblke for rules refrencing it so mark it as successful. 2012-03-12 16:26:01 +00:00
Ermal
4aa0979fbc Prevent ruleset breaking from grep putting garbage on urltable files and as a result creating unparsable files breaking rulesets 2012-03-12 15:53:53 +00:00
Ermal
973b2663e4 Simplify this code a little and make it easily extendible. 2012-03-12 10:55:26 +00:00
Ermal
06fd1952d3 check for presense of file before trying to exec it 2012-03-12 10:34:29 +00:00
Ermal
e8197e56f3 Do not wipe logs on reboot on full install 2012-03-12 10:32:57 +00:00
Ermal
80b86de588 Fix wich roll to write 2012-03-11 15:41:06 +00:00
Ermal
2064fa2eb4 Use the latest functions from pfSense module for bridge 2012-03-08 20:05:28 +00:00
Ermal
d9adca3bcb Use the latest functions from pfSense module for getting interface list 2012-03-08 20:02:18 +00:00
smos
f37ab0b1b8 Remove the DHCP6 service enable check, it's not valid for configuring router advertisements. 2012-03-08 12:40:07 +01:00
Chris Buechler
a5571287ef fix bridge typos 2012-03-08 04:17:08 -05:00
jim-p
2156f02a82 Only run if this is an array 2012-03-06 15:52:29 -05:00
jim-p
9ea0cb90a6 Be more intelligent when managing OpenVPN client connections bound to CARP VIPs. If the interface is in BACKUP status, do not start the client. Add a section to rc.carpmaster and rc.carpbackup to trigger this start/stop.
If an OpenVPN client is active on both the master and backup system, they will cause conflicting connections to the server. Servers do not care as they only accept, not initiate.
2012-03-06 14:33:12 -05:00
Pierre POMES
731de7112a Fix some checks in dhcpv6 screen. Still need to validate static mappings against delegated networks 2012-03-04 09:18:40 -05:00
Ermal
6e1f456ffd Correct send_multiple_events to conform with new check_reload_status behaviour 2012-03-03 20:23:57 +00:00