Commit Graph

8258 Commits

Author SHA1 Message Date
Chris Buechler
d0d2c004d7 change label to more accurately portray purpose of rule 2007-12-24 06:57:41 +00:00
Scott Ullrich
74966fc86a Nuke /usr/local/sbin/php if it exists on upgrade 2007-12-24 01:59:37 +00:00
Scott Ullrich
995c37cb73 * Only output one error message or save notice at a time
* Correc the reboot workaround for kernel panics (CARP interface deletion)

Ticket #1397
2007-12-24 01:24:48 +00:00
Scott Ullrich
21ee235aec Alert the user that the firewall must be rebooted after VLAN changes
Ticket #1555
2007-12-24 01:15:38 +00:00
Scott Ullrich
09cb1861ce Do not corrupt output when a space is in the SSID name.
Ticket #1531
2007-12-24 01:10:12 +00:00
Scott Ullrich
0c361483f3 Remove ipv6 rule reminder statement
Ticket #1560
2007-12-24 00:47:32 +00:00
Scott Ullrich
0b1c5ff523 The original code did a mixed work: the part in interfaces_assign.php first renamed the interfaces, and then called cleanup_opt_interfaces_after_removal(). The latter didn't do anything at all: it never entered the loop, it didn't save the result of str_replace, it didn't save the resulting config after the processing. And if it had worked, it would have renamed the interfaces a second time as a side effect, completely messing-up the config.
Ticket #1532
2007-12-24 00:40:51 +00:00
Scott Ullrich
f79a0103ee Move ttys_wrap into place last. 2007-12-23 21:38:03 +00:00
Seth Mos
f71519044b Slow down the pipe even more 2007-12-21 15:27:32 +00:00
Chris Buechler
d8748eacf8 remove annoying and potentially problematic forced page refresh.
Ticket #1545
2007-12-17 07:06:52 +00:00
Chris Buechler
6ae31371a4 MFC printcap change by mfuchs 2007-12-17 01:50:38 +00:00
Chris Buechler
cff658aecf MFC pf.os change by mfuchs 2007-12-17 01:48:54 +00:00
Scott Ullrich
ba308a096f globals.inc is required so that we use the correct lock file! 2007-12-16 04:06:48 +00:00
Scott Ullrich
9f2f2ed20f globals.inc is required so that we use the correct lock file! 2007-12-16 03:53:35 +00:00
Chris Buechler
6a19fc38a6 don't create /tmp/tmp symlink if it already exists (silences error at boot time when it does exist) 2007-12-15 07:51:44 +00:00
Chris Buechler
9fce470bce change default kernel on upgrade to SMP. Virtually all installs are running the SMP kernel, defaulting to uniprocessor broke several systems.
related to Ticket #1534
2007-12-15 05:06:13 +00:00
Scott Ullrich
4882f3f07d If /etc/pwd.db.tmp exists when we are syncing the password database then remove the temporary file prior to attempting to sync. 2007-12-13 23:12:17 +00:00
Scott Ullrich
e5cbd73039 Update (C) and comment 2007-12-13 05:07:00 +00:00
Scott Ullrich
2c7da08023 s/Diagnostics/Status/ 2007-12-12 22:34:48 +00:00
Scott Ullrich
ae9c09ac64 Correct release information 2007-12-12 22:31:03 +00:00
Scott Ullrich
2e7f11df32 Don't forget line breaks! 2007-12-12 22:20:16 +00:00
Scott Ullrich
f699a18457 Correctly remove old clients correctly.
Submitted to m0n0wall list by Ršnnblom JanŒke  /Teknous
2007-12-12 17:45:28 +00:00
Scott Ullrich
8a1daf88a3 Define lanip 2007-12-12 17:42:15 +00:00
Scott Ullrich
5a244130a3 Set server.max-request-size to 384 for captive portal. 2007-12-10 22:06:55 +00:00
Scott Ullrich
4604d1e7ac Set server.max-request-size to 384 for captive portal. 2007-12-10 22:00:26 +00:00
Scott Ullrich
9db733caab Limit captive portal uploads to /tmp/captiveportal which has no access to write files. 2007-12-10 21:53:06 +00:00
Scott Ullrich
b416252810 Allow pfsync and carp traffic on captive portal. 2007-12-10 18:48:51 +00:00
Scott Ullrich
9ce0c12490 MFC from HEAD Set dhclient timeout to 1200. Set retry value to 1. Set select-timeout to 0. Set initial-interval to 1. 2007-12-08 23:48:16 +00:00
Scott Ullrich
80e60d7cd1 Sometimes when the user enters the hostname of the HTTPs captive portal server it resolves the IP address to $LANIP. Allow access to $LANIP in addition to the $CPIP so that we can speedup captive portal by 10000* in these cases. 2007-12-07 19:42:36 +00:00
Scott Ullrich
ac8d9e8973 Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface. 2007-12-07 19:35:28 +00:00
Scott Ullrich
db51c8c6d2 Increase maximum alias count to 299 from 99. http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html 2007-12-06 18:57:24 +00:00
Scott Ullrich
fb8570171d Improve check for /conf symlink on non cd-rom platform.
Suggested-by: Fernando Tarl‡ Cardoso Lemos
2007-11-29 18:38:21 +00:00
Scott Ullrich
0a9da6b5ff Correctly check that an item is a symlink before blowing it away and recreating. 2007-11-29 17:32:42 +00:00
Scott Ullrich
c366571603 Check value of /etc/platform when installing the correct ttys file.
Reported-by: Vivek Khera
2007-11-29 17:22:35 +00:00
Scott Ullrich
e8be632bef Correctly show the console upgrade notice and exit. 2007-11-29 17:17:13 +00:00
Scott Ullrich
654d9c3a46 Move update bogons script to 3am.
Discussed on pfSense-support@
2007-11-28 19:51:34 +00:00
Scott Ullrich
c1aa7ba5a5 Log when we change the bogons frequency hour. 2007-11-28 02:26:49 +00:00
Scott Ullrich
a984fffd87 Move special case fixes before we return so that it can be processed. 2007-11-28 02:20:23 +00:00
Scott Ullrich
adcda2839d Change bogons update script frequency to 2am. 2007-11-28 02:02:50 +00:00
Scott Ullrich
1df82ad5a8 Change bogons update script frequency to 2am. 2007-11-28 01:52:29 +00:00
Scott Ullrich
2b210e21f8 Switch to a more random number between 1-2,000. that'd be somewhere between
immediately and 33 minutes. If people are setting their time zone
properly that also helps distribute the load, since it runs at 1:01 AM
local time.
2007-11-28 01:33:21 +00:00
Scott Ullrich
db53b110b4 Use files.pfsense.org
Requested-by: CMB
2007-11-27 23:28:54 +00:00
Scott Ullrich
bae6a6730f Report how many changes where made in bogons file. 2007-11-27 22:20:09 +00:00
Scott Ullrich
3fb63eb461 Throw an error when we cannot download bogons file instead of blindly assuming it succeedded. 2007-11-27 22:16:37 +00:00
Scott Ullrich
dce360e2b4 Generate a random number correctly 2007-11-27 22:04:48 +00:00
Scott Ullrich
528ec8dbab * Download bogons entries from pfsense.com
* Do not update on every minute on the 1st of the month
* Sleep for a random period before updating to avoid killing the server
2007-11-27 20:28:36 +00:00
Chris Buechler
f0dbab251c Move PPPoE Server to Services, VPN menu is misleading 2007-11-26 01:23:46 +00:00
Chris Buechler
814295d077 Move PPPoE Server to Services, VPN menu is misleading 2007-11-26 01:23:05 +00:00
Chris Buechler
cb824d052e Proper fix for aliases edit, backing out entire change was overzealous.
Ticket #1513
Ticket #1476
2007-11-25 20:27:50 +00:00
Chris Buechler
c47e956f52 Really kill off slbd
Ticket #1533
2007-11-25 19:54:48 +00:00