Project

General

Profile

Download (12.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4f8e387d 01/30/2006 02:25 AM Scott Ullrich

OpenVPN cleanups by

8c328253 01/22/2006 09:48 PM Scott Ullrich

Woops, don't include brigeX in interfaces assign screen.

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

36f546e9 12/18/2005 06:01 PM Scott Ullrich

MFC get_interface_list() so that NGX and CARPX does not show up in assign interfaces

84a44689 11/28/2005 09:46 PM Scott Ullrich

Do not unlink PID file, we may need it later.

Pointy-Hat-*2: me

9d59c08f 11/28/2005 09:33 PM Scott Ullrich

Trim the contents when reading in

83111e4f 11/28/2005 12:42 AM Scott Ullrich

unlink pid file after kill operation

d7a6517a 11/27/2005 08:41 PM Scott Ullrich MFC 8080
  • Do not process hotplug events from pppoe
  • Cleanup kill by pid function, accept a real pid (dhclient depends on this)
c9847bc4 11/20/2005 11:50 PM Scott Ullrich

Use same exec() command when debugging

f024f52d 11/08/2005 05:04 AM Scott Ullrich

Use gzsig

89d1f0f2 11/06/2005 10:28 PM Scott Ullrich

Sync get_interface_list() with HEAD

27ff8a3c 10/12/2005 12:57 AM Scott Ullrich

Resolve alias value for rules

65bed2d2 09/25/2005 06:18 PM Scott Ullrich

Try and prevent the error:
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

4335dc87 09/23/2005 03:38 AM Bill Marquette

Fix aliases

57989da5 09/18/2005 11:50 PM Scott Ullrich

return $alias name

5a82064a 09/18/2005 10:59 PM Scott Ullrich

return $aliasname

bb3b9159 09/18/2005 07:40 PM Colin Smith

Bugfix.

9a5c0396 09/18/2005 07:37 PM Colin Smith

Remove debugging variable.

49149b86 09/18/2005 07:36 PM Colin Smith

Trim one preg_grep() call.

20203646 09/18/2005 07:32 PM Colin Smith

More retooling of get_interface_list(): * We can return the list keyed with either physical or friendly names. * Trim shell calls to 3 for both "active" and "media" types.

9499c2d2 09/10/2005 06:29 PM Bill Marquette

Document return values

9d3f5df1 09/10/2005 06:23 PM Bill Marquette

Return NULL if reserved word is matched (this wasn't a typo)

0c2badde 09/10/2005 06:57 AM Colin Smith

Merge and fix typo.

3154d7ed 09/10/2005 06:51 AM Colin Smith

Add "media" and "active" arguments to get_interface_list.

2a5b9215 09/07/2005 03:41 AM Bill Marquette

Aargh, test before commit!!! smack
Fixing stupid non-cleaned up copy/paste

3caa8aa1 09/07/2005 03:36 AM Bill Marquette

Correctly allow a true, false, undef return

6ec0a88f 09/06/2005 10:10 PM Scott Ullrich

Return -2 when a invalid alias name is detected

e07a06d7 09/06/2005 05:46 AM Colin Smith

Fix comment.

2a819956 09/06/2005 05:45 AM Colin Smith

Rewrite get_interface_list(). It now grabs a list of interface cloners instead of using a static list, makes fewer shell calls (more noticeable on systems with many interfaces), and does not use the preg engine.

beeef1f0 09/05/2005 01:29 AM Bill Marquette

(#458) create reserved word list - we'll stumble over more reserved words in the future

0e07750c 08/13/2005 11:46 PM Scott Ullrich

Filter pfsync

Ticket #340

07168cc3 08/06/2005 07:29 PM Bill Marquette

Huh, how did this ever work...isarray->is_array

8dbd4c3a 08/03/2005 10:27 PM Scott Ullrich

Check for an array

55e0e4e5 08/01/2005 03:50 PM Scott Ullrich

process ip addresses in addition to aliases

abe524dc 07/31/2005 06:14 PM Scott Ullrich

Do not process aliases if none are defined

5b64aa38 07/29/2005 10:24 PM Scott Ullrich

Detect aliases correctyl

9ff926a2 07/16/2005 02:39 AM Colin Smith

Instead of calling two functions before unlinking, just use @unlink().

9ef924eb 07/14/2005 04:58 AM Colin Smith

Remove duplicate string.

ddce8ef2 07/13/2005 08:42 PM Colin Smith

Instead of making 10+ calls to str_replace(), use a single call + array.

d09f5292 07/13/2005 02:55 AM Scott Ullrich

remove trailing space

669e1adb 07/04/2005 09:00 PM Bill Marquette

Various code cleanups and a few actual bugfixes courtesy of Zend

918a884d 05/23/2005 01:16 AM Bill Marquette

fix aliases

307cd525 03/27/2005 10:43 PM Bill Marquette

Add $Id$ tag

bc864536 03/21/2005 05:03 AM Bill Marquette

don't attempt to unlink directories

3b378be5 03/20/2005 09:06 PM Scott Ullrich

Missing )

1a9a95f8 03/20/2005 08:51 PM Scott Ullrich

Glob returns false. use the original parm

336cb718 03/20/2005 08:50 PM Scott Ullrich

If glob does not return an array, deal with the single filename.

777853c7 03/20/2005 08:49 PM Colin Smith

Back out wildcard handling in unlink_if_exists() until I can test it.

47d45619 03/20/2005 08:26 PM Colin Smith

Make unlink_if_exists work with wildcards using a foreach and glob().

08443c7a 03/05/2005 09:04 PM Chris Dionissopoulos

Update arp table before decide for a missing arp entry

edb2ed90 12/25/2004 03:54 AM Scott Ullrich

Ignore pflog and plip interfaces.

98bbf05a 12/20/2004 10:21 PM Scott Ullrich

Create a xml_safe_fieldname function which strips out all of the bad characters that could be associated with a xml fieldname.

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision