summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Reboot not required for password protect console menuPhil Davis2014-12-231-2/+0
|/ | | On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.
* Merge pull request #1394 from phil-davis/patch-13Chris Buechler2014-12-221-2/+7
|\
| * Allow dot at end of FQDN for a hostPhil Davis2014-12-181-2/+7
| | | | | | Redmine #4124 has discussion of this.
* | Merge pull request #1393 from phil-davis/patch-12Chris Buechler2014-12-222-5/+15
|\ \
| * | Display better message when booting and awaiting package reinstallPhil Davis2014-12-181-5/+4
| | |
| * | Display better message when booting and awaiting package reinstallPhil Davis2014-12-181-3/+8
| | |
| * | Display better message when booting and awaiting package reinstallPhil Davis2014-12-181-2/+8
| |/
* | Merge pull request #1397 from phil-davis/patch-15Chris Buechler2014-12-223-35/+42
|\ \
| * | Put line break only if IPv4 address existsPhil Davis2014-12-201-5/+9
| | | | | | | | | This makes a line for the IPv4 address if it is there. If the IPv4 address goes away, the whole line will disappear, leaving just the IPv6 address without an empty line above it.
| * | Interfaces widget remove blank line if no IPv4 addressPhil Davis2014-12-201-2/+1
| | | | | | | | | | | | If the interface had an IPv6 address but no IPv4 address, there was a blank line where the IPv4 address would have been. There is no need for that, and one day IPv4 will be old legacy and systems will routinely have no IPv4 addresses at all - they will all be IPv6. Might as well make that look ordinary on the display now. The br goes in the div so we can put it in and out from the AJAX also.
| * | Set Interfaces widget IPv6 addressPhil Davis2014-12-201-2/+4
| | | | | | | | | Now that get_interfacestatus() is returning us the IPv6 address, and interfaces.widget.php has a div to put it in, actually update the IPv6 address on the widget.
| * | Send IPv4 and IPv6 address in get_interfacestatusPhil Davis2014-12-201-1/+4
| | | | | | | | | | | | And make them strong (bold), which is how they are displayed originally by interfaces.widget.php This allows the AJAX that manipulates the div's in interfaces.widget.php to get the data, so it can make it update.
| * | Interfaces widget create all divPhil Davis2014-12-201-25/+24
| | | | | | | | | All div for the various things need to be created here, so that later AJAX can switch the necessary things on/off and write a new IPv4 or IPv6 address into the div when an interface acquires an address.
* | | Merge pull request #1400 from phil-davis/patch-17Chris Buechler2014-12-224-21/+92
|\ \ \
| * | | Standardise dynamic firewall log viewPhil Davis2014-12-211-9/+44
| | | | | | | | | | | | | | | | | | | | | | | | to be like Firewall Log widget: 1) Display IPv6 address and port in [a:b::c]:123 format 2) Fix same issue with rows gradually disappearing each update, or when in reverse order, update lines not being put in the right place. 3) Update the processing of function format_log_line(row) to reflect the changed list of data items returned by handle_ajax() in filter_log.inc
| * | | Handle firewall log widget display formatsPhil Davis2014-12-211-10/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same way for the initial display and for updated rows done by Java Script. Now we receive the source IP and port, destination IP and port, all in separate fields so they can be put together in whatever combination for display. IPv6 displayed addresses are shown inside "[ ]" so that any following port has the standard syntax like "[a:b::c:d]:123" - this makes it obvious that the last numbers are a port number, and not part of the IPv6 address. The "title" has IP+Port - that is displayed when hovering over the box in general. The href to diag_dns.php has hover text "Reverse Resolve with DNS" and the "?host=" sends just the IP address (without IPv6 square brackets). The text displayed in the link is the IP address (with square brackets if an IPv6 address). For the destination column, if there is a destinaion port, it is displayed in ordinary text ":port" after the IP address. The blank not-displayed row at the end of the table is removed - this fixes the problem with counting the rows of the table where rows would disappear at each update.
| * | | Lastsawtime has moved further alongPhil Davis2014-12-211-1/+1
| | | | | | | | | | | | srcport, dstport and version are now explicitly passed as fields here, so lastsawtime is 3 fields further out.
| * | | Pass src dst IP port through to firewall logPhil Davis2014-12-211-1/+1
| |/ / | | | | | | and IP version. So that the receiving code can easily have each pat of the IP addresses and ports, and display them as it wishes.
* | | Merge pull request #1398 from wagonza/patch-2Chris Buechler2014-12-222-0/+14
|\ \ \
| * | | Prevent resolvconf(8) from stomping all over our newly generatedWarren Baker2014-12-202-0/+14
| |/ / | | | | | | | | | resolv.conf and subsequent updates.
* | | Add config upgrade code to validate changes made on c2fe67eb and d269747b. ↵Renato Botelho2014-12-223-2/+18
| | | | | | | | | | | | It fixes #4134
* | | Add missing $ as spotted by Kill Bill, ticket #4132Renato Botelho2014-12-221-2/+2
| | |
* | | Correct display of tunnel status on ikev1 with multiple phase2Ermal LUÇI2014-12-221-1/+5
| | |
* | | Correct ipsec status page to make connect button workErmal LUÇI2014-12-222-2/+30
| | |
* | | Correct dashboard with new ipsec generationErmal LUÇI2014-12-222-25/+44
| | |
* | | Create a separate connection for IKEv1 with multiple phase2 definitions.Ermal LUÇI2014-12-221-40/+64
| | |
* | | Correct issue with not reloading CP properly on calling interface configure.Ermal LUÇI2014-12-222-2/+20
| | |
* | | Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0Ermal LUÇI2014-12-221-1/+1
| | |
* | | Fix string, we want to print variable name here and not its value. Fixes #4132Renato Botelho2014-12-221-2/+2
| | |
* | | Do not apply bw limits if the setting is not enabled in CP. Though still ↵Ermal LUÇI2014-12-221-4/+10
|/ / | | | | | | respect radius attributes for now with this setting. Resolves #4127
* | Use correct port for viewing portal page contents. Ticket #4125Chris Buechler2014-12-191-2/+2
| |
* | Fix help for UPnP/NAT-PMPjim-p2014-12-191-2/+2
| |
* | Correct the leftsubnet specification for transport mode.Ermal LUÇI2014-12-191-1/+1
| |
* | Heh remove debugging codeErmal LUÇI2014-12-191-1/+0
| |
* | Ooops fix this identation on final configErmal LUÇI2014-12-191-13/+13
| |
* | Just whitespace save from removing a useless else { branchErmal LUÇI2014-12-191-597/+599
| |
* | Remove unused functionErmal LUÇI2014-12-191-83/+0
| |
* | Enforce some more checking to avoid ↵Ermal LUÇI2014-12-191-4/+4
| | | | | | | | https://forum.pfsense.org/index.php?topic=85580.0
* | include $myid in these PSK lines. Ticket #4126Chris Buechler2014-12-181-3/+3
| |
* | Simplify logic using a proper function as spotted by ErmalRenato Botelho2014-12-181-8/+5
| |
* | Replace ; by newlines when upgrading custom_options from unbound packages, ↵Renato Botelho2014-12-181-0/+3
| | | | | | | | it's related to ticket #4090
* | Do not restart unneeded services. Also triger configuration for the proper ↵Ermal LUÇI2014-12-181-1/+3
| | | | | | | | interface.
* | Merge pull request #1391 from ExolonDX/masterRenato Botelho2014-12-186-0/+101
|\ \
| * | Remove "link", "vlink" and "alink" from BODY tagColin Fleming2014-12-166-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a positional change to remove "link", "vlink" and "alink" from the BODY tag, the following themes do not have Anchor tags defined in CSS, so they use the colours defined in the BODY tag, which is blue (hex: #0000CC). _corporate code-red metallic nervecenter pfsense pfsense-dropdown Update "all.css" in the above themes with Anchor tags defined, so that the colour definition can be removed from the BODY tag.
* | | Add openvpn interfaces to group when they are created, it should fix #4110Renato Botelho2014-12-181-0/+9
| | |
* | | Check if interface exist before try to add it to groupRenato Botelho2014-12-181-2/+3
| |/ |/|
* | Bump latest_config version that I forgot on previous commit. Spotted by Jim ↵Renato Botelho2014-12-171-1/+1
| | | | | | | | Pingle
* | syslogd can't just be HUPed to pick up its new config, as many of thoseChris Buechler2014-12-171-3/+3
| | | | | | | | | | are command line arguments. Go back to 2.1x and prior behavior of TERM and restart. Fixes source IP use with syslog among other config changes.
* | Add a cron item to expire items from webConfiguratorlockout, also add config ↵Renato Botelho2014-12-172-1/+24
| | | | | | | | upgrade code. This fixes #4122
* | Check if interface is disabled when configuring DHCP server. It fixes #4119Renato Botelho2014-12-171-2/+5
| |
OpenPOWER on IntegriCloud