Scott Ullrich
e99989d87c
Do not sort nat out rules. Bill says its evil ;)
2005-03-17 00:08:33 +00:00
Scott Ullrich
7ad245d6e6
Do not sort nat out rules. Bill says its evil ;)
2005-03-16 23:38:17 +00:00
Scott Ullrich
9cba364940
Eliminate duplicate queue name on pull down menu.
2005-03-16 23:02:23 +00:00
Scott Ullrich
19f09ae127
Ensure the cell doesnt look broken by placing a non-breaking space in the cell.
2005-03-16 22:56:39 +00:00
Scott Ullrich
092ac49dfc
* Do not output alias javascript array unless its an array
...
* Add return interface for return gateway
2005-03-16 22:51:53 +00:00
Scott Ullrich
09a86e314c
Save the return gateway value.
2005-03-16 17:36:34 +00:00
Bill Marquette
5fef092e34
oops, really remove the system(chmod) call
2005-03-16 16:34:06 +00:00
Bill Marquette
a842f12448
replace hardcoded path with variable
2005-03-16 16:31:02 +00:00
Bill Marquette
77789d1fd3
use chmod() instead of system(chmod)
2005-03-16 16:29:05 +00:00
Colin Smith
66f481ccaa
Add option to edit default pkg_config.xml URL.
2005-03-16 04:58:04 +00:00
Colin Smith
1896ea95fb
One more <alt_pkg_url> -> <alt_pkgconfig_url>.
2005-03-16 04:45:30 +00:00
Colin Smith
11638bf405
<alt_pkg_url> -> <alt_pkgconfig_url>
2005-03-16 04:39:26 +00:00
Colin Smith
0e809364e3
Set and unset <enabled> flag correctly (to preserve URL information) and fix field greyout.
2005-03-16 04:07:37 +00:00
Colin Smith
bb9ea52461
Modify alternate firmware URL fields to handle new config.xml directive.
2005-03-16 01:39:59 +00:00
Colin Smith
c5adbc2cfb
Add <alt_firmware_url> config file entry and handle it properly.
2005-03-16 01:21:26 +00:00
Colin Smith
e38f872354
Allow <alt_pkg_url> to be specified in config.xml.
2005-03-16 00:36:54 +00:00
Colin Smith
3e304594bd
*** empty log message ***
2005-03-16 00:32:43 +00:00
Scott Ullrich
f38dea0814
Add reply-to (aka return gateway) rule support for multiple WAN support.
...
And the crowd goes nuts!
2005-03-15 19:18:13 +00:00
Bill Marquette
80933129da
static arp entries are interface specific now - no longer tied to only LAN interface
...
added warning that this will break communications with hosts not in dhcp table
I fully expect we'll want to move this to it's own section at some point
2005-03-15 04:39:58 +00:00
Bill Marquette
ee9f992cae
extra </table>
2005-03-15 04:05:32 +00:00
Bill Marquette
f1da88f603
Move static arp code around to present it cleaner
2005-03-15 04:04:04 +00:00
Bill Marquette
b7597d4e23
Support for static ARP from Mircea Rimbu
2005-03-15 03:11:47 +00:00
Bill Marquette
a88883ee0c
Add a little comment describing why you might want the gateway option
2005-03-15 02:39:06 +00:00
Bill Marquette
f9261419cd
Let users change the gateway that dhcpd assigns
...
Hoba, this commit is for you
2005-03-15 02:37:25 +00:00
Scott Ullrich
9620d290be
Add pfsync and carp protocols
2005-03-14 23:16:49 +00:00
Scott Ullrich
68d4b725a4
Show the interface friendly name and real interface name in interface column.
2005-03-14 16:41:30 +00:00
Scott Ullrich
aa1f46364f
Write out all javascript updates in one batch instead of updating the uptime before the sleep statements.
2005-03-14 03:33:31 +00:00
Scott Ullrich
33f0abb124
Restore 1.2b5's captive portal. 1.2b7 + radius == boom.
2005-03-14 01:57:46 +00:00
Scott Ullrich
12ee8fe4a2
* Restore pfSense custom portal page
...
* Add back pre 1.2b6 headers in each file
2005-03-14 01:40:24 +00:00
Scott Ullrich
ec9202316f
Restore 1.2b6's captive portal.
2005-03-14 01:37:56 +00:00
Scott Ullrich
1cdb8423da
You've -> You have (breaks Komodos syntax highlighting for some reason)
2005-03-14 01:08:44 +00:00
Scott Ullrich
05879a7282
Sync with Pascal's latest
2005-03-14 01:06:26 +00:00
Scott Ullrich
12bd7e25cc
Allowed IP addresses -> User Manager
2005-03-14 00:48:25 +00:00
Scott Ullrich
8fc27770c7
Correctly display optional interfaces
2005-03-14 00:36:11 +00:00
Scott Ullrich
2d6c7764fc
Add user manager tab.
2005-03-14 00:30:51 +00:00
Scott Ullrich
75b927d1cd
Add back header after Pascals sync
2005-03-14 00:27:49 +00:00
Scott Ullrich
381118b7d2
* Update build time and version
...
* Remove extra <br>
2005-03-14 00:09:48 +00:00
Scott Ullrich
e0092d6187
Surround Base Url and Filename options in a table
2005-03-14 00:09:03 +00:00
Scott Ullrich
db7f4f2bed
Use class vtable so that the bottom table element has a line drawn on it.
2005-03-14 00:01:07 +00:00
Bill Marquette
cc8903514e
Those that don't have Soekris boxes shouldn't be getting temp updates!
2005-03-13 23:08:27 +00:00
Scott Ullrich
677e088005
Use php_check_syntax on code before eval()
2005-03-13 21:54:28 +00:00
Scott Ullrich
87c8f2c991
Sync with Pascal's latest versin
2005-03-13 20:13:37 +00:00
Scott Ullrich
3aed990447
* Change .img -> .tgz
...
* Break between Invoke pfSense auto and Manual sections
2005-03-13 20:01:01 +00:00
Bill Marquette
2e564f1aab
memusagemeter not memmeter
2005-03-13 07:12:05 +00:00
Bill Marquette
71bceee778
Created functions for most graphs (memory isn't done yet) to remove some code duplication
...
Temp graph, mem graph, and uptime are now dynamic (inline with cpu usage)
swap still needs to be done (maybe config change also)
2005-03-13 06:45:30 +00:00
Bill Marquette
75616b0016
stub in net4801 temp monitor - this needs work
...
touch /etc/48xx if you want to play
2005-03-13 05:46:08 +00:00
Colin Smith
009c79057b
Add <prefix> and <suffix> tags to <adddeleteeditfields>.
2005-03-12 19:26:07 +00:00
Bill Marquette
f4a909038f
touch up alternate firmware option a little
2005-03-12 19:19:02 +00:00
Bill Marquette
a509ff632b
custom firmware URLs
2005-03-12 19:06:29 +00:00
Bill Marquette
f1b025971b
Stub in changes that will allow for custom firmware URLs
2005-03-12 17:52:29 +00:00