summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Clean up this code a little.jim-p2010-06-091-8/+6
|
* Use different logic for this function, copied from crypt_acb.php. Ticket #537jim-p2010-06-091-20/+11
|
* Include rrd.inc if dump_rrd_to_xml() is not found to be included to avoid ↵Scott Ullrich2010-06-091-2/+4
| | | | Fatal error: Call to undefined function dump_rrd_to_xml() in /etc/inc/upgrade_config.inc on line 1752
* Clean up pptp a bit and modify text description in interfaces_ppps_editgnhb2010-06-101-5/+3
|
* Fix up upgrade function for new PPPs implementation.gnhb2010-06-101-11/+10
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-091-18/+18
|\
| * Don't delete these additional files until the end of the package uninstall ↵jim-p2010-06-081-18/+18
| | | | | | | | process. Otherwise files needed in some steps will be missing. Should fix some outstanding package issues (especially uninstall/reinstall issues). At the very least this fixes uninstall/reinstall of OpenVPN Client Export.
* | Fix up for new ptpid scheme and new iface naming scheme.gnhb2010-06-091-3/+4
| |
* | Fix missing "or" ||.gnhb2010-06-091-1/+1
| |
* | Fix up for new ptpid scheme and iface name scheme.gnhb2010-06-093-18/+19
| |
* | Make pppoe reset work again with new <if> naming scheme.gnhb2010-06-091-12/+20
| | | | | | | | | | | | | | | | Previous commit also moved pppoe reset functions to interfaces.inc so we don't have to duplicate in interfaces.php and interfaces_ppps_edit.php Also, add code so that when ppp config section gets deleted, associated <cron> item gets deleted for pppoe-reset cron items.
* | Change ptpid to use sequential number. This makes Ermal happy. :)gnhb2010-06-091-0/+112
| | | | | | | | Also add <if> section to <ppps><ppp> which is ppp type + ptpid.`
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-081-1/+0
|\ \ | |/
| * Trim the output. This only nails you if your interface is last in the list.gnhb2010-06-082-2/+1
| |
* | Fix all issues that Ermal found.gnhb2010-06-082-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interfaces.php problems. 1- When creating a pppoe ptpid on the config is empty(<<ptpid/>). 2- after switching from pppoe to pptp in the config there remains pppoe-reset-type which is not that much of a bug but needs to be fixed. 3- When choosing ppp type even though i do not have a device i am allowed to save. After saving it switches to none type automatically. The <ppp> section still has values of pptp config and some of pppoe and only the apn related to ppp. The interface assignment still has teh interface pptp1! (This is quite buggy i would say.) Interfaces -> assign 1- After doing all the tests on interfaces.php everything is shown with ppp() on interfaces.php picture attached. (probably an issue with how you do find ppp interfaces around.) 2- MPD is started even though the interface is not enabled after assignment. 3- During assignment as i tell you even below remove teh pptpid from the interface an duse interface name. Interfaces -> assign -> ppp 1- I have an emtpy thing in there when i do all the actions on interfaces.php
* | Give more time for getting dhcp address and DNS lookup.gnhb2010-06-081-4/+11
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-082-34/+45
|\ \ | |/
| * Be consistent on % for loss state.Ermal2010-06-071-1/+1
| |
| * Catch up with php limits.Ermal2010-06-071-2/+2
| |
| * Show some sensible defaults for delay and loss.Ermal2010-06-071-2/+2
| |
| * Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵Ermal2010-06-071-12/+13
| | | | | | | | function to find even dynamic gateways ip.
| * Honor GUI configured DNS settings for PPTP/PPPoE/L2TP if present.jim-p2010-06-071-20/+30
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-078-147/+143
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
| * One more $if changed to $ifdescr and remove unneccessary line.gnhb2010-06-061-2/+1
| |
| * Revert "One more $if must change to $ifdescr"gnhb2010-06-061-1/+1
| | | | | | | | | | | | This reverts commit a045b3270f13f39908beb875ede4e75f565e12e9. Not correct.
| * One more $if must change to $ifdescrgnhb2010-06-061-1/+1
| |
| * Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-06-0614-298/+275
| |\
| | * Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files ↵Ermal2010-06-043-26/+13
| | | | | | | | | | | | is regenerated to avoid problems.
| | * Silence is better for this command.Ermal2010-06-031-1/+1
| | |
| | * Add some missing code to convert_real_interface_to_friendly_interface_name. ↵Ermal2010-06-032-112/+128
| | | | | | | | | | | | There is no need to go through all the interfaces just to find out if an interface has a gateway or not and is the same for finding the real interface name of a friendly interface. Also while here do not rely on stristr for finding if an interface exists rather do a proper matching on interface name otherwise wrong results might come up.
| | * Return the gateway status only for gateways apinger knows about instead of ↵Ermal2010-06-032-20/+4
| | | | | | | | | | | | assuming that all gateways are down, which might give consecuences. Also prepend 'filter_' to the function used to kill states for down gateways in filter.inc to be consistent.
| * | Some $config variable referencing $if but $if is not defined.gnhb2010-06-061-4/+4
| | | | | | | | | | | | Change $if to $ifdescr to restore normal functionality.
* | | Fix up little things.gnhb2010-06-071-3/+4
| | |
* | | Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.gnhb2010-06-071-102/+133
| | | | | | | | | | | | Must create an OPTx interface and set to DHCP for DHCP+PPPoE.
* | | Make display of interface name and uptime work again on status_interfaces.phpgnhb2010-06-061-7/+7
| | |
* | | Set default values to what we've had in the past.gnhb2010-06-031-2/+6
| | | | | | | | | | | | `
* | | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-0310-139/+129
|\ \ \ | | |/ | |/|
| * | Mute this command so people do not think something went wrong.Ermal2010-06-021-1/+1
| | |
| * | Correct ifconfig syntaxErmal2010-06-021-2/+2
| | |
| * | Use the module functions to set/remove/test interface capabilities.Ermal2010-06-021-40/+21
| | |
| * | Use the new functions on CP code too.Ermal2010-06-021-6/+6
| | |
| * | Start sshd early on boot so it is availble as soon as the first ip is ↵Ermal2010-06-021-4/+4
| | | | | | | | | | | | configured.
| * | Use the functions from the pfSense module to configure interfaces on ↵Ermal2010-06-021-72/+66
| | | | | | | | | | | | interfaces.inc.
| * | Don't kill ssh, it will stop the rest of the process when done from ssh. ↵jim-p2010-06-021-9/+0
| | | | | | | | | | | | Instead, do not shut down network interfaces before a reboot. The original motive for doing this may no longer be necessary. Fixes #626
| * | Remove this line, it is not needed.jim-p2010-06-021-2/+0
| | |
| * | When an interface spoofs its mac address change the mac address of all vlans ↵Ermal2010-06-011-10/+12
| | | | | | | | | | | | having it as parent. Remove such code from the vlan configuration phase since this is way the mac change will always get propagated and its faster.
| * | Remove spurious call to mute console.Ermal2010-06-011-2/+1
| | |
| * | Do not nuke /tmp/ on livecd'sScott Ullrich2010-06-011-1/+3
| | |
| * | Use sockstat, netstat might take to long under certain circumstances.Ermal2010-06-011-1/+1
| | |
| * | Fix upgrade code for disable bit on OpenVPN CSC entries.jim-p2010-06-011-0/+5
| | |
OpenPOWER on IntegriCloud