summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Initialize the $evaled array if it doesn't exist.Colin Smith2005-06-161-9/+9
|
* Style cleanup.Colin Smith2005-06-161-8/+9
|
* Fix a syntax error.Colin Smith2005-06-161-4/+5
|
* * Add eval_once, which checks the md5s of code to eval() against already ↵Colin Smith2005-06-161-7/+18
| | | | | | | | eval'ed blocks. * eval -> eval_once when using package global functions. Tickets #160, #158
* Send stderr to stdout when extracting archives. This should address ticket #162.Colin Smith2005-06-161-1/+1
|
* File notices if package information isn't found.Colin Smith2005-06-151-39/+36
|
* Use strtolower when comparing categories.Colin Smith2005-06-151-1/+1
|
* Add notices facility. You may now:Colin Smith2005-06-151-0/+153
| | | | | | | | * 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()).
* Initial commit of dnsmasq domain overridesScott Ullrich2005-06-142-1/+7
| | | | | | | | 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
* Version bumpScott Ullrich2005-06-141-1/+1
|
* Note that these values can be overriden in config.xmlScott Ullrich2005-06-141-2/+2
|
* Allow maximum PPTP clients to be overridden by:Scott Ullrich2005-06-142-9/+38
| | | | | pptp->n_pptp_units pptp->n_pptp_units
* Version bumpScott Ullrich2005-06-131-1/+1
|
* Correctly pass the current wan to pftpxScott Ullrich2005-06-131-2/+3
|
* Version bumpScott Ullrich2005-06-131-1/+1
|
* Uncomment the redirect pptp rule.Scott Ullrich2005-06-131-2/+2
|
* Version bumpScott Ullrich2005-06-131-1/+1
|
* Correctly start pftp on pppoe and similar type connectionsScott Ullrich2005-06-131-5/+7
|
* Version bumpScott Ullrich2005-06-121-1/+1
|
* Make is_service_running() work as it shouldScott Ullrich2005-06-121-5/+2
|
* Add 10 second timeout to get_pkg_info. This may fail in interesting ways if ↵Colin Smith2005-06-121-1/+1
| | | | it times out.
* Fix various nagging package issues.Colin Smith2005-06-121-3/+4
|
* Version bumpScott Ullrich2005-06-121-1/+1
|
* rmdir_recursive: Handle single files and remove an extra foreach.Colin Smith2005-06-121-22/+11
|
* Make sure we remove the package's XML file.Colin Smith2005-06-121-0/+6
|
* Fix a typo. This broke package deinstallation.Colin Smith2005-06-121-1/+1
|
* Brute force delete a package if it still exists after unlink_ifexists()... ↵Scott Ullrich2005-06-121-0/+2
| | | | the item in question is most likely a directory.
* Don't attempt to run package deinstall commands if the package XML hasn't ↵Colin Smith2005-06-121-3/+8
| | | | been parsed (or it doesn't exist).
* Honour the custom_php_deinstall_command which is in about 90% of our packages!Scott Ullrich2005-06-121-0/+3
|
* Woops, missing space krept inScott Ullrich2005-06-121-1/+1
|
* Simplify the carp and pfsync rules a lot and make them match the openbsd faq ↵Scott Ullrich2005-06-121-33/+3
| | | | page closer
* Revert non carp keep state change, it breaks carp.Scott Ullrich2005-06-121-1/+1
|
* require -> require_onceScott Ullrich2005-06-121-1/+1
|
* Don't attempt to parse package configuration on deinstall if it doesn't exist.Colin Smith2005-06-111-48/+52
| | | | reported-by: Scott
* Add 'service' listtag.Colin Smith2005-06-111-1/+1
|
* require -> require_onceScott Ullrich2005-06-112-2/+2
|
* Really fix Status -> QueuesScott Ullrich2005-06-111-2/+1
|
* Sort queues so status -> queues should work againScott Ullrich2005-06-111-0/+1
|
* Multi-wan code fixes (this commit brought you by the words multi and wan)Bill Marquette2005-06-111-2/+2
|
* Version bumpScott Ullrich2005-06-111-1/+1
|
* Add system->afterfilterchangeshellcmd xml tag which will be exec'd afterScott Ullrich2005-06-111-0/+9
| | | | | | 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
* * Make sure X11 forwarding is offScott Ullrich2005-06-111-4/+6
| | | | | * Enable compression by default * Enable keep alive (client) by default
* Add support for roue-to inside each rule which allows traffic direction for ↵Scott Ullrich2005-06-111-0/+6
| | | | multiple wan environments
* Make reply-to actually work (it's a miracle nobodies noticed!)Bill Marquette2005-06-111-1/+1
|
* Version bumpScott Ullrich2005-06-101-1/+1
|
* Do not keep state on carp traffic. Chris D seems to think this may allow ↵Scott Ullrich2005-06-091-2/+2
| | | | us to do inbound states.
* Call custom_php_command_before_form before resyncScott Ullrich2005-06-081-0/+5
|
* Resync a package on installationScott Ullrich2005-06-081-0/+4
|
* We need to remove packages from the top down, not the bottom up.Colin Smith2005-06-081-5/+5
|
* Relaunch pftpx on dhclient changes if necessaryScott Ullrich2005-06-072-0/+4
|
OpenPOWER on IntegriCloud