Commit Graph

3770 Commits

Author SHA1 Message Date
Scott Ullrich
8ea9996cd4 Pretent we are a little bit more secure and hide the password from folks
that can look over your shoulder.
2007-12-27 22:58:39 +00:00
Scott Ullrich
d4e32f54df Detect vmware and embedded platforms and lower the note duration
automatically.
2007-12-27 03:38:56 +00:00
Chris Buechler
f6f3b7e0a6 remove forced reboot, warn user a reboot may be required
Ticket #1555
2007-12-26 04:12:28 +00:00
Chris Buechler
124ea6b8a7 remove forced reboot, expand comment
Ticket #1555
2007-12-26 03:27:04 +00:00
Chris Buechler
41a140f836 fix typo 2007-12-26 03:08:33 +00:00
Chris Buechler
b73eda208e Revert broken OPT interface removal commit. This breaks configurations entirely, worse than just improperly shifting configuration items.
Ticket #1532
2007-12-24 07:44:26 +00:00
Chris Buechler
4297bc4954 fix typo
Ticket 1555
2007-12-24 07:08:01 +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
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
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
2c7da08023 s/Diagnostics/Status/ 2007-12-12 22:34:48 +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
e8be632bef Correctly show the console upgrade notice and exit. 2007-11-29 17:17:13 +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
Scott Ullrich
7e2dd51d36 edit.php show an error on opening an empty file
Ticket #1519
2007-11-24 01:24:07 +00:00
Scott Ullrich
bb1a546c49 MFC pfSense shell from HEAD. 2007-11-23 23:57:23 +00:00
Scott Ullrich
4e8e15e61f Turn register_argc_argv on 2007-11-23 05:59:21 +00:00
Chris Buechler
1422da6516 description text correction 2007-11-20 00:29:07 +00:00
Chris Buechler
fa495e94c3 fix typo and touch up text 2007-11-19 08:36:00 +00:00
Seth Mos
ad629036f2 Fix math on throughput graph 2007-11-17 23:36:44 +00:00
Seth Mos
7aa6c10fd5 Fix spelling 2007-11-17 23:12:25 +00:00
Scott Ullrich
98d79efbc9 Correctly define Developers option. 2007-11-10 02:30:00 +00:00
Chris Buechler
80b1932d82 remove whitespace at end 2007-11-05 02:24:40 +00:00
Chris Buechler
e8e8d1edb9 comment out debugging code, was slightly breaking IPsec logs page and possibly others. 2007-11-05 00:42:02 +00:00
Chris Buechler
f6db0eeffb Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice versa
Ticket #1488
2007-11-04 22:06:01 +00:00
Scott Ullrich
348b53dd71 Do not allow dhcp-relay to be enabled if dhcp server is enabled on any interface. Ticket #1488 2007-11-03 21:06:35 +00:00
Scott Ullrich
8a7997ca39 Revert graph.php back to 1.8.2.10.2.3
Tested-by: hoba

Ticket #1496
2007-11-03 20:42:29 +00:00
Seth Mos
b9c8193ea0 Back out counter wrap fix from ticket 1494 as it causes more issues then
we were trying to solve.
2007-11-01 21:55:10 +00:00
Scott Ullrich
f3b44e0ad4 Backout RELENG_1_2 alias edit changes since it breaks until a proper fix can be sought.
Modify existing "Aliases" - php error

Ticket #1513
2007-11-01 17:59:12 +00:00
Seth Mos
e945fa1581 Fix courtesey of Billm, hackathon 2007 conversation.
Forgotten commit.
2007-10-29 22:01:53 +00:00
Bill Marquette
a890a97198 MFC [19856] - ticket #1497 2007-10-26 02:13:41 +00:00
Bill Marquette
8ccc84e92e Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496 2007-10-26 02:06:27 +00:00
Scott Ullrich
478d7fa2d7 MFC Ticket 1709: fexed typo in OpenVPN cfg-page 2007-10-23 20:14:21 +00:00
Seth Mos
b7e9c8eb7d Remove size headers since they seem to screw up IE 2007-10-21 16:19:14 +00:00
Bill Marquette
9c0e095388 lint 2007-10-19 22:00:53 +00:00
Bill Marquette
486f20d1da issed one 2007-10-19 21:20:02 +00:00
Bill Marquette
916ec736fc Fix Javascript errors. Thanks JSLint!! 2007-10-19 21:17:17 +00:00
Bill Marquette
e6056acc60 ratio load balancing should actually work 2007-10-19 21:11:37 +00:00
Scott Ullrich
316ea93621 Relax the ip address check and allow duplicate ip address entries. 2007-10-19 20:46:11 +00:00
Scott Ullrich
0c82024286 Relax the ip address check and allow duplicate ip address entries. 2007-10-19 20:39:16 +00:00
Bill Marquette
3b8d0494e4 Ticket #1476 - use convert multibyte instead of just specialchars 2007-10-19 19:48:24 +00:00