Fix label for SMTP server. Hostnames work fine.
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
Make name similar
Adding hooks
Adding hook for interfaces allowing pfCenter and friends to add interfaces to the dropdown
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.
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.
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.
CRL fixes for empty CRLs (so they don't kill OpenVPN)
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
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.
Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.
Do not check to see if gateay falls within a null value. Resolves #1664
fix text
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.
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.
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
Conflicts: etc/inc/priv.defs.inc
Spelling fix.
Fix handling of interface selectors in packages.
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.
Revert "Simplify message"
This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e.
Simplify message
Add php errors (non warnings) to the crash reporter
Copy crash file to crash reporter directory if it exists
Feature#1603. URL table aliases should be usable within network type aliases.
Do not add an automatic gateway on openvpn tap case since its only the netmask.
Unlock the fields when making a new internal cert, so we copy the data from the CA but are not locked into it. (Cert details often differ from CA details...)
Add he.net tunnelbroker update dyndns type
Correctly display page title
Fix typo
Make text cosmetics consistent and close off missing <span/> tag.
Use correct table header class.
More text consistency.
Note consistency and gettext() added.
Consistency of NOTE vs Note as through the rest of the webGUI.
Clean up leftover code not needed for anything.
When editing a vlan and chaning its tag id and the vlan is assigned correct even the interface name of the assignment otherwise we result in breaking the install.
Don't do a csrf check when downloading packet capture, see http://forum.pfsense.org/index.php/topic,37794.0.html - also exit after sending the file to the user to avoid partial broken page loads after downloading a packet capture.
Add a button to reset the RRD data (rm's rrd files and reinitializes).
Be consistent with upper and lowercase.
Bug #1615. Half-fix.
Internal cert and CSR creation error handling added.
Internal CA creation error handling added.
Intermediate CAs and openssl_xxx() error checking in CA management.
After an interface mismatch and apply actually show when we are rebooting instead of the same message that the interface mismatch exists when really the system is rebooting.
Conflicts: etc/inc/filter.inc etc/inc/util.inc
Revert "Correct displaying any availble default value."
This reverts commit 01c170c4612a4afdbaa2d6e9bf98552dddc1cde3.
More icons missing from certain themes...
Do not store CA and CERT in config unless needed. Will allow deleting unused certs.
Disable state killing in VPN down scripts.
Fix ovpn-linkup so it writes out the proper gateway IP in all cases.(For some reason -n wasn't working properly, plus $5 is the right parameter for the remote IP here)
Add missing theme images.
Also ignore lines starting with server-duid, and fix the # ignore so it is anchored on the start of the line. Add a note to fix a loop later that can fall into infinity.