Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
57965588 06/16/2005 03:37 AM Colin Smith

Initialize the $evaled array if it doesn't exist.

b8358d15 06/16/2005 03:34 AM Colin Smith

Style cleanup.

7a861225 06/16/2005 03:31 AM Colin Smith

Fix a syntax error.

2a0e6517 06/16/2005 12:59 AM Colin Smith
  • Add eval_once, which checks the md5s of code to eval() against already eval'ed blocks.
  • eval -> eval_once when using package global functions.

Tickets #160, #158

c1312033 06/16/2005 12:32 AM Colin Smith

Send stderr to stdout when extracting archives. This should address ticket #162.

093441f0 06/15/2005 04:00 AM Colin Smith

File notices if package information isn't found.

08421c0d 06/15/2005 03:51 AM Colin Smith

Use strtolower when comparing categories.

9774f564 06/15/2005 03:47 AM Colin Smith

Add notices facility. You may now: * File a new notice. * Dump notices to an XML file. * Close notices by timestamp or ID. * Get all notices or those in certain categories. * Print a list of notices (for print_info_box()).

0c2b5df7 06/14/2005 11:27 PM Scott Ullrich

Initial commit of dnsmasq domain overrides

Submitted-to-m0n0wall-dev-by: Joe Suhre

The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG in
order to force queries for domain to a specific dns server rather then
doing a full recursive query

28014b76 06/14/2005 09:34 PM Scott Ullrich

Version bump

1a898d2d 06/14/2005 06:50 PM Scott Ullrich

Note that these values can be overriden in config.xml

4e2a17d0 06/14/2005 06:46 PM Scott Ullrich

Allow maximum PPTP clients to be overridden by:
pptp->n_pptp_units
pptp->n_pptp_units

e8a5cbf5 06/13/2005 11:13 PM Scott Ullrich

Version bump

613bdee0 06/13/2005 11:12 PM Scott Ullrich

Correctly pass the current wan to pftpx

f29bfab0 06/13/2005 10:26 PM Scott Ullrich

Version bump

33d83b9f 06/13/2005 10:25 PM Scott Ullrich

Uncomment the redirect pptp rule.

f0bdc820 06/13/2005 03:52 AM Scott Ullrich

Version bump

8cac5101 06/13/2005 01:13 AM Scott Ullrich

Correctly start pftp on pppoe and similar type connections

c163a848 06/12/2005 10:19 PM Scott Ullrich

Version bump

3d7b2204 06/12/2005 08:04 PM Scott Ullrich

Make is_service_running() work as it should

ab02bb54 06/12/2005 07:40 PM Colin Smith

Add 10 second timeout to get_pkg_info. This may fail in interesting ways if it times out.

859d9733 06/12/2005 07:20 PM Colin Smith

Fix various nagging package issues.

411776d0 06/12/2005 07:15 PM Scott Ullrich

Version bump

ed919b11 06/12/2005 06:52 PM Colin Smith

rmdir_recursive: Handle single files and remove an extra foreach.

047c40c4 06/12/2005 06:42 PM Colin Smith

Make sure we remove the package's XML file.

b783468f 06/12/2005 06:32 PM Colin Smith

Fix a typo. This broke package deinstallation.

05ac89d8 06/12/2005 06:23 PM Scott Ullrich

Brute force delete a package if it still exists after unlink_ifexists()... the item in question is most likely a directory.

644d2d59 06/12/2005 06:16 PM Colin Smith

Don't attempt to run package deinstall commands if the package XML hasn't been parsed (or it doesn't exist).

4082f394 06/12/2005 06:07 PM Scott Ullrich

Honour the custom_php_deinstall_command which is in about 90% of our packages!

8ae83697 06/12/2005 01:47 AM Scott Ullrich

Woops, missing space krept in

62010384 06/12/2005 01:47 AM Scott Ullrich

Simplify the carp and pfsync rules a lot and make them match the openbsd faq page closer

35bedfed 06/12/2005 12:19 AM Scott Ullrich

Revert non carp keep state change, it breaks carp.

93e523e8 06/12/2005 12:07 AM Scott Ullrich

require -> require_once

3f01fe47 06/11/2005 10:29 PM Colin Smith

Don't attempt to parse package configuration on deinstall if it doesn't exist.

reported-by: Scott

fd371d6d 06/11/2005 10:14 PM Colin Smith

Add 'service' listtag.

7c539f0e 06/11/2005 10:08 PM Scott Ullrich

require -> require_once

4fc85b5d 06/11/2005 06:57 AM Scott Ullrich

Really fix Status -> Queues

ad8d82ad 06/11/2005 06:31 AM Scott Ullrich

Sort queues so status -> queues should work again

32221ad8 06/11/2005 04:33 AM Bill Marquette

Multi-wan code fixes (this commit brought you by the words multi and wan)

e797e982 06/11/2005 04:08 AM Scott Ullrich

Version bump

3eb4f771 06/11/2005 03:54 AM Scott Ullrich

Add system->afterfilterchangeshellcmd xml tag which will be exec'd after
each filter_configure() call. This is useful for fixing stuff like:

http://www.m0n0.ch/wall/list/?action=show_msg&actionargs%5B%5D=172&actionargs%5B%5D=46

c1ca1741 06/11/2005 03:20 AM Scott Ullrich
  • Make sure X11 forwarding is off
  • Enable compression by default
  • Enable keep alive (client) by default
82628210 06/11/2005 02:58 AM Scott Ullrich

Add support for roue-to inside each rule which allows traffic direction for multiple wan environments

910f5ff7 06/11/2005 02:51 AM Bill Marquette

Make reply-to actually work (it's a miracle nobodies noticed!)

971fa074 06/10/2005 11:07 PM Scott Ullrich

Version bump

71da8188 06/09/2005 11:22 PM Scott Ullrich

Do not keep state on carp traffic. Chris D seems to think this may allow us to do inbound states.

33ef3f7c 06/08/2005 10:10 PM Scott Ullrich

Call custom_php_command_before_form before resync

149dbafd 06/08/2005 10:08 PM Scott Ullrich

Resync a package on installation

249a6b95 06/08/2005 02:25 AM Colin Smith

We need to remove packages from the top down, not the bottom up.

602d9466 06/07/2005 05:27 PM Scott Ullrich

Relaunch pftpx on dhclient changes if necessary

58cd1e03 06/07/2005 04:10 AM Scott Ullrich

Remove many unneeded ports suggested by craSH

16a5dc45 06/07/2005 03:48 AM Colin Smith

Update package utilities.

eb592ea4 06/06/2005 09:33 PM Scott Ullrich

Remove old rc files

d20aaef3 06/06/2005 04:55 PM Scott Ullrich

Remove /etc/rc.subr and /etc/rc.d after upgrade if it exists. We have our own rc process.

3c277603 06/06/2005 04:32 PM Scott Ullrich

Version bump

840c97dc 06/06/2005 07:27 AM Colin Smith

Document more functions.

281b2623 06/06/2005 06:13 AM Colin Smith

Flush static output when starting a fresh installation or deletion.

62c55268 06/06/2005 06:07 AM Colin Smith

Adjustments to delete_package_recursive().

407bf67a 06/06/2005 05:50 AM Colin Smith
  • Add package_delete_xml() and pkg_delete_recursive().
468a6663 06/06/2005 05:05 AM Bill Marquette

Actually queue outbound pakcets
Ticket #125

e4ec999c 06/06/2005 04:45 AM Bill Marquette

Outbound shaper tags for ticket #125

a8c49971 06/06/2005 04:14 AM Scott Ullrich

Version bump

09c32a8e 06/06/2005 04:01 AM Scott Ullrich

we really need require_once("pkg-utils.inc"); for is_package_installed();

01f5620a 06/06/2005 03:47 AM Colin Smith

Squid strikes again.

a1d2a522 06/06/2005 03:32 AM Colin Smith

Why are we including package utils? :P

69305751 06/06/2005 03:22 AM Scott Ullrich

Add missing

e1654bea 06/06/2005 02:32 AM Bill Marquette

Setup (more) correct default queues and ack queues to go along with them
Part of the master shaper ticket #121

89b7daa9 06/06/2005 02:04 AM Colin Smith
  • Write /tmp/y
  • Fix a few other minor bugs.
35923c7f 06/06/2005 12:14 AM Scott Ullrich

include pkg-utils.inc

08e3c543 06/06/2005 12:05 AM Scott Ullrich
  • Launch /usr/libexec/save-entropy niced as 20
  • Cleanup while I'm here
64092c34 06/05/2005 11:34 PM Scott Ullrich

unbreak the package manager by adding back fetch_latest_pkg_config()

378bccb7 06/05/2005 10:10 PM Colin Smith

Add needed lisstag for menu items.

9b84b953 06/05/2005 09:28 PM Scott Ullrich

Correct the is_service_running() routine

7e2779df 06/05/2005 08:59 PM Colin Smith

Bugfixes and cleanup.

6ae2ac8d 06/05/2005 08:49 PM Colin Smith

Minor alterations to package_install().

3d20d7ac 06/05/2005 08:47 PM Scott Ullrich

Remove find_package_description()

c2c40105 06/05/2005 08:35 PM Scott Ullrich

Correctly return packages description

b893276d 06/05/2005 08:30 PM Scott Ullrich

add find_package_description() which returns a packages description

7597c8e8 06/05/2005 07:53 PM Colin Smith

Add package_install, package_install_xml, etc.
Still to come: * reinstallation * deletion * hooks into rules, nat, index.php * service manager * new menu organization (config.xml instead of ext/) * other stuff as I think of it

e8149ac3 06/05/2005 07:00 PM Scott Ullrich

Version bump

66879dc4 06/05/2005 05:06 AM Bill Marquette

Don't need this function anymore - it wasn't happy anyway

2602ae2f 06/05/2005 05:03 AM Bill Marquette

Split shaper back to individual interfaces
fix VOIP queues (wrong interfaces)

b667f1ce 06/05/2005 02:37 AM Scott Ullrich

Rip evil carp breaking version

17c32c98 06/05/2005 02:36 AM Scott Ullrich

die carp breaking line, die!

123c9029 06/05/2005 12:54 AM Scott Ullrich

remove debugging

7f7695fe 06/05/2005 12:51 AM Scott Ullrich

Correctly enable hostap on wi type cards

52be1d03 06/04/2005 11:48 PM Scott Ullrich

Disable php_check_syntax() again, it has issues.

80519440 06/04/2005 09:51 PM Scott Ullrich

Version bump. Welcome to the evil update.

79a6c437 06/04/2005 07:39 PM Bill Marquette

More shaper work

9ba517a2 06/04/2005 04:54 AM Scott Ullrich

Enable php_check_syntax() checking of eval'd scripts and report an error on console if one occurs

f1f924bf 06/04/2005 02:43 AM Bill Marquette

Commit more work on the magic shaper and shaper system

0650c9b9 06/04/2005 01:38 AM Scott Ullrich

Do not carriage return after assigning debug info

abb94f34 06/04/2005 12:55 AM Scott Ullrich

Version bump

aa26bd27 06/03/2005 11:22 PM Scott Ullrich

Mount rw before rc.bootup

00b20405 06/03/2005 11:01 PM Scott Ullrich

Actually disconnect a user correctly

eccd429a 06/03/2005 10:36 PM Scott Ullrich

Remove debugging line

cc29e36d 06/03/2005 09:43 PM Scott Ullrich

Version bump

c0489a1b 06/03/2005 09:40 PM Scott Ullrich

Correctly bring up hostap mode

2901afeb 06/03/2005 07:40 PM Scott Ullrich

Revert captive portal change that ATTEMPTED to fix squid. It doesn't work. Sorry it didn't work out but temporarily squid and captiveportal are not great bed partners.

dbeeb008 06/03/2005 04:20 AM John Fleming

Remote '"' marks around trap host and trap port.
These stop the snmp server from starting.
Add trap string to write config.