summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Nuke pkg_build_filter_rules();. It would have never covered reinstallation ↵Scott Ullrich2009-12-241-3/+1
| | | | cases.
* Fix webgui protocol detection here, too.jim-p2009-12-241-1/+1
|
* Fix wizard webgui URL usage so it chooses https/http properly for refresh ↵jim-p2009-12-241-3/+3
| | | | link and logo link
* Fix the quotes on this line.jim-p2009-12-241-1/+1
|
* Add another ID so password confirmation fields also get this style applied ↵jim-p2009-12-241-1/+1
| | | | (Fixes PPTP user edit screen, possibly others)
* Remove pptp_subnet from page as it isn't used or set, and breaks saving. ↵jim-p2009-12-241-20/+2
| | | | Also remove redundant localip setting box (it was already on the page a few rows up) and remove the connection count output as that is set by a drop-down a few rows up as well.
* Do not automatically save the monitor if it is not explicitly filled in. ↵Seth Mos2009-12-242-7/+50
| | | | | | Leave the monitor field empty when it is not filled in. Show a configured monitor address on the system_gateways.php page.
* Style fixes for the interfaces page, use switch instead of a large if,elseif ↵Seth Mos2009-12-241-104/+178
| | | | | | | | procedure. Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to manually add one.
* Adding latest dom_TT. Fixes #202 Thanks to RobisCoolScott Ullrich2009-12-233-23/+225
|
* Updating to 1.8.3Scott Ullrich2009-12-239-1065/+1623
|
* Add advacnced custom options box Ticket #234Scott Ullrich2009-12-231-1/+16
|
* Remove debugging alertScott Ullrich2009-12-231-1/+0
|
* Unbreak adding gateway #238Scott Ullrich2009-12-232-1/+3
|
* Add FreeBSD handbook to Help menuScott Ullrich2009-12-231-0/+1
|
* Ticket #219. Fix this for vlans and vips. Though it is a very rare case. The ↵Ermal Luçi2009-12-231-0/+2
| | | | other clones are handled half way but should work ok.
* Commit fix present in Ticket #244.Ermal Luçi2009-12-231-0/+2
|
* Bind to correct fields for the PPPoE/PPTP credentials.Ermal Luçi2009-12-221-4/+4
|
* Unbreak remote-ip box. Mpd is now starting for ppptp serverScott Ullrich2009-12-221-14/+1
|
* Add forgotten curly.Ermal Luçi2009-12-221-1/+1
|
* * Fix alias handling around the repo.Ermal Luçi2009-12-221-9/+5
| | | | | | * Add new function filter_expand_alias to allow expanding single alias. * Fix reflection rules generation(missing the target variable) * Propperly identify duplicate lines in inetd.conf generated.
* show proper commasChris Buechler2009-12-211-1/+1
|
* Fix status page to correctly itterate the gateways arraySeth Mos2009-12-211-5/+8
|
* Partial rewrite of gateway code, now partially facilitates dynamic interfacesSeth Mos2009-12-211-12/+19
| | | | | | | | - Upgrade code takes different naming into account - Add gateway entries for dynamic interfaces - Rewrite status array to also support dynamic interfaces. - Always use unique localhost monitor IP addresses for down dynamic interfaces - Accept the gateway IP address of "dynamic" on the gateway edit page
* Fix type handling to save what was choosen end not to guess it. Save the ↵Ermal Luçi2009-12-211-15/+2
| | | | cidr when specified with hostnames seems people used this feature in 1.2.x branch.
* fix for disabled theme selectionChris Buechler2009-12-211-1/+3
|
* increase the default cert lifetimeChris Buechler2009-12-213-3/+3
|
* add PPP support to dynamic gatewaysChris Buechler2009-12-211-0/+8
|
* shift this around a little, put the dynamic gateways beneath the static ↵Chris Buechler2009-12-211-13/+14
| | | | ones, not beneath the gateway groups. Also show the dynamic gateways correctly ($ifent not $if)
* allow unlimited gateways to have a blank monitor IP (i.e. monitor IP == ↵Chris Buechler2009-12-211-1/+1
| | | | gateway IP)
* clean up textChris Buechler2009-12-211-4/+4
|
* escape // so it fills in properlyChris Buechler2009-12-201-3/+3
|
* add VerizonChris Buechler2009-12-201-0/+8
|
* fix textChris Buechler2009-12-181-1/+1
|
* fix reject rules to the same as in 1_2. return is valid on all rulesChris Buechler2009-12-182-5/+2
|
* fixup textChris Buechler2009-12-183-8/+7
|
* show correct site in "Unable to communicate" error, clarify error message.Chris Buechler2009-12-181-2/+2
|
* Make sure that the upgraded load balancer configuration reflects the new ↵Seth Mos2009-12-181-1/+1
| | | | gateway names
* Fine tune the wordingSeth Mos2009-12-181-2/+2
|
* Correct CSS class name for the normal view of the gateway descriptionSeth Mos2009-12-181-1/+1
|
* Disable the delete icon for system gatewaysSeth Mos2009-12-181-2/+13
| | | | Set the background for the description to grey if this is a automatically added gateway. Normal ones stay red.
* Do no throw a duplicate IP address warning when creating a new entry from a ↵Seth Mos2009-12-181-4/+5
| | | | | | | existing gateway which was previously a automatically added gateway entry. - clarify comment message
* make re-brand friendlyChris Buechler2009-12-171-3/+3
|
* Move conf_mount_ro() to the stop section. Fix formatting while hereScott Ullrich2009-12-171-62/+49
|
* add ability to hide help menuChris Buechler2009-12-171-10/+14
|
* add ability to hide theme selectionChris Buechler2009-12-171-0/+2
|
* Resolves #220. Fixed because of missed changes as in Ticket #170.Ermal Luçi2009-12-151-2/+2
|
* $g[pptp_subnet] is gone on 2.0. Ticket #139Ermal Luçi2009-12-141-2/+2
|
* remove authorized_keys check, many users won't have SSH access anyway, this ↵Chris Buechler2009-12-131-3/+0
| | | | check is much too restrictive
* clarify input_errorChris Buechler2009-12-131-1/+1
|
* link to correct associated firewall ruleChris Buechler2009-12-131-1/+1
|
OpenPOWER on IntegriCloud