summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Add a button to the filter reload screen to force a config sync (only shows ↵jim-p2010-11-031-0/+9
| | | | up if a config sync peer is defined).
* Fix saving of off/disabled PPPoE server instances. Fixes #987jim-p2010-11-031-32/+34
|
* Don't show empty user IPsec keys.jim-p2010-11-031-1/+1
|
* Ticket #980. Bring CP widget up to date. Also bind lighty for CP to ↵Ermal2010-11-032-29/+33
| | | | 127.0.0.1 it should not be accessible otherwise.
* Don't use pconfig in a widget, it can cause issues with other widget settings.jim-p2010-11-021-43/+43
|
* CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 ↵jim-p2010-11-028-15/+23
| | | | in ticket #830
* More VPN log fixes, for consistency. Ticket #912jim-p2010-11-021-3/+14
|
* Switch from buttons to tabs, add a mode to view raw mpd logs for each vpn ↵jim-p2010-11-021-37/+48
| | | | type, and some general cleanup. Fixes #912
* Remove these now-obsolete linkup/linkdown scripts.jim-p2010-11-026-36/+0
|
* Fix VPN log page to use the updated log format (again). Ticket #912.jim-p2010-11-021-5/+6
|
* Use a unified vpn-linkup script that detects the type based on interface name.jim-p2010-11-021-0/+11
|
* Show login/logout events for pptp, pppoe server, and l2tp. Could use some ↵jim-p2010-11-011-7/+8
| | | | work to simplify. Ticket #912.
* Add individual linkdown scripts so the service type can be set in the log.jim-p2010-11-013-0/+15
|
* Add service type to vpn logjim-p2010-11-013-3/+3
|
* Sync service status widget code with service status page. Fixes #984jim-p2010-11-011-80/+104
|
* Test for arrays first, should fix #968jim-p2010-11-011-2/+4
|
* Make the change here, too.Erik Fonnesbeck2010-10-291-2/+2
|
* Replace \r from custom options otherwise it breaks config.Ermal2010-10-282-2/+2
|
* Fix logging parameters.jim-p2010-10-281-1/+1
|
* Fix pfctl -b parameters to prevent the killing of unintended states.jim-p2010-10-281-2/+1
|
* Fix formattingjim-p2010-10-282-32/+32
|
* Fix this logic.jim-p2010-10-282-2/+2
|
* Ticket #975. Rearrange code a little.Ermal2010-10-271-2/+4
|
* Do not require LDAP search base DN. Requiring this can prevent some valid ↵jim-p2010-10-271-3/+2
| | | | LDAP configurations from properly authenticating. (See GDD-550841).
* Ticket #959: keep local ipalias and proxyarp vip's during a XMLRPC restorepierrepomes2010-10-261-0/+6
|
* Make the $pgtitle output a link back to the current page for a convenient ↵jim-p2010-10-261-1/+1
| | | | way of reloading.
* Remove unnecessary (and unclosed) form tag.jim-p2010-10-251-1/+0
|
* Do not allow spaces in load balancer name fields, they are invalid in relayd.jim-p2010-10-255-0/+15
|
* Resolves #971. Fix wizard.php to show interface descriptive names. ↵Ermal2010-10-251-8/+7
| | | | Pointy-hat: gnhb
* Balance <p> with </p>Ermal2010-10-221-7/+7
|
* Put </ul> tags inside the same <td> since they cannot span multiple of them.Ermal2010-10-221-4/+4
|
* Clear some forgotten </img> </font> tags.Ermal2010-10-221-3/+2
|
* Display the ICMP type (abbreviated) in the firewall rule list and show the ↵Erik Fonnesbeck2010-10-211-1/+30
| | | | full text when the cursor is over it for ticket #762
* Break after the first error.jim-p2010-10-211-0/+1
|
* Prevent the DHCP range from being changed to include static mapping entries. ↵jim-p2010-10-211-0/+11
| | | | Fixes #964.
* Reject DHCP static mappings that are inside of the DHCP range. Fixes #966jim-p2010-10-211-0/+5
|
* Remove WIP note. This should resolve #555.jim-p2010-10-211-1/+0
|
* Indicate in various places if a certificate is revoked.jim-p2010-10-213-4/+29
|
* Indicate if a certificate has been revoked, both in the cert list and the ↵jim-p2010-10-212-0/+6
| | | | user manager list.
* Add ability to select reason codes for revocation. Reformat CRL edit screen ↵jim-p2010-10-211-14/+29
| | | | a bit. Ticket #555
* Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555jim-p2010-10-211-1/+4
|
* Add support for deleting a cert from a CRL (unrevoke). As of this point ↵jim-p2010-10-211-4/+12
| | | | basic CRL functionality does work: Revoke a cert and it cannot connect. Remove it from the CRL and it can. (Have to edit/save OpenVPN server instance to update/refresh CRL though). Ticket #555
* Change OpenVPN wizard to set input_errors when there is a fatal condition ↵jim-p2010-10-201-4/+4
| | | | that will require preventing a config save.
* Add these error/info box classes to the wizard.css file.jim-p2010-10-201-0/+57
|
* Add a patch to wizard.php to support input_errors from sullrich (with some ↵jim-p2010-10-201-3/+5
| | | | modifications).
* Reject special characters in CA/Cert field names during OpenVPN wizard. ↵jim-p2010-10-202-6/+18
| | | | Fixes #900
* Add more CRL functionality. Needs to wait on a new build for further testing.jim-p2010-10-201-2/+128
|
* Fix some forgotten name->descr changes.jim-p2010-10-203-8/+8
|
* Traffic shaper wizards remove redirection before final step. This seems a ↵Ermal2010-10-204-24/+13
| | | | forgotten item.
* Generalize the "low res" user agent detection so it isn't Apple-specific. ↵jim-p2010-10-191-3/+3
| | | | Include Android in the detection, and also provide a mechanism so that the "low res" theme can be set in globals.inc.
OpenPOWER on IntegriCloud