summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Comment what we are doing here and add the ticket #.Scott Ullrich2010-07-011-0/+1
|
* More dns-rebind checks. Ticket #708Scott Ullrich2010-07-011-1/+8
|
* Adding --rebind-localhost-ok Suggested-by: BillMScott Ullrich2010-07-011-1/+1
|
* Do not allow dns rebindingScott Ullrich2010-07-011-1/+1
|
* Reorg this test a little, and make sure we only add client-to-client for ↵jim-p2010-06-301-4/+3
| | | | remote access types.
* Give users with ssh access a real shell, but make sure that admin still gets ↵jim-p2010-06-291-0/+3
| | | | /etc/rc.initial
* Set a skeleton directory for pwjim-p2010-06-291-1/+1
|
* Let pw handle the creation of the home directory rather than do it in php.jim-p2010-06-291-5/+1
|
* Give users who have "all" privileges shell access. Part of ticket #614jim-p2010-06-291-1/+1
|
* Load cpufreq on nanobsd when enabling powerd. It's in the kernel on full ↵jim-p2010-06-291-1/+3
| | | | installs. Fixes #704
* Use the real interface list in setup_microcode() Fixes #705jim-p2010-06-291-2/+2
|
* Add checkboxes to disable TSO and LRO since some drivers will misbehave with ↵jim-p2010-06-281-0/+21
| | | | them set. Resolves #703
* Remove some redundant code and make sure admin's home directory is /root - ↵jim-p2010-06-251-13/+1
| | | | Fixes #218
* Label for 1:1 NAT reflection rules in rules.debug.Erik Fonnesbeck2010-06-251-1/+1
|
* Check for tcp/udp in the protocol specified for outbound NAT rules, since ↵Erik Fonnesbeck2010-06-251-3/+6
| | | | tcp/udp itself is not a valid protocol choice in pf. Fixes #696
* Pass correct argument to killbyname and correctly check for sshdkeyonly ↵Ermal2010-06-231-1/+1
| | | | toggle. Ticket #691
* Be more strict when doing checks for empty values.Ermal2010-06-221-2/+2
|
* Actually apinger can be reloaded and this is not doing its job apparently.Ermal2010-06-221-3/+0
|
* Fixes #613. Add correctly users to all users group.Ermal2010-06-221-1/+1
|
* Add build-time comparison also.jim-p2010-06-221-1/+1
|
* Fix ssh key existence test.jim-p2010-06-221-1/+2
|
* Fix NanoBSD snapshot URL default.jim-p2010-06-211-1/+1
|
* Actually send the HUP signal to tell apinger that a new config file is to be ↵Ermal2010-06-211-1/+4
| | | | loaded! This should solve a lot of issues with apinger monitoring.
* Do a more thorough check for missing sshd key files. Should fix #673jim-p2010-06-211-1/+8
|
* Fixes #480. Correctly upgrade config for monitorip. When a gateway exists ↵Ermal2010-06-211-5/+9
| | | | save there the monitorip instead of the interface.
* Use proper locking.Ermal2010-06-211-4/+11
|
* Do not flush all tables unless Save was hit on webgui. This avoids flushing ↵Ermal2010-06-211-6/+19
| | | | the tables that keep logged in users.
* Make an extra check for monitor to be explicitly an ip otherwise apinger breaks.Ermal2010-06-181-0/+3
|
* Properly find gateway ip. The code before did not match for dynamic gateways.Ermal2010-06-181-2/+4
|
* If packages are reinstalled during bootup than there is no need to reinstall ↵Ermal2010-06-181-2/+5
| | | | them again during GUI login.
* Propperly check for down state.Ermal2010-06-181-2/+2
|
* Also teach system_routing_configure to have an interface as parameter so to ↵Ermal2010-06-182-4/+8
| | | | reload only routes related to this interface when an interface is reconfigured.
* Do not reconfigure CP on every event of interfaces or while reloading the ↵Ermal2010-06-183-133/+131
| | | | webGUI. Create 2 new function to just rewrite rules and restart the webserver for CP repctively for interface events and webGUI restart events.
* Remove unused script and add it to obsolete list.Ermal2010-06-182-5/+1
|
* Silencejim-p2010-06-181-2/+2
|
* Silence.Ermal2010-06-181-1/+1
|
* Ooops curly missing.Ermal2010-06-171-3/+4
|
* Actually correctly handle some vip types ips for getNasIP.Ermal2010-06-171-1/+4
|
* Teach even getNasIP for the new callingstation ip setting.Ermal2010-06-171-5/+12
|
* Do not include functions.inc just for pfSenseHeader which is not really the ↵Ermal2010-06-171-3/+5
| | | | best place to use!
* Fixes #660. Simplify some code and correctly do an exit after a redirect is ↵Ermal2010-06-171-8/+4
| | | | issued. Thanks-to: Efonne for analysis.
* fix textChris Buechler2010-06-171-3/+3
|
* correct the limiter, it reversed up/down beforeChris Buechler2010-06-161-3/+3
|
* Save log file and give better output of what is happeningScott Ullrich2010-06-161-3/+5
|
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-06-166-63/+52
|\
| * Fixes #665. Optimize and correctly check for the gateways on static routes ↵Ermal2010-06-161-11/+8
| | | | | | | | to be included on $tonatsubnets macro.
| * Actually it needs choparp_ prepended.Ermal2010-06-161-2/+2
| |
| * Fixes #632. When bringing down a vip of proxyarp use the new pidfile ↵Ermal2010-06-161-8/+25
| | | | | | | | introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface.
| * Make some non functional changes, mostly to keep up with latest gw changes. ↵Ermal2010-06-161-1/+1
| | | | | | | | Related to Ticket #666
| * Fixes #667. Do not bring down mpd5 if the interface is configured for dial ↵Ermal2010-06-161-3/+12
| | | | | | | | on-demand.
OpenPOWER on IntegriCloud