summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mute route delete message, regenerate resolv.conf as this also corrects ↵Seth Mos2010-03-012-2/+2
| | | | static routes to the DNS servers.
* Add intermmediate certificate support to CP config page.Ermal Luçi2010-03-012-1/+16
|
* it's 2010Chris Buechler2010-02-281-1/+1
|
* AJAX-ify the gmirror status widget. Add license header while I'm here.jim-p2010-02-272-31/+76
|
* Add link to download config from backup history. Ticket #268jim-p2010-02-271-0/+19
|
* Add descriptive title to revert/delete config backup that shows when ↵jim-p2010-02-271-4/+4
| | | | hovering. Also add confirmation prompt for revert or delete. Resolves #268
* revert unintentional change to system_usermanager_settings.php from last commitChris Buechler2010-02-271-2/+2
|
* if reverted to HTTP, restart lightyChris Buechler2010-02-272-2/+8
|
* A couple fixes for DHCP lease parsing. Ticket #374jim-p2010-02-272-3/+5
|
* Fix typojim-p2010-02-261-1/+1
|
* Fix typojim-p2010-02-261-1/+1
|
* Ticket #367. On double click go to the repective edit page.Ermal Luçi2010-02-268-8/+8
|
* Ticket #313. Search if the string to be replaced really exists instead of ↵Ermal Luçi2010-02-261-5/+11
| | | | doing a blind replace.
* Include propper includes.Ermal Luçi2010-02-261-0/+2
|
* Put this code on propper context.Ermal Luçi2010-02-261-6/+6
|
* Ticket #366. Fix scope problem in *_inuse functions on some of the ↵Erik Fonnesbeck2010-02-265-5/+5
| | | | interfaces_*.php pages.
* Revert "Fix the check for whether the bridge is assigned."Erik Fonnesbeck2010-02-261-3/+3
| | | | This reverts commit 3a669df20b0795b2e487fc033f86eacea7e6fdf4.
* Ticket #363. Fix the number 1 report on this ticket. Properly show status of ↵Ermal Luçi2010-02-252-34/+51
| | | | dyndns update.
* Correct page name.Ermal Luçi2010-02-251-1/+1
|
* Ticket #340. Remove bogus functions. Sort aliases the same way it is done on ↵Ermal Luçi2010-02-251-1/+3
| | | | the aliases page.
* Actually remove vlan_native_support array it is not used in 2.0. While there ↵Ermal Luçi2010-02-252-14/+7
| | | | move the auto updater to 8.1 snapshots.
* Fix finding interfaces that support hwtagging.Ermal Luçi2010-02-251-1/+1
|
* Resolves #381. If set change interface mtu, somehow this code got lost!Ermal Luçi2010-02-251-0/+2
|
* Add missing curley.Ermal Luçi2010-02-251-1/+1
|
* Include missing quotes.Ermal Luçi2010-02-251-7/+7
|
* Set a+xScott Ullrich2010-02-251-0/+0
|
* Speed up and correct the finding of interfaces that support vlanmtu using ↵Ermal Luçi2010-02-251-29/+29
| | | | the pfSense module.
* Correct my name.Ermal Luçi2010-02-252-2/+2
|
* Add neccesary include.Ermal Luçi2010-02-251-1/+3
|
* Add support for authenticating users against server specified in the ↵Ermal Luçi2010-02-246-2/+210
| | | | system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.
* fix previous commitChris Buechler2010-02-241-2/+2
|
* Change default session timeout to 4 hours. Clarify text description. Remove ↵Chris Buechler2010-02-242-15/+14
| | | | limit of < 999 and other invalid/unnecessary input validation. Use product_name
* Prevent empty tags of creating <tag></tag> entries but instead just create ↵Ermal Luçi2010-02-241-0/+4
| | | | them as <tag/> to be consistent. This fixes some empty arrays problems on the code.
* Ticket #375. When choosing to export only a subsystem by default do not ↵Ermal Luçi2010-02-241-2/+12
| | | | export rrd data.
* Prevent errors when running without a lan defined interface. Also remove ↵Ermal Luçi2010-02-241-7/+7
| | | | some dead code.
* When editing a P2: reset netmask to 24 only when it is not specified, in ↵pierrepomes2010-02-231-2/+2
| | | | case of a new P2. Ticket #352
* carp interfaces are now called vip's.Ermal Luçi2010-02-231-1/+1
|
* Ticket #356. Clear the interface configuration if neccessary. To avoid ↵Ermal Luçi2010-02-231-1/+3
| | | | strange situation described in the ticket.
* Ticket #304. Fix bogus dynamic entries in system->gateways after deleting ↵Ermal Luçi2010-02-231-2/+2
| | | | gateways.
* Fix linking interface to vlans function so it works correctly.Ermal Luçi2010-02-231-1/+1
|
* Revert "Fix linking interface to vlans function so it works correctly."Ermal Luçi2010-02-232-2/+2
| | | | This reverts commit 930595154ccc8702befdd880f1c424b78040af2a.
* Fix linking interface to vlans function so it works correctly.Ermal Luçi2010-02-232-2/+2
|
* Prevent wrong config file from being generated. Reported-by: ↵Ermal Luçi2010-02-231-1/+3
| | | | http://forum.pfsense.org/index.php/topic,23090.0.html
* Add proxy authentication capabilities to OpenVPN client.Ermal Luçi2010-02-232-2/+75
|
* Ticket #255. Fix get_interface_info output to return propper ip address by ↵Ermal Luçi2010-02-221-40/+15
| | | | using pfSense_get_interface_addresses function.
* fix textChris Buechler2010-02-221-1/+1
|
* check against correct variableChris Buechler2010-02-211-2/+2
|
* fix textChris Buechler2010-02-211-1/+1
|
* fix textChris Buechler2010-02-211-1/+1
|
* correct icmptypes so CP IP can be pingedChris Buechler2010-02-211-3/+3
|
OpenPOWER on IntegriCloud