aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* apache with mod_security-dev - typo fixMarcello Coutinho2012-09-181-2/+2
|
* apache2+modsecurity - new package gui devel versionMarcello Coutinho2012-09-1815-0/+3768
| | | | need pbi to be rebuild to get apache worker options working
* squid3 - fix a missing vhost config on https setupMarcello Coutinho2012-09-181-2/+2
|
* sarg - fix typosMarcello Coutinho2012-09-182-8/+8
|
* sarg - fix daylimit field descriptionMarcello Coutinho2012-09-171-1/+2
|
* sarg - fixes for pfsense 2.1 dirs and realtime tabMarcello Coutinho2012-09-173-257/+33
|
* sarg - add gzip feature to compress reports and save disk spaceMarcello Coutinho2012-09-143-3/+77
|
* Set the user credentials in curl rather than forming a URI with the ↵jim-p2012-09-072-2/+3
| | | | user:pass, as the latter has issues if the password contains certain symbols such as @.
* squid3 - include dns_v4_first options that fixes https connection errors on ↵Marcello Coutinho2012-09-052-11/+17
| | | | squid3
* Update NUT backend code to support new binaries.jim-p2012-09-052-30/+14
|
* fix uninstall 2apnar2012-09-051-2/+2
|
* fix uninstallapnar2012-09-051-2/+4
|
* removed some more unused codeapnar2012-09-051-19/+0
|
* change name of status menu item to work around issue with items of same nameapnar2012-09-051-1/+1
|
* update status page and move status functions into that pageapnar2012-09-052-29/+51
|
* remove some unused codeapnar2012-09-051-17/+0
|
* try to manually force bigger log a better wayapnar2012-09-051-2/+1
|
* try to manually force a larger syslog fileapnar2012-09-041-0/+2
|
* Add interface group on install, remove it on uninstall, and add interfaces ↵apnar2012-09-042-1/+47
| | | | to it.
* add service desc and tweak status permsapnar2012-09-041-1/+7
|
* Add shortcuts fileapnar2012-09-041-0/+11
|
* Add options to Avahi to selectively disable IPv6 (and IPv4)jim-p2012-08-292-2/+16
|
* Merge pull request #316 from bguerin/masterJim P2012-08-292-73/+34
|\ | | | | Stabilisation of DNS server
| * Adding option to disable IP monitoringBenoit GUERIN2012-08-292-11/+31
| |
| * Using multilog instead of readproctitle to log svscan outputBenoit GUERIN2012-08-291-1/+3
| |
| * Deleting dead codeBenoit GUERIN2012-08-052-61/+0
| |
* | update tinc version from 1.0.18 to 1.0.19apnar2012-08-283-3/+3
| |
* | adding tinc packageapnar2012-08-285-0/+670
| |
* | Fix constant define syntaxjim-p2012-08-241-7/+7
| |
* | Some Avahi adjustments to help with using it on VPNs.jim-p2012-08-242-3/+3
| |
* | Fix arpwatch so selected interface happens first timephildd2012-08-241-1/+5
| | | | | | | | | | See: http://forum.pfsense.org/index.php/topic,51007.0.html After selecting an interface for arpwatch, the first time you "save" the selection is written to the config file, but arpwatch.sh gets written with the previous value. arpwatch starts on some other interface. You have to press save twice. This fixes the problem - code as per the forum suggestion and it works nicely for me.
* | Look for arp.dat in /var/logphildd2012-08-241-2/+2
| | | | | | As per change in arpwatch.xml, arp.dat is in /var/log
* | Make arpwatch work on 21 and nanobsdphildd2012-08-241-6/+8
| | | | | | | | | | On 2.1 arpwatch was putting its log file (arp.dat) into a "pbi" folder where it was installed. arpwatch_reports.php didn't know anything about that, so didn't find it. On nanobsd the usr pbi location is RO anyway. So, arp.dat moved to /var/log Some code added to touch the file from rc.d/arpwatch.sh - arpwatch complains if the file does not exist when it starts.
* | Change up some bgpd initialization, fixes #2572jim-p2012-08-221-55/+61
| |
* | Unbreak OpenOSPFD but also flag it as depreciated in favor of Quagga OSPF. ↵jim-p2012-08-221-0/+2
| | | | | | | | Fixes #2575
* | Fix Ipguard initial setup PHP warningsPhil Davis2012-08-221-18/+19
| | | | | | | | Add some checks that ipguard.sh exists - before anything is setup in the GUI it does not exist. Improve the test for doing the XMLRPC sync - it was trying to do this even if there was nothing setup at all.
* | Ipguard GUI minor text changesPhil Davis2012-08-221-8/+8
| |
* | Update Ipguard Sync page titlePhil Davis2012-08-221-1/+1
| | | | | | Make it say Ipguard - Sync when navigating to the Sync tab.
* | Fix syntax errorjim-p2012-08-181-1/+1
| |
* | Update config/quagga_ospfd/quagga_ospfd.incjulienberton2012-08-161-3/+3
| | | | | | | | | | | | | | OSPF passwords are in Quagga configuration surrounded by quotes, which is result in MD5 authentication failures where other side like Cisco routers defined the password without quotes.
* | Enclose this in quotes, since it may contain spaces. Otherwise, openvpn will ↵jim-p2012-08-092-2/+2
| | | | | | | | choke on it.
* | Fix inline client exportjim-p2012-08-092-1/+3
| |
* | Update config/openvpn-client-export/openvpn-client-export.incdhatz2012-08-091-1/+1
|/
* Teach the OpenVPN Client Export package how to make config archives for ↵jim-p2012-08-033-1/+96
| | | | Yealink T28, Yealink T38g, and SNOM SIP handsets.
* Add a matching conf_mount_ro call for squidPhil Davis2012-08-021-0/+1
| | | | After write_rcfile() we need to conf_mount_ro() so that the mount reference count is decremented, otherwise the filesystem will get left in read-write mode on nanobsd. Note: in squid_resync there is already a correct pair of conf_mount_rw() and conf_mount_ro(), so no need to touch that for squid(2).
* Merge pull request #308 from phil-davis/masterErmal Luçi2012-08-011-1/+2
|\ | | | | Make matching conf_mount_ro calls during squid3 installation
| * Make matching conf_mount_ro calls for squidPhil Davis2012-08-021-1/+2
| | | | | | | | After initial installation of squid3 (squid-reverse folder) the shared-memory section mount count is left at 3. This means that on nanobsd the CF card is left mounted read-write. This condition will persist until the next reboot, because there is nothing to decrement the count. I have found 2 places here that do not match up conf_mount_rw and conf_mount_ro calls. There might be 1 more somewhere (or one of these routines is called twice during installation). I can check that when this change is committed and I can do another install from scratch.
* | mailscanner - include incoming/Locks folder permission checkMarcello Coutinho2012-07-311-7/+6
| |
* | Merge pull request #307 from Podilarius/patch-7Ermal Luçi2012-07-311-2/+1
|\ \ | | | | | | Update config/squid3/proxy_monitor.sh
| * | Update config/squid3/proxy_monitor.shRichard Adams2012-07-311-2/+1
| | | | | | | | | Change to match 2.1 config also.