Do not enable / disable javascript field. Resolves #41
Resurvey slice info after changes. Resolves #52
remove unnecessary include
thanks to Ermal for heads up
use globals
Make sure we write out the new kernel choice when /boot/kernel/pfsense_kernel.txt does not exist.
Add fix from JimP. Fix non shaper use case
fix typo
Resolves #49
Allow logging everything to syslog (allows syslog of snort, amongst other things)
Merge ng theme changes per Holger's request
Correct SLBD load balancing description. Resolves #46
add "Disable reply-to" box. Work around for bug #14
Save update file on [upload_path] instead of /tmp
Patch from garga@ to fix NanoBSD auto upgrade
Patch from Garga@
Call conf_mount_rw()
Set boot slice correctly (reversed logic)
Add prototype
Add debugmode sysctlss
Request noembedded tag, too
Update license
Display interface for PPPoE and PPTP servers
Merge ping_hosts.sh from the RELENG_2 branch, this should have happened somewhere in June 2008 but was forgotten about.Do not grep through the config.xml as this takes 3 lifetimes on large XML files.
No NAT and static port is an invalid combination, don't allow it.
fix req status on no NAT while here
Load glxsb by default, unless disabled. Add option to disable to System -> Advanced.
clarify descriptions
don't delete PPTP rules when disabling PPTP. Enable/disable happens too much given the issues with PPTP outbound when server is enabled.
missed a spot
touch up text
Fix from jim-p for wireless display issues.
Issue #6
Define and use queue when available.
Submitted-by: jim-p
Do not show <noembedded> packages on nanobsd
Unbreak packages on 1.2.3/NanoBSD.
Backport fix for enable buttom from master/HEAD
s/swapUsage/swapusage/Submitted-by: garga@
Adding NanoBSD diagnostics page
Add a flag to keep track of nanobsd firmware upload
Nuke packages for any platform
Remove packages for any platform nonsense.
Add back packages on nano
Wrong branch, revert. We need to test packages heavily and won't be available until 2.0.
Show packages on NanoBSD
Add support for the NanoBSD platform
Add NanoBSD upgrade bits. Fix the older non-used bdiff methods
MFC Holger's new theme but do not make it the default on 1.2.3
Only mount rw ro when a POST operation occurs
merge changes from merge request on pzanitti clone
Patch from Aarno Aukia for cvstrac ticket #1932
move after reload_all
update bogons at end of setup wizard.
Nuke Available, wasting tab space
Remove Packages for any platform. It currently does nothing and is wasting space.
fix AES-256
Commit patches from jim-p:
1. When deleting a lease, if you were viewing all leases, it should now retain that view after deleting.
2. When checking for leases to clean, bail if there is no leases file. Otherwise there is an ugly error about not being able to open the dhcpd.leases file.
remove is_int check, its failing for some reason
Remove debugging info
It should be is_int()
Ensure size is a int
Add size support to row helper fields
remote temp, env4801 has been gone for a long time and nothing else supports it.
patch from jim-p to fix remote VPN logging now that we have apinger
Adding base_package feature to restore menu items for base packages after configurationrestore.
use product_name
it's IPsec
Prevent javascript errors when possible
Submitted-by: Renato
Prevent some javascript errors.
it's IPsec, not IPSEC
Backport apinger from 2.0 to 1.2This removes the gateway support from the slbd load balancer. It will now create a apinger configuration instead.Change syslog configuration so apinger logs to the slbd.logCorrect status page so that it shows the gateway status....
Description field is not required
Correct extension name
We only need sysvsem for CP locking
Add needed modules for CP locking
merge Ermal's CP locking changes
Move firmware update text format to globals.inc
merge fix from jim-p for ticket #1921
merge fix from jim-p for cvstrac ticket #1922
Fix "disable checksum offloading", and some other bugs with certain combinations of options while here.
Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into RELENG_1_2
merge patch from jim-p to delete lease when adding a static mapping, and add ability to delete leases.
Allow disabling of auto-added VPN rules
Do not remove shaper config unless stepid > 0
Show correct Monitor, previously always showed TCP.
Block all IPv6 traffic by default, since IPv6 isn't supported, there isn't any way to add such rules in the GUI, and nearly all users won't want IPv6 to traverse their firewall at this point. Add "Allow IPv6" checkbox to disable this behavior.
Since they're listed by name, order alphabetically.
Add array_combin() for php4
When optimization is "conservative", also increase UDP timeouts. Helps prevent disconnects and drops with some VoIP services.
Sync with billm's fixes in 2.0.
Properly enable and disable sticky
Don't check for overlaps, that's a legit configuration.
DPD and NAT-T are not required
Add hideplatform
Add the DPD option to the mobile ipsec page. The DPD option makes the most sense for the mobile IPSEC clients as this ishelps cleaning up any dangling SA entries before their lifetime expires.The default value is 120 seconds.Move the NAT-T into the actual layout instead of on top of it.
Make sure the DPD interval makes it into the configuration. Also make sure it is numeric
Adding new files from jimp
Add (s)
Revert "Add protocol options for Manual Outbound NAT rules. See ticket #1887"
This reverts commit 15f2431e9dcb567754434162a62ce179c31b11ac.
This really belongs on mainline, not RELENG_1_2, since it is a new feature.
Try this again from the right branch: Fix log display for WebGUI. See ticket #1888