Commit Graph

19384 Commits

Author SHA1 Message Date
jim-p
c1becc3144 Add field to the GUI to select the serial console speed (May work as-is, needs more testing/feedback) 2011-10-31 11:35:38 -04:00
jim-p
6661dbcf48 Reformat the DNS Forwarder page a bit so it conforms with the other pages. Add some headers to make it more clear what each section does. Cosmetic changes only. 2011-10-28 11:32:44 -04:00
Scott Ullrich
26ba572a1d Merge pull request #15 from marcelloc/patch-2
Fix missing description in rowhelper.
2011-10-27 14:10:00 -07:00
Marcello Coutinho
b65ce59a59 Fix missing description in rowhelper. 2011-10-27 19:09:20 -02:00
jim-p
41936accf0 Assume a default value of 1 for cert_depth to disallow chaining. 2011-10-27 10:28:02 -04:00
jim-p
98963f2771 Add GUI option to limit the certificate depth allowed when OpenVPN clients are connecting. 2011-10-27 10:28:01 -04:00
jim-p
87b4deb2b2 Specify full path to openssl.cnf, and select the relevant section to use when generating certificates. 2011-10-27 10:28:00 -04:00
jim-p
236524c2e8 Fix up syslog settings a bit, add some missing options, fix formatting of syslog.conf, correct behavior of 'everything', code cleanup. 2011-10-26 17:14:19 -04:00
Seth Mos
12a2f39529 Fix the 2nd grow command, add space
Ticket #1758
2011-10-26 11:29:31 +02:00
Seth Mos
eb346e0b7e Ok, let's try not to corrupt the RRD files on upgrade. Leave the RRA arc
hives for the 720 minutes average at 1000.
Then run a rrdtool resize command to grow the RRA by 1000 and 2000 for the 60 and 720 average respectively.
Attempts to further fix ticket #1758
2011-10-25 21:49:21 +02:00
jim-p
9f27de6d2f Do not pass the ldap port separately, but add it to the LDAP URL. PHP's ldap_connect() ignores the passed port parameter if the first parameter is a URL instead of a hostname. 2011-10-25 11:05:11 -04:00
Vinicius Coque
ea1cea05ee Converting javascript code from prototype to jQuery 2011-10-24 20:34:39 -02:00
jim-p
fc4fa6de31 Show RTT and Loss on Status > Gateways, not just on the widget 2011-10-24 16:47:55 -04:00
jim-p
8f09682259 Don't run ldap_urlchange on page load if there is a custom port, otherwise it appears to ignore a custom LDAP port even when it's correct in the config. 2011-10-24 14:21:07 -04:00
Chris Buechler
9f07c3438d fix text 2011-10-22 21:21:53 -04:00
Vinicius Coque
e03ef9a02c Converting ajax code from prototype to jQuery 2011-10-22 20:13:06 -02:00
Vinicius Coque
78d84a88e0 Converting from prototype to jQuery status_* 2011-10-22 17:02:04 -02:00
Vinicius Coque
ef9773a56a Converting from prototype to jQuery 2011-10-22 17:01:01 -02:00
smos
2c73ba5f43 Shorten the NEGATE rule label as these are too long 2011-10-21 11:05:28 -04:00
jim-p
f65555eb88 More typos/text fixes. 2011-10-19 14:39:45 -04:00
jim-p
a499d560d8 Fix typo 2011-10-19 13:59:52 -04:00
jim-p
08847295ee Fix typo 2011-10-19 13:16:35 -04:00
Seth Mos
1005d4bf8b Add the OOM memory restructuring fix from Ticket #1758 into mainline for nanoBSD upgrades. 2011-10-19 08:55:20 +02:00
Seth Mos
9dfd60dbf5 Add a check to prevent this gateway code from triggering the address family check. This might not be all that is needed for Ticket #1949 2011-10-18 09:33:36 +02:00
jim-p
7cc56826c8 Add missing ?, fix uname display. Fixes #1960 2011-10-17 11:13:12 -04:00
Vinicius Coque
ebfc87d6b8 Converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
Vinicius Coque
e3c1ea9b9a converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
Ermal
e1fd8311bd Fixes #1948. Do not specify an interface for the Voip rules that intend a source ip. 2011-10-15 12:04:35 +00:00
Seth Mos
cf37ec23b9 Remove the old direct_networks table which is not used throughout the filter code. Instead we now create a negate_networks table which contains both vpns, directly connected networks (static routes) which should never be tagged for policy routing which breaks traffic.
This fixes Ticket #1950 and needs to be MFC to 2.0 for 2.0.1
2011-10-13 21:51:50 +02:00
Ermal
f7dc7ce1e4 Add no nat/rdr rules for carp protocol so people do not screw their setups. 2011-10-13 14:58:28 +00:00
smos
8fa054b1bd Move the old databases to the backup folder in conf
Fixes ticket #1758
2011-10-13 14:15:05 +02:00
smos
e34cf1f60b Restore the RRD backup before attempting a migration as this bites the nanobsd users.
We immediately backup the new databases to a new rrd.tgz file. The old database will be moved to /root
Fix for ticket #1758
2011-10-13 14:12:39 +02:00
Seth Mos
ad700f39a2 Fix static routes editing and removal for both IPv4 and IPv6. Changing a route should clean up too.
Fix ticket #1892
2011-10-11 21:56:43 +02:00
Vinicius Coque
df39dd8ab4 replacing prototype by jQuery on firewall_* 2011-10-10 21:00:06 -03:00
Scott Ullrich
0491163b1a Merge pull request #14 from bcyrill/master
fix 1946
2011-10-10 12:54:58 -07:00
Cyrill Bannwart
13a4548407 fix Bug 1946 2011-10-10 21:52:03 +02:00
Scott Ullrich
8d344afe65 Merge pull request #13 from bcyrill/master
Bug 1944
2011-10-10 12:50:11 -07:00
Cyrill Bannwart
52bb36194d fix typo (Bug 1944) 2011-10-10 21:46:50 +02:00
Scott Ullrich
d568e38d02 Fix multi instance cp items. Fixes #1946 2011-10-10 15:18:46 -04:00
Scott Ullrich
164a152577 Fix multi instance cp items. Fixes #1946 2011-10-10 15:15:09 -04:00
Scott Ullrich
5dd5ef52a5 Add zone. Fixes #1945 2011-10-10 14:41:10 -04:00
Chris Buechler
573ae2d13a fix typo. redmine #1941 2011-10-09 10:56:29 +02:00
Vinicius Coque
3f978888f0 converting from prototype to jQuery on interfaces_assign.php 2011-10-08 18:36:22 -03:00
Ermal
dbe671677d Fixes issue with l2tp interfaces and altq 2011-10-08 12:27:03 +00:00
jim-p
b8f855afda Add curly braces to fix code logic. See http://forum.pfsense.org/index.php/topic,40953.msg215068.html#msg215068 2011-10-06 15:42:35 -04:00
Scott Ullrich
05ff388ab7 Allow multiple PBI packages in one tag space separated 2011-10-06 09:24:38 -04:00
jim-p
007e59d2bf Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927 2011-10-05 10:15:41 -04:00
jim-p
bb37807c45 Standardize page titles for firewall log pages. Fixes #1920 2011-10-05 10:15:41 -04:00
Vinicius Coque
076b14b209 converting from prototype to jQuery on interfaces.php 2011-10-02 20:38:19 -03:00
Warren Baker
8bb22d9c5e Add full path to ssl files and silence warning 2011-10-02 22:33:42 +02:00