Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a wan interface up check before we start any time syncing. | Seth Mos | 2007-05-08 | 1 | -0/+3 |
| | |||||
* | Add a plus button on the top header of these pages. | Seth Mos | 2007-05-08 | 21 | -73/+313 |
| | | | | This to make it easier on large configurations. | ||||
* | When Enable Static ARP entries is enabled, do not allow entries that lack an ↵ | Scott Ullrich | 2007-05-08 | 1 | -1/+7 |
| | | | | ip address from being added. Currently we do not have any type of dhcp server hooks to automatically add the arp address to the arp table to make this work otherwise. | ||||
* | Sometimes people have local domains which they do not want forwarded to ↵ | Scott Ullrich | 2007-05-08 | 1 | -0/+6 |
| | | | | | | upstream servers. This is accomodated by using server options without the server IP address. To make things clearer local is a synonym for server. For example the option local=/localnet/ ensures that any domain name query which ends in .localnet will be answered if possible from /etc/hosts or DHCP, but never sent to an upstream server. Ticket #1190 | ||||
* | Add NTP server field to dhcp config. | Seth Mos | 2007-05-08 | 5 | -2/+38 |
| | | | | From: Alexander Schaber | ||||
* | Execute tcpdump in background for speed improvement | Scott Dale | 2007-05-08 | 1 | -21/+36 |
| | |||||
* | Add is_wan_interface_up($interface) | Seth Mos | 2007-05-07 | 1 | -0/+19 |
| | | | | Can be optional interface as well. | ||||
* | Add openvpn server tos and dhcp server options. | Scott Ullrich | 2007-05-07 | 2 | -0/+137 |
| | | | | Submitted-by: Martin Fuchs | ||||
* | Add more protocols. | Scott Ullrich | 2007-05-07 | 1 | -0/+3 |
| | | | | Submitted-by: Martin Fuchs | ||||
* | Make naming consistent | Seth Mos | 2007-05-07 | 1 | -2/+2 |
| | |||||
* | correctly determine if time range exists | Scott Dale | 2007-05-07 | 1 | -6/+4 |
| | |||||
* | Trigger on right opt interface | Seth Mos | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | correct scriptaculous handle | Scott Dale | 2007-05-07 | 1 | -2/+2 |
| | |||||
* | Widget base. Note: changes to widgets are not saved yet. | Scott Dale | 2007-05-07 | 3 | -7/+169 |
| | |||||
* | Widget base. Note: changes to widgets are not saved yet. | Scott Dale | 2007-05-07 | 34 | -267/+1025 |
| | |||||
* | get_interface_gateway() does not understand pppoe | Seth Mos | 2007-05-06 | 1 | -1/+1 |
| | |||||
* | Return the virtual interface for PPPoE | Seth Mos | 2007-05-06 | 1 | -0/+2 |
| | |||||
* | Schedule icon change, round 3 | Scott Dale | 2007-05-05 | 1 | -4/+4 |
| | | | | MFC: asap | ||||
* | schedule icon update | Scott Dale | 2007-05-05 | 1 | -1/+1 |
| | | | | MFC: asap | ||||
* | schedule icons | Scott Dale | 2007-05-05 | 12 | -0/+0 |
| | |||||
* | schedule icon update | Scott Dale | 2007-05-05 | 1 | -30/+33 |
| | | | | MFC: asap | ||||
* | Show icon that indicates whether the traffic is being blocked or allowed | Scott Dale | 2007-05-05 | 1 | -4/+33 |
| | | | | MFC: asap | ||||
* | Do not create nat on rules for opt interfaces with a gateway. | Seth Mos | 2007-05-05 | 1 | -2/+2 |
| | |||||
* | Correct the compatibility location again. | Scott Ullrich | 2007-05-05 | 1 | -1/+1 |
| | |||||
* | Correct compatibility symlink | Scott Ullrich | 2007-05-05 | 1 | -1/+1 |
| | |||||
* | Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 ↵ | Scott Ullrich | 2007-05-05 | 1 | -0/+6 |
| | | | | currently) | ||||
* | further changes to 1.3 for pppoe server and pptp server. added to gui add ↵ | Scott Ullrich | 2007-05-04 | 3 | -157/+257 |
| | | | | radius acct and auth ports add acct update in seconds option for external radius servers add backup radius server changes rearranges xml for better use moved radius specific features inside tags added options for additional server above 2 miner bug fixes Ticket #1306 | ||||
* | Do not attempt to touch /needs_package_sync on CDROM platform. | Scott Ullrich | 2007-05-03 | 1 | -1/+2 |
| | |||||
* | Move help / common usage scenarios to the "help" command. | Scott Ullrich | 2007-05-03 | 1 | -50/+61 |
| | |||||
* | Add hidden command to disable authoritative mode (dhcp server). To utilize ↵ | Scott Ullrich | 2007-05-03 | 1 | -1/+4 |
| | | | | do something like this in php pfSense shell: $config['dhcpd']['optx']['disableauthoritative'] = true; write_config(); | ||||
* | Show how to output the wireless options such as channels, modes, etc. | Scott Ullrich | 2007-05-03 | 1 | -0/+3 |
| | |||||
* | Clarify DHCP server comment | Scott Ullrich | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | * Correct printr typo. * Show how to output the interfaces and dhcpd ↵ | Scott Ullrich | 2007-05-03 | 1 | -1/+7 |
| | | | | portions of the configuration | ||||
* | Show the reboot command as well for php pfSense shell Sponsored-by: ↵ | Scott Ullrich | 2007-05-03 | 1 | -1/+4 |
| | | | | Bluegrass.net | ||||
* | Minor text updates | Scott Ullrich | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | Minor text updates | Scott Ullrich | 2007-05-03 | 1 | -5/+10 |
| | |||||
* | Show common commands in the php pfsense shell such as: * Enabling SSH * ↵ | Scott Ullrich | 2007-05-03 | 1 | -4/+31 |
| | | | | Enabling wireless on an interface (hostap, channel, ssid, etc) * Enabling DHCP Server on an interface * Disable firewall filter * Set up an interface for DHCP and enable * Set up an interface for static and enable These commands come in handy when configuring a 1 port ethernet wrap with 2 wireless cards. Sponsored-by: Bluegrass.net | ||||
* | * Do not allow duplicate entries by default in add_text_to_file() * Add ↵ | Scott Ullrich | 2007-05-02 | 1 | -9/+10 |
| | | | | option which allows duplicates Submitted-by: Uranellus via IRC | ||||
* | Fix spelling mistake Pointed-out-by: Summat via IRC | Scott Ullrich | 2007-05-02 | 1 | -2/+2 |
| | |||||
* | Import smtp.inc which allows sending e-mails from PHP. This will be used ↵ | Scott Ullrich | 2007-05-02 | 1 | -0/+839 |
| | | | | later down the road for the automatic logging/emailing system. This will also allow pfSense developers to begin e-mail equipping portions of the system as well. | ||||
* | Add a note that you do not use Synchronize IP and password option on backup ↵ | Scott Ullrich | 2007-05-02 | 1 | -1/+2 |
| | | | | cluster members. | ||||
* | Install frickin pptp proxy rules correctly. | Scott Ullrich | 2007-05-02 | 1 | -4/+15 |
| | |||||
* | Do not allow - in aliases. This breaks port aliases. | Seth Mos | 2007-05-02 | 2 | -2/+2 |
| | | | | tables are fine with the - and the _. Ports only work with _. | ||||
* | Fetch the filesize initially and compare it. In addition we compare MD5 to ↵ | Scott Ullrich | 2007-05-02 | 1 | -4/+16 |
| | | | | be absolutely sure. | ||||
* | * Do not close a buffer that has failed * Automatically retry failed connection | Scott Ullrich | 2007-05-02 | 2 | -3/+7 |
| | |||||
* | Exit if URL or PATH is blank. | Scott Ullrich | 2007-05-01 | 1 | -0/+4 |
| | |||||
* | Launch file correctly | Scott Ullrich | 2007-05-01 | 1 | -1/+1 |
| | |||||
* | Add md5 support if the site is storing the value. | Scott Ullrich | 2007-05-01 | 1 | -0/+17 |
| | |||||
* | Add firmware update menu option which can fetch a URL from the internet or ↵ | Scott Ullrich | 2007-05-01 | 2 | -1/+69 |
| | | | | use a already fetched file from the file system. | ||||
* | Woops, actually use $url Noticed-by: Seth | Scott Ullrich | 2007-05-01 | 1 | -1/+1 |
| |