Commit Graph

9978 Commits

Author SHA1 Message Date
jim-p
767cf960f4 Refine OpenVPN client/server deletion to allow for removing invalid empty entries. Fixes #2643 2012-09-25 11:50:08 -04:00
bcyrill
5b42a459e6 Make tables sortable 2012-09-24 21:38:08 +02:00
Phil Davis
eafb21b3e8 Separate backend keywords from GUI language display in captive portal
When the GUI language was set to Portuguese, keywords like "default" and "unformatted" would be translated into Portuguese and written to config.xml - causing problems downstream in starting Captive Portal. Now the displayed values are in the GUI language but the underlying keywords stay in "computer-speak" in config.xml - forum http://forum.pfsense.org/index.php/topic,51988.msg281131.html#msg281131
2012-09-24 21:56:03 +05:45
PiBa-NL
26a5f8c8ee fix warning message for CARP /32 /128 masks added /31 /127 as these are also not applicable for carp which needs at least 3 IP's to function. 2012-09-24 02:05:30 +02:00
PiBa-NL
9e0f8e23e9 fix for breaking editing carp edit selection setting. 2012-09-24 01:05:12 +02:00
PiBa-NL
c75fd3db06 Diagnose\Sockets page renamed and now also has button to show all socket connections, explanation moved to bottom. 2012-09-23 21:52:55 +02:00
PiBa-NL
d41bb44745 Add a "Sockets listening" page to the Diagnostics menu.
This for easy viewing of what services are bound to which interface and port.
( based on the file diag_sockets.php from forum member 'bardelot' http://forum.pfsense.org/index.php/topic,53070.msg284360.html#msg284360 )
2012-09-23 00:44:52 +02:00
PiBa-NL
b1aa380496 changed "Firewall: Virtual IP Address: Edit" page to always have the same options available (if applicable) for IPalias/CARP/ProxyArp/other 2012-09-22 23:26:35 +02:00
PiBa-NL
c8bb7f1527 Allow for changing OpenVPN TUN to TAP device mode without reboot. 2012-09-22 23:23:58 +02:00
Jim P
15f4731909 Merge pull request #223 from PiBa-NL/master
Firewall log, alternating color rows & sorting improvements.
2012-09-18 09:27:23 -07:00
Phil Davis
f6fef11d63 Fix deleting DHCP leases
This broke when the code was changed to suck the whole leases file into an array with:
$leases_contents = file($leasesfile);
Each array entry has the text of a line in the file AND the newline at the end of the line. So when matching array entries, the match has to expect the "\n" on the end.
2012-09-18 11:23:50 +05:45
jim-p
db4fb43079 Safety belt 2012-09-17 15:34:04 -04:00
jim-p
cba980f6a4 Add support for multiple DHCP pools within the interface's subnet, and allow most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools. 2012-09-16 19:33:49 -04:00
PiBa-NL
f06f7cc0c2 (line endings UNIX format..)
Firewall log alternating colored rows
Firewall log sortable
Fixed several sorting issues in widgets and other pages
Sorting now possible on multiple rows in the header tables
Sorting now possible for text that starts with IPv4:port
2012-09-16 12:17:17 +02:00
jim-p
1f1a08c85b Allow/deny access to DHCP by partial MAC matching. 2012-09-13 21:15:43 -04:00
jim-p
ed6df99ca0 Use a better link here. 2012-09-12 12:45:36 -04:00
jim-p
0066932f89 Print a nice large warning on the PPTP page about it no longer being considered secure. 2012-09-12 12:18:42 -04:00
Jesse White
fa6a3d4da3 Fixed the rendering in IE. Moved the head section out of the body. 2012-09-11 11:03:45 -04:00
Jim P
2643df8d78 Merge pull request #220 from PiBa-NL/master
firewall log, allowing the showing of applied rule description with optional setting
2012-09-10 11:45:17 -07:00
PiBa-NL
32f8552e8a Show/hide toggle 2012-09-10 17:32:52 +02:00
PiBa-NL
52b2726831 Added a setting for configuring the firewall log to either:
-Not load descriptions
-Show descriptions in a column
-Show descriptions on a second row (after a click on 'show descriptions')

'fixed' a few html validation issues..
2012-09-10 16:32:28 +02:00
Chris Buechler
18be4037b5 remove bunk input validation 2012-09-09 20:55:15 -05:00
PiBa-NL
a6d5e0439d Changed firewall log to show the applied rule description directly on screen, also layout optimization for "Show raw filter logs". 2012-09-08 14:41:30 +02:00
Darren Embry
c184fa273f fix imbalanced HTML tags
hopefully continues to fix #2625 but no guarantees.
2012-09-06 14:47:01 -04:00
Darren Embry
00ad21b9d7 fix more imbalanced HTML tags.
hopefully continues to fix #2625 but no guarantees.
2012-09-06 14:47:00 -04:00
Darren Embry
59167b10fb fix some imbalanced HTML tags
hopefully this will fix #2625 but this needs to be done anyway.
2012-09-06 14:47:00 -04:00
Darren Embry
d329d5872c a few coding indentation/style fixes. 2012-09-06 14:46:59 -04:00
jim-p
b91440888e Correct this function call, OpenVPN client killing works again, fixes #2554 2012-09-06 14:27:02 -04:00
Darren Embry
17c0bb50f8 Inconsistent behavior with Alias info popup
hopefully fixes #2625

http://redmine.pfsense.org/issues/2625
2012-09-06 13:46:30 -04:00
Darren Embry
73567959ef never call parseInt without a radix. 2012-09-06 13:08:50 -04:00
jim-p
744306c6bd Fix up tcpdump for pflog stop/start a little, consolodate code, and restart tcpdump for pflog when saving log settings. 2012-09-04 11:58:38 -04:00
Ermal
6ab59b35ec Add check for local port being set before testing. Fixes #2606 2012-08-28 18:41:36 +00:00
phildd
062fe17da3 Fix IPv6 remote_network typo
The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network.
Just a couple of missing "v6" on variable names.
2012-08-24 14:31:03 +05:45
bcyrill
cf74d3a80c Test for an array before using it like one. 2012-08-24 00:40:06 +03:00
jim-p
5a429ed6a2 Fix another typo 2012-08-22 14:50:55 -04:00
jim-p
c14069434a Fix typo 2012-08-22 00:15:36 -04:00
jim-p
5c8843d5fb Teach ntpd how to get its time from a local GPS on serial. 2012-08-21 16:23:33 -04:00
jim-p
73815007a4 Test for an array before using it like one. 2012-08-19 14:17:28 -04:00
jim-p
be9c20c7a1 Use REQUEST_URI here so the GET parameters are preserved (makes the links work better for things like interfaces.php?if=wan, and packages. 2012-08-17 10:43:12 -04:00
smos
dc3e3acb9b Disable Execution timeout for this script. 2012-08-17 07:15:06 +02:00
jim-p
391abfcfe4 Extend the shortcuts code and link back from Status > Services also. 2012-08-15 22:18:53 -04:00
jim-p
d71fc5d312 More shortcuts 2012-08-14 14:35:49 -04:00
jim-p
e3ffa8d43a Initialize this for good measure. 2012-08-14 13:46:17 -04:00
jim-p
0f5d612aef Add (c) header, also add ability to glob in shortcuts so packages can use it too. 2012-08-14 13:44:35 -04:00
jim-p
dbb1cdb5cf Clarify requirements for DHCP static mapping IP 2012-08-14 09:51:00 -04:00
Jim P
cd3662f7a6 Merge pull request #211 from bcyrill/patch-4
Update usr/local/www/services_router_advertisements.php
2012-08-13 11:17:49 -07:00
jim-p
36d1c79884 Refine the formatting of the service status icon a bit depending on its context. 2012-08-13 12:19:47 -04:00
bcyrill
61071c30ce Update usr/local/www/services_router_advertisements.php
Change form field since aliases are not supported here.
Also separate the DNS settings using the default bar.
2012-08-13 18:07:40 +03:00
bcyrill
fd96a3fc13 Update usr/local/www/vpn_openvpn_server.php
Fix javascript of GW redirection adding IPv4 and IPv6 fields
2012-08-13 17:35:16 +03:00
jim-p
9cb6bef1e3 Make sure we start with an empty service. 2012-08-13 09:09:00 -04:00