summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Fix easy rule problem when using a non-English language, take 2.jim-p2016-02-021-1/+2
|
* Use the NAS IP configured for PPPoE server instances. Ticket #185Chris Buechler2016-02-021-0/+3
|
* Remove old pppoerestart cron job if it exists. Ticket #1905Chris Buechler2016-02-021-0/+10
|
* Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the ↵Chris Buechler2016-02-011-0/+1
| | | | occasional long-running page.
* Change Namecheap dyndns to use split hostname and domain name fields. ↵jim-p2016-02-014-30/+59
| | | | | | Upgrade existing entries automatically. Implements #4366 Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.
* TypoStephen Beaver2016-02-011-1/+1
|
* Fixed #5834Stephen Beaver2016-02-011-15/+14
|
* Remove all additional packages from the system before reset to factory ↵Renato Botelho2016-02-013-0/+6
| | | | default. Fixes #5829
* OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764Chris Buechler2016-01-291-9/+1
|
* Fix easy rule problem when using a non-English language.jim-p2016-01-291-1/+2
|
* Minor cleanupNewEraCracker2016-01-291-2/+2
| | | | 1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.
* Make sure filter rules have a tracker ID, associated rules were missing it ↵Chris Buechler2016-01-291-2/+15
| | | | previously.
* retain OpenVPN's net30 default topology for upgraded configs so they still ↵Chris Buechler2016-01-292-1/+22
| | | | work. Ticket #5764
* Omit topology for tap OpenVPN, as it has no meaning in that contextChris Buechler2016-01-281-1/+1
|
* Remove stray }Chris Buechler2016-01-281-1/+1
|
* Import David W's patch fixing issues with dhcp6c being launched multiple ↵Chris Buechler2016-01-282-3/+39
| | | | times in some circumstances. Ticket #5621
* Add option for FreeRADIUS-friendly stop/start RADIUS accounting updates.jim-p2016-01-281-3/+16
| | | | It needs a sleep between the stop and start, and it needs slightly different figures for start/stop time in the request.
* services.inc code stylePhil Davis2016-01-281-2/+2
| | | from recently-added code
* Remove static routes to DNS servers when gateway is disabled. It should fix ↵Renato Botelho2016-01-281-8/+14
| | | | #4921
* Simplify logicRenato Botelho2016-01-281-19/+14
|
* Cosmetic changes - part deuxStephen Beaver2016-01-281-1/+1
| | | | | Calculate colspans in casenumber of columns change again "bytes" => "B" to reduce column width
* Fix comments to reflect reality. Spotted by @phil-davisRenato Botelho2016-01-281-2/+2
|
* Merge pull request #2393 from schinken/radvd-lifetimeRenato Botelho2016-01-281-0/+9
|\
| * Add possibility to configure radvd valid lifetimeschinken2016-01-281-0/+9
| |
* | Show rule state details in firewall rules.Luiz Otavio O Souza2016-01-282-11/+38
| | | | | | | | | | | | Inspired by pull request #1901 from marcelloc/hitcount_23_02. State visualization and kill will be committed in a subsequent commit.
* | Merge pull request #2120 from ↵Renato Botelho2016-01-281-4/+20
|\ \ | | | | | | | | | NOYB/Services-DNS_Resolver-System_Domain_Local_Zone_Type
| * | Remove unnecessary checks. Code prevents var from being empty.NOYB2016-01-251-1/+1
| | | | | | | | | | | | Wrap var in string with braces.
| * | Move unbound local zone types array to function in unbound.inc.NOYB2016-01-251-3/+19
| | | | | | | | | | | | Protect against breaking the system; check for valid unbound local zone type rather than just the setting existence.
* | | Merge pull request #2497 from PiBa-NL/23_rules.inc-taggingRenato Botelho2016-01-281-6/+2
|\ \ \
| * | | filter.inc, allow tagging and tag checking for pf.conf rules with ↵PiBa-NL2016-01-211-6/+2
| | | | | | | | | | | | | | | | numbers,text,space-characters without generating a invalid ruleset
* | | | Merge pull request #2499 from PiBa-NL/23_servicelinksjim-p2016-01-271-3/+3
|\ \ \ \
| * | | | allow packages in a www/subfolder/ (like haproxy) to use the service ↵PiBa-NL2016-01-211-3/+3
| |/ / / | | | | | | | | | | | | start/stop/restart links
* | | | Add a seatbelt to make sure ipaddrv6 is set to track before start radvd. ↵Renato Botelho2016-01-271-1/+3
| | | | | | | | | | | | | | | | Ticket #5812
* | | | Fix #4605Edin Sarajlic2016-01-271-2/+3
| | | | | | | | | | | | | | | | | | | | After base64 encoding username/password, properly escape characters =,+,/ before submitting auth details
* | | | Fixup old diag_logs referencesPhil Davis2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: The shortcuts for upnp were not showing. This was because shortcuts.inc only includes *.inc files from /usr/local/www/shortcuts So I have renamed pkg_upnp.php to pkg_upnp.inc I notice that some time in the past it used to be pkg_upnp.inc because that was in the obsoleted files list. So not sure what that was all about.
* | | | Use 'no state' on CARP pass rules. Ticket #5800Chris Buechler2016-01-261-1/+1
| | | |
* | | | Skip 'pass out' rules for mobile IPsec. Ticket #5819Chris Buechler2016-01-261-4/+13
| | | |
* | | | Since we moved to stream related function on xmlrpc_client, we should use ↵Renato Botelho2016-01-261-2/+6
| | | | | | | | | | | | | | | | tcp:// as protocol for http. Fix issue reported at https://forum.pfsense.org/index.php?topic=105890.0
* | | | Fix #5816 (re)start of IPsecPhil Davis2016-01-261-5/+7
| | | |
* | | | handle bridge interface IPs so they don't get added in the wrong order. ↵Chris Buechler2016-01-261-1/+4
| | | | | | | | | | | | | | | | Matches behavior to what "apply changes" on interfaces.php does. Ticket #3997
* | | | Add uniqid tag to CARP VIPs that don't have one upon upgrade. Ticket #4858Chris Buechler2016-01-252-1/+15
| |/ / |/| |
* | | Fix up config setting for killing states on gateway failure. Enable this ↵Chris Buechler2016-01-254-6/+17
| | | | | | | | | | | | option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815
* | | Fixes the other uses of SERVER_NAME in tree.Luiz Otavio O Souza2016-01-252-3/+3
| | | | | | | | | | | | The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.
* | | Merge pull request #2025 from apilloud/dhcp-ignoreunknownRenato Botelho2016-01-251-3/+7
|\ \ \
| * | | Make DHCP deny action configurableAndrew Pilloud2015-11-051-3/+7
| | | |
* | | | interface_bridge_add_member is inadequate for adding a bridge member that ↵Chris Buechler2016-01-231-1/+7
| | | | | | | | | | | | | | | | may have not existed at the time of bridge interface's creation. interface_bridge_configure on the interface's bridge ensures all settings (private, etc.) are applied. Ticket #4312
* | | | Switch to disabling strongswan unity plugin by default. Ticket #4178Chris Buechler2016-01-233-2/+14
| | | |
* | | | Replace default passwd hash for root/admin using blowfishRenato Botelho2016-01-221-2/+2
| | | |
* | | | Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* | | | Somehow missed this in the committed version.jim-p2016-01-221-1/+1
| | | |
OpenPOWER on IntegriCloud