summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
* ARP table is singularChris Buechler2012-02-211-1/+1
|
* Add button to download a .p12 of a cert+key. Implements #2147jim-p2012-02-141-0/+25
|
* Reject an interface without a subnet as a network source in the IPsec Phase ↵jim-p2012-02-141-0/+10
| | | | 2 GUI. Fixes ticket #2201
* Change to embed to prevent IE9 from misbehaving. Ticket #2165Erik Fonnesbeck2012-02-101-4/+1
|
* Unset previously set voucher sync informationErmal2012-02-061-0/+4
|
* Don't use $pconfig in widgets, it has unintended side effects.jim-p2012-02-022-5/+5
|
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-012-15/+29
|
* Correct getNasIP in 2.0.x branch to be correct. There is no multi-zone ↵Ermal2012-01-232-10/+10
| | | | support in 2.0.x
* Correct the Called-Station-Id attribute setting to be consistent on the data ↵Ermal2012-01-201-4/+28
| | | | sent
* Correct the Called-Station-Id attribute setting to be the same on STOP/START ↵Ermal2012-01-201-6/+31
| | | | packets
* Fix ssh key note to refer to DSA not just RSA since both work.jim-p2012-01-131-1/+1
|
* Check userid better here, 0 is also validjim-p2012-01-061-1/+1
|
* Fix permission and certificate display for the admin userjim-p2012-01-061-1/+1
|
* Cleanup html, make tables sortable, implements #2040jim-p2012-01-061-44/+47
|
* Clarify the potential pitfalls when setting the Frequency Probe and Down ↵jim-p2011-12-291-14/+28
| | | | parameters.
* fix textChris Buechler2011-12-251-3/+3
|
* "Destination server" is a required fieldChris Buechler2011-12-251-1/+1
|
* Local port must be specified, fix input validationChris Buechler2011-12-251-2/+2
|
* Don't let the browser auto-fill username and password on voucher config, as ↵jim-p2011-12-211-2/+2
| | | | it can interfere with the settings being properly saved if sync isn't fully configured, which this can make happen accidentally.
* Do not redirect on saving services status widget, the headers have been sent ↵jim-p2011-12-211-1/+0
| | | | by this point and it can't happen.
* Add a checkbox that disabled automatically generates negate rules for ↵smos2011-12-201-0/+16
| | | | | | directly connected networks and VPNs Ticket #2057 in redmine
* until 2.0.1 is tagged, Revert "Add a checkbox that disabled automatically ↵RELENG_2_0_1Chris Buechler2011-12-201-16/+0
| | | | | | generates negate rules for directly connected networks and VPNs" This reverts commit 9ae39b01fb7dfd9c27091e3fae7e034e9e115519.
* Add a checkbox that disabled automatically generates negate rules for ↵smos2011-12-201-0/+16
| | | | | | directly connected networks and VPNs Ticket #2057 in redmine
* Some sections should just be copied and not merged or we end up unable to ↵jim-p2011-12-121-1/+14
| | | | sync the deletion of the last item in a section.
* Require guiconfig.incScott Ullrich2011-12-032-0/+4
|
* Fix multi_all wizard to properly verify VoIP bandwidth specified.Ermal2010-12-291-11/+13
|
* variable is not yet available so rebrands get a blank page on the last step ↵Warren Baker2011-11-301-1/+1
| | | | in the setup wizard
* When making a server certificate in the wizard, make sure we specify it must ↵jim-p2011-11-291-1/+1
| | | | be a server certificate.
* Describe the serial field on imported CA more clearly. Resolves #2031jim-p2011-11-291-1/+2
|
* Fix for redmine ticket #1993. Allow saving multiple dynamic entries.smos2011-11-271-12/+0
| | | | Make sure that return_gateways_status() also returns all gateways that have monitoring disabled as up.
* Resolves #2018. Add an id to the html object to make javascript workErmal2011-11-221-1/+1
|
* Actually save the value typed in the bandwidth limit box for the openvpn ↵jim-p2011-11-161-0/+5
| | | | client instead of ignoring it.
* Check uppercase stringsScott Ullrich2011-11-161-1/+1
|
* Ensure style is set to a valid itemScott Ullrich2011-11-161-4/+10
|
* When creating an internal certificate, offer the user a choice of what ↵jim-p2011-11-091-2/+27
| | | | constraints to place upon the certificate (CA, Server, or User).
* Actually reflect the end time instead of always $now.smos2011-11-071-1/+1
| | | | Fix Ticket #1990
* Fix display of CARP widget to properly show Disabled status, bring code more ↵jim-p2011-11-071-30/+32
| | | | in line with the carp status page, and clean it up a bit.
* If sticky is enabled, show a tab under Diag > States to view the source ↵jim-p2011-11-043-6/+241
| | | | tracking table and clear it if needed.
* description is optionalChris Buechler2011-11-041-1/+1
|
* description is optionalChris Buechler2011-11-041-1/+1
|
* Reformat the DNS Forwarder page a bit so it conforms with the other pages. ↵jim-p2011-10-281-32/+50
| | | | Add some headers to make it more clear what each section does. Cosmetic changes only.
* Assume a default value of 1 for cert_depth to disallow chaining.jim-p2011-10-271-1/+5
|
* Add GUI option to limit the certificate depth allowed when OpenVPN clients ↵jim-p2011-10-271-0/+30
| | | | are connecting.
* Fix up syslog settings a bit, add some missing options, fix formatting of ↵jim-p2011-10-261-6/+58
| | | | syslog.conf, correct behavior of 'everything', code cleanup.
* Show RTT and Loss on Status > Gateways, not just on the widgetjim-p2011-10-241-1/+19
|
* Don't run ldap_urlchange on page load if there is a custom port, otherwise ↵jim-p2011-10-241-1/+2
| | | | it appears to ignore a custom LDAP port even when it's correct in the config.
* fix textChris Buechler2011-10-221-3/+3
|
* More typos/text fixes.jim-p2011-10-191-3/+3
|
* Fix typojim-p2011-10-191-1/+1
|
* Fix typojim-p2011-10-191-1/+1
|
OpenPOWER on IntegriCloud