summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Do not setup unionfs for /PCBSDScott Ullrich2010-08-141-2/+0
|
* Let the user choose the IPsec CA instead of assuming.jim-p2010-08-131-1/+1
|
* Only write out the CA if one exists.jim-p2010-08-131-9/+11
|
* Flip this checkjim-p2010-08-131-2/+2
|
* When using a certificate for IPsec, also write out and reference the ↵jim-p2010-08-131-0/+15
| | | | certificate's CA.
* Honor a phase 1 proposal_check if one is set, otherwise use the default.jim-p2010-08-131-2/+2
|
* fix textChris Buechler2010-08-131-1/+1
|
* If mpd.conf files exists in the /conf directory, link to it instead ofgnhb2010-08-131-10/+14
| | | | | | | generating a new one from config.xml data. This allows power users to tweak mpd conf to their delight, and gives devs a way of testing out conf tweaks without needing to alter php code.
* Expose MRRU settings in the GUI for PPPoE (MLPPP).gnhb2010-08-131-0/+6
|
* Use require_once herejim-p2010-08-121-2/+2
|
* Do not require a refernce passed because seems php likes to screw with it ↵Ermal2010-08-111-2/+2
| | | | internally. This should have be the second belt at Ticket #819.
* Add 8021.x preauth (rsn_preauth)Scott Ullrich2010-08-111-4/+10
|
* Separate RRD graph settings to a separate entry.Erik Fonnesbeck2010-08-101-2/+7
|
* Do not forget status_rrd_graph.php. Spotted-by: EffoneErmal2010-08-101-6/+1
|
* Fixes #774. Add some pages to match under proper category.Ermal2010-08-101-1/+4
|
* remove duplicated entry.Ermal2010-08-101-6/+0
|
* Fixes #684. Test file existence before trying to kill the process. Also ↵Ermal2010-08-101-3/+5
| | | | correct interface name passed as parameter to interface_configure function, it should fix another ticket as a byproduct.
* Ticket #8. Use proper IP to pfctl -b and run the command after the rules ↵Ermal2010-08-102-8/+8
| | | | have been removed for the not 'down' interfaces.
* Increase upload file size to 1 megabyteScott Ullrich2010-08-101-1/+1
|
* Use correct type so a proper config is generated. Reported ↵Ermal2010-08-101-3/+3
| | | | by:http://forum.pfsense.org/index.php/topic,25465.msg141966.html#msg141966
* Resolves #815. Do not add protection rules if lan interface has no ip.Ermal2010-08-101-5/+7
|
* Show disabled interfaces as wellScott Ullrich2010-08-092-7/+10
|
* Adding config.console.incScott Ullrich2010-08-091-0/+535
|
* Include config.console.incScott Ullrich2010-08-091-1/+2
|
* Move all console related configuration items to config.console.inc. This ↵Scott Ullrich2010-08-094-497/+9
| | | | will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.
* don't include 255.255.255.255 hereChris Buechler2010-08-091-3/+9
|
* Add the ability to set a periodic RRD and DHCP leases backup from ↵jim-p2010-08-091-0/+42
| | | | Diagnostics > NanoBSD.
* Get the real flags set on the interface to make code below work properly! ↵Ermal2010-08-091-1/+1
| | | | Ticket #88.
* correctly use sticky and round-robin. Ticket #337Chris Buechler2010-08-071-3/+3
|
* don't static port 5060 by default, it breaks things much more often than it ↵Chris Buechler2010-08-061-2/+0
| | | | helps.
* Do not call die while parsing package xml files. Instead return an empty ↵Ermal2010-08-061-2/+2
| | | | array. This should avoid packages not uninstalling.
* Remove useless code which might even abort package deletion process.Ermal2010-08-061-15/+1
|
* Use global to not cause breakage if path changes.Ermal2010-08-061-1/+1
|
* Remove useless sysctl since it is not useful. Ticket #729.Ermal2010-08-061-1/+0
|
* Avoid duplicate service tags when reinstalling packagesRenato Botelho2010-08-061-0/+4
|
* Fix execute permissionsjim-p2010-08-062-0/+0
|
* Restore DHCP leases on boot if they have been backed up.jim-p2010-08-061-0/+15
|
* 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.
* 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.
* Properly clear the qlimit or tbrconfig settings when a value is deleted from GUIErmal2010-08-051-0/+4
|
* 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.
* 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 backend code for antenna settings. Ticket #13Erik Fonnesbeck2010-08-051-5/+43
|
* 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-041-1/+1
|
OpenPOWER on IntegriCloud