summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Do the setting earlier to not miss any code and make ipsec not work.Ermal2010-12-061-2/+2
* Do not reload twice carp and vips in general during an interface reload.Ermal2010-12-061-9/+10
* Correct code to reconfigure an interface for groups/gre/gif tunnels to take i...Ermal2010-12-062-10/+31
* Ticket #491. Do not actually check for enable to exist but for host since ena...Ermal2010-12-061-2/+2
* Use send_event since touch()'ing files does not work.Ermal2010-12-061-3/+1
* Do not call filter_configure here the caller does. Also remove old code of th...Ermal2010-12-062-27/+1
* The caller of this function is responsible for this and usually all the calle...Ermal2010-12-061-3/+0
* Make sure filter_configure() is not called during bootup since its harmful.Ermal2010-12-061-1/+9
* Do not spam filter reload at boot.Ermal2010-12-061-1/+3
* No need to call filter_reload from here.Ermal2010-12-061-2/+1
* Silence this.Ermal2010-12-061-1/+1
* Restore locking to filter reload, using an exclusive filter lock around the f...Erik Fonnesbeck2010-12-041-3/+8
* Switches must come after the user name when using pw lock/unlock.Erik Fonnesbeck2010-12-031-1/+1
* Remove authorized_keys file when there are no authorized keys for the user.Erik Fonnesbeck2010-12-031-1/+2
* Actually make the other code correct.Ermal2010-12-031-4/+4
* Ooops actually return after disabling flowtables.Ermal2010-12-031-1/+3
* Actually do something on flowtables. Seems later image kernels have this incl...Ermal2010-12-031-13/+7
* Fix this code a bit, my first attempt yesterday didn't work properly (this sh...jim-p2010-12-031-4/+8
* Restore spoofed MAC after running hostapd to keep behavior consistent with ot...Erik Fonnesbeck2010-12-021-1/+12
* Restore the original MAC address before running hostapd to work around a host...Erik Fonnesbeck2010-12-021-0/+9
* 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 co...Ermal2010-12-021-4/+3
* If a pkg has logging enabled in syslog, then correctly ensure that it does no...Warren Baker2010-12-021-3/+1
* Syslog.conf would end up with multiple pkg facility names on the same line. S...Warren Baker2010-12-021-2/+2
* Do not spam console with useless messages. Also remove killall not needed any...Ermal2010-12-012-11/+8
* If the protocol is not set in the config, it defaults to https, so assume por...jim-p2010-12-011-1/+1
* Enable LINK_DOWN event for interfaces. It will help cases similar to http://f...Ermal2010-12-011-6/+7
* Use new style filterdns argument passing on cmd and remove hack for killall n...Ermal2010-12-011-4/+2
* 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. Will...Scott Ullrich2010-11-301-0/+2
* 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
* 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 interf...jim-p2010-11-301-4/+5
* 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
OpenPOWER on IntegriCloud