summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Add alias edit hookScott Ullrich2011-07-181-0/+1
|
* Add pre_input_errors hook to interfaces assignScott Ullrich2011-07-181-0/+1
|
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-181-0/+1
|\
| * Adding pre_input_errors hookScott Ullrich2011-07-181-0/+1
| |
| * Revert "Move early call up a bit"Scott Ullrich2011-07-181-3/+4
| | | | | | | | This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454.
| * Move early call up a bitScott Ullrich2011-07-181-4/+3
| |
* | removes variables concatenation on gettext stringsVinicius Coque2011-07-183-6/+6
| |
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-181-0/+2
|\ \ | |/
| * Adding hook for interfaces editScott Ullrich2011-07-181-1/+1
| |
| * Adding hook for interfaces editScott Ullrich2011-07-181-0/+2
| |
* | makes correct use of printf and gettextVinicius Coque2011-07-189-15/+15
|/ | | | removes variables names and replace it with '%s'
* Make name similarScott Ullrich2011-07-171-1/+1
|
* Adding hooksScott Ullrich2011-07-171-15/+25
|
* Adding hook for interfaces allowing pfCenter and friends to add interfaces ↵Scott Ullrich2011-07-161-1/+3
| | | | to the dropdown
* Actually increase the default queue length for the new default queueErmal2011-07-154-3/+8
|
* Respect the p2p catchall setting.Ermal2011-07-154-114/+122
|
* Add checks to prevent php warnings.Ermal2011-07-151-1/+1
|
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-151-71/+66
| | | | now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-151-281/+270
| | | | 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 ↵Ermal2011-07-151-0/+383
| | | | | | 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.
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-152-410/+392
| | | | 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 ↵Ermal2011-07-152-0/+784
| | | | | | 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 ↵Ermal2011-07-152-1/+30
| | | | 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 ↵Ermal2011-07-151-3/+3
| | | | attribute type during encoding to guarantee that it is encoded as an integer.
* CRL fixes for empty CRLs (so they don't kill OpenVPN)jim-p2011-07-131-2/+2
|
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-129-109/+148
|\ | | | | | | | | | | | | | | | | | | | | 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 bracketAndrew Thompson2011-07-121-1/+1
| |
| * Allow DHCP mappings to be resolved first for reverse lookups.Andrew Thompson2011-07-121-0/+12
| | | | | | | | | | | | This was affecting a kerberos installation where the first DNS alias was given for the PTR instead of the static DHCP mapping name, breaking the kerberos tokens.
| * Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.Ermal2011-07-112-5/+5
| |
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-114-1/+29
| |\
| | * Do not check to see if gateay falls within a null value. Resolves #1664Scott Ullrich2011-07-101-1/+2
| | |
| | * Do not check to see if gateay falls within a null value. Resolves #1664Scott Ullrich2011-07-101-4/+2
| | |
| | * fix textChris Buechler2011-07-101-1/+1
| | |
| | * Bug #1639. Port alias missing input validation in firewall_rules_edit.php.Evgeny Yurchenko2011-07-071-0/+20
| | |
| | * Bug #1641 fix. DHCP server default gateway needs input validation.Evgeny Yurchenko2011-07-071-0/+7
| | |
| * | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-075-6/+9
| |\ \
| * \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-068-22/+38
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/priv.defs.inc
| * \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-28134-50/+150
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-2018-330/+209
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-0734-396/+710
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/voucher.inc usr/local/www/fbegin.inc
| * \ \ \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-252-10/+5
| |\ \ \ \ \ \ \
| * | | | | | | | Remove gettext from negotiation modeVinicius Coque2011-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is causing errors on raccon because config file were generated with translated words
| * | | | | | | | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-2317-221/+327
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231144-153/+315
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/upgrade_config.inc etc/inc/vpn.inc
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-1514-26/+117
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/gwlb.inc
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-043-11/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/shaper.inc
| * | | | | | | | | | | | Add gettext calls on main menuVinicius Coque2011-03-311-8/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Revert "Add gettext calls on main menu"Vinicius Coque2011-03-312-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 67f0f0a772722d418f0f660bf2b16ff5b4c94fd5. system_firmware.php shouldn't be commited
| * | | | | | | | | | | | Add gettext calls on main menuVinicius Coque2011-03-312-14/+14
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-314-25/+75
| |\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud