Commit Graph

19651 Commits

Author SHA1 Message Date
bcyrill
dff2ea2c2c Fix Captive Portal status 2012-07-06 00:45:27 +02:00
Jim P
7f2bd97c62 Merge pull request #167 from ccesario/master
Change field name from lowloss to losslow fixes ticket #2537
2012-07-05 07:06:42 -07:00
ccesario
02a8dab009 Change field name from lowloss to losslow
related in http://redmine.pfsense.org/issues/2537
2012-07-05 11:03:42 -03:00
Seth Mos
b2b9892dbf Merge pull request #165 from r-duran/master
Fix get_staticroutes() function to handle IPv6 subnets properly
2012-07-04 23:34:31 -07:00
r-duran
6d26ccdbaa Fix get_staticroutes() function to handle IPv6 subnets properly 2012-07-05 09:07:46 +03:00
Ermal
45c197912c Make sure one_pass i selected when CP is active 2012-07-04 14:00:56 +00:00
Ermal Luçi
88f14ed9cd Merge pull request #164 from bcyrill/cp_cert3
Remove ca reference, its stored already in the certificate.
2012-07-04 04:39:22 -07:00
bcyrill
222e3527a9 Remove ca reference 2012-07-03 21:09:57 +02:00
Ermal Luçi
b1dada0d0f Merge pull request #163 from bcyrill/cp_cert2
Implement certificate chain in Captive Portal
2012-07-03 11:01:13 -07:00
bcyrill
562ed53126 Merge remote-tracking branch 'upstream/master' into cp_cert2 2012-07-03 19:05:01 +02:00
bcyrill
adca02c4ea Implement certificate chain in Captive Portal 2012-07-03 19:03:28 +02:00
jim-p
a22b41d0e6 Sync with upstream pbi tools 2012-07-03 12:59:42 -04:00
Jim P
95361ccdd3 Merge pull request #162 from bcyrill/cp_cert
Use Certificate Manager in Captive Portal settings
2012-07-02 13:45:47 -07:00
bcyrill
36f6ed351a Use Certificate Manager in Captive Portal settings 2012-07-02 22:20:06 +02:00
Erik Fonnesbeck
7852ce9b61 Display different message and do not display message about interfaces that do not exist if this is the default configuration. 2012-07-02 11:45:09 -06:00
Erik Fonnesbeck
e0a45ce03c Do not directly print out a message when checking the interfaces, instead saving the list to use later. Display this list before the interface mismatch message. Fixes #2468 and fixes #2531 2012-07-02 04:00:16 -06:00
Jim P
58d609d420 Merge pull request #159 from ccesario/a38976951590aa988ee205d4b4bdfc71ea1b6a27
More changes ereg_replace to preg_replace() and ereg() to preg_match() functions
2012-07-01 18:30:33 -07:00
ccesario
a389769515 Change ereg() to preg_match() function 2012-07-01 19:49:41 -03:00
ccesario
cf1d594741 Fix typo 2012-07-01 19:47:21 -03:00
ccesario
4dc8f32e3d Change ereg_replace() to preg_replace() function 2012-07-01 19:45:07 -03:00
ccesario
4afb7d66b4 Change ereg() to preg_match() function 2012-07-01 19:38:53 -03:00
Seth Mos
b501f04de5 Merge pull request #158 from ccesario/master
Change ereg_replace to preg_replace() and ereg() to preg_match() functions
2012-07-01 08:09:52 -07:00
jim-p
83e0d4c85c Fix LDAP over IPv6 (works fine, just needed slight adjustment to URI) 2012-06-30 18:11:17 -04:00
smos
9deb510754 Reconfigure OpenVPN on gateway change 2012-06-30 19:40:31 +02:00
smos
2b73d3a042 Add openvpn openvpn reload script 2012-06-30 19:40:30 +02:00
ccesario
aff670f655 Change ereg_replace to preg_replace() function 2012-06-30 10:13:46 -03:00
ccesario
41fe9ef021 Change ereg_replace() to preg_replace() function 2012-06-30 10:11:25 -03:00
ccesario
3213b0966d Change ereg() to preg_match() function 2012-06-30 10:03:10 -03:00
ccesario
72c59dd82e Change ereg() to preg_match() function 2012-06-30 09:59:41 -03:00
ccesario
52108aca01 Change ereg() to preg_match() function 2012-06-30 09:55:50 -03:00
ccesario
f1bdc4e3a5 Change ereg() to preg_match() function 2012-06-30 09:54:28 -03:00
jim-p
36e77fa968 Fix devd match - it's prefixed by the friendly name, not by the physical interface name 2012-06-29 14:18:48 -04:00
jim-p
260f267e71 OpenVPN _servers_ can start on carp vips, just not _clients_. 2012-06-29 14:12:07 -04:00
jim-p
c1993935fb CP Radius accounting wants bcmod() so we need to activate bcmath. 2012-06-29 12:21:00 -04:00
jim-p
2c51f29386 If a package has donotsave, still process its input validation. Properly handle preoutput in the case of input errors also. 2012-06-28 19:58:59 -04:00
smos
a3eb01e79d Comment out adding static routes for gateway monitor IPs because we now bind to the correct Interface with apinger. 2012-06-28 12:08:41 +02:00
smos
174ba22bcf Allow for selecting the gateway group as a interface for the OpenVPN clients 2012-06-28 12:00:29 +02:00
smos
c1449c9484 If we only have a IPv6 interface we'll use that, otherwise a IPv4 address always has preference. Revisit this for OpenVPN 2.3 2012-06-28 11:59:35 +02:00
Seth Mos
ea87cde2b5 Merge pull request #157 from phil-davis/patch-1
OpenVPN Server and Client config pages - some minor text fixes
2012-06-28 04:32:42 -07:00
Phil Davis
e8d65d0f41 OpenVPN Client config page - minor test fix 2012-06-28 17:09:35 +05:45
Phil Davis
8e932fb52b OpenVPN Server config page - a couple of minor text tidy ups 2012-06-28 16:57:22 +05:45
Seth Mos
24ffada4ca Merge pull request #156 from phil-davis/master
Fix preg_match warning
2012-06-28 00:39:41 -07:00
Phil Davis
b98f601ed3 Fix: Warning: preg_match(): No ending delimiter '/' found in /etc/inc/gwlb.inc on line 696 2012-06-28 11:23:32 +05:45
jim-p
198ac406ed LAN is not special here anymore. Do not remove the interface again (it was alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN. 2012-06-27 16:55:25 -04:00
smos
9a202d6277 Acting on Wifi Down events can cause more issues then it solves, this can also happen during configuration or temporary signal loss, we should not act on it. 2012-06-27 19:40:40 +02:00
Jim P
604cb3b1db Merge pull request #155 from phil-davis/master
Only display "No OpenVPN instance defined" if there really are none.
2012-06-27 04:47:50 -07:00
Phil Davis
0db6b9eb21 Only display "No OpenVPN instance defined" if there really are none. 2012-06-27 11:45:10 +05:45
Phil Davis
48b490ca58 Only display "No OpenVPN instance defined" if there really are none. 2012-06-27 11:43:22 +05:45
jim-p
53842a6c67 Add a small function to notify via remote methods only (smtp/growl). Notify when a dyndns IP changes. 2012-06-26 14:07:13 -04:00
Scott Ullrich
cf5f7d7e17 Merge pull request #154 from marcelloc/master
firewall_alises.php - include all tab to preserve the old behavior
2012-06-25 16:07:44 -07:00