summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Collapse)AuthorAgeFilesLines
* Make things look nicer.Ermal Luçi2008-06-221-1/+1
|
* Add support to return even the disabled interfaces if requested.Ermal Luçi2008-06-211-6/+9
|
* Correctly return the array when only opt interfaces are requested.Ermal Luçi2008-06-201-1/+1
|
* Do not take in consideration not enabled interfaces.Ermal Luçi2008-06-201-1/+2
|
* Correct evaluation so we return the lan interface tooSeth Mos2008-06-201-1/+1
|
* Make sure our interface list always has a descriptionSeth Mos2008-06-201-0/+2
|
* Fix typos and correctly test for the <enable/> setting on optional interfaces.Ermal Luçi2008-06-191-3/+3
|
* Add option to return only the optional interface list, some code needs only ↵Ermal Luçi2008-06-181-4/+10
| | | | that.
* Begin the work of correcting the interfaces mess all around the code.Ermal Luçi2008-06-181-1/+32
|
* Return OpenVPN IP addresses when the alias type is openvpn.Scott Ullrich2008-04-271-4/+21
|
* Add process name and id checking functionsScott Ullrich2008-02-221-5/+30
|
* Change regex to match valid bandwidth to allow bandwidth with decimal point ↵Ermal Luçi2008-01-271-2/+2
| | | | to be specified.
* Adding dnswatch support.Scott Ullrich2007-12-171-0/+19
| | | | Obtained-from: m0n0wall
* Remove trailing space / crScott Ullrich2007-05-271-1/+1
|
* Do not allow - in aliases. This breaks port aliases.Seth Mos2007-05-021-1/+1
| | | | tables are fine with the - and the _. Ports only work with _.
* Make sure is_validaliasname uses the same match rules as described inSeth Mos2007-04-271-2/+2
| | | | | | | the aliases edit page. e.g. support the use of - and _ as the error message states and HEAD also supports. MFC: Yes
* The earlier fix from today that fixed get_interfaces_with_gateways() created ↵Scott Ullrich2007-04-241-23/+15
| | | | new problem where all interfaces would show up in assign_interfaces screen and other places. Instead of showing them all by default teach get_interfaces_with_gateways() how to extract the complete list.
* * Fix get_interface_list()Scott Ullrich2007-04-231-13/+13
| | | | * Backout Seth's changes. The bug was up the stack in get_interface_list()
* Only foreach through aliases if they existScott Ullrich2007-03-271-5/+5
|
* Backport the alias rowhelper description featureScott Ullrich2007-01-241-1/+11
|
* Ticket #1185Scott Ullrich2006-12-111-1/+1
| | | | Check $hostname, not $domain
* MFC 15411Scott Ullrich2006-12-051-2/+1
| | | | is_domain(): MS breaks all laws, so unserscores are allowed...
* MFC 15402Scott Ullrich2006-12-051-3/+2
| | | | is_domain(): domains must not contain underscores; empty strings are not valid
* Do not allow tunX interfaces to be assigned. This royally screws up almost ↵Scott Ullrich2006-10-031-0/+1
| | | | all dynamic providers such as pptp.
* Add mac_format() needed for radiusScott Ullrich2006-10-011-1/+27
|
* MFC commit [14178]Bill Marquette2006-09-051-3/+7
| | | | Correctly handle multi-host aliases
* Do not include enc with interface list.Scott Ullrich2006-07-071-0/+1
|
* MFC 12834Scott Ullrich2006-07-021-2/+7
| | | | create is_valid_shaperbw function - to be used shortly
* Relax is_domain() checks to include _Scott Ullrich2006-03-241-1/+1
| | | | http://forum.pfsense.org/index.php?topic=904.0;topicseen
* OpenVPN cleanups by mposch@gmail.comScott Ullrich2006-01-301-2/+1
|
* Woops, don't include brigeX in interfaces assign screen.Scott Ullrich2006-01-221-0/+1
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-1/+6
|
* MFC get_interface_list() so that NGX and CARPX does not show up in assign ↵Scott Ullrich2005-12-181-3/+26
| | | | interfaces
* Do not unlink PID file, we may need it later.Scott Ullrich2005-11-281-1/+0
| | | | Pointy-Hat-*2: me
* Trim the contents when reading inScott Ullrich2005-11-281-1/+1
|
* unlink pid file after kill operationScott Ullrich2005-11-281-0/+1
|
* MFC 8080Scott Ullrich2005-11-271-2/+5
| | | | | * Do not process hotplug events from pppoe * Cleanup kill by pid function, accept a real pid (dhclient depends on this)
* Use same exec() command when debuggingScott Ullrich2005-11-201-1/+1
|
* Use gzsigScott Ullrich2005-11-081-3/+2
|
* Sync get_interface_list() with HEADScott Ullrich2005-11-061-5/+19
|
* Resolve alias value for rulesScott Ullrich2005-10-121-0/+11
|
* Try and prevent the error:Scott Ullrich2005-09-251-0/+1
| | | | | | Warning: in_array(): Wrong datatype for second argument in /etc/inc/util.inc on line 269 by definging $upints = array(); at the beginning of the function
* Fix aliasesBill Marquette2005-09-231-1/+1
|
* return $alias nameScott Ullrich2005-09-181-2/+2
|
* return $aliasnameScott Ullrich2005-09-181-1/+1
|
* Bugfix.Colin Smith2005-09-181-1/+2
|
* Remove debugging variable.Colin Smith2005-09-181-1/+0
|
* Trim one preg_grep() call.Colin Smith2005-09-181-5/+4
|
* More retooling of get_interface_list():Colin Smith2005-09-181-22/+45
| | | | | * We can return the list keyed with either physical or friendly names. * Trim shell calls to 3 for both "active" and "media" types.
* Document return valuesBill Marquette2005-09-101-1/+2
|
OpenPOWER on IntegriCloud