Commit Graph

9102 Commits

Author SHA1 Message Date
Scott Ullrich
b4b7bda609 Revert "Move early call up a bit"
This reverts commit 35843e59c8.
2011-07-18 15:23:41 -04:00
Scott Ullrich
35843e59c8 Move early call up a bit 2011-07-18 15:12:03 -04:00
Scott Ullrich
40b8379682 Adding hook for interfaces edit 2011-07-18 12:26:40 -04:00
Scott Ullrich
920d1d0151 Adding hook for interfaces edit 2011-07-18 12:26:17 -04:00
Scott Ullrich
10995178ee Make name similar 2011-07-17 16:33:21 -04:00
Scott Ullrich
1db196b214 Adding hooks 2011-07-17 16:29:36 -04:00
Scott Ullrich
0040bcfa59 Adding hook for interfaces allowing pfCenter and friends to add interfaces to the dropdown 2011-07-16 20:55:30 -04:00
Ermal
f171573896 Actually increase the default queue length for the new default queue 2011-07-15 19:22:19 +00:00
Ermal
058a4f1c03 Respect the p2p catchall setting. 2011-07-15 19:17:59 +00:00
Ermal
8f864d33ea Add checks to prevent php warnings. 2011-07-15 19:11:41 +00:00
Ermal
ed7c364d3a 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. 2011-07-15 19:08:15 +00:00
Ermal
b2608f7276 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. 2011-07-15 19:02:22 +00:00
Ermal
6fd23d7a46 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 cd3346e205.
2011-07-15 18:20:48 +00:00
Ermal
1750ed78d6 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. 2011-07-15 18:19:58 +00:00
Ermal
746fc9ec0a 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 4447358371.
2011-07-15 17:36:16 +00:00
Ermal
fe2031ab18 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. 2011-07-15 13:10:40 +00:00
Ermal
e6bd231242 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. 2011-07-15 08:03:16 +00:00
jim-p
cfcc69946c CRL fixes for empty CRLs (so they don't kill OpenVPN) 2011-07-13 17:16:32 -04:00
jim-p
8b6313a4d3 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
2011-07-12 19:57:42 -04:00
Andrew Thompson
649ea752ce Fix botched patch, add closing bracket 2011-07-12 16:08:22 +12:00
Andrew Thompson
aa9948147c Allow DHCP mappings to be resolved first for reverse lookups.
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.
2011-07-12 15:35:14 +12:00
Ermal
514f63d122 Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues. 2011-07-11 21:05:35 +00:00
Vinicius Coque
fdbce60ca9 Merge remote-tracking branch 'mainline/master' into inc 2011-07-11 09:02:41 -03:00
Scott Ullrich
45d1024db3 Do not check to see if gateay falls within a null value. Resolves #1664 2011-07-10 12:04:34 -04:00
Scott Ullrich
7988ce7581 Do not check to see if gateay falls within a null value. Resolves #1664 2011-07-10 12:03:50 -04:00
Chris Buechler
f745b8ef21 fix text 2011-07-10 01:07:24 -04:00
Evgeny Yurchenko
5909b520a7 Bug #1639. Port alias missing input validation in firewall_rules_edit.php. 2011-07-07 20:46:21 -04:00
Evgeny Yurchenko
9bc59815c6 Bug #1641 fix. DHCP server default gateway needs input validation. 2011-07-07 18:10:40 -04:00
jim-p
13b9dba9aa Merge remote branch 'upstream/master' 2011-07-07 16:03:07 -04:00
jim-p
10f5d53cbf Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied. 2011-07-07 15:57:39 -04:00
Vinicius Coque
fab60c5e0d Merge remote-tracking branch 'mainline/master' into inc 2011-07-07 13:55:00 -03:00
Ermal
8ed478973f Kill states from the previous ip the link had on all mpd consumers. Resolves #1629 2011-07-06 20:50:03 +00:00
Ermal
5ffa33896f 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. 2011-07-06 18:52:47 +00:00
jim-p
b8c372e516 Merge remote branch 'upstream/master' 2011-07-06 13:20:02 -04:00
jim-p
152f57596b Fix test for tun device, -f fails because it's a char device, not a regular file. -e works. 2011-07-06 13:17:43 -04:00
jim-p
efa38d08e4 Merge remote branch 'upstream/master' 2011-07-06 11:49:01 -04:00
jim-p
9622da2659 Fix use post here, since the other var isn't defined as it was before my commit yesterday. 2011-07-06 11:47:45 -04:00
jim-p
5a4c0b5c7b Merge remote branch 'upstream/master'
Conflicts:
	etc/version
2011-07-06 09:41:28 -04:00
jim-p
54dd98320d Fix select detection code for the RADIUS NAS IP. Fixes #1648 2011-07-06 09:35:06 -04:00
Vinicius Coque
1623ed9700 Merge remote-tracking branch 'mainline/master' into inc
Conflicts:
	etc/inc/priv.defs.inc
2011-07-06 09:41:50 -03:00
Warren Baker
f49c41c538 Spelling fix. 2011-07-06 12:58:16 +02:00
jim-p
8aafd58e46 Fix handling of interface selectors in packages. 2011-07-05 15:43:50 -04:00
Scott Ullrich
088de6b1bd Revert "Revert "Simplify message""
This reverts commit 6f38519561.
2011-07-04 19:53:19 -04:00
Scott Ullrich
a9ee006d50 Revert "Revert "Add php errors (non warnings) to the crash reporter""
This reverts commit eac584f3b6.
2011-07-04 19:53:17 -04:00
Scott Ullrich
eac584f3b6 Revert "Add php errors (non warnings) to the crash reporter"
This reverts commit cb61dad8ab.
2011-07-04 19:39:28 -04:00
Scott Ullrich
6f38519561 Revert "Simplify message"
This reverts commit 6608507d3b.
2011-07-04 19:39:24 -04:00
Scott Ullrich
6608507d3b Simplify message 2011-07-04 19:32:55 -04:00
Scott Ullrich
cb61dad8ab Add php errors (non warnings) to the crash reporter 2011-07-04 19:30:25 -04:00
Scott Ullrich
88dadca1ba Copy crash file to crash reporter directory if it exists 2011-07-04 19:26:40 -04:00
jim-p
769c4591ac Merge remote-tracking branch 'upstream/master' 2011-07-04 11:11:11 -04:00