summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backup DHCP leases on NanoBSD toojim-p2010-08-063-0/+8
|
* Move the RRD backup code to a script.jim-p2010-08-063-8/+8
|
* Make sure that the RRD path exists before apinger is started. Should really ↵jim-p2010-08-061-0/+3
| | | | fix quality graphs on NanoBSD.
* Ticket #792. Correctly unset the group name and update the new one if a ↵Ermal2010-08-061-4/+26
| | | | interface group is renamed. For filter and nat rules too.
* chown the RRD path on every call, not just when initially creating the RRD ↵jim-p2010-08-061-1/+6
| | | | directory. Also, chown the resulting rrd files.
* On system_advanced_firewall.php, fix display of selected TFTP interfaces ↵Erik Fonnesbeck2010-08-051-2/+2
| | | | after saving. Fixes #794
* Add missing explode parameter.Erik Fonnesbeck2010-08-051-1/+1
|
* New tab colors from RobScott Ullrich2010-08-059-0/+0
|
* Properly clear the qlimit or tbrconfig settings when a value is deleted from GUIErmal2010-08-051-0/+4
|
* Change bogon color row to E0E0E0Scott Ullrich2010-08-051-18/+18
|
* Turn active tabs color to #DDDDDDScott Ullrich2010-08-059-0/+0
|
* Turn active tabs color to #DDDDDDScott Ullrich2010-08-059-0/+0
|
* Set background color to grey and avoid white space between tabs and tabcont ↵Scott Ullrich2010-08-058-16/+16
| | | | class
* Restore this change, it breaks Nifty. We will need to come up with an ↵Scott Ullrich2010-08-051-2/+2
| | | | alternate plan to get rid of the 2px of white space between the tabs and tabcont
* No need to set sortable class for this page, it ends up with a javascript errorScott Ullrich2010-08-051-1/+1
|
* Set tabcont to a slightly darker grey so that it stands out even on brighter ↵Scott Ullrich2010-08-058-8/+8
| | | | monitors.
* Remove the 2px gap between the tab bar and tabcontScott Ullrich2010-08-051-3/+3
|
* Use more prototype conventions, fix some, and correct logic for moving rows.jim-p2010-08-051-25/+9
|
* Revert "Add self to the automatic nat rules generation so it easies ↵Scott Ullrich2010-08-051-2/+2
| | | | | | balancing the host traffic itself" This reverts commit 7b47b17c804aa67f27d3c7fb5a166449fe906f2e.
* Do not use /, use relative directory form cssScott Ullrich2010-08-058-48/+48
|
* Make the new tabs themableScott Ullrich2010-08-0518-8/+715
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/robiscool-clone ↵Scott Ullrich2010-08-054-1158/+1251
|\ | | | | | | into review/master
| * add func discrobiscool2010-08-051-0/+8
| |
| * new tab menurobiscool2010-08-054-1158/+1243
| |
* | Add self to the automatic nat rules generation so it easies balancing the ↵Ermal2010-08-051-2/+2
|/ | | | host traffic itself
* Only delete arp entries for a given interface, otherwise we can clobber the ↵jim-p2010-08-051-2/+2
| | | | static arp entries. Ticket #782
* When creating /var/db/rrd, make sure it's writable by wheel, and owned by ↵jim-p2010-08-051-2/+3
| | | | nobody, or apinger can't create the quality graphs.
* Add gui code for antenna settings. Ticket #13Erik Fonnesbeck2010-08-051-1/+64
|
* Add backend code for antenna settings. Ticket #13Erik Fonnesbeck2010-08-051-5/+43
|
* Fix printf that should be sprintf.Erik Fonnesbeck2010-08-051-1/+1
|
* Add 12 hour period starting from 8 in the morning. Thinking that would ↵smos2010-08-051-1/+13
| | | | correspond better to human workdays.
* Allow specifying other branches when using the existing repository URL in ↵Erik Fonnesbeck2010-08-051-0/+12
| | | | gitsync after the branches have been downloaded for the first time.
* Some minor fixes for gitsync. Don't create these unused directories, and ↵Erik Fonnesbeck2010-08-041-3/+4
| | | | make sure the file system is returned to the read-only state on NanoBSD.
* Fix text, and default to 1400Chris Buechler2010-08-042-5/+5
|
* Hide the distance setting for wireless interfaces that do not support it.Erik Fonnesbeck2010-08-041-0/+5
|
* Add sysctl functions that support getting/setting multiple values in a ↵Erik Fonnesbeck2010-08-041-0/+61
| | | | single call.
* Unbreak adding new recordScott Ullrich2010-08-041-0/+1
|
* Don't install reflection rules for port forwards with a destination address ↵Erik Fonnesbeck2010-08-041-1/+1
| | | | of 0.0.0.0.
* Don't split the date/time when forming a line's timestamp, use both. ↵jim-p2010-08-041-4/+1
| | | | Otherwise it can lead to oddities when crossing a date border. Fixes #478
* Use prototype selectors here, and ensure we use only the log rows. Should ↵jim-p2010-08-041-2/+4
| | | | fix the rare occasion where a rapid dynamic log update would overwrite the header row.
* Resolves #599. Split mtu and mss fields in interfaces page so it is possible ↵Ermal2010-08-042-4/+22
| | | | to set them differently.
* Disable TSO and LRO in upgraded configs.jim-p2010-08-041-0/+7
|
* Disable TSO and LRO in the default config.jim-p2010-08-041-0/+2
|
* Refine the setting/checking of these variables a little.jim-p2010-08-042-6/+6
|
* Fix this test.jim-p2010-08-041-1/+1
|
* Remember custom rows per page when going to previous and next pagesScott Ullrich2010-08-031-3/+3
|
* Adjust rows per page a bitScott Ullrich2010-08-031-1/+1
|
* Round up correctly for page countScott Ullrich2010-08-031-2/+1
|
* Do not hide Displaying page now that we have the rows per pageScott Ullrich2010-08-031-17/+15
|
* Allow setting of how many records per page to showScott Ullrich2010-08-031-6/+26
|
OpenPOWER on IntegriCloud