jim-p
|
5dc6c9102c
|
When making a P2P SSL/TLS OpenVPN server, if the given CIDR for the tunnel network is a /30, don't use the OpenVPN server directive. See ticket #1417
|
2011-06-03 09:20:58 -04:00 |
|
jim-p
|
19cdeb3eda
|
Instead of showing an emtpy drop-down for CA/Cert/CRL, show an error that there are none defined, and link to the page to create one.
|
2011-06-03 09:03:13 -04:00 |
|
jim-p
|
1591ea6fc8
|
Remove the warning message that a user doesn't have any CA/Certs when viewing OpenVPN connections. This is just confusing people, and isn't relevant to people using only shared key tunnels.
|
2011-06-03 09:03:12 -04:00 |
|
jim-p
|
2f51259b41
|
Redirect back to the CA/Cert management page after delete so a person can't refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)
|
2011-06-03 09:03:11 -04:00 |
|
lgcosta
|
327d958a5d
|
fixed for use pfsense API
|
2011-06-03 04:25:46 -03:00 |
|
lgcosta
|
8c0199ea8b
|
Better management for reload lighttpd
|
2011-06-03 04:15:47 -03:00 |
|
Evgeny Yurchenko
|
67dde8b052
|
Merge remote branch 'origin/master'
|
2011-06-02 18:03:29 -04:00 |
|
jim-p
|
f451ea09a2
|
Show how much data has passed on an SAD entry.
|
2011-06-02 12:47:53 -04:00 |
|
jim-p
|
e96bbf82c7
|
Patch from EvgenyY to allow editing an existing p2 without it being flagged a duplicate.
|
2011-06-02 11:43:05 -04:00 |
|
Evgeny Yurchenko
|
b717f1bc62
|
Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1 (fixing p2 edit)
|
2011-06-02 11:23:11 -04:00 |
|
jim-p
|
0640a65b13
|
Add "Default" choice that will unset the media/mediaopt, otherwise whatever is first in the list is saved in the config.
|
2011-06-02 09:07:26 -04:00 |
|
Ermal
|
3781d8099c
|
Correct input object name from wrong copy/pasto. Reported-by: http://forum.pfsense.org/index.php/topic,37369.0.html
|
2011-06-02 08:14:10 +00:00 |
|
Evgeny Yurchenko
|
fc3dcc8b00
|
Merge remote branch 'origin/master'
|
2011-06-01 18:29:55 -04:00 |
|
Evgeny Yurchenko
|
3da5c50d5c
|
Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1 (improvement of previous patch)
|
2011-06-01 18:28:15 -04:00 |
|
jim-p
|
2e88102db0
|
Disable this until it can be properly fixed.
|
2011-06-01 17:39:27 -04:00 |
|
jim-p
|
a01ce4c764
|
Make the ICMP echo request type less ambiguous, and since it's likely the main one to get used, move it to the top.
|
2011-06-01 16:54:42 -04:00 |
|
Ermal
|
f4645d7f48
|
Add tunable, by default disabled, to enable the default gateway switching feature when the default one 'disappears'.
|
2011-06-01 14:03:57 +00:00 |
|
Ermal
|
9584d162d2
|
Fixes #1412. Properly pass the page to match so users are not always presented with the change password screen. Proper fix.
|
2011-06-01 12:23:52 +00:00 |
|
Ermal
|
97c1f2684c
|
Fixes #1412. Properly pass the page to match so users are not always presented with the change password screen.
|
2011-06-01 11:14:51 +00:00 |
|
Ermal
|
695a35aecd
|
Ticket #944. Also destory the previous interface if the user changing the vlan tag of an existing vlan entry.
|
2011-06-01 10:49:21 +00:00 |
|
Ermal
|
6b421a0fb4
|
Fixes #944. Use the correct interface name to destroy the previous vlan if the parent is changed.
|
2011-06-01 10:49:21 +00:00 |
|
Evgeny Yurchenko
|
538b6eb353
|
Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1(site-to-site).
|
2011-05-31 23:41:32 -04:00 |
|
Evgeny Yurchenko
|
9d545c88c6
|
Merge remote branch 'origin/master'
|
2011-05-31 05:05:58 -04:00 |
|
Bill Marquette
|
0ca52cfffd
|
fix typoes
|
2011-05-31 13:32:25 -07:00 |
|
Scott Ullrich
|
f9d7c5b3c4
|
Use array_overlay()
|
2011-05-31 14:42:22 -04:00 |
|
Scott Ullrich
|
0b581a8acf
|
Use array_extend
|
2011-05-31 14:28:13 -04:00 |
|
Scott Ullrich
|
456026b542
|
Use pfsense.restore_config_section
|
2011-05-31 13:50:00 -04:00 |
|
Scott Ullrich
|
485b1ca5ce
|
Remove debugging code
|
2011-05-31 13:47:53 -04:00 |
|
Scott Ullrich
|
db748384c1
|
Add merge handler code
|
2011-05-31 13:45:16 -04:00 |
|
Scott Ullrich
|
10d74dff5a
|
Remove bogus protection. We have better handling of this now.
|
2011-05-31 12:35:17 -04:00 |
|
Scott Ullrich
|
85055175a1
|
Remove old vidcontrol cruft lingering from long long ago
|
2011-05-31 11:58:00 -04:00 |
|
Evgeny Yurchenko
|
061f28bfd5
|
Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1(mobile clients).
|
2011-05-31 05:03:39 -04:00 |
|
Evgeny Yurchenko
|
edb2a3dab4
|
Bug#1528. Automatically create outbound NAT rules on WAN for localhost when switching to manual.
|
2011-05-30 22:10:36 -04:00 |
|
Scott Ullrich
|
a3d58a12bf
|
Use aon plugin
|
2011-05-30 15:27:50 -04:00 |
|
Scott Ullrich
|
2ba7d6f8ef
|
Add plugin features to aon edit
|
2011-05-30 15:25:25 -04:00 |
|
Scott Ullrich
|
2ea00c3e74
|
Add missing plugin code. Move the pre_write section up a bit.
|
2011-05-30 12:28:21 -04:00 |
|
Scott Ullrich
|
3dbceb9214
|
Include .inc files for plugin system
|
2011-05-30 12:02:47 -04:00 |
|
Ermal
|
d97ff036ab
|
Prevent races on resovlconf generation as well by adding a lock.
|
2011-05-30 13:11:03 +00:00 |
|
Evgeny Yurchenko
|
b45babaeb5
|
Bug #1403. Filter Rules description do not get saved when "(quote) present as character
|
2011-05-27 21:55:22 +00:00 |
|
Ermal Luçi
|
ce91583bde
|
Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6
Speed/duplex select for interfaces
|
2011-05-28 09:19:33 -07:00 |
|
Scott Ullrich
|
552605326c
|
Add note about voucher sync (only enable on slave nodes).
|
2011-05-27 13:27:34 -04:00 |
|
Scott Ullrich
|
58f963d0da
|
Clarify auth option to include Vouchers
|
2011-05-27 13:06:29 -04:00 |
|
jim-p
|
f40a03a45c
|
Only add pppoe to the interfaces list if it both has an entry and is in server mode (i.e. not disabled.)
|
2011-05-27 12:02:22 -04:00 |
|
jim-p
|
685c977602
|
Some extra protection against putting empty values into the ruleset.
|
2011-05-27 12:02:21 -04:00 |
|
Ermal
|
a1b86994a0
|
Ticket #1534. Try to stop packages during reboot of system.
|
2011-05-27 15:32:02 +00:00 |
|
Evgeny Yurchenko
|
6e2a15e677
|
Hiding mediaopt under Advanced button
|
2011-05-27 15:21:25 +00:00 |
|
Ermal
|
93b8df2a16
|
Increase timeout to 2 minutes. Ticket #1545.
|
2011-05-27 10:46:33 +00:00 |
|
Ermal
|
71070cc55f
|
Ticket #1545. Lock each dnsHost to be updated to prevent running two instances in parallell.
|
2011-05-27 10:45:05 +00:00 |
|
Ermal
|
224ddbadab
|
Silence the route changing since it fills the logs with not needed info.
|
2011-05-27 08:24:32 +00:00 |
|
Ermal
|
dfb30a896c
|
Trigger reloading of packages through check_reload_status so it can serialize the calls to not DoS the OS with processes triggered from this. Ticket #1534
|
2011-05-27 07:56:11 +00:00 |
|