Commit Graph

8143 Commits

Author SHA1 Message Date
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
jim-p
f2a86ca96f Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 14:19:44 -04:00
jim-p
9ff73b79e4 Convert fullname field on users to descr, so it gains CDATA protection. 2010-10-19 12:51:12 -04:00
jim-p
e988813dd2 desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 12:39:01 -04:00
jim-p
1586486175 Change the description field on sysctl tunables to be 'descr' and not 'desc' so they will gain CDATA protection. Ticket #320 2010-10-19 12:00:09 -04:00
Ermal
5d763c0e19 Fix the dedicated and multi_all wizards. They had typos in variable names and some remaining unused code which caused problems! 2010-10-18 15:16:33 +00:00
Ermal
2e408f5995 Disable the bandwidth speed selection field also to avoid errors/problems when the catch all is not activated. 2010-10-18 12:39:24 +00:00
Ermal
232846a206 Ticket #868. Add Connection: close to the header to be proxy friendly. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html for reference. 2010-10-18 11:52:17 +00:00
pierrepomes
00686feea9 Character '#' is invalid in string fields of SNMP service screen. Ticket #956 2010-10-17 22:44:37 -04:00
pierrepomes
71880c969c Do not include 'remoteid' javascript functions for mobile ipsec. Ticket #797 2010-10-17 10:35:58 -04:00
Ermal
65167fcc05 Do not run anymore the cron job for monitoring check_reload_status since it has a monitoring process that does this through kqueue. 2010-10-16 15:27:30 +00:00
Ermal
b641a575bf Ticket #934. Perform test only for ldap backend. Also tell the user through a message when they click it for other backends. 2010-10-15 13:59:03 +00:00
Ermal
f1aad4d1ad Resolves #879. Commit patch referenced in ticket to properly parse rate output. 2010-10-15 13:42:08 +00:00
Ermal
2c794549af Ticket #950. Correctly handle failures while installing packages which might leave stale information behind. Also do not try to startup services twice. Rename uninstall_package_from_name to uninstall_package because the operation on packages is only done through package names. 2010-10-14 19:32:16 +00:00
Erik Fonnesbeck
4b0c83c3ad Hide ports when protocol does not use ports. Ticket #953 2010-10-13 22:54:47 -06:00
Erik Fonnesbeck
f91060852c Hide translation section when "Do not NAT" is checked. Fixes #952 2010-10-13 20:28:02 -06:00
Erik Fonnesbeck
c3f36fb53d Don't clear the source port when changing source address type to any. Also update source when editing a rule with source type any. 2010-10-13 20:12:23 -06:00