summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove part of the message displayed some people might find its completely ↵Ermal2010-05-281-1/+1
| | | | ok to use it.
* Make sure to cleanup /tmp before using it. Solves config cache issue as a start.Ermal2010-05-281-0/+1
|
* Remove stale code.Ermal2010-05-281-4/+0
|
* Add a function to find the mac address on a passthrough mac entry by ↵Ermal2010-05-281-0/+12
| | | | username(if present) in the <username> tag of the entry.
* On gre/gif case when the interface is saved do a reconfigure of the ↵Ermal2010-05-251-0/+15
| | | | underlying interface itself. This helps when an interface is enabled/disabled as reported on http://forum.pfsense.org/index.php/topic,25329.0.html.
* Do not show ipfw0 for assignment.Ermal2010-05-251-1/+2
|
* Correctly teardown states for down gateways.Ermal2010-05-251-3/+3
|
* pfSense_get_interface_stats no longer gives the up/down status of the ↵Erik Fonnesbeck2010-05-251-1/+1
| | | | interface, so use pfSense_get_interface_addresses instead.
* Fix caps/grammar.jim-p2010-05-251-1/+1
|
* Remove logs from temp config backup so they aren't clobbered when restored.jim-p2010-05-251-0/+6
|
* Standardize upgrade log filenamesjim-p2010-05-251-2/+2
|
* Backup all of /conf including subdirectories during upgrade instead of just ↵jim-p2010-05-251-4/+4
| | | | files in /conf/
* Ticket #444. Use noatime even here.Ermal2010-05-251-2/+2
|
* Ticket #444. Use noatime even here.Ermal2010-05-251-1/+1
|
* Do not run netstat but use pfSense_get_interface_stats to gather interface ↵Ermal2010-05-251-52/+21
| | | | statistics. This speedups a lot on nanobsd which needed some time to generate the statistics especially with dashboard
* Insulate some variables as they are used.jim-p2010-05-241-35/+20
|
* Let these files stay since they were brought back (for now).jim-p2010-05-241-2/+0
|
* Ticket #612. Correctly show the number of users as 0 on a group with no ↵Ermal2010-05-241-9/+13
| | | | users. Also handle the case of empty arrays on the xmlparser.
* Use mwexec where it does not make sense to use popen for something that does ↵Ermal2010-05-241-10/+21
| | | | not take any parameters. Create a function to actually remove a user from its groups when the user itself is deleted.
* Use hw.physmem when other methods failScott Ullrich2010-05-231-0/+5
|
* Make installer unionfsScott Ullrich2010-05-231-1/+3
|
* Add newlineScott Ullrich2010-05-231-1/+1
|
* Do not include altq/shaper twiceScott Ullrich2010-05-221-2/+0
|
* Do not reinclude filter.incScott Ullrich2010-05-221-2/+0
|
* Remove unionfs /, will have to come up with a new planScott Ullrich2010-05-221-2/+0
|
* Use unionfs for /Scott Ullrich2010-05-222-6/+3
|
* Add missing ;Scott Ullrich2010-05-221-1/+1
|
* Add (C)ontinue option for the impatientScott Ullrich2010-05-221-3/+4
|
* Generate a MFS partition for / since ZFS likes to mount its disk on /Scott Ullrich2010-05-221-0/+6
|
* Ensure config.cache does not exist so the subsequent requests can cleanly ↵Scott Ullrich2010-05-221-0/+2
| | | | reload the configuration. Ticket #601
* Move machine arch over a bit to the rightScott Ullrich2010-05-221-1/+1
|
* Oops, include /etc/Scott Ullrich2010-05-221-1/+1
|
* We now have a restore command, note thisScott Ullrich2010-05-221-1/+2
|
* Check if file is tgzScott Ullrich2010-05-211-3/+4
|
* Move get_include_contents function to pfsense-utils.incScott Ullrich2010-05-211-1/+13
|
* Allow php code to be included in the primary captive portal page. Add new ↵Scott Ullrich2010-05-211-0/+16
| | | | ORIGINAL_PORTAL_IP post item which will be experimenting with a master mutli voucher setup.
* Remove stray doneScott Ullrich2010-05-211-1/+0
|
* Adding enablesshd pfSsh.php scriptScott Ullrich2010-05-211-0/+16
|
* Do not fsck /cf on each bootupScott Ullrich2010-05-211-1/+2
|
* Unbreak nanobsd since Ticket #444Scott Ullrich2010-05-211-24/+21
|
* Unbreak nano since ticket #444Scott Ullrich2010-05-211-3/+7
|
* Ups remove erroneous curly.Ermal2010-05-211-1/+1
|
* Actually return to previous function code for lookup_gateway_ip_by_name() to ↵Ermal2010-05-211-5/+5
| | | | not create recursive loops. There is still the question of how dynamic interfaces should be handled here?
* Revert "Use a global array for the most part of using the ↵Ermal2010-05-213-12/+12
| | | | | | return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot." This reverts commit e51cf5960f6718a14c07daa7b6e96337fdba1f0e.
* Use a global array for the most part of using the return_gateways_array() ↵Ermal2010-05-213-12/+12
| | | | function in the backend which should lower the memory allocated/cached by php a lot.
* Remove unecessary check.Ermal2010-05-211-1/+1
|
* Do not process items in which we cannot resolve the config fileScott Ullrich2010-05-211-0/+2
|
* Revise textScott Ullrich2010-05-201-1/+1
|
* pipe to moreScott Ullrich2010-05-201-1/+1
|
* Minor fixesScott Ullrich2010-05-201-5/+3
|
OpenPOWER on IntegriCloud