jim-p
|
985d6e18eb
|
Show the CP User count in the page title, as on 1.2.3.
|
2011-08-08 09:38:02 -04:00 |
|
jim-p
|
4f163cb886
|
Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days.
|
2011-08-06 21:22:44 -04:00 |
|
jim-p
|
ff1a605cb3
|
Remove GUI code to enable fast routing. The backend code was removed back in December in 4f76b144b0
|
2011-08-05 10:21:14 -04:00 |
|
Scott Ullrich
|
263aeb4b15
|
Fix typo
|
2011-08-04 10:57:52 -04:00 |
|
Ermal
|
c4d83bf810
|
Move seting up of tabs/menus/service entries after custom php commands. Seems there is something tripping config vars that make these steps not work.
|
2011-08-03 20:52:08 +00:00 |
|
Ermal
|
cfaccd8134
|
Correct the ambiguity caused by missing curlies
|
2011-08-03 20:18:27 +00:00 |
|
Ermal
|
bc38b5f255
|
Remove this write_config call seems to be causing grief.
|
2011-08-03 17:29:32 +00:00 |
|
jim-p
|
448cc756b1
|
Work around the fact that get_configured_interface_list re-parses the config and kills the reference made before it, which was making it impossible to delete a pppoe instance.
|
2011-08-03 12:39:29 -04:00 |
|
Ermal
|
090d2bdcd9
|
Add yet another intermediate config write during pacakge processing which breaks some installation steps.
|
2011-08-03 14:30:47 +00:00 |
|
Ermal
|
4ac9cdf2ce
|
Oops fix variable name
|
2011-08-02 21:24:50 +00:00 |
|
Ermal
|
0fea70004e
|
Blacklist lan as being used as default gateway when auto switching is on. This prevents some problems in general functionality with services.
|
2011-08-02 21:24:07 +00:00 |
|
Ermal
|
834a3e6ae7
|
Correctly check the values for VoIP on multi_lan traffic shaper wizard. Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728
|
2011-08-02 21:15:21 +00:00 |
|
Ermal
|
9afdf05854
|
Correct the link to index.php so it always works correctly.
|
2011-08-02 20:32:06 +00:00 |
|
jim-p
|
5c5d2cad8c
|
If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting.
|
2011-08-02 15:57:54 -04:00 |
|
Ermal
|
a7951d4af2
|
Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition.
|
2011-08-02 07:59:56 +00:00 |
|
Ermal
|
3adc676985
|
Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html
|
2011-08-02 07:47:23 +00:00 |
|
Scott Ullrich
|
6ecb52bd0d
|
Start hostid
|
2011-08-01 14:15:42 -04:00 |
|
Scott Ullrich
|
944368243b
|
Max procs should be 1 when using an op code cacher
|
2011-07-29 20:17:43 -04:00 |
|
Scott Ullrich
|
a3cc48b71b
|
Silence pfctl -d errors
|
2011-07-29 12:48:10 -04:00 |
|
Chris Buechler
|
d7894259e4
|
fix text
|
2011-07-29 03:18:57 -04:00 |
|
Ermal
|
31a15efb98
|
Add an override for default interval to send icmp
|
2011-07-28 20:56:54 +00:00 |
|
jim-p
|
8687d2ba92
|
Clarify notes for pptp "Server address"
|
2011-07-28 16:45:32 -04:00 |
|
Ermal
|
253591c74a
|
Fix status page of gateways to show gateways with monitoring disabled as up.
|
2011-07-28 20:35:08 +00:00 |
|
Ermal
|
b8873098b9
|
Add a new option to allow disabling of gateway monitoring. This gateways will always be reported as up.
|
2011-07-28 20:31:46 +00:00 |
|
Ermal
|
b9f9852600
|
Use route change here as well to avoid leaving the routing table without a destination for a short period.
|
2011-07-28 19:58:43 +00:00 |
|
jim-p
|
3e8fad13ae
|
Rework rc.stop_packages a little. Fixes #1564
|
2011-07-28 15:45:06 -04:00 |
|
Ermal
|
dfd9c31d12
|
Just break states based on the remote host ip and not with localip. The later might be the same as address used by other services and might interrupt them
|
2011-07-28 19:35:03 +00:00 |
|
jim-p
|
5ab25db079
|
Move the textarea displaying packet capture outside of the form tag, or else a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose.
|
2011-07-28 14:31:31 -04:00 |
|
jim-p
|
d427daea51
|
Fix whitespace formatting
|
2011-07-28 14:29:41 -04:00 |
|
jim-p
|
1f82f5e0bc
|
Fix display of ssh port on anti-lockout rule display in GUI.
|
2011-07-28 14:23:02 -04:00 |
|
jim-p
|
001c9bed5e
|
Also escape \ in pptp passwords.
|
2011-07-28 08:23:46 -04:00 |
|
Ermal
|
609debe5ac
|
Correct priority number to not have clashes with PRIQ which do not allow same priority numbers for two different queues.
|
2011-07-28 08:16:50 +00:00 |
|
Ermal
|
800d973df2
|
Do not add any reply-to information to rules with action match. Reported-by: http://forum.pfsense.org/index.php/topic,39247.msg202728.html#msg202728
|
2011-07-28 08:00:07 +00:00 |
|
Scott Ullrich
|
ff49f684a1
|
Adding hook
|
2011-07-27 19:23:33 -04:00 |
|
Scott Ullrich
|
d932747707
|
Add hooks
|
2011-07-27 19:03:57 -04:00 |
|
Ermal
|
8b618d9170
|
Correct check as per http://forum.pfsense.org/index.php/topic,39155.0.html
|
2011-07-27 20:40:12 +00:00 |
|
Ermal
|
3ab1b036b8
|
Prevent php from coring if the wrong parameters are passed to ip2long
|
2011-07-27 17:43:59 +00:00 |
|
jim-p
|
2c46607793
|
Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720
|
2011-07-27 12:49:55 -04:00 |
|
jim-p
|
c355573484
|
Shift OpenVPN require, it was causing CRLs to not save changes properly.
|
2011-07-27 12:05:06 -04:00 |
|
jim-p
|
8c011fc9fc
|
Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI.
|
2011-07-27 11:51:22 -04:00 |
|
jim-p
|
f27d726cda
|
Rework OpenVPN status, show status for shared key servers.
|
2011-07-27 11:36:08 -04:00 |
|
Ermal
|
6d01370650
|
Resolves #1719. Prevent disabled client/servers from being displayed on the widget.
|
2011-07-26 21:30:59 +00:00 |
|
Ermal
|
7422519368
|
Always send the route delete command even if it fails its ok. This avoids having to dump the routing table.
|
2011-07-25 21:10:03 +00:00 |
|
Ermal
|
a6ed5ab831
|
Use the new change to be less distuptive
|
2011-07-25 19:39:23 +00:00 |
|
Ermal
|
8ad0ee24ea
|
Use change here to be cleaner and less disruptive.
|
2011-07-25 19:35:02 +00:00 |
|
Ermal
|
85f9faa67f
|
Resolves #1703. Correct array key value.
|
2011-07-25 19:07:22 +00:00 |
|
Ermal
|
fb85533d54
|
Resolve issues that made php core dump or eat a lot of memory when big routing tables are present
|
2011-07-25 17:49:25 +00:00 |
|
Scott Ullrich
|
997ea9bb45
|
Add a flag that defaults to on allowing the control of delete states from external callers such as pfCenter
|
2011-07-25 11:09:31 -04:00 |
|
jim-p
|
caf40204ef
|
Run on CD-ROM, too, it should be writable after rc.cdrom
|
2011-07-25 11:02:50 -04:00 |
|
jim-p
|
ba8366d5b6
|
Sync password database right after mount, in case it is corrupt. (Except on CD-ROM platform).
|
2011-07-25 11:02:43 -04:00 |
|