Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | it's 2010, update (C) | Scott Ullrich | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Make menu drape across two columns saving around 10 lines of text making ↵ | Scott Ullrich | 2010-12-06 | 1 | -25/+18 |
| | | | | room for more interfaces at the top. Looks good: perry|dk & jim-p | ||||
* | Remove unused binary from list | Ermal | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | cleanup other bogus code. | Ermal | 2010-12-06 | 1 | -1/+0 |
| | |||||
* | Remove bogus code and use proper function here. | Ermal | 2010-12-06 | 1 | -2/+1 |
| | |||||
* | Actually honor the mtu/mac spoofing option in the interfaces.php page even ↵ | Ermal | 2010-12-06 | 1 | -13/+35 |
| | | | | while the type is set to other than dhcp/static/none. For this inhance the interface_translate_type_to_real to return the real hardware interface for ppp* types. | ||||
* | Ticket #829. Allow the user to change from ppp* type to static or dhcp type ↵ | Ermal | 2010-12-06 | 1 | -6/+10 |
| | | | | interface from interfaces.php. | ||||
* | Modify dhclient-script to call rc.newwanip after all the changes to system ↵ | Ermal | 2010-12-06 | 1 | -10/+8 |
| | | | | have been done so races and no stale information can be extracted from the later. | ||||
* | Do the setting earlier to not miss any code and make ipsec not work. | Ermal | 2010-12-06 | 1 | -2/+2 |
| | |||||
* | Do not reload twice carp and vips in general during an interface reload. | Ermal | 2010-12-06 | 1 | -9/+10 |
| | |||||
* | Correct code to reconfigure an interface for groups/gre/gif tunnels to take ↵ | Ermal | 2010-12-06 | 2 | -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 ↵ | Ermal | 2010-12-06 | 1 | -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. | Ermal | 2010-12-06 | 1 | -4/+16 |
| | |||||
* | Use send_event since touch()'ing files does not work. | Ermal | 2010-12-06 | 1 | -3/+1 |
| | |||||
* | Do not call filter_configure here the caller does. Also remove old code of ↵ | Ermal | 2010-12-06 | 2 | -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 ↵ | Ermal | 2010-12-06 | 1 | -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. | Ermal | 2010-12-06 | 1 | -1/+9 |
| | |||||
* | Do not spam filter reload at boot. | Ermal | 2010-12-06 | 1 | -1/+3 |
| | |||||
* | No need to call filter_reload from here. | Ermal | 2010-12-06 | 1 | -2/+1 |
| | |||||
* | Silence this. | Ermal | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Restore locking to filter reload, using an exclusive filter lock around the ↵ | Erik Fonnesbeck | 2010-12-04 | 1 | -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 Fonnesbeck | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Remove authorized_keys file when there are no authorized keys for the user. | Erik Fonnesbeck | 2010-12-03 | 1 | -1/+2 |
| | |||||
* | Actually make the other code correct. | Ermal | 2010-12-03 | 1 | -4/+4 |
| | |||||
* | Ooops actually return after disabling flowtables. | Ermal | 2010-12-03 | 1 | -1/+3 |
| | |||||
* | Actually do something on flowtables. Seems later image kernels have this ↵ | Ermal | 2010-12-03 | 1 | -13/+7 |
| | | | | included. | ||||
* | Rename this variable to avoid collisions. Fixes #1067 | jim-p | 2010-12-03 | 1 | -2/+2 |
| | |||||
* | Fix this code a bit, my first attempt yesterday didn't work properly (this ↵ | jim-p | 2010-12-03 | 1 | -4/+8 |
| | | | | should). | ||||
* | Restore spoofed MAC after running hostapd to keep behavior consistent with ↵ | Erik Fonnesbeck | 2010-12-02 | 1 | -1/+12 |
| | | | | other interfaces. Ticket #841 | ||||
* | Restore the original MAC address before running hostapd to work around a ↵ | Erik Fonnesbeck | 2010-12-02 | 1 | -0/+9 |
| | | | | hostapd bug. Ticket #841 | ||||
* | Try to handle when cert subject entries are arrays. | jim-p | 2010-12-02 | 1 | -3/+4 |
| | |||||
* | Allow a . in hostnames. Also, don't allow a space in hostname, it was adding ↵ | jim-p | 2010-12-02 | 1 | -1/+1 |
| | | | | a bunch of trailing spaces to the end of the field. Fixes #1063 | ||||
* | Correct binaries needed. | Ermal | 2010-12-02 | 1 | -3/+2 |
| | |||||
* | Do not try to be smart on the package name and also use a better resulting ↵ | Ermal | 2010-12-02 | 1 | -4/+3 |
| | | | | condition testing. | ||||
* | Make use of the new tab menu and use _GET instead of _POST for pkg name ↵ | Warren Baker | 2010-12-02 | 1 | -9/+12 |
| | | | | passed in URL. | ||||
* | If a pkg has logging enabled in syslog, then correctly ensure that it does ↵ | Warren Baker | 2010-12-02 | 1 | -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 Baker | 2010-12-02 | 1 | -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-p | 2010-12-02 | 1 | -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-p | 2010-12-02 | 1 | -1/+1 |
| | | | | isn't needed now. Fixes #1066 | ||||
* | Confirm before deleting the interface. | Erik Fonnesbeck | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | Raise this to new limit of 2^16. | Ermal | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | Do not spam console with useless messages. Also remove killall not needed ↵ | Ermal | 2010-12-01 | 2 | -11/+8 |
| | | | | anymore. | ||||
* | If the protocol is not set in the config, it defaults to https, so assume ↵ | jim-p | 2010-12-01 | 1 | -1/+1 |
| | | | | port 443 since the port isn't set either. | ||||
* | Enable LINK_DOWN event for interfaces. It will help cases similar to ↵ | Ermal | 2010-12-01 | 1 | -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 ↵ | Ermal | 2010-12-01 | 1 | -4/+2 |
| | | | | now that its not needed anymore. | ||||
* | Ticket #1060. Escape even the alias entry descritpions. | Ermal | 2010-12-01 | 2 | -2/+3 |
| | |||||
* | Use correct variable name. Also related to Ticket #847. | Ermal | 2010-12-01 | 2 | -2/+1 |
| | |||||
* | Make page more html friendly. | Scott Ullrich | 2010-11-30 | 1 | -5/+9 |
| | |||||
* | Do not output blank pkg names | Scott Ullrich | 2010-11-30 | 1 | -2/+3 |
| | |||||
* | Ensure inetd.conf exists | Scott Ullrich | 2010-11-30 | 1 | -5/+6 |
| |