summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add function to forcefully reload VPN on wan ip change.Seth Mos2007-05-151-2/+2
|
* Use pfSync SYNCPEER directive if defined. Ticket #1317Scott Ullrich2007-05-141-3/+9
|
* Remove extra "'s.Scott Ullrich2007-05-141-1/+1
|
* Add missing )'s. How this got past our PHP LINT checker is beyond me.Scott Ullrich2007-05-141-2/+2
|
* Remove previous firmware.tgz on bootup if present.Scott Ullrich2007-05-141-0/+6
|
* Scrub the absolute minimum amount for PPPoEScott Ullrich2007-05-111-0/+2
|
* when pppoe aliases on pppoe server are made they make aliases for ng0 to ↵Scott Ullrich2007-05-111-2/+5
| | | | whatever. but ng1 should be the start for pppoe-server ng0 should be reserved for pppoe client this problem could effect pptp server as well. Ticket #1308
* Correct style sheet class.Seth Mos2007-05-111-2/+2
|
* Do not flush SPA and SPD before starting. It upsets racoon.Seth Mos2007-05-111-4/+5
|
* Mount image read write before upgrading.Scott Ullrich2007-05-111-1/+1
|
* $config needs to be a global itemScott Ullrich2007-05-101-0/+1
|
* Honor sticky-address setting from system->advanced for outgoing load ↵Scott Ullrich2007-05-101-0/+2
| | | | balancing items if it is enabled.
* Patch from Martin to fix http://forum.pfsense.org/index.php/topic,4773.0.htmlScott Ullrich2007-05-101-4/+8
|
* Rework stop and start logic. If we are already alive, reload instead of stop ↵Seth Mos2007-05-101-11/+27
| | | | | | and start. Tested by Seth.
* Mount read/write before fetching url.Scott Ullrich2007-05-101-0/+1
|
* Update XML_RPC to 1.5.1Seth Mos2007-05-092-75/+235
| | | | This fixes sync issues on configs > 500KB
* Port load balancer sticky address optionScott Ullrich2007-05-092-0/+9
|
* Use unlink_if_exists()Scott Ullrich2007-05-091-1/+1
|
* Unlink upgrade file on upgrade.Scott Ullrich2007-05-092-0/+4
|
* Use /root/ as temporary storage.Scott Ullrich2007-05-091-9/+9
|
* Add a wan interface up check before we start any time syncing.Seth Mos2007-05-081-0/+3
|
* Sometimes people have local domains which they do not want forwarded to ↵Scott Ullrich2007-05-081-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 Mos2007-05-082-2/+5
| | | | From: Alexander Schaber
* Add is_wan_interface_up($interface)Seth Mos2007-05-071-0/+19
| | | | Can be optional interface as well.
* Add openvpn server tos and dhcp server options.Scott Ullrich2007-05-071-0/+66
| | | | Submitted-by: Martin Fuchs
* Trigger on right opt interfaceSeth Mos2007-05-071-1/+1
|
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-1/+1
|
* get_interface_gateway() does not understand pppoeSeth Mos2007-05-061-1/+1
|
* Return the virtual interface for PPPoESeth Mos2007-05-061-0/+2
|
* 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-041-20/+34
| | | | 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
* 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();
* * 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
* 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.
* Install frickin pptp proxy rules correctly.Scott Ullrich2007-05-021-4/+15
|
* Do not allow - in aliases. This breaks port aliases.Seth Mos2007-05-021-1/+1
| | | | 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
|
* 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
|
OpenPOWER on IntegriCloud