summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Send TERM to sshd during shutdown/reboot to ensure that client sessions are ↵jim-p2010-06-012-0/+4
| | | | | | | | | | | | kicked properly. Fixes #626.
| * | Don't kill login here. When this happens from ssh is also resets the console ↵jim-p2010-06-011-1/+1
| | | | | | | | | | | | menu. Kill $PPID instead which should have the same intended effect.
| * | Do not set max_execution time here.Ermal2010-06-012-2/+2
| | |
| * | Fixes #622. Add a new file status for signaling default gateway under /tmp. ↵Ermal2010-05-311-1/+15
| |/ | | | | | | dhclient script will check for this file to define if the interface needs a default gateway or not from its given routes.
* | First steps for 3g serviceproviders supportRenato Botelho2010-06-024-135/+163
| | | | | | | | | | | | | | | | | | | | | | | | o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used on non-rrd related places o Add necessary require_once() calls to pfsense-utils.inc on places that are calling xml2array() o Add serviceproviders.xml, obtained from [1] o Add ISO xml with country codes and names, obtained from [2] [1] http://git.gnome.org/browse/mobile-broadband-provider-info/ [2] http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
* | Delete the interface_ppp_configure function and change how PPP data is saved.gnhb2010-05-291-188/+0
| | | | | | | | | | | | PPP data entered in interfaces.php was clobbering data that didn't have associated fields in this page. Fixed now. Also, add a little PPP section to interfaces.php file to point users in the right place to create the configuration.
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-2921-161/+279
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/pfsense-utils.inc usr/local/www/interfaces.php
| * Make the logout page configurable like the other pages. The only difference ↵Ermal2010-05-281-0/+44
| | | | | | | | is that this page/code will be treated as a .php page so it may contain internal php CP variables referenced.
| * Add per-user PSKs to racoon.jim-p2010-05-281-1/+8
| |
| * 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
| |
OpenPOWER on IntegriCloud