Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  bin
  captiveportal
  pkg
  sbin
  share
  www

Latest revisions

# Date Author Comment
5b42a459 09/24/2012 07:38 PM Cyrill B

Make tables sortable

eafb21b3 09/24/2012 04:11 PM Phil Davis

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

26a5f8c8 09/24/2012 12:05 AM Pi Ba

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.

9e0f8e23 09/23/2012 11:05 PM Pi Ba

fix for breaking editing carp edit selection setting.

c75fd3db 09/23/2012 07:52 PM Pi Ba

Diagnose\Sockets page renamed and now also has button to show all socket connections, explanation moved to bottom.

d41bb447 09/22/2012 10:44 PM Pi Ba

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 )

b1aa3804 09/22/2012 09:26 PM Pi Ba

changed "Firewall: Virtual IP Address: Edit" page to always have the same options available (if applicable) for IPalias/CARP/ProxyArp/other

c8bb7f15 09/22/2012 09:23 PM Pi Ba

Allow for changing OpenVPN TUN to TAP device mode without reboot.

15f47319 09/18/2012 04:27 PM Jim Pingle

Merge pull request #223 from PiBa-NL/master

Firewall log, alternating color rows & sorting improvements.

f6fef11d 09/18/2012 05:38 AM Phil Davis

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.

View revisions

Also available in: Atom