summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops. Don't clobber the provider data if the user enters one.gnhb2010-08-221-4/+7
| | | | | And add data validation so user can't set Service name and NULL service name at the same time.
* Add a checkbox to explicitly configure a null Service name for PPPoE.gnhb2010-08-221-5/+9
| | | | See: http://forum.pfsense.org/index.php/topic,27461.0.html
* Don't try to configure (or unconfigure) static arp on an interface if the ↵jim-p2010-08-211-0/+3
| | | | physical interface is blank/empty.
* use / as relative since items might be living in a subdirectory off of / ↵Scott Ullrich2010-08-211-1/+1
| | | | such as pfCenter/
* Fix tab (whitespace)Scott Ullrich2010-08-201-1/+1
|
* Ticket #682. Use pfSense modules function to collect interface stats.Ermal2010-08-201-19/+3
|
* Fixes #831. Restart the DHCP daemon when clearing the log file.jim-p2010-08-201-2/+6
|
* Fix this test, allows proper selection of CA in OpenVPN wizard.jim-p2010-08-201-1/+1
|
* Actually make this not error out.Ermal2010-08-201-3/+6
|
* No need to triger a vips re-configure explicitly but rather detect this ↵Ermal2010-08-202-19/+3
| | | | during config merges. This is the best way to do this after fixing Ticket #601.
* When booting up do not try to configure ovpn[c|s] interfaces if present also ↵Ermal2010-08-202-6/+9
| | | | try to configure openvpn eariler just after the interfaces have been setup.
* Ticket #601. If 'virtualip' section is going to be restored or merged ↵Ermal2010-08-201-2/+16
| | | | through xmlrpc bring down all vips which will be brough up later on from the configure_carp call. This ensures that the peers on the cluster stay current to each other.
* Not neccessary to call this here since vips_configure does this automatically.Ermal2010-08-201-1/+0
|
* Ticket #684. Dispatch the reloading of the interface in dial-on-demand case ↵Ermal2010-08-202-4/+9
| | | | to easy the GUI responsivess.
* Ticket #829. Do not allow an interface to switch back to static/dhcp/none if ↵Ermal2010-08-201-0/+4
| | | | it is configured as ppp/pppoe/pptp. for now just blacklist this option because it is not so trivial to fix.
* Small optimization.Ermal2010-08-201-1/+3
|
* Gett full list of interfaces when verifying description.Ermal2010-08-201-1/+3
|
* Remove \r from this file usually crated when edited by Windows editors ↵Ermal2010-08-201-1059/+1058
| | | | because it makes it unreadble in unix editors.
* Default to 2 max procsScott Ullrich2010-08-191-1/+1
|
* Ticket #8. Actually use the new functionality of pfctl -b to kill even ↵Ermal2010-08-191-6/+3
| | | | states referencing down gateways in their route-to cached parameter.
* Use params arrayScott Ullrich2010-08-191-5/+5
|
* No need to include xmlrpc.incScott Ullrich2010-08-191-7/+5
|
* Turn off debuggingScott Ullrich2010-08-191-1/+1
|
* ZeroMQ is now working!Scott Ullrich2010-08-191-56/+76
|
* Remove not existing function reference. Pointy-hat: myselfErmal2010-08-191-2/+0
|
* Include myself in the copyrights i have changed this files more than enough.Ermal2010-08-192-2/+3
|
* Make dhcrelay GUI be simple and easy to use by collapsing the interface tabs ↵Ermal2010-08-194-184/+146
| | | | to a multiselect control. Remove proxydhcp option because it is broken and is not trivial to make it usable(if user request for it a reconsideration will be made). Allow multiple server ips on the server input box separated by commas. Also on the interface list do not show interfaces without an ip because dhcrelay will not be happy with them. Upgrade code is also included in this commit.
* Misc fixesScott Ullrich2010-08-191-35/+58
|
* Ticket #725. Add checking the routing table as a last resort to find the ↵Ermal2010-08-191-6/+21
| | | | correct interface before falling back to the default one.
* Ticket #684. Actually when reconfiguring an interface send the destory flag ↵Ermal2010-08-191-1/+1
| | | | to avoid a loop with ppp-on-demand.
* Fix comment to match what is actually doing.Ermal2010-08-191-1/+1
|
* Setup polling per interface rather only at bootup. This is a proper fix and ↵Ermal2010-08-193-42/+25
| | | | a optimization on large interface cases. Also setup_microcode and polling defaults before configuring interfaces.
* Ticket #8. Try to kill even all states from hosts and destination the ↵Ermal2010-08-191-0/+1
| | | | gateway ip.
* Ticket #8. Try to kill all states regarding source nodes and states with ↵Ermal2010-08-191-1/+4
| | | | source address the gateway ip.
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-199-26/+52
| | | | aviod any issues that might happen.
* Prevent a warning that would appear when modifying privileges of an empty group.Erik Fonnesbeck2010-08-182-8/+12
|
* These needs to be exit. Fix some whitespace too.Ermal2010-08-183-41/+41
|
* Resolves #713. Take in conisderation the suggestion of not setting m1 ↵Ermal2010-08-184-148/+8
| | | | parameter to 0b.
* Keep the list of different applications port numbers on a single file to ↵Ermal2010-08-185-1262/+333
| | | | easy its maintainance and sharing.
* Whitespace changes.Ermal2010-08-181-42/+41
|
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-185-439/+452
| | | | traffic_shaper_wizard_multi_all.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-183-430/+448
| | | | traffic_shaper_wizard_dedicated.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-182-419/+421
| | | | traffic_shaper_wizard.xml
* Resolves #732. Make the wizard behave better and _actually_ work by ↵Ermal2010-08-183-216/+225
| | | | correcting typos in code. Make it faster by not using HTTP redirection for showing errors. Try to make it more user friendly, though some more work is needed.
* Ticket #826. Add more bandage to notice when a reading on socket timeouts.Ermal2010-08-182-1/+18
|
* Ticket #826. Convert to unix domain sockets for management interface so we ↵Ermal2010-08-182-8/+23
| | | | do not have problems when interface is any.
* Ticket #826. Add timeout of 1 second for all read/write actions performed on ↵Ermal2010-08-182-1/+3
| | | | the socket. This should fix point 1) on the ticket.
* Echo out field if its setScott Ullrich2010-08-172-2/+2
|
* Include supportedbybsdperimeter fieldScott Ullrich2010-08-171-1/+1
|
* Add Supported by BSD Perimter fieldScott Ullrich2010-08-172-2/+21
|
OpenPOWER on IntegriCloud