summaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Ermal2010-12-062-10/+31
| | | | into account that an interface might be part of many instances of this. Also reconfigure interface groups for every newwanip trigger on interfaces to make sure dynamic interfaces retain their membership on groups.
* Ticket #491. Do not actually check for enable to exist but for host since ↵Ermal2010-12-061-2/+2
| | | | enable might be unset explicitly by the user. This should re-enable configs to work.
* Ticket #1073. Gray out the rules when they are disabled.Ermal2010-12-061-4/+16
|
* 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 ↵Ermal2010-12-062-27/+1
| | | | the times when check_reload_status used files as trigers.
* The caller of this function is responsible for this and usually all the ↵Ermal2010-12-061-3/+0
| | | | callers do this from what i can tell. Remove redundant call.
* 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 ↵Erik Fonnesbeck2010-12-041-3/+8
| | | | function, but also leave the existing shared lock for config. Ticket #1071
* 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 ↵Ermal2010-12-031-13/+7
| | | | included.
* Rename this variable to avoid collisions. Fixes #1067jim-p2010-12-031-2/+2
|
* 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
|
* Allow a . in hostnames. Also, don't allow a space in hostname, it was adding ↵jim-p2010-12-021-1/+1
| | | | a bunch of trailing spaces to the end of the field. Fixes #1063
* 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.
* Make use of the new tab menu and use _GET instead of _POST for pkg name ↵Warren Baker2010-12-021-9/+12
| | | | passed in URL.
* 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.
* Disable redirect gateway checkbox when using shared key (you can't push with ↵jim-p2010-12-021-1/+6
| | | | shared key). Also re-run the code to hide the local network box if the gw redirect is checked when switching server modes, since there is no need to push a specific local network when pushing the default gateway.
* Use unlink here instead of an exec to rm. Remove escapeshellarg call as it ↵jim-p2010-12-021-1/+1
| | | | isn't needed now. Fixes #1066
* Confirm before deleting the interface.Erik Fonnesbeck2010-12-011-1/+1
|
* Raise this to new limit of 2^16.Ermal2010-12-011-1/+1
|
* 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.
* Ticket #1060. Escape even the alias entry descritpions.Ermal2010-12-012-2/+3
|
* Use correct variable name. Also related to Ticket #847.Ermal2010-12-012-2/+1
|
* Make page more html friendly.Scott Ullrich2010-11-301-5/+9
|
* Do not output blank pkg namesScott Ullrich2010-11-301-2/+3
|
* Ensure inetd.conf existsScott Ullrich2010-11-301-5/+6
|
* Make pfTop uniformScott Ullrich2010-11-302-2/+2
|
* 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
|
OpenPOWER on IntegriCloud