summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use $BOOT_DRIVEScott Ullrich2009-07-061-2/+2
|
* Really set boot slice correctlyScott Ullrich2009-07-061-12/+13
|
* Set boot slice correctly (reversed logic)Scott Ullrich2009-07-052-2/+1
|
* Add and use fdisk_upgrade_log.txtScott Ullrich2009-07-052-38/+41
|
* Add a <p/> between messageScott Ullrich2009-07-051-1/+1
|
* Note that the newly duplicated slice has not been set as the active slice.Scott Ullrich2009-07-051-1/+1
|
* Show $ORIGINSLICE -> $DESTSLICEScott Ullrich2009-07-051-2/+4
|
* Add missing ;Scott Ullrich2009-07-051-2/+2
|
* Correctly set fstabScott Ullrich2009-07-051-1/+1
|
* Correct set boot sliceScott Ullrich2009-07-051-9/+29
|
* fsck the fs after duplication. Add other misc upgrade log files.Scott Ullrich2009-07-051-0/+5
|
* Cleanup textScott Ullrich2009-07-051-3/+8
|
* Send file list to its own logfileScott Ullrich2009-07-051-1/+1
|
* Add view previous upgrade log optionScott Ullrich2009-07-051-0/+23
|
* Set the slice name after duplicatingScott Ullrich2009-07-051-0/+1
|
* Do not set bootup slice after duplication. Add some progress information.Scott Ullrich2009-07-051-11/+40
|
* Full path to binaries. Correct the failed message.Scott Ullrich2009-07-051-14/+15
|
* Adding nanobsd optionScott Ullrich2009-07-052-3/+5
|
* First stab at diagnostics -> nanobsd page.Scott Ullrich2009-07-051-0/+180
|
* Add NanoBSD supportScott Ullrich2009-07-051-1/+8
|
OpenPOWER on IntegriCloud