summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Turn zlib compression back on. Tested by and reminded by Pierre Pomes. ↵Scott Ullrich2011-01-031-1/+1
| | | | Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him).
* Attempt to make it more clear to users that "Dial on Demand" should not be ↵gnhb2011-01-031-1/+1
| | | | | | enabled if the link should be always up/on.
* Remove uncessesary function call.gnhb2011-01-031-1/+0
| | | | | | | | | This function call is extraneous. mpd will automatically shut down existing mpd processes gracefully because we call it with the "-k" command line switch. In addition, this call causes mpd to be started twice in rapid succession when users have "dial on demand" enabled. This can lead to problems with orphaned netgraph nodes which can only be cleaned up via reboot.
* Reshuffle code a bit. Prevent potential race condition between one mpd instancegnhb2011-01-031-3/+5
| | | | | | | shutting down and the second one starting. There's no need to kill mpd before restarting it since we always start it with the "-k" flag which means "wait for existing mpd process to exit gracefully before starting."
* Ticket #1141. Typo error, use ->user to enable authPierre POMES2011-01-021-1/+1
|
* Ticket #1141. Add necessary stuff for smtp auth using saslPierre POMES2011-01-027-1/+613
|
* Ticket #1083. Remove alias capabilities from external and src fieldsPierre POMES2011-01-011-9/+10
|
* Add new default option that makes RRD graphs with the old type of behavior ↵Erik Fonnesbeck2010-12-312-76/+114
| | | | for time periods, configurable on settings tab.
* Use correct variable for this condition.Erik Fonnesbeck2010-12-311-1/+1
|
* since packages aren't version-specific anymore, clarify to Available PackagesChris Buechler2010-12-312-3/+5
|
* remove <strong> to make consistent with all other textChris Buechler2010-12-311-1/+1
|
* Improve parse_config to not be recursive for no reason. This fixes some ↵Ermal2010-12-301-54/+52
| | | | strange cases of config lock being left held and blocking GUI.
* Only unlink /conf/needs_package_sync if no packages are installed, otherwise ↵Erik Fonnesbeck2010-12-301-4/+5
| | | | leave it to the package manager to take care of it.
* Move unlink back to the correct line.Erik Fonnesbeck2010-12-301-1/+1
|
* Fix PHP warning related to recent update of apc extension.Erik Fonnesbeck2010-12-301-8/+8
|
* make rebrand friendlyChris Buechler2010-12-291-1/+1
|
* Turn off csrf checksScott Ullrich2010-12-292-0/+4
|
* Allow entering an arbitrary subnet for outbound NAT translations.jim-p2010-12-293-4/+41
|
* Add 10 to row count on textareaScott Ullrich2010-12-291-1/+1
|
* Nuke newlineScott Ullrich2010-12-291-1/+1
|
* Unbreak installedinfo optionScott Ullrich2010-12-291-1/+1
|
* Add address pool support to outbound NAT. Allow specifying a subnet for ↵jim-p2010-12-292-17/+80
| | | | outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool.
* Ticket #802. During a config restore detect if the vlan interfaces need ↵Ermal2010-12-283-1/+27
| | | | reassignment too. This might be problematic for other type of interfaces on 2.0!
* Add radius port and radius accounting port to config if supplied.Ermal2010-12-281-1/+7
|
* Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN'sPierre POMES2010-12-282-3/+21
|
* Fix case statements, may fix rrd graph generation for certain periods.jim-p2010-12-281-2/+2
|
* Run filter configure after doing a save on CP.Ermal2010-12-281-0/+2
|
* clarify CSRF failure messageChris Buechler2010-12-281-1/+1
|
* fix textChris Buechler2010-12-281-2/+2
|
* Undo last commit. Need to add an additional check for opackage count == 0Scott Ullrich2010-12-271-0/+1
|
* Don't include rfc1918 in bogonsjim-p2010-12-271-3/+0
|
* Allow any port to go out for CP. This should unbreak traffic of CP rdr!Ermal2010-12-281-2/+2
|
* Use convert_friendly_interface_to_friendly_descr in the wol widget, just ↵jim-p2010-12-271-5/+1
| | | | like on the main page. Ticket #1103
* Use strtoupper herejim-p2010-12-271-1/+1
|
* Unlink needs_package_sync after one pkg has installed OK which means that ↵Scott Ullrich2010-12-272-2/+2
| | | | our internet connection is up.
* Fix OpenVPN NetBIOS settings not propagating from the wizard to the server ↵jim-p2010-12-271-0/+1
| | | | instance.
* Ticket #944. Wehn changing the parent interface make sure to destroy the old ↵Ermal2010-12-271-0/+5
| | | | vlan before creating the new one. Since vlans use the name of the parent the old interface referencing the old parent vlan will remain intact.
* fix textChris Buechler2010-12-251-1/+1
|
* fix textChris Buechler2010-12-251-1/+1
|
* default to single host on 1:1 NAT as it always has and is the most common usageChris Buechler2010-12-251-1/+1
|
* switch back to Internal rather than Source, Source is just confusingChris Buechler2010-12-252-5/+5
|
* update bogonsChris Buechler2010-12-251-16/+8
|
* More misc pkg install txt fixupsScott Ullrich2010-12-251-31/+31
|
* More misc pkg install txt fixupsScott Ullrich2010-12-251-3/+2
|
* Add newline after restoring libsScott Ullrich2010-12-251-0/+1
|
* backup and restore libs in correct locationScott Ullrich2010-12-251-13/+13
|
* misc text formatting fixes (tabs)Scott Ullrich2010-12-251-5/+5
|
* Increase textarea col size now that there is a lot more pkg ↵Scott Ullrich2010-12-251-2/+2
| | | | install/deinstall information being output
* Only backup libraries at the beginning of the deinstall cycle.Scott Ullrich2010-12-251-4/+6
|
* Add tabScott Ullrich2010-12-251-1/+1
|
OpenPOWER on IntegriCloud