summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moving on up, to the east side, to a deluxe apartment in the sky, aka 2.0-BETA1Scott Ullrich2009-12-241-1/+1
|
* 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 "-G all" as it was causing the useradd operation to fail, leading to ↵jim-p2009-12-241-1/+1
| | | | other failures. (Users were not added to passwd, home directories were not being made, etc)
* Remove extra / to avoid having a double slash in the directory name. Also ↵jim-p2009-12-241-1/+1
| | | | add curly braces around $user_home.
* Fix identingScott Ullrich2009-12-241-1/+1
|
* Simplify logic a bitScott Ullrich2009-12-241-22/+22
|
* 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.
* Add safety belt check code written by Ermal originallyScott Ullrich2009-12-241-61/+34
|
* Nuke pkg_build_filter_rules(). It is not called anywhere in the code and ↵Scott Ullrich2009-12-241-91/+1
| | | | adds complexity that I do not wish to see in the codebase
* Make sure to properly use the configured monitor IP address for dynamic ↵Seth Mos2009-12-241-6/+14
| | | | interfaces too.
* 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-242-107/+181
| | | | | | | | 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.
* Reorder a few lines so we do not step on the interface variable. This was ↵Seth Mos2009-12-241-4/+4
| | | | | | the cause of accidentaly adding gateway name entries in the $config['interfaces'] xml
* Handle cases where no .inc files are present /usr/local/pkg/Scott Ullrich2009-12-231-0/+8
|
* Match coding style outlined in http://devwiki.pfsense.org/DeveloperRulesScott Ullrich2009-12-231-275/+259
|
* Output lsScott Ullrich2009-12-231-4/+4
|
* Adding late pf hooks for packages. Name is 'pflate'Scott Ullrich2009-12-231-1/+15
|
* Adding pf early hooks similar to nat and filter pkg hooks. Name is 'pfearly'Scott Ullrich2009-12-231-0/+14
|
* Add dynamic pkg hooks support. Submitted by Bill M on 11/17/08.Scott Ullrich2009-12-231-0/+29
|
* Add back pluginsScott Ullrich2009-12-231-0/+9
|
* 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
|
* Move decalration of tables always present in pfSense together with aliases ↵Ermal Luçi2009-12-231-15/+17
| | | | to make an easier reading of the ruleset. Fix some whitespace while here.
* Do not generate countless rules for reflection, just use the pf range ↵Ermal Luçi2009-12-231-44/+55
| | | | specification abilities. This reduces rulests a lot and should make even performance better on such cases overall.
* 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
|
* If the port passed as argument is a range(having - in it) this function ↵Ermal Luçi2009-12-231-0/+2
| | | | would still return true as a bad habit of intval. Fix this so it behaves correctly.
* Use /tmp/ssl.key Ticket #63Scott Ullrich2009-12-231-1/+1
|
* Fix variable name, this tagged all gateways as dynamic on upgrades.Seth Mos2009-12-231-1/+1
|
* Fix the script but leave a comment that the openvpn case needs fixing.Ermal Luçi2009-12-231-1/+2
|
* add required include.Ermal Luçi2009-12-231-0/+1
|
* Ticket #219. Fix this for vlans and vips. Though it is a very rare case. The ↵Ermal Luçi2009-12-232-5/+33
| | | | other clones are handled half way but should work ok.
* Commit fix present in Ticket #244.Ermal Luçi2009-12-231-0/+2
|
* This is not called only for wan.Ermal Luçi2009-12-221-1/+1
|
* Fix logging statements to not consider this only as called from dhcp.Ermal Luçi2009-12-221-14/+9
|
* Add some comments to explain available debugging levels. Requested-by: Seth.Ermal Luçi2009-12-221-0/+4
|
* Default to first level of debugging. This seems to be at least required for ↵Ermal Luçi2009-12-221-1/+1
| | | | propper debugging when there are issues not related with filterdns.
* 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-222-14/+3
|
* Automatically generate a certificate Resolves #63Scott Ullrich2009-12-221-24/+16
|
* We are on 2.0-ALPHA. Resolves #241Scott Ullrich2009-12-221-1/+1
|
* Correct variable typos.Ermal Luçi2009-12-221-1/+1
|
* Try to send the update through the interface that has the ip so some ↵Ermal Luçi2009-12-221-0/+1
| | | | services do not complain.
* Try to be more consistent on boolean value checking.Ermal Luçi2009-12-221-16/+14
|
OpenPOWER on IntegriCloud