summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove double global declarationErmal Luçi2009-07-091-1/+1
|
* Adding notify_via_growl() function which assists in sending growl messages ↵Scott Ullrich2009-07-091-1/+20
| | | | to your device. Will be used to alert important things such as wan down, wan high latency, etc.
* First stab at adding growl notifications settings screen (and other future ↵Scott Ullrich2009-07-091-0/+154
| | | | notifications)
* Break after processing the first record. Anything more would be uncivilized.Scott Ullrich2009-07-091-1/+3
|
* Do not show <noembedded> packages on nanobsdScott Ullrich2009-07-091-1/+4
|
* Set the memory limit to 128MScott Ullrich2009-07-091-1/+6
|
* Declare as a propper function to avoid errors.Ermal Luçi2009-07-091-5/+4
|
* Prevent users to misconfigure layer7 rules for now.(Ther are supported only ↵Ermal Luçi2009-07-091-0/+2
| | | | on pass rules)
* Add forgotten global so file creation actually works.Ermal Luçi2009-07-091-7/+6
|
* Correct spacing for interfaces. Reload interfaces after assinging is changed ↵Ermal Luçi2009-07-092-4/+6
| | | | from console.
* Fix path to expireaccounts.Ermal Luçi2009-07-092-2/+2
|
* I really need to take more coffee. Fix another typo.Ermal Luçi2009-07-091-1/+1
|
* Fix typoErmal Luçi2009-07-091-1/+1
|
* Add missed commit for package filter functions to work.Ermal Luçi2009-07-091-0/+2
|
* Include only .inc files. This fixes issues with packages that this function ↵Ermal Luçi2009-07-091-1/+1
| | | | is really used.
* Adding growl class which can be used to send growl alerts. Will add the GUI ↵Scott Ullrich2009-07-091-0/+92
| | | | bits in a bit.
* Move upgrade wall message to the correct function (migrate_rrd_format())Scott Ullrich2009-07-091-1/+1
|
* Change admin home directory to /root.Scott Ullrich2009-07-081-1/+1
|
* Fix error when attempting to add a DHCP static mapping. Fixes #29jim-p2009-07-081-4/+4
|
* There is not necessity to launch mount commands for nothing.Ermal Luçi2009-07-081-0/+3
|
* Test better with function change.Ermal Luçi2009-07-081-2/+2
|
* Use the available function to avoid some errors.Ermal Luçi2009-07-081-3/+3
|
* Bring captive portal widget up to date with changes.Ermal Luçi2009-07-081-18/+17
|
* Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-086-5/+6
| | | | not need to be present on all of the includes.
* Append several functions the filter_ prefix to know they are part of ↵Ermal Luçi2009-07-082-19/+17
| | | | | | filter.inc as any other function in this file. Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
* Rename generate_ipsec_filter_rules to filter_generate_ipsec_rules; Rename ↵Ermal Luçi2009-07-081-9/+9
| | | | generate_user_filter_rule* to filter_generate_user_rule*
* Since we could not use anchors now we need to reload the filter whenever we ↵Ermal Luçi2009-07-081-1/+7
| | | | add/remove/reinstall a package.
* Add needed filter_reload call.Ermal Luçi2009-07-081-1/+3
|
* Remove pkg-utils.inc dependency on filter.inc this brings speed improvements ↵Ermal Luçi2009-07-081-66/+1
| | | | and makes a clear distinction on subsystems.
* Add isvm() function which will return true if it detects that we are running ↵Scott Ullrich2009-07-071-0/+17
| | | | in a virtualized environment
* Add a seatbelt check to ensure the on disk partition is the same size (or ↵Scott Ullrich2009-07-071-0/+12
| | | | larger) and bail if it has any issues.
* Addd missing */Scott Ullrich2009-07-071-1/+1
|
* Rename the vlan interface after assigning the parent interface.Ermal Luçi2009-07-071-2/+2
|
* Fix Bug #24. Actually just make the name usable in the new gateway code.Ermal Luçi2009-07-071-1/+1
|
* Fix Bug #26. This can be easily backported to 1.2.x.Ermal Luçi2009-07-071-7/+7
|
* Fix some typos in wizard.php code introduced by previous commit.Ermal Luçi2009-07-072-86/+96
| | | | | Add 'displayname' even to option fields of select. Convert traffic_shaper_wizard to use display better names with the introduced 'displayname'
* Add a 'displayname' field to make it easier to print better labels for inputs.Ermal Luçi2009-07-071-8/+36
|
* Remove debugging echosErmal Luçi2009-07-071-5/+2
|
* Fix some typos.Ermal Luçi2009-07-072-3/+7
|
* fix some other shortcuts provided by the GUI.Ermal Luçi2009-07-071-11/+7
| | | | This commit fixes even Bug #27
* Add l2tpErmal Luçi2009-07-071-0/+3
|
* Fix interface list usageErmal Luçi2009-07-075-21/+11
| | | | WARN: Please ask before introducing old code on what have changed!
* Add suhosin moduleScott Ullrich2009-07-061-0/+1
|
* We need to be RW to modify user information.Scott Ullrich2009-07-061-0/+6
|
* Oops, add needed echo ''Scott Ullrich2009-07-061-1/+1
|
* Broadcast to all ttys that a RRD upgrade is in progress.Scott Ullrich2009-07-061-1/+1
|
* Call convert_config(); after import.Scott Ullrich2009-07-061-0/+2
|
* Present hook points for packages to present their rules.Ermal Luçi2009-07-062-37/+52
| | | | | This allows to remove the filter.inc dependecy from pkg-utils.inc and simplifies lot of package writing as concerened to the firewall. The rules hardcoded in filter.inc for some packages will be removed at a second pass.
* Fix ipsec vpn phase1 post code so that we correctly try to delete the old ↵Seth Mos2009-07-061-3/+4
| | | | static route if required.
* Correct variable names so that the logging is useful.Seth Mos2009-07-061-2/+1
| | | | Remove racoon reload signal
OpenPOWER on IntegriCloud