Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Send TERM to sshd during shutdown/reboot to ensure that client sessions are ↵ | jim-p | 2010-06-01 | 2 | -0/+4 | |
| | | | | | | | | | | | | kicked properly. Fixes #626. | |||||
| * | | Don't kill login here. When this happens from ssh is also resets the console ↵ | jim-p | 2010-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | menu. Kill $PPID instead which should have the same intended effect. | |||||
| * | | Do not set max_execution time here. | Ermal | 2010-06-01 | 2 | -2/+2 | |
| | | | ||||||
| * | | Fixes #622. Add a new file status for signaling default gateway under /tmp. ↵ | Ermal | 2010-05-31 | 1 | -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 support | Renato Botelho | 2010-06-02 | 4 | -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. | gnhb | 2010-05-29 | 1 | -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 mlppp | gnhb | 2010-05-29 | 21 | -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 ↵ | Ermal | 2010-05-28 | 1 | -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-p | 2010-05-28 | 1 | -1/+8 | |
| | | ||||||
| * | Remove part of the message displayed some people might find its completely ↵ | Ermal | 2010-05-28 | 1 | -1/+1 | |
| | | | | | | | | ok to use it. | |||||
| * | Make sure to cleanup /tmp before using it. Solves config cache issue as a start. | Ermal | 2010-05-28 | 1 | -0/+1 | |
| | | ||||||
| * | Remove stale code. | Ermal | 2010-05-28 | 1 | -4/+0 | |
| | | ||||||
| * | Add a function to find the mac address on a passthrough mac entry by ↵ | Ermal | 2010-05-28 | 1 | -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 ↵ | Ermal | 2010-05-25 | 1 | -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. | Ermal | 2010-05-25 | 1 | -1/+2 | |
| | | ||||||
| * | Correctly teardown states for down gateways. | Ermal | 2010-05-25 | 1 | -3/+3 | |
| | | ||||||
| * | pfSense_get_interface_stats no longer gives the up/down status of the ↵ | Erik Fonnesbeck | 2010-05-25 | 1 | -1/+1 | |
| | | | | | | | | interface, so use pfSense_get_interface_addresses instead. | |||||
| * | Fix caps/grammar. | jim-p | 2010-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Remove logs from temp config backup so they aren't clobbered when restored. | jim-p | 2010-05-25 | 1 | -0/+6 | |
| | | ||||||
| * | Standardize upgrade log filenames | jim-p | 2010-05-25 | 1 | -2/+2 | |
| | | ||||||
| * | Backup all of /conf including subdirectories during upgrade instead of just ↵ | jim-p | 2010-05-25 | 1 | -4/+4 | |
| | | | | | | | | files in /conf/ | |||||
| * | Ticket #444. Use noatime even here. | Ermal | 2010-05-25 | 1 | -2/+2 | |
| | | ||||||
| * | Ticket #444. Use noatime even here. | Ermal | 2010-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Do not run netstat but use pfSense_get_interface_stats to gather interface ↵ | Ermal | 2010-05-25 | 1 | -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-p | 2010-05-24 | 1 | -35/+20 | |
| | | ||||||
| * | Let these files stay since they were brought back (for now). | jim-p | 2010-05-24 | 1 | -2/+0 | |
| | | ||||||
| * | Ticket #612. Correctly show the number of users as 0 on a group with no ↵ | Ermal | 2010-05-24 | 1 | -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 ↵ | Ermal | 2010-05-24 | 1 | -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 fail | Scott Ullrich | 2010-05-23 | 1 | -0/+5 | |
| | | ||||||
| * | Make installer unionfs | Scott Ullrich | 2010-05-23 | 1 | -1/+3 | |
| | | ||||||
| * | Add newline | Scott Ullrich | 2010-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Do not include altq/shaper twice | Scott Ullrich | 2010-05-22 | 1 | -2/+0 | |
| | | ||||||
| * | Do not reinclude filter.inc | Scott Ullrich | 2010-05-22 | 1 | -2/+0 | |
| | | ||||||
| * | Remove unionfs /, will have to come up with a new plan | Scott Ullrich | 2010-05-22 | 1 | -2/+0 | |
| | | ||||||
| * | Use unionfs for / | Scott Ullrich | 2010-05-22 | 2 | -6/+3 | |
| | | ||||||
| * | Add missing ; | Scott Ullrich | 2010-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add (C)ontinue option for the impatient | Scott Ullrich | 2010-05-22 | 1 | -3/+4 | |
| | | ||||||
| * | Generate a MFS partition for / since ZFS likes to mount its disk on / | Scott Ullrich | 2010-05-22 | 1 | -0/+6 | |
| | | ||||||
| * | Ensure config.cache does not exist so the subsequent requests can cleanly ↵ | Scott Ullrich | 2010-05-22 | 1 | -0/+2 | |
| | | | | | | | | reload the configuration. Ticket #601 | |||||
| * | Move machine arch over a bit to the right | Scott Ullrich | 2010-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Oops, include /etc/ | Scott Ullrich | 2010-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | We now have a restore command, note this | Scott Ullrich | 2010-05-22 | 1 | -1/+2 | |
| | | ||||||
| * | Check if file is tgz | Scott Ullrich | 2010-05-21 | 1 | -3/+4 | |
| | | ||||||
| * | Move get_include_contents function to pfsense-utils.inc | Scott Ullrich | 2010-05-21 | 1 | -1/+13 | |
| | | ||||||
| * | Allow php code to be included in the primary captive portal page. Add new ↵ | Scott Ullrich | 2010-05-21 | 1 | -0/+16 | |
| | | | | | | | | ORIGINAL_PORTAL_IP post item which will be experimenting with a master mutli voucher setup. | |||||
| * | Remove stray done | Scott Ullrich | 2010-05-21 | 1 | -1/+0 | |
| | | ||||||
| * | Adding enablesshd pfSsh.php script | Scott Ullrich | 2010-05-21 | 1 | -0/+16 | |
| | | ||||||
| * | Do not fsck /cf on each bootup | Scott Ullrich | 2010-05-21 | 1 | -1/+2 | |
| | | ||||||
| * | Unbreak nanobsd since Ticket #444 | Scott Ullrich | 2010-05-21 | 1 | -24/+21 | |
| | | ||||||
| * | Unbreak nano since ticket #444 | Scott Ullrich | 2010-05-21 | 1 | -3/+7 | |
| | |