Fix Queues view on the shaper.
On interface ip or gateway changes FreeBSD will remove routes related.
Ensure the routes are loaded back each time.
MFC: After testing at ORU
An attempt to fix some issues discovered with outgoing traffic with the wzard generated rules.
Fix an error with previous commit.
Revert back rules direction on the wizard wipped by previous commit accidentally.
Unbreak traffic shaper wizard incidentally i used explode instead of implode.
Unbreak tags on the floating tab.
Add back ldap auth caontainer picker.
Fix some typos.
Make the wizard generate safer rules.Now it presents the user an option to make us know what type the opt* interfaces are, external(wan like) or internal(lan like).
Finish the Floating rules toolbar.Now you can create rules with tags/direction/match by tag/choose direction/choose multiple interface/quick.
Just for note the queue assignment has been moved to the Firewall->Rules section. Now for every rule you create you can choose the queue for it.
Remove an accidentally slipped in line.
Show the user the interface the queue is located to make it easier now that the same queue name is used on multiple interfaces.
clarify wording in tabs to appropriately reflect purpose of these pages
Only process /boot/loader.conf if it exists avoiding asomehwhat ugly looking error on cdrom boot.
touch up text
Ticket #1586
Bring in the new traffic shaper.It is capable of multi interface shaping.
Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
Ticket #1578
Ticket #1577
Ticket #1576
remove unnecessary grep
Ticket #1573
Ticket #1569
Do not reset every hour. Wait until the process goes out of control.
Remove the need to define authetnication containers. Now a user can loginanywhere in the LDAP tree and will use the groups to deterimine the accessprivs.
Work sponsored-by: Centipede Networks
Gracefully bail out if the LDAP server is unavailable.
correct tab alignment
Make form look a little more pleasing to the eye.
Adding LDAP Authentication container picker.
Add Users containers setting where a ; seperated list of LDAP containerscan be specified to authenticate against. Final item will be a graphicalbrowser that can help the operator populate this box if they are feelinglazy or do not understand LDAP completely....
Make the LDAP settings screen look better.
Add LDAP test functions to verify that the LDAP settings are correct.Return the OU's and show to the user after test completion.
change href link
include required files for when widget is being loaded by AJAX calls.
Use AJAX for loading of new widgets. Now most widgets will use AJAX for new data. Also improved performance
moved widget tab function to guiconfig.inc
show dns values correctly
new ajax functions for dashboard
Correctly display product name.
Clarify the notes/examples for each of the ldap options. This should makeit pretty clear until I finish the fancy LDAP tree viewer control.
I should also note that as of this commit the LDAP auth functions are nowworking beautifully against a Windows 2000 Server Active Directory!...
Use correct var
Allow multiple groups to be assigned per user.
Add ldap.so library.
Pretent we are a little bit more secure and hide the password from folksthat can look over your shoulder.
Adding LDAP options:
Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
Adding LDAP settings:
Detect vmware and embedded platforms and lower the note durationautomatically.
Correct script checks.
add comment from RELENG_1_2
fix typo
touchup text
Change the beep duration /4 when the platform is embedded or we detect that the kern.hz has been altered in /boot/loader.conf.
Ticket #1397
Do not corrupt output when a space is in the SSID name.
Ticket #1531
freeradius and pptp changes by forum-user 'cybrsrfr'
OpenVPN-multi-interface-patches by Fernando Tarl? Cardoso Lemos
Slow down the pipe even more
remove annoying and potentially problematic forced page refresh.
Ticket #1545
Make DNS $pconfig variables more consistent
Save all 4 DNS servers correctly
Adding dnswatch support.
Obtained-from: m0n0wall
Add product_copyright re-branding supportAdd product_copyright_years re-branding supportAdd product_website re-branding supportAdd product_email re-branding support
change default kernel on upgrade to SMP. Virtually all installs are running the SMP kernel, defaulting to uniprocessor broke several systems.
related to Ticket #1534
s/Diagnostics/Status/
Correctly show and save DNS entries
Do not show hostname in page title.
Support DNS-O-Matic
Convert the dns server code into a for loop and add 2 more dns servers on. Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.
Move route delete items to system.inc so they are performed on every change
Show interfaces. Cleanup presentation.
Populate $ints with the interface list correctly
When multiple gateways are present (muliwan) show a dropdown box next to each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface.
Increase maximum alias count to 299 from 99.
http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html
The attached patch adds a field to the services_dyndns.php form.This field if provided will be written to the nscommands file (inservices.inc) as
"server <value>\n"
This allows you to update an arbitrary DNS server. If not provided,the server line is omitted and the default behavior occurs....
Tell user which characters are bad
Use htmlentities() to detect html injections.
Do a check on all ID's > -1. When we a dup a rule with id 0 the checks where bypassed.
Spotted-by: billm
Move PPPoE to services area.
List opt interfaces correctly.
Add multi user firewall nat port forward capabilities.
Only show interfaces user has accss to.
When showing the firewall rules page without a interface default to the first interface the user has access to.
Only show interfaces that the user has access to edit on the firewall rules edit page.
Allow each interface to have ACL's so you can assign a user to be able to edit just that interfaces rules.
Add firewall rules edit interface entries.
/Routes/Static Routes/
Remove confusing *
Add check all and check none buttons