jim-p
|
261c7de869
|
Warn users a different way if packages are being reinstalled in the background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html )
|
2011-01-24 14:34:44 -05:00 |
|
Ermal
|
8633930d11
|
Actually send a notice even if no default queue could not be found. This might be serious in some cases.
|
2011-01-24 17:24:28 +00:00 |
|
Ermal
|
ef8fca71ea
|
Do not put the queue config on the rules if there is no default queue, just log it. This prevents errors in rules loading which is worse than having no shaper.
|
2011-01-24 17:18:46 +00:00 |
|
Ermal
|
00ca3fb14f
|
Log the errors we know for not allowing a queue to be added.
|
2011-01-24 17:04:14 +00:00 |
|
Ermal
|
4994645524
|
Do proper input validation on traffic shaper wizards to not allow empty fiedls.
|
2011-01-24 16:54:25 +00:00 |
|
Ermal
|
8d9c3f7610
|
Properly check empty fields when specifying bandwidth values.
|
2011-01-24 16:38:43 +00:00 |
|
smos
|
71f88d75b9
|
Add the npt tag which is used by the IPv6 tree to the 2.0 mainline tree.
This prevents a config blowup when a ipv6 config loads on 2.0.
|
2011-01-24 08:34:16 +01:00 |
|
Chris Buechler
|
1f17c623fe
|
it's 2011
|
2011-01-23 00:36:20 -05:00 |
|
gnhb
|
3eb00b491f
|
We don't want to detach netgraph nodes from interfaces that are used by
any PPPoE/PPTP/L2TP configurations.
|
2011-01-23 09:49:51 +07:00 |
|
Chris Buechler
|
e9d6c27f64
|
fix variable and text for this log
|
2011-01-22 03:05:44 -05:00 |
|
Ermal
|
3d9e92526a
|
Do not write the old ip to the cache file unless it changes. Might help in Ticket #943.
|
2011-01-21 22:54:55 +00:00 |
|
jim-p
|
0e01b3c623
|
Fix OpenVPN wizard.
|
2011-01-21 15:13:55 -05:00 |
|
jim-p
|
81e54daba5
|
Use a better method to determine the FTP URL for FreeBSD based on the version being used. The old method worked with 8.1-RELEASE-p2 but failed with just 8.1-RELEASE.
|
2011-01-21 12:09:07 -05:00 |
|
Scott Ullrich
|
e9bcc5fef6
|
Lock firmwarelock when upgrading packages
|
2011-01-21 10:58:34 -05:00 |
|
Chris Buechler
|
bb8f186eef
|
fix text
|
2011-01-21 02:50:48 -05:00 |
|
Chris Buechler
|
eadb78bc69
|
correct field type, no aliases allowed here
|
2011-01-20 21:41:41 -05:00 |
|
jim-p
|
582c58ae1e
|
Add drop-down to select OpenVPN hardware crypto (finds usable devices from "openssl engine" list) for clients and servers.
|
2011-01-20 17:19:34 -05:00 |
|
Ermal
|
1801c22373
|
Add the empty check otherwise all static routes are skipped. Reported-by: Seth
|
2011-01-20 17:52:38 +00:00 |
|
jim-p
|
bca35cff46
|
Add a checkbox for duplicate-cn on OpenVPN servers.
|
2011-01-20 12:33:39 -05:00 |
|
Scott Ullrich
|
09e11b6947
|
Comment what this variable does
|
2011-01-20 11:33:37 -05:00 |
|
Scott Ullrich
|
f0695975e8
|
Adding $builder_package_install variable. When set to true ignore library fixups and sync_package() directives.
|
2011-01-20 11:30:01 -05:00 |
|
Scott Ullrich
|
86ae36217b
|
Allow setting package interfaces to loopback (lo0)
|
2011-01-19 18:35:51 -05:00 |
|
Ermal
|
daacb81809
|
Ticket #1210. Also here unset any previous value if none posted.
|
2011-01-19 21:23:27 +00:00 |
|
Ermal
|
c2461a56d4
|
If no value is posted means we have no value to save in config and should unset any pervious set ones.
|
2011-01-19 21:20:50 +00:00 |
|
Ermal
|
f5bafe95a1
|
Resolves 1209. Correctly calculate the necessary data to return from an 'pfsense' format encrypted file.
|
2011-01-19 20:56:23 +00:00 |
|
Ermal
|
38bdc48def
|
This logic was reversed fix it. Reported-by: Seth
|
2011-01-19 18:57:32 +00:00 |
|
Chris Buechler
|
33a2693c75
|
don't show platform here (rebrands)
|
2011-01-19 13:53:59 -05:00 |
|
Ermal
|
bcfe4ae5ad
|
Ticket #259 trim the \n from the command output and return only the numeric part of it.
|
2011-01-19 18:25:54 +00:00 |
|
jim-p
|
1c4edc3c32
|
If an outbound nat rule has a protocol specified, show it in the summary view.
|
2011-01-19 13:07:19 -05:00 |
|
smos
|
911a262f18
|
Prevent a IPv6 address from breaking system routing. This is a hack because we don't have the proper ip validation in 2.0 mainline
|
2011-01-19 08:30:05 +01:00 |
|
Chris Buechler
|
ff998f10e4
|
fix DNS rebinding descr
|
2011-01-18 21:36:56 -05:00 |
|
Ermal
|
532cb89499
|
Ticket #836 Ticket #1194 and http://forum.pfsense.org/index.php/topic,32175.msg166263.html#msg166263 suggest that now that CP actions are quite fast its better to send the logout data before actually disconnecting the client.
|
2011-01-18 22:21:11 +00:00 |
|
Ermal
|
85e3f445b0
|
Do not put a config entry for dhcpd if we cannot determine the subnet address. Reported-by: http://forum.pfsense.org/index.php/topic,32303.0.html
|
2011-01-18 21:13:30 +00:00 |
|
jim-p
|
ba4f6e1df6
|
Better way to determine the username for config descrs
|
2011-01-18 15:38:04 -05:00 |
|
jim-p
|
fa09d1b836
|
Fix variable name reference
|
2011-01-18 15:38:03 -05:00 |
|
jim-p
|
b1224cdc1e
|
Fix references to what was apparently supposed to be $g['booting'] and not $bootup.
|
2011-01-18 15:38:02 -05:00 |
|
jim-p
|
f9c8e64c63
|
Add a description to this write_config() so it's a little more obvious what it's doing in the logs.
|
2011-01-18 15:38:02 -05:00 |
|
Warren Baker
|
3644e29ce6
|
The use of log_error() requires util.inc
|
2011-01-18 22:22:30 +02:00 |
|
jim-p
|
1bbbd3dd19
|
No need to set this here, we already set it in config.inc (and it takes precedence)
|
2011-01-18 11:00:33 -05:00 |
|
jim-p
|
4b08378cdf
|
No need to set this here anymore. We set it higher by default.
|
2011-01-18 10:38:54 -05:00 |
|
jim-p
|
7d9b3d5ef1
|
Add the cron job a different way. There have been a couple reports of losing CAs during the config upgrade and this was the only added function at the time.
|
2011-01-18 09:58:37 -05:00 |
|
smos
|
96e889fc1e
|
Specify the -inet family so that accidental IPv6 addresses here don't break the system routing.
|
2011-01-17 23:11:50 +01:00 |
|
Ermal
|
2b7ca9b2d9
|
Add the default value for the new tunable debug.pfftpproxy to 0. It allows to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway.
|
2011-01-17 21:29:04 +00:00 |
|
Ermal
|
9d7d238816
|
Really do not deactivate netgraph if the underlying interface is needed by it!
|
2011-01-17 20:08:09 +00:00 |
|
Pierre POMES
|
756720e24c
|
Ticket #1198. Fix code when checking client or server
|
2011-01-15 10:03:40 -05:00 |
|
jim-p
|
5a05633aa2
|
Fix serial port note text.
|
2011-01-14 14:58:53 -05:00 |
|
jim-p
|
75e9ed89a9
|
Remove extra brace
|
2011-01-14 14:14:58 -05:00 |
|
jim-p
|
546f30caee
|
Better test for an empty CA to avoid writing out an empty CA file (some on the forum are seeing this.)
|
2011-01-14 12:20:16 -05:00 |
|
jim-p
|
396cfe2ee5
|
Validate imported CA/Cert a bit more strongly. Should fix #1190
|
2011-01-13 09:33:13 -05:00 |
|
jim-p
|
ad0d6389a2
|
Bail on reinstalling all packages if we can't contact the package repo.
|
2011-01-12 16:39:17 -05:00 |
|