Correctly restart the SSL lighty instance when running.
Remove 'maxproc' since its unused in the code and correctly use maxprocperip to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html
Plug a security risk on CP where a user can login by submitting a special request
Fix redirurl collection so after login the user can be redirected correctly
Correct the check for mtu 1500 to inlcude it. Also add the check on bridge_add_member function
Fix php behaviour on xmlrpc sync and vouchers starting with a number. Apparently php uses that to deduce the type of var and gets confused.
Bug#1688. DHCP server subnet input validation needs to check config.xml, not ifconfig.
Fix label for SMTP server. Hostnames work fine.
Extend this script to also add an ipv6 rule.
Adding dashboard hook
Adding hook to pre_table for aliases
Add alias edit hook
Add pre_input_errors hook to interfaces assign
Merge remote-tracking branch 'mainline/master' into inc
Adding pre_input_errors hook
Revert "Move early call up a bit"
This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454.
Move early call up a bit
removes variables concatenation on gettext strings
makes correct use of printf and gettext
removes variables names and replace it with '%s'
Adding hook for interfaces edit
Redirect errors to file
Make name similar
Adding hooks
Adding hook for interfaces allowing pfCenter and friends to add interfaces to the dropdown
Ticket #1552. Do not allow route-to to be set on block/reject rules for now. The issue is in the kernel but for 2.0 this protection is enough.
Ticket #1193. Do not show default queue checkbox when another queue has it selected.
Actually increase the default queue length for the new default queue
Respect the p2p catchall setting.
Add checks to prevent php warnings.
Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.
fix correct name
Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind)."
This reverts commit cd3346e205ad0f818977b7ccd0bd7259ed2f2e4e.
Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind."
This reverts commit 4447358371f80814ea1c5e0f00c1a7301a2396f6.
Correct ts filename
Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this.
Fixes #1618. Always convert the NAS_PORT value to int in php and pass the attribute type during encoding to guarantee that it is encoded as an integer.
Fix missing " in gettext line
Already doing this no need to duplicate
Revert "Only load modules once"
This reverts commit 00b9730d6fe20272a40e707b709e677a847b7863.
Only load modules once
CRL fixes for empty CRLs (so they don't kill OpenVPN)
Adding ioncube_loader
Correct version in /etc/version to say what it is rather than the wrong thing from the merge.
Remove extra "/"
Fix merge conflict
Merge pull request #5 from smos/master
Welcome IPv6!
fix missing "
Allow a ZMQ syslog address
Merge remote-tracking branch 'upstream/master'
Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
Create dynamodules in the order they where touched
Do a more strict check on this to avoid warnings
Fix botched patch, add closing bracket
Allow DHCP mappings to be resolved first for reverse lookups.
This was affecting a kerberos installation where the first DNS alias wasgiven for the PTR instead of the static DHCP mapping name, breaking thekerberos tokens.
Enable the pfsync checking unconditionally
Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.
Actually give pfsync time to catch up.
If the sync has not finished do not start carp yet
Fix gettext
Fixes #1666. For OpenVPN interfaces always check if part of bridge or not.
Do not check to see if gateay falls within a null value. Resolves #1664
fix text
Ticket #1564. Give +x to the script so it can be executed. Simple hah :)
Bug #1639. Port alias missing input validation in firewall_rules_edit.php.
Bug #1641 fix. DHCP server default gateway needs input validation.
Merge remote branch 'upstream/master'
Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.
$g needs to be a global. Resolves #1654
Actually do pass an argument for second -b to avoid matching more tha supposed too.
Ticket #1646. Put netmasks of /32 to the parameters of pfctl -b to avoid that ocassions it matches more than it should.
Kill states from the previous ip the link had on all mpd consumers. Resolves #1629
Feature #1603. Correct nested urltable alias code to be more fullproof to errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents.
Add function to return a certificate's common name.
Fix test for tun device, -f fails because it's a char device, not a regular file. -e works.
Fix use post here, since the other var isn't defined as it was before my commit yesterday.
Conflicts: etc/version
Fix select detection code for the RADIUS NAS IP. Fixes #1648
Implement gettext
Conflicts: etc/inc/priv.defs.inc
Spelling fix.
Add issing include to avoid PHP fatal error when calling enable_rrd_graphing()
Add checks for miniupnpd to avoid php errors.
Fix handling of interface selectors in packages.
Make it HEAD since we already have builder code using this
Version bump master branch to MASTER
Revert "Revert "Simplify message""
This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47.
Revert "Revert "Add php errors (non warnings) to the crash reporter""
This reverts commit eac584f3b61de3513baf54633d9a9b854ff6eb03.
Revert "Add php errors (non warnings) to the crash reporter"
This reverts commit cb61dad8ab812a3740648dc0e3f4b74959713ef3.