summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Correctly check for page names by including .php. Strip off / if found so ↵Scott Ullrich2007-11-191-2/+2
| | | | that we can get an exact page match against the URL. My test diagnostics user now works.
* Instead of throwing a very vague 401 error actually tell the user which page ↵Scott Ullrich2007-11-181-1/+1
| | | | they do not have access to. This will also help admins troubleshoot group manager page privs.
* * Correctly report invalid passwordScott Ullrich2007-11-182-1/+9
| | | | | * Correctly report invalid username * Correctly report 401 errors
* Correctly show 401 errors.Scott Ullrich2007-11-183-4/+36
|
* Fix math on throughput graphSeth Mos2007-11-171-2/+2
|
* Fix Spacing for wireless graphSeth Mos2007-11-171-1/+1
|
* Fix SpellingSeth Mos2007-11-171-1/+1
|
* * Restore previous user manager, it works.Scott Ullrich2007-11-172-267/+445
| | | | * Remove #!/usr/local/bin/php from m0n0wall version of group manager page
* Define more pagesScott Ullrich2007-11-171-3/+16
|
* Unbreak title in package areas.Scott Ullrich2007-11-161-1/+4
|
* Remove duplicate $pgtitle entry.Scott Ullrich2007-11-162-2/+0
|
* Minor nitpick: make : ": ".Scott Ullrich2007-11-161-1/+1
|
* Clarify a few of the manually added descriptions.Scott Ullrich2007-11-161-2/+2
|
* Ignore a number of misc pages.Scott Ullrich2007-11-161-0/+8
|
* Add correctly.Scott Ullrich2007-11-161-1/+1
|
* Add page title.Scott Ullrich2007-11-161-0/+2
|
* Switch icon locations to pfSense style themes.Scott Ullrich2007-11-162-6/+6
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+0
|
* Move common functions to guiconfig.inc since head.inc requires them.Scott Ullrich2007-11-161-5/+0
|
* Move common functions to guiconfig.inc since head.inc requires them.Scott Ullrich2007-11-161-3/+13
|
* Do not declare gentitle twice.Scott Ullrich2007-11-161-5/+0
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-163-5/+2
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-16147-1235/+676
|
* Sync code against m0n0wall:Scott Ullrich2007-11-151-1/+3
| | | | | | * Output pgtitle in fbegin.inc. A global commit will be coming up to remove the operation from each page shortly.
* Add genhtmltitle() from m0n0wall.Scott Ullrich2007-11-151-31/+40
|
* Reference correct file for upgrade from console.Seth Mos2007-11-121-1/+1
|
* do not run pfctl -ss 4 timesSeth Mos2007-11-101-5/+7
|
* Correctly define Developers kernel option.Scott Ullrich2007-11-101-5/+1
|
* Add libreadline support for command histories.Scott Ullrich2007-11-091-3/+6
| | | | Requested-by: CMB
* Remove any previous MD5 sums after upgrade.Scott Ullrich2007-11-071-0/+3
|
* Remove any previous MD5 sums after upgrade.Scott Ullrich2007-11-071-2/+2
| | | | From Seth:
* Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.Scott Ullrich2007-11-061-1/+1
|
* Minor style nitpicks. # should have a space betwen it and the next text.Scott Ullrich2007-11-051-1/+1
|
* Automatically permit PFTPX traffic behind the scenes. Without this change ↵Scott Ullrich2007-11-051-6/+17
| | | | multi-wan can break ftp very easily when someone defines rules for the same port range (8020-8029).
* IPSEC keep alive pinger using the wrong source IP addressScott Ullrich2007-11-051-8/+8
| | | | Ticket #1482
* remove whitespace at endChris Buechler2007-11-051-1/+1
|
* comment out debugging code, was slightly breaking IPsec logs page and ↵Chris Buechler2007-11-051-0/+4
| | | | possibly others.
* Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice ↵Chris Buechler2007-11-042-4/+32
| | | | | | versa Ticket #1488
* Do not allow dhcp-relay to be enabled if dhcp server is enabled on any ↵Scott Ullrich2007-11-031-0/+18
| | | | interface. Ticket #1488
* Back out counter wrap fix from ticket 1494 as it causes more issues thenSeth Mos2007-11-011-13/+3
| | | | we were trying to solve.
* Add back scriptaculous files which are being used by the RRD graphsSeth Mos2007-11-017-0/+4908
| | | | | page. Replacements welcome if we want it removed. See status_rrd_graph.php
* multiple vlans + spoofmac result in unexpected behaviourScott Ullrich2007-11-011-0/+12
| | | | | | | | | | | | | | | | | | | | | Ticket #1514 Introduction I have an acceptable workaround, so the problem is not urgent, but before i fiogured out the workaround, is was severely impacting performance (3 interfaces not operating). I am a network specialist and I am available to assist wherever possible. If the issue si considered seriousenough for a fix, I can assist in more detailed pinpointing using tcpdumps on test-platforms. Symptoms If a interface is using vlan tagging for virtual interfaces and also the untagged interface is using MAC address spoofing, communication fails on the tagged vlans. Description On interface rl1 is untagged the WAN connection. This requires a spoofed MAC address, eg using <spoofmac>00:03:6b:f7:3b:3f</spoofmac>. On interface rl1 is also a vlan/tagged interface, eg vlan0 using rl1 and vlan tag 5. The tagged interface vlan0 expects to use the original MAC address of the interface rl0. But the issue is that interface rl0 is only processing incoming packets with destination mac address spoof_mac_rl1. Workarounds (no code change required) acceptable configure the <spoofmac>00:03:6b:f7:3b:3f</spoofmac> on all vlan interfaces connected to interface rl1 funny start a tcpdump on the vlan interface. This will put the interface in promiscuous mode and it will process all packets. Now the packets destined for the original MAC address (and active on the vlan interface) bypass Do not use tagged interfaces on a interface with spoofmac Remarks It is very confusing that when a vlan is created, the GUI a refernece shows to the physical/original MAC address, even when the MAC addres of the untagged interface is
* Adding keep alive host to IPsec causes warning in webGUIScott Ullrich2007-11-011-1/+1
| | | | Ticket #1509
* Fix courtesey of Billm, hackathon 2007 conversation.Seth Mos2007-10-291-2/+2
| | | | Forgotten commit.
* Define ifconfig commandSeth Mos2007-10-291-0/+1
|
* Fix typo in variableSeth Mos2007-10-281-1/+1
|
* * removed scriptaculous. It will be added while building the ISODaniel Stefan Haischt2007-10-2810-5705/+0
| | | | or embedded image.
* Fix for Ticket #1494 was committed from my first stab at the fix and not the ↵Bill Marquette2007-10-261-2/+2
| | | | actual fixed code and ended up in ticket #1496
* Remove private networksSeth Mos2007-10-251-3/+0
|
* Update bogons list, it is severly out of dateSeth Mos2007-10-251-20/+5
|
OpenPOWER on IntegriCloud