Commit Graph

16111 Commits

Author SHA1 Message Date
Ermal
0e604b3abc Make isvalidpid() know about pidfile the same as the other *pid functions do.(consistency) 2010-10-29 14:08:48 +00:00
Erik Fonnesbeck
b7ccf315a7 Make the change here, too. 2010-10-29 03:55:51 -06:00
Erik Fonnesbeck
9d46f40baa Also mention that this allows access to the dashboard. 2010-10-29 02:22:41 -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
da51f26cd3 Ooops use meant logic. 2010-10-27 21:13:04 +00:00
Ermal
f48b620546 Ticket #975. Properly initialize variables to avoid caching issues. Also check an array exists before trying to foreach to avoid errors. 2010-10-27 20:56:58 +00:00
Ermal
a8200dbfe7 Ticket #975. Rearrange code a little. 2010-10-27 20:56:57 +00:00
jim-p
6bef05546f Do some is_array() testing before renaming fields, otherwise empty variables can be accidentally created. 2010-10-27 16:55:48 -04:00
Ermal
bacd881efc Fixes #976. Bring in the piecies for classless routing from FreeBSD 8.1 script. 2010-10-27 20:30:38 +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
jim-p
5bb6e1f540 If there are no aliases, push an empty aliases array. Fixes #961 2010-10-25 15:29:23 -04:00
jim-p
5ea2c12521 Add a note to the DNS Rebinding protection error letting the user know to try by IP address. 2010-10-25 15:09:24 -04:00
Ermal
146f0fad46 Do not show on the queue/limiters list the disabled entries(optimized and cleaner version). 2010-10-25 18:06:05 +00:00
Ermal
520ad1a413 Do not show on the queue/limiters list the disabled entries. 2010-10-25 17:42:57 +00:00
Ermal
db8e9e53e6 Ticket #943. Call the update procedure directly to not do an unecessary loop. 2010-10-25 12:35:18 +00:00
Ermal
52e5285f7e Make this more strict checking. 2010-10-25 12:28:45 +00:00
Ermal
24b2aa62be Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat: gnhb 2010-10-25 11:19:29 +00:00
pierrepomes
6dbd2e745b Add l7 rules synchro. Ticket #951 2010-10-24 21:06:59 -04:00
Ermal
98d75ad45d Be smart and correct; first check for opt*ip and after check for opt* otherwise it will never match the first case! 2010-10-22 21:47:03 +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
Warren Baker
90e64fad79 Check to see if it is not an array first - as per jim-p on IRC. 2010-10-22 17:49:20 +02:00
Ermal
1feb93cf74 Mark this entry as an array before treating it as such otherwise php complains. 2010-10-22 16:05:39 +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
fc3e88f19f Fix crl upgrade code. 2010-10-21 22:54:00 -04: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
47319bfb72 Add upgrade code for importing CRLs. Ticket #555 2010-10-20 19:13:26 -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