| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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.
|
|
|
| |
As per change in arpwatch.xml, arp.dat is in /var/log
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Fixes #2575
|
|\
| |
| | |
Ipguard minor cleanup
|
| |
| |
| |
| | |
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.
|
| | |
|
|/
|
| |
Make it say Ipguard - Sync when navigating to the Sync tab.
|
| |
|
| |
|
|\
| |
| | |
Update config/quagga_ospfd/quagga_ospfd.inc
|
|/
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
choke on it.
|
| |
|
|\
| |
| | |
fix typo
|
|/ |
|
|
|
|
| |
Yealink T28, Yealink T38g, and SNOM SIP handsets.
|
|\
| |
| | |
Add a matching conf_mount_ro call for squid
|
|/
|
|
| |
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).
|
|\
| |
| | |
Make matching conf_mount_ro calls during squid3 installation
|
| |
| |
| |
| | |
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.
|
| | |
|
|\ \
| | |
| | | |
Update config/squid3/proxy_monitor.sh
|
| | |
| | |
| | | |
Change to match 2.1 config also.
|
|\ \ \
| |/ /
|/| | |
Change the way we keep only one going and no more.
|
|/ /
| |
| |
| | |
Test and reboot tested. Only 1 starts up. Theoretically, it should not even start 1, but if I set it to greater than 1, 2 opens up and remains open. I guess it is preloading the variables?
Just have to watch the behavior and see if that ever changes.
|
|\ \
| | |
| | | |
Update config/squid3/proxy_monitor.sh
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Update config/squid-reverse/proxy_monitor.sh
|
|/ / |
|
|\ \
| | |
| | | |
To keep proxy_monitor.sh from starting more than one.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Update config/squid3/proxy_monitor.sh
|
|/ / |
|
|\ \
| | |
| | | |
Update config/snort/snort_blocked.php
|
| | |
| | |
| | | |
Snort 2.9.2.3 pkg v. 2.5.1 Blocked Tab fix, fixes Snort blocked descriptions with ",". (Not just N/A)
|
|\ \ \
| | | |
| | | | |
Snort Widget v0.3.2 fix (update 26-07-2012)
|
| | | |
| | | |
| | | | |
Removed a bogus line
|
| | | |
| | | |
| | | | |
Sorts all interfaces by date, displays ip and port, fixes Snort alert descriptions with ",". Uses firewall widget setting as number of entries.
|
| | | |
| | | |
| | | | |
Fix Snort alerts descriptions with "," like: "ET TROJAN MS Terminal Server User A Login, possible Morto inbound"
|
| | | |
| | | |
| | | | |
Fix displaying Snort descriptions with "," like: "ET TROJAN MS Terminal Server User A Login, possible Morto inbound"
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| |/ /
|/| | |
Implement gettext calls and remove unecessary ones
|
| | | |
|