summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #318. Add an option to updater settings to allow updates for images ↵Ermal2010-03-243-4/+30
| | | | with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
* Prevent upgrade/spurious errors from happening.Ermal2010-03-241-1/+1
|
* Generate hosts entries for all ips configured.Ermal2010-03-241-10/+7
|
* '@' Is also a valid PPPoE username character.jim-p2010-03-241-1/+1
|
* Redirect to the correct page after deleting an item.Erik Fonnesbeck2010-03-241-1/+1
|
* Actually its dns2 for the second entry.Ermal2010-03-231-1/+1
|
* backup_config() does not need to be wrapped with conf_mount_rw().Ermal2010-03-231-3/+0
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-2317-24/+65
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
* Unbreak ACBScott Ullrich2010-03-231-0/+3
|
* Resolve problems with dns server setup when allow override is set. Also add ↵Ermal2010-03-234-20/+17
| | | | static routes for all nameservers to be friendly with multiwan.
* Remove duplicate proxy entryErmal2010-03-231-1/+0
|
* The user owner of /dev/pf is root the group will be left to proxy to allow ↵Ermal2010-03-231-1/+1
| | | | packages to become member of this group to modify firewall.
* fix textChris Buechler2010-03-221-1/+1
|
* fix textChris Buechler2010-03-221-1/+1
|
* Rename import to bulk import. Suggested-by: Chris HornScott Ullrich2010-03-202-2/+2
|
* Ticket #313. Use $myurl when calling fixup_string to get the URL for the ↵Erik Fonnesbeck2010-03-201-1/+1
| | | | image link.
* To pick the starting tab on Services: DHCP server, use the same logic as ↵Erik Fonnesbeck2010-03-201-4/+8
| | | | used for creating tabs to make sure the first tab really gets selected.
* Adding alias updaterScott Ullrich2010-03-191-0/+41
|
* Use url consistentlyScott Ullrich2010-03-191-1/+1
|
* Add unzip support if unzip binary existsScott Ullrich2010-03-191-0/+21
|
* Fix textScott Ullrich2010-03-191-1/+1
|
* Disable update freqencyScott Ullrich2010-03-191-2/+2
|
* Use URLScott Ullrich2010-03-191-1/+1
|
* Add alias data url option. This code existed but lacked a backend daemon to ↵Scott Ullrich2010-03-193-19/+74
| | | | update the data every 24 hours. Adding this as well.
* Add needed includes.Ermal2010-03-191-0/+2
|
* Do not output twice the same textErmal2010-03-191-2/+0
|
* Unbreak aliases generation in the ruleset. Yesterday fixing large aliases ↵Ermal2010-03-191-0/+1
| | | | broke shorter ones.
* Fix parsign of packages xml.Ermal2010-03-191-1/+4
|
* Use alias style when creating aliases in wizards.Ermal2010-03-192-12/+5
|
* Ticket #434. Do not die when parsing config since we know how to recover. ↵Ermal2010-03-193-8/+13
| | | | Only die during packages.
* Fix auto update checking and showing always there is an update available.Ermal2010-03-193-80/+84
|
* Ticket #435. Correct command.Ermal2010-03-191-1/+1
|
* Fix editing large aliases. Suhosin patch has by default a limit of 64 variables.Ermal2010-03-181-0/+12
|
* Unbreak ranges.Ermal2010-03-182-2/+2
|
* Improve aliases a little bit to show large aliases.Ermal2010-03-182-39/+31
|
* Support ranges during alias imports.Ermal2010-03-181-1/+5
|
* Allow editing aliases. Pointyhat-to: ?!Ermal2010-03-181-7/+6
|
* Propperly handle large aliases and properly generate it on the config file ↵Ermal2010-03-181-4/+7
| | | | so it does not error out.
* Default to on for address pools.Ermal2010-03-181-0/+1
|
* Add some descriptions. Default to local port 1194 when no other server is ↵Ermal2010-03-182-2/+21
| | | | configured.
* Correctly show cipher listErmal2010-03-181-1/+2
|
* Enable shmop module now that is needed.Ermal2010-03-181-1/+1
|
* Add the counterpart of enablefields.Ermal2010-03-182-20/+53
|
* Actually get values from the CA based on what was choosen during wizard.Ermal2010-03-183-15/+16
|
* Default to 2048 bits.Ermal2010-03-181-1/+1
|
* Try to prefill values if creating a certificate.Ermal2010-03-181-0/+38
|
* Merge common name fields with descriptive name. Default to 3650 days of ↵Ermal2010-03-183-20/+12
| | | | lifetime and 2048 bits key length.
* Colorize config diff, fix wrapping (should still copy/paste as a single ↵jim-p2010-03-171-5/+20
| | | | line). Add diff button at the top which doubles as a column header.
* get_pkg_depends must return the whole paths of dependency files in orderScott Ullrich2010-03-171-3/+3
| | | | | | | | to enable sync_package to check for files which are not installed in the standard pkg location (i.e. outside of /usr/local/pkg). Ticket #431 Submitted-by: Lorenz Schori
* Ticket #417. Fix installation on embedded by using a refcount system for the ↵Ermal2010-03-172-25/+13
| | | | mount command.
OpenPOWER on IntegriCloud