summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-0734-267/+1025
|
* get_interface_gateway() does not understand pppoeSeth Mos2007-05-061-1/+1
|
* Return the virtual interface for PPPoESeth Mos2007-05-061-0/+2
|
* Schedule icon change, round 3Scott Dale2007-05-051-4/+4
| | | | MFC: asap
* schedule icon updateScott Dale2007-05-051-1/+1
| | | | MFC: asap
* schedule iconsScott Dale2007-05-0512-0/+0
|
* schedule icon updateScott Dale2007-05-051-30/+33
| | | | MFC: asap
* Show icon that indicates whether the traffic is being blocked or allowedScott Dale2007-05-051-4/+33
| | | | MFC: asap
* Do not create nat on rules for opt interfaces with a gateway.Seth Mos2007-05-051-2/+2
|
* Correct the compatibility location again.Scott Ullrich2007-05-051-1/+1
|
* Correct compatibility symlinkScott Ullrich2007-05-051-1/+1
|
* Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 ↵Scott Ullrich2007-05-051-0/+6
| | | | currently)
* further changes to 1.3 for pppoe server and pptp server. added to gui add ↵Scott Ullrich2007-05-043-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 Ullrich2007-05-031-1/+2
|
* Move help / common usage scenarios to the "help" command.Scott Ullrich2007-05-031-50/+61
|
* Add hidden command to disable authoritative mode (dhcp server). To utilize ↵Scott Ullrich2007-05-031-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 Ullrich2007-05-031-0/+3
|
* Clarify DHCP server commentScott Ullrich2007-05-031-1/+1
|
* * Correct printr typo. * Show how to output the interfaces and dhcpd ↵Scott Ullrich2007-05-031-1/+7
| | | | portions of the configuration
* Show the reboot command as well for php pfSense shell Sponsored-by: ↵Scott Ullrich2007-05-031-1/+4
| | | | Bluegrass.net
* Minor text updatesScott Ullrich2007-05-031-1/+1
|
* Minor text updatesScott Ullrich2007-05-031-5/+10
|
* Show common commands in the php pfsense shell such as: * Enabling SSH * ↵Scott Ullrich2007-05-031-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 Ullrich2007-05-021-9/+10
| | | | option which allows duplicates Submitted-by: Uranellus via IRC
* Fix spelling mistake Pointed-out-by: Summat via IRCScott Ullrich2007-05-021-2/+2
|
* Import smtp.inc which allows sending e-mails from PHP. This will be used ↵Scott Ullrich2007-05-021-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 Ullrich2007-05-021-1/+2
| | | | cluster members.
* Install frickin pptp proxy rules correctly.Scott Ullrich2007-05-021-4/+15
|
* Do not allow - in aliases. This breaks port aliases.Seth Mos2007-05-022-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 Ullrich2007-05-021-4/+16
| | | | be absolutely sure.
* * Do not close a buffer that has failed * Automatically retry failed connectionScott Ullrich2007-05-022-3/+7
|
* Exit if URL or PATH is blank.Scott Ullrich2007-05-011-0/+4
|
* Launch file correctlyScott Ullrich2007-05-011-1/+1
|
* Add md5 support if the site is storing the value.Scott Ullrich2007-05-011-0/+17
|
* Add firmware update menu option which can fetch a URL from the internet or ↵Scott Ullrich2007-05-012-1/+69
| | | | use a already fetched file from the file system.
* Woops, actually use $url Noticed-by: SethScott Ullrich2007-05-011-1/+1
|
* Add does_url_exist() which can verify a URL exists before downloading.Scott Ullrich2007-05-011-0/+18
|
* Prevent a configuration sync loop from occuring when a cluster has two nodes.Scott Ullrich2007-05-011-0/+14
|
* Allow synchornize to ip to be blank.Scott Ullrich2007-05-011-13/+14
|
* Install the package, deinstall and reinstall to ensure it is in a proper state.Scott Ullrich2007-04-301-3/+13
|
* Woops, use delete_package_xml() instead of delete_package()Scott Ullrich2007-04-301-2/+3
|
* Delete package before reinstalling to avoid multiple service entries, etc.Scott Ullrich2007-04-301-0/+2
|
* * add comments about scheduler logic * correct one case where the logic was ↵Scott Ullrich2007-04-302-9/+10
| | | | not correct
* Capitalize IPScott Ullrich2007-04-301-3/+3
|
* Take into account the DHCP wan ip address as wellScott Ullrich2007-04-301-1/+4
|
* Do not forget VIP's as well.Scott Ullrich2007-04-301-0/+6
|
* Do not allow the setting of the carp sync ip to be an ip address on the same ↵Scott Ullrich2007-04-301-0/+6
| | | | firewall. This leads to a sync loop.
* Clean backup cache before starting php environmentScott Ullrich2007-04-301-0/+2
|
* Keep 5 backups on embedded. Keep 30 on full installations.Scott Ullrich2007-04-301-7/+3
|
* Add multiline support for multi-line mini programs/scripts.Scott Ullrich2007-04-301-2/+22
|
OpenPOWER on IntegriCloud