Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure <dhcpd><wan> exists before blindly unsetting. | Scott Ullrich | 2010-03-10 | 1 | -1/+3 |
| | |||||
* | if reverted to HTTP, restart lighty | Chris Buechler | 2010-02-27 | 1 | -1/+7 |
| | |||||
* | Decouple filter.inc from functions.inc. There is no need to process filter ↵ | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | | | | functions most of the time. Include filter.inc where it is needed | ||||
* | Really restart DHCPD server after changes | Scott Ullrich | 2009-08-12 | 1 | -3/+9 |
| | |||||
* | move killall dhcpd above section that exits if no DHCP servers are enabled, ↵ | Chris Buechler | 2009-03-10 | 1 | -1/+3 |
| | | | | | | and configure dhcpd if it's disabled by option #2 at the console. Ticket #1867 (cvstrac) | ||||
* | Add services_dhcp_server_enable which allows the DHCP server to be turned | Scott Ullrich | 2008-10-29 | 1 | -2/+3 |
| | | | | off easily. | ||||
* | Reload interface being worked on, not blindly lan | Scott Ullrich | 2008-10-27 | 1 | -1/+1 |
| | |||||
* | Rename interfaces_wan_configure to interface_configure now that it is used ↵ | Ermal Luçi | 2008-09-09 | 1 | -1/+1 |
| | | | | for all assigned interface configuration. | ||||
* | Merge lan configuration to the interfaces_wan.php page wich does the ↵ | Ermal Luçi | 2008-09-07 | 1 | -1/+1 |
| | | | | | | configuration of all other assigned interfaces. | ||||
* | we don't care if rm can't find old dhcpd database files | Bill Marquette | 2008-09-07 | 1 | -1/+1 |
| | |||||
* | fix debug code that never worked and make it disabled by default | Bill Marquette | 2008-09-07 | 1 | -2/+4 |
| | |||||
* | Semicolons after if's apparently parse...but it's not terribly helpful | Bill Marquette | 2008-09-07 | 1 | -2/+2 |
| | |||||
* | Check to see if key exists before unsetting | Scott Ullrich | 2008-09-07 | 1 | -1/+2 |
| | |||||
* | Check to see if a interface has a dhcp key before trying to unset | Scott Ullrich | 2008-09-07 | 1 | -1/+2 |
| | | | | if the interface has a dhcp server enabled. | ||||
* | Correctly set interface to dhcp in wan case. | Ermal Luçi | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | clean up text a bit, still some issues remaining (like "http://DHCP", my ↵ | Chris Buechler | 2008-07-07 | 1 | -7/+17 |
| | | | | logic is apparently flawed) | ||||
* | Remove unneeded code. | Ermal Luçi | 2008-07-07 | 1 | -2/+0 |
| | |||||
* | Fix interface ip assignment. Originally commited by Ermal | Scott Ullrich | 2008-07-07 | 1 | -1/+10 |
| | |||||
* | Missed interface improvements commit. | Ermal Luçi | 2008-07-02 | 1 | -13/+3 |
| | |||||
* | fix typo | Chris Buechler | 2008-06-23 | 1 | -1/+1 |
| | | | | Ticket #1761 | ||||
* | Show Port of the webui if it is set | Seth Mos | 2008-06-13 | 1 | -2/+5 |
| | |||||
* | Fix prompting for DHCP server setup | Chris Buechler | 2008-03-12 | 1 | -3/+3 |
| | |||||
* | clarify text | Chris Buechler | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | show interface in uppercase (lan -> LAN, etc.) | Chris Buechler | 2008-03-02 | 1 | -1/+2 |
| | |||||
* | Fix typo blowing up setlanip | Chris Buechler | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | * Seperate prompt asking about DHCP server out to its own function. | Scott Ullrich | 2008-02-25 | 1 | -19/+23 |
| | | | | | * When configuring the lan IP, if the lan interface exist, correctly prompt if the admin would like to enable DHCP server. | ||||
* | Do not allow enabling of DHCP server on dynamic IP interfaces (fixed in HEAD ↵ | Chris Buechler | 2008-02-22 | 1 | -8/+17 |
| | | | | | | | | | in last commit) added a couple TODO items to fix later Single interface support Appliance Project | ||||
* | Fix numerous issues introduced with single interface support. Still some ↵ | Chris Buechler | 2008-02-22 | 1 | -25/+35 |
| | | | | | | | issues to be resolved here. Single interface support Appliance Project | ||||
* | Remove extra } | Scott Ullrich | 2008-02-18 | 1 | -1/+1 |
| | |||||
* | Reload filter after changes. | Scott Ullrich | 2008-02-16 | 1 | -0/+3 |
| | |||||
* | * Show interface in upper case to conform to all other areas. | Scott Ullrich | 2008-02-16 | 1 | -2/+3 |
| | | | | * Add a couple of carriage returns | ||||
* | Make set wan/lan/optX script usable. | Scott Ullrich | 2008-02-16 | 1 | -6/+11 |
| | |||||
* | List LAN interface if it is available. | Scott Ullrich | 2008-02-16 | 1 | -1/+3 |
| | |||||
* | Correct MISC errors found by Scott Dale. | Scott Ullrich | 2008-02-16 | 1 | -13/+4 |
| | |||||
* | Remove dhcpd.leases and reload daemon after LAN interface removal. | Scott Ullrich | 2008-02-09 | 1 | -0/+2 |
| | |||||
* | When deleting the LAN interface, automatically unset the following | Scott Ullrich | 2008-02-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | configuration areas: * Interfaces -> LAN * DHCPD -> LAN * Traffic Shaper * EZ Shaper settings * Firewall -> NAT NOTE: when adding back an interface if LAN does not exist, it is added back before OPTX so that these constaints can be upheld. | ||||
* | * If the LAN interface exists, do not allow DHCP server on WAN. | Scott Ullrich | 2008-02-09 | 1 | -1/+9 |
| | | | | * If the LAN interface does not exist, do not allow DHCP server on LAN. | ||||
* | * Allow HTTPS/HTTP revert and anti-lockout rule on WAN | Scott Ullrich | 2008-02-09 | 1 | -20/+16 |
| | |||||
* | Allow any interface to be configured from the console menu. | Scott Ullrich | 2008-02-09 | 1 | -59/+114 |
| | |||||
* | Ticket #1464, only allow y* or n* | Bill Marquette | 2007-10-19 | 1 | -5/+17 |
| | |||||
* | global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427 | Bill Marquette | 2007-10-17 | 1 | -2/+2 |
| | |||||
* | Close STDIN ($fp) handle before returning back to shell. Major doh's. | Scott Ullrich | 2007-06-02 | 1 | -1/+6 |
| | |||||
* | point out that a browser is a "web browser" for the technically challanged | Scott Ullrich | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | Add $Id$ tags | Bill Marquette | 2005-03-27 | 1 | -0/+1 |
| | |||||
* | write_config() descriptions | Bill Marquette | 2005-03-20 | 1 | -1/+1 |
| | |||||
* | m0n0wall -> pfSense | Colin Smith | 2005-02-19 | 1 | -1/+1 |
| | |||||
* | Style clieanup. | Scott Ullrich | 2005-02-12 | 1 | -21/+21 |
| | |||||
* | Initial revision | Scott Ullrich | 2004-11-07 | 1 | -0/+117 |