Commit Graph

8159 Commits

Author SHA1 Message Date
jim-p
42724fdd08 Add a button to the filter reload screen to force a config sync (only shows up if a config sync peer is defined). 2010-11-03 17:18:08 -04:00
jim-p
366006156f Fix saving of off/disabled PPPoE server instances. Fixes #987 2010-11-03 16:11:00 -04:00
jim-p
b039f099e6 Don't show empty user IPsec keys. 2010-11-03 10:26:12 -04:00
Ermal
9cb94dd46b Ticket #980. Bring CP widget up to date. Also bind lighty for CP to 127.0.0.1 it should not be accessible otherwise. 2010-11-03 13:25:54 +00:00
jim-p
6bc1e79a7d Don't use pconfig in a widget, it can cause issues with other widget settings. 2010-11-02 16:48:06 -04:00
jim-p
60e76c58df CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 in ticket #830 2010-11-02 16:07:29 -04:00
jim-p
a6607b5fe0 More VPN log fixes, for consistency. Ticket #912 2010-11-02 15:14:11 -04:00
jim-p
b2b6130819 Switch from buttons to tabs, add a mode to view raw mpd logs for each vpn type, and some general cleanup. Fixes #912 2010-11-02 14:11:55 -04:00
jim-p
fbeaba6614 Remove these now-obsolete linkup/linkdown scripts. 2010-11-02 13:22:49 -04:00
jim-p
874e5f2cc9 Fix VPN log page to use the updated log format (again). Ticket #912. 2010-11-02 12:52:10 -04:00
jim-p
2f9d2dc2f0 Use a unified vpn-linkup script that detects the type based on interface name. 2010-11-02 11:57:40 -04:00
jim-p
14905d9fce Show login/logout events for pptp, pppoe server, and l2tp. Could use some work to simplify. Ticket #912. 2010-11-01 17:02:22 -04:00
jim-p
6d1091dc25 Add individual linkdown scripts so the service type can be set in the log. 2010-11-01 16:15:24 -04:00
jim-p
d282c96c52 Add service type to vpn log 2010-11-01 16:05:14 -04:00
jim-p
a2071365fb Sync service status widget code with service status page. Fixes #984 2010-11-01 14:46:28 -04:00
jim-p
08724afa0a Test for arrays first, should fix #968 2010-11-01 14:13:17 -04:00
Erik Fonnesbeck
b7ccf315a7 Make the change here, too. 2010-10-29 03:55:51 -06:00
Ermal
e3bbd29a56 Replace \r from custom options otherwise it breaks config. 2010-10-28 18:34:38 +00:00
jim-p
7c2551881c Fix logging parameters. 2010-10-28 10:29:26 -04:00
jim-p
c815b877cf Fix pfctl -b parameters to prevent the killing of unintended states. 2010-10-28 10:29:00 -04:00
jim-p
9e303f2f1c Fix formatting 2010-10-28 09:56:42 -04:00
jim-p
5e58efd06a Fix this logic. 2010-10-28 09:56:41 -04:00
Ermal
a8200dbfe7 Ticket #975. Rearrange code a little. 2010-10-27 20:56:57 +00:00
jim-p
64ce9d7202 Do not require LDAP search base DN. Requiring this can prevent some valid LDAP configurations from properly authenticating. (See GDD-550841). 2010-10-27 13:11:16 -04:00
pierrepomes
b019222ac2 Ticket #959: keep local ipalias and proxyarp vip's during a XMLRPC restore 2010-10-26 20:29:50 -04:00
jim-p
e6c563bb07 Make the $pgtitle output a link back to the current page for a convenient way of reloading. 2010-10-26 09:19:49 -04:00
jim-p
dbb0e0865b Remove unnecessary (and unclosed) form tag. 2010-10-25 16:55:40 -04:00
jim-p
c26c208f34 Do not allow spaces in load balancer name fields, they are invalid in relayd. 2010-10-25 16:31:57 -04:00
Ermal
24b2aa62be Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat: gnhb 2010-10-25 11:19:29 +00:00
Ermal
e4d79ab06e Balance <p> with </p> 2010-10-22 20:06:26 +00:00
Ermal
67300ce530 Put </ul> tags inside the same <td> since they cannot span multiple of them. 2010-10-22 19:56:20 +00:00
Ermal
4540ab2c16 Clear some forgotten </img> </font> tags. 2010-10-22 19:52:09 +00:00
Erik Fonnesbeck
be81b34024 Display the ICMP type (abbreviated) in the firewall rule list and show the full text when the cursor is over it for ticket #762 2010-10-21 21:49:52 -06:00
jim-p
5e693f58a6 Break after the first error. 2010-10-21 17:11:13 -04:00
jim-p
630d702581 Prevent the DHCP range from being changed to include static mapping entries. Fixes #964. 2010-10-21 17:08:58 -04:00
jim-p
ab8d138dcd Reject DHCP static mappings that are inside of the DHCP range. Fixes #966 2010-10-21 16:58:40 -04:00
jim-p
62b262e476 Remove WIP note. This should resolve #555. 2010-10-21 16:07:29 -04:00
jim-p
6a0b3ea4bf Indicate in various places if a certificate is revoked. 2010-10-21 16:00:15 -04:00
jim-p
150bbe09fb Indicate if a certificate has been revoked, both in the cert list and the user manager list. 2010-10-21 15:49:39 -04:00
jim-p
fc54f29bf4 Add ability to select reason codes for revocation. Reformat CRL edit screen a bit. Ticket #555 2010-10-21 15:11:14 -04:00
jim-p
8e022a760a Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555 2010-10-21 14:33:20 -04:00
jim-p
ad08687b55 Add support for deleting a cert from a CRL (unrevoke). As of this point 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 2010-10-21 13:34:09 -04:00
jim-p
9f200d7172 Change OpenVPN wizard to set input_errors when there is a fatal condition that will require preventing a config save. 2010-10-20 21:00:22 -04:00
jim-p
7f16792394 Add these error/info box classes to the wizard.css file. 2010-10-20 20:59:58 -04:00
jim-p
27319e173b Add a patch to wizard.php to support input_errors from sullrich (with some modifications). 2010-10-20 20:59:07 -04:00
jim-p
8f87a4a2aa Reject special characters in CA/Cert field names during OpenVPN wizard. Fixes #900 2010-10-20 20:12:03 -04:00
jim-p
28ff7ace4b Add more CRL functionality. Needs to wait on a new build for further testing. 2010-10-20 15:41:26 -04:00
jim-p
5293bfecd8 Fix some forgotten name->descr changes. 2010-10-20 15:41:25 -04:00
Ermal
ac87dbbf24 Traffic shaper wizards remove redirection before final step. This seems a forgotten item. 2010-10-20 15:13:47 +00:00
jim-p
d7381e715d Generalize the "low res" user agent detection so it isn't Apple-specific. Include Android in the detection, and also provide a mechanism so that the "low res" theme can be set in globals.inc. 2010-10-19 15:34:35 -04:00