summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #3789 from stilez/patch-69Renato Botelho2017-07-311-7/+29
|\ \ \ \ \
| * | | | | Add some info to HELP text (no code change otherwise)stilez2017-07-251-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NTP background isn't going to be widely known. So provide a bit of info so that it's done properly if someone cares. For example, it's easy to think a small number is enough, as one might with alternative DNS servers, despite NTP website recommending 4-5 or a pool. So state the consequence of too few servers. Also we allow entry of a leap second file but no real info about it or even where it comes from (to get an authoritative file or look further ahead). As this is an "advanced" and hidden option, it's safe to add a bit of explanation to help the user. If it can be made shorter, please do, though.
* | | | | | Merge pull request #3787 from stilez/patch-68Renato Botelho2017-07-311-3/+6
|\ \ \ \ \ \
| * | | | | | typostilez2017-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | "Networked" not "network" - "Internet of Things" especially.
| * | | | | | grammar fixstilez2017-07-251-1/+1
| | | | | | |
| * | | | | | format %1$s etc in helpstilez2017-07-251-4/+6
| | | | | | |
| * | | | | | Improve the HELP note about what will/won't work if TLD is set to ".local"stilez2017-07-251-3/+4
| | | | | | | | | | | | | | | | | | | | | For example, some people won't use mDNS and won't know other things might break; also it's not clear that while ".local" is a problem, ".local.lan" isn't.
* | | | | | | Merge pull request #3788 from znerol/feature/master/bridge-ipv6-auto-linklocalRenato Botelho2017-07-312-0/+34
|\ \ \ \ \ \ \
| * | | | | | | Add support for IPv6 AUTO_LINKLOCAL flag on bridge interfacesLorenz Schori2017-07-252-0/+34
| | | | | | | |
* | | | | | | | Merge pull request #3770 from hamnur/masterRenato Botelho2017-07-312-3/+55
|\ \ \ \ \ \ \ \
| * | | | | | | | Use attribute rekey_enable as usual but optionally allow to set margintime ↵hamnur2017-07-172-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if rekeying is not disabled
| * | | | | | | | Fix indent of if-blockhamnur2017-07-141-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of https://github.com/hamnur/pfsense into HEADhamnur2017-07-142-8/+24
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'hamnur2017-06-302-8/+24
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | Check if margintime is numeric and smaller than P1 lifetimehamnur2017-07-141-2/+6
| | | | | | | | | | |
| * | | | | | | | | | Hide margintime if rekeying is disabledhamnur2017-07-142-24/+34
| |/ / / / / / / / /
| * | | | | | | | | Activate RADIUS accounting for mobile ipsec if it was selected on the auth ↵hamnur2017-06-301-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server view
| * | | | | | | | | Add strongswan rekeymargin attribute to vpn ipsec phase1 viewhamnur2017-06-292-0/+19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3791 from marjohn56/PD-FIXRenato Botelho2017-07-312-3/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dhcp6c Advanced Config prefix interfacemarjohn562017-07-282-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, when using dhcp6c advanced configuration the prefix interface is WAN, this is not very useful! The changes here allow the user to select the interface that the PD will be applied on..
* | | | | | | | | | | Merge pull request #3585 from PiBa-NL/trafficgraphs-optimizeRenato Botelho2017-07-314-227/+135
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | trafficgraphs, move common code to 1 file, and remove usage of ↵PiBa-NL2017-07-303-180/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'localstorage' which shares unwanted changes to graph settings between widget and stats
| * | | | | | | | | | | traffic-graphs, optimize retrieval of data every x seconds to reduce spikes ↵PiBa-NL2017-07-304-48/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the graphs and load on pfSense also cleanup some old code.
* | | | | | | | | | | | Merge pull request #3785 from stilez/patch-67Renato Botelho2017-07-311-6/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | important exclusion - update help text for packets dropped by NIC / offloadstilez2017-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Say that non-promiscuous mode doesn't see packets dropped by NIC. (promiscuous detection relies mainly on different responses if a packet is dropped by NIC or kernel, so corollary is that non-promisc won't see certain packets *even if directed at the host*)
| * | | | | | | | | | | | add "very"stilez2017-07-171-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | slight further text/format improvementstilez2017-07-171-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Improve help text for promiscuous modestilez2017-07-171-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "promiscuous mode" is often quoted but not always understood. Also its possible drawbacks (other than compatibility which will be clear upon failure) may be relevant in some cases, but there's no indication of any drawbacks existing. Update help text to be more useful here. The extra detail is in a hidden clickable infobox.
* | | | | | | | | | | | | Update translation filesRenato Botelho2017-07-3184-5203/+6181
| | | | | | | | | | | | |
* | | | | | | | | | | | | Regenerate potRenato Botelho2017-07-311-50/+46
| | | | | | | | | | | | |
* | | | | | | | | | | | | Comment fixesSteve Beaver2017-07-281-5/+5
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Revise default widget settings to accommodate new support widget nameSteve Beaver2017-07-281-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Add renamed support widgetSteve Beaver2017-07-281-0/+113
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3783 from PiBa-NL/20170713-dns-delete-last-additional-nameRenato Botelho2017-07-282-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | dns, allow deleting last row for "Additional Names for this Host"PiBa-NL2017-07-132-2/+2
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Eliminate Gold menu itemSteve Beaver2017-07-271-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Rename support widget to "Netgate Services And Support"Steve Beaver2017-07-271-113/+0
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Fixed 7128Steve Beaver2017-07-261-14/+22
| | | | | | | | | |
* | | | | | | | | | Allow recheck on refresh if JSON not availableSteve Beaver2017-07-261-1/+5
| | | | | | | | | |
* | | | | | | | | | Make rules that deal with IP+MAC pairs to be layer2 onlyRenato Botelho2017-07-261-5/+3
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Restore calls to pfSense_ipfw_table_zerocnt(), it's fixed nowRenato Botelho2017-07-251-4/+2
| | | | | | | | |
* | | | | | | | | Remove unused parametersRenato Botelho2017-07-254-8/+8
| | | | | | | | |
* | | | | | | | | Do not associate IP and MAC on down tableRenato Botelho2017-07-251-1/+3
| | | | | | | | |
* | | | | | | | | Fix syntaxRenato Botelho2017-07-251-1/+1
| | | | | | | | |
* | | | | | | | | Remove leftover debugRenato Botelho2017-07-251-1/+0
| | | | | | | | |
* | | | | | | | | Ressurrect nomacfilter option on CP now IPFW supports combined tables with ↵Renato Botelho2017-07-251-7/+14
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | IP and MAC address
* | | | | | | | Re-introduce Captive Portal statisticsRenato Botelho2017-07-252-30/+44
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Update translation filesRenato Botelho2017-07-2484-24510/+63495
| | | | | | |
* | | | | | | Regenerate potRenato Botelho2017-07-241-567/+627
| | | | | | |
* | | | | | | Support widget visible by defaultSteve Beaver2017-07-201-1/+1
| | | | | | |
OpenPOWER on IntegriCloud