summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Correct my wrong changes and remove duplicated defines. Reload the filter ↵Ermal Luçi2008-11-181-5/+1
| | | | after the restasrt to be sure we do not have any problems if the ip address changes.
* Use interface_reconfigure()Scott Ullrich2008-11-181-0/+4
|
* show <pkginfolink> for installed packagesChris Buechler2008-11-171-4/+15
|
* replace the "Support" column with the static forum link with <pkginfolink>Chris Buechler2008-11-171-3/+10
|
* Hrm, pppoe reset function seems to have missed review while doing whole ↵Ermal Luçi2008-11-171-4/+4
| | | | other changes.
* Detect iphone / ipodScott Ullrich2008-11-172-3/+12
|
* Use pfsense theme for ipod / iphone'sScott Ullrich2008-11-171-0/+9
|
* Do not keep spawning new entries when trying to edit.Seth Mos2008-11-171-1/+1
|
* Make sure to delete the proper entry.Seth Mos2008-11-171-2/+7
|
* Improve duplicate checkSeth Mos2008-11-171-4/+4
|
* Allow duplication of system gateways for easier adding and less typing.Seth Mos2008-11-171-1/+3
|
* Fix unable to save manual gateway entry.Seth Mos2008-11-171-1/+1
|
* Fix ticket #1837.Ermal Luçi2008-11-174-51/+49
|
* Change frontend part to show friendly interface names on shaper.Ermal Luçi2008-11-162-1/+7
|
* Do not scrollScott Ullrich2008-11-161-1/+0
|
* Use <p/>Scott Ullrich2008-11-161-1/+1
|
* Add pfTOPScott Ullrich2008-11-161-0/+1
|
* Adding AJAX interactive pftopScott Ullrich2008-11-161-0/+138
|
* Remove debuggingSeth Mos2008-11-131-2/+0
|
* Allow editing of automatically added gateways.Seth Mos2008-11-131-45/+48
| | | | | Input validation needs work. Some fields may need to be hidden?
* Show automatically added gateways as being configurable.Seth Mos2008-11-131-4/+1
|
* * Use defined server from config.xmlScott Ullrich2008-11-121-1/+3
| | | | * Sleep for 5 seconds in between requests
* Show PF OSFP DBScott Ullrich2008-11-121-1/+4
|
* Back out check we can handle this now.Ermal Luçi2008-11-111-3/+0
| | | | Discussed-with: cmb@
* Add input validation so users do not add gateways to local dns serversSeth Mos2008-11-111-0/+15
|
* Correct TypoSeth Mos2008-11-111-1/+1
|
* Correctly load dns gatewa setting from config.Seth Mos2008-11-111-7/+11
| | | | | FIXME, somehow entry 3 is always missing. Settings the gateway on 3 sets it on 1 in the config.xml
* Correct the broken multiwan check.Seth Mos2008-11-111-14/+23
| | | | | It now works properly with dynamic gateways too. Things to do, add static routes, input validation that no gateways are assigned to dns servers on a directly connected subnet.
* don't allow gateway (route-to) to be selected with time based rules (ipfw)Chris Buechler2008-11-111-0/+3
| | | | it doesn't do anything, this just doesn't allow a configuration that people would expect to work.
* * Use correct css file for wizardScott Ullrich2008-11-111-3/+14
| | | | * Use a lighter color
* Cleanup form a bit.Scott Ullrich2008-11-111-7/+13
|
* Inculde correct css file for redirecting portionScott Ullrich2008-11-111-1/+7
|
* Remove erroneus check.Ermal Luçi2008-11-101-9/+3
|
* Remove accidently added itemScott Ullrich2008-11-101-1/+0
|
* Add css for save buttonScott Ullrich2008-11-106-3/+29
|
* Use product_nameScott Ullrich2008-11-101-4/+5
|
* Add themes/$themename/infobox.php which allows:Scott Ullrich2008-11-091-0/+5
| | | | | | $nifty_redbox = "#990000"; $nifty_blackbox = "#000000"; ... To be overridden.
* Inculde wizard.css if it existsScott Ullrich2008-11-091-1/+1
|
* Include wizard.css or all.css, wizard.css being the firstScott Ullrich2008-11-091-1/+3
|
* Include wizard.css if it exists after all.cssScott Ullrich2008-11-091-1/+5
| | | | Requested-by: Holger
* Include correct fileScott Ullrich2008-11-091-7/+8
| | | | 'CVS: ----------------------------------------------------------------------
* Include globals.inc firstScott Ullrich2008-11-091-1/+1
|
* Spell eval correctlyScott Ullrich2008-11-091-1/+1
|
* Ensure globals.inc is read inScott Ullrich2008-11-091-0/+1
|
* Kill old ntpd process if it is aroundScott Ullrich2008-11-091-0/+2
|
* SyncScott Ullrich2008-11-091-0/+3
|
* Add script that will keep trying to set the date time (for bootup) thatScott Ullrich2008-11-091-0/+10
| | | | will run in the background to help speedup boot times.
* require("guiconfig.inc");Scott Ullrich2008-11-081-4/+1
|
* Check if the interface is used by gre/gif tunnels before allowing deletion.Ermal Luçi2008-11-071-0/+4
|
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-079-9/+9
| | | | * Create two new function link_interface_to_{gif,gre}
OpenPOWER on IntegriCloud