summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Fix this code a bit, my first attempt yesterday didn't work properly (this ↵jim-p2010-12-031-4/+8
| | | | should).
* Restore spoofed MAC after running hostapd to keep behavior consistent with ↵Erik Fonnesbeck2010-12-021-1/+12
| | | | other interfaces. Ticket #841
* Restore the original MAC address before running hostapd to work around a ↵Erik Fonnesbeck2010-12-021-0/+9
| | | | hostapd bug. Ticket #841
* Try to handle when cert subject entries are arrays.jim-p2010-12-021-3/+4
|
* Correct binaries needed.Ermal2010-12-021-3/+2
|
* Do not try to be smart on the package name and also use a better resulting ↵Ermal2010-12-021-4/+3
| | | | condition testing.
* If a pkg has logging enabled in syslog, then correctly ensure that it does ↵Warren Baker2010-12-021-3/+1
| | | | not get logged to one of the other logs but only to its specified log file.
* Syslog.conf would end up with multiple pkg facility names on the same line. ↵Warren Baker2010-12-021-2/+2
| | | | So multiple pkgs with logging enabled would end up with the previous pkg prepended to its syslog entry.
* Do not spam console with useless messages. Also remove killall not needed ↵Ermal2010-12-012-11/+8
| | | | anymore.
* If the protocol is not set in the config, it defaults to https, so assume ↵jim-p2010-12-011-1/+1
| | | | port 443 since the port isn't set either.
* Enable LINK_DOWN event for interfaces. It will help cases similar to ↵Ermal2010-12-011-6/+7
| | | | http://forum.pfsense.org/index.php/topic,29032.0.html
* Use new style filterdns argument passing on cmd and remove hack for killall ↵Ermal2010-12-011-4/+2
| | | | now that its not needed anymore.
* Use correct variable name. Also related to Ticket #847.Ermal2010-12-011-1/+1
|
* Do not output blank pkg namesScott Ullrich2010-11-301-2/+3
|
* Ensure inetd.conf existsScott Ullrich2010-11-301-5/+6
|
* Temporarily killall -9 filterdns until the signal issue can be resolved. ↵Scott Ullrich2010-11-301-0/+2
| | | | Will open a ticket
* Make sure a port is always set. Remove trailing newlineScott Ullrich2010-11-301-3/+5
|
* Set portScott Ullrich2010-11-301-4/+4
|
* Add successful user for sshlockoutScott Ullrich2010-11-301-1/+1
|
* Make sure host private key permissions aren't too open so sshd won't complain.Erik Fonnesbeck2010-11-301-1/+8
|
* Adding webConfiguratorlockout table and code.Scott Ullrich2010-11-301-0/+12
|
* Preseve attributes of files during copy.Ermal2010-11-301-1/+1
|
* Reword auth error message to match ssh for the most partScott Ullrich2010-11-301-2/+3
|
* Revert "Use -ss for syslogd. Suggested-by: Ermal"Scott Ullrich2010-11-301-3/+3
| | | | This reverts commit c57e0d704ac08afee31e1e79f0b8228f5eb66cb1.
* Use -ss for syslogd. Suggested-by: ErmalScott Ullrich2010-11-301-3/+3
|
* Use -lScott Ullrich2010-11-301-3/+3
|
* Unbreak Status -> System Logs -> DHCP due to chroot and new version of DHCPD.Scott Ullrich2010-11-301-3/+3
|
* Do a fflush of file before closing and sync(2). Fix whitespace while here.Ermal2010-11-301-20/+21
|
* Use pfSense_sync()Scott Ullrich2010-11-306-10/+10
|
* Call sync after writing the file and before returning to continue processing.Scott Ullrich2010-11-301-18/+22
|
* Store upgraded monitor IPs in gateway items, not accidentally as bogus ↵jim-p2010-11-301-4/+5
| | | | interfaces. This was causing some configs to upgrade and then get stuck in a reassignment loop after the next reboot.
* Mount rw so we can have the packages processing correctly.Ermal2010-11-301-1/+3
|
* Print file name when logging an xml error.jim-p2010-11-301-2/+3
|
* Use fullpathErmal2010-11-301-4/+4
|
* Ticket #911. Provide an option under system->advanced->misc to disable ↵Ermal2010-11-301-1/+4
| | | | killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!
* Ticket #1047. Make the flags the same for each member interface before ↵Ermal2010-11-301-4/+40
| | | | adding them to lagg(4)/bridge(4)
* Make the RRD path if it doesn't yet exist at this point.jim-p2010-11-301-0/+2
|
* Run ecl through php instead of executing directly.jim-p2010-11-301-2/+2
|
* Remove extraneous ')'. So much for php -lErmal2010-11-301-1/+1
|
* Rework this loader.conf changing code a bit. Might help with ticket #560jim-p2010-11-291-15/+12
|
* Revert "Add Active Directory group membership checking Ticket #1009"Scott Ullrich2010-11-291-83/+78
| | | | This reverts commit ef17372492fb3d271497160a816eba64b3bcf436.
* Add Active Directory group membership checking Ticket #1009Scott Ullrich2010-11-291-78/+83
|
* Set net.inet.carp.log=1. Ticket #1038Scott Ullrich2010-11-291-1/+1
|
* Add suggested fix from ticket #1037jim-p2010-11-291-1/+1
|
* Reintroduce this optimization, but use the correct return value this time.Erik Fonnesbeck2010-11-281-4/+3
|
* Unbreak sysctl handling.Scott Ullrich2010-11-282-5/+6
|
* Use exec()Scott Ullrich2010-11-282-6/+4
|
* Add pfSsh.php externalconfiglocator playback scriptScott Ullrich2010-11-283-2/+6
|
* Nuke newlineScott Ullrich2010-11-281-1/+0
|
* Skip slices on bootup deviceScott Ullrich2010-11-281-1/+11
|
OpenPOWER on IntegriCloud