summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Standardise dynamic firewall log viewPhil Davis2014-12-231-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
* | Allow dot at end of FQDN for a hostPhil Davis2014-12-231-2/+7
| | | | | | | | Redmine #4124 has discussion of this.
* | Pass src dst IP port through to firewall logPhil Davis2014-12-231-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.
* | Prevent resolvconf(8) from stomping all over our newly generatedWarren Baker2014-12-222-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-221-24/+43
| |
* | Manually merge vpn.inc from master since cherry-picking is very messy to ↵Ermal LUÇI2014-12-221-588/+613
| | | | | | | | perform.
* | 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
| |
* | Ooops fix this identation on final configErmal LUÇI2014-12-191-1/+1
|/
* 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.
* 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
|
* Disable dhcp server when interface is disabled. Ticket #4119Renato Botelho2014-12-171-1/+5
|
* Do not check disabled interfaces, ticket #4119Renato Botelho2014-12-172-4/+10
|
* Give the proper value for the logging level since even 0 is the correct ↵Ermal LUÇI2014-12-171-1/+1
| | | | value coming from GUI.
* Encode space to avoid rejecting users with spaces in usernameErmal LUÇI2014-12-171-1/+1
|
* Use updated URLs for Limiters and Layer 7 help.jim-p2014-12-161-3/+3
|
* Remove some old comments and unnecessary cruft.jim-p2014-12-161-69/+0
|
* Pick up some more new pages for 2.2 that need help links.jim-p2014-12-161-0/+7
|
* Some misc updates to pkg help linksjim-p2014-12-161-4/+1
|
* Add help for Unbound/DNS Resolver and its related tabs.jim-p2014-12-161-0/+3
|
* Point these CARP Help pages at more useful places.jim-p2014-12-161-5/+2
|
* Use provided function to change user's passwordRenato Botelho2014-12-161-2/+6
|
* Fixup the rest of the URLs for DHCPv6/RA help.jim-p2014-12-161-5/+3
|
* The ID in DUID is Identifier.jim-p2014-12-161-5/+5
| | | | See also: ATM Machine, ISP Provider, DMZ Zone, LCD Display, GMT Time...
* Update help links for DHCPv6 relay and DHCPv6 Lease Statusjim-p2014-12-161-3/+3
|
* Remove old/invalid notejim-p2014-12-161-1/+1
|
* Fix up Help links for Inbound Load Balancing.jim-p2014-12-161-15/+9
|
* Make logic more visible as suggested by ErmalRenato Botelho2014-12-161-1/+6
|
* Tidy up "widgets" XHTMLColin Fleming2014-12-164-10/+16
| | | | | | | | Add CDATA sections to scripts Add ALT to image tags and close image tags DIV tag cannot be inside a STRONG tag, so swap them around SCRIPT cannot be part of TR tag, so place the SCRIPT inside a TD tag but hide it.
* Cleanup aliases when temporarily disable CARP, fixes #4116Renato Botelho2014-12-161-0/+1
|
* Teach interface_vip_bring_down() to deal with IP Alias over CARPRenato Botelho2014-12-161-1/+7
|
OpenPOWER on IntegriCloud