Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $config needs to be a global item | Scott Ullrich | 2007-05-10 | 1 | -0/+1 |
| | |||||
* | Honor sticky-address setting from system->advanced for outgoing load ↵ | Scott Ullrich | 2007-05-10 | 1 | -0/+2 |
| | | | | balancing items if it is enabled. | ||||
* | Patch from Martin to fix http://forum.pfsense.org/index.php/topic,4773.0.html | Scott Ullrich | 2007-05-10 | 1 | -4/+8 |
| | |||||
* | Rework stop and start logic. If we are already alive, reload instead of stop ↵ | Seth Mos | 2007-05-10 | 1 | -11/+27 |
| | | | | | | and start. Tested by Seth. | ||||
* | Update XML_RPC to 1.5.1 | Seth Mos | 2007-05-09 | 2 | -75/+235 |
| | | | | This fixes sync issues on configs > 500KB | ||||
* | Port load balancer sticky address option | Scott Ullrich | 2007-05-09 | 1 | -0/+8 |
| | |||||
* | 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 | 2 | -2/+5 |
| | | | | From: Alexander Schaber | ||||
* | 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 | 1 | -0/+66 |
| | | | | Submitted-by: Martin Fuchs | ||||
* | Trigger on right opt interface | Seth Mos | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | Widget base. Note: changes to widgets are not saved yet. | Scott Dale | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Do not create nat on rules for opt interfaces with a gateway. | Seth Mos | 2007-05-05 | 1 | -2/+2 |
| | |||||
* | further changes to 1.3 for pppoe server and pptp server. added to gui add ↵ | Scott Ullrich | 2007-05-04 | 1 | -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 Ullrich | 2007-05-03 | 1 | -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 Ullrich | 2007-05-02 | 1 | -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 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. | ||||
* | 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 | 1 | -1/+1 |
| | | | | tables are fine with the - and the _. Ports only work with _. | ||||
* | * Do not close a buffer that has failed * Automatically retry failed connection | Scott Ullrich | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Woops, actually use $url Noticed-by: Seth | Scott Ullrich | 2007-05-01 | 1 | -1/+1 |
| | |||||
* | Add does_url_exist() which can verify a URL exists before downloading. | Scott Ullrich | 2007-05-01 | 1 | -0/+18 |
| | |||||
* | Install the package, deinstall and reinstall to ensure it is in a proper state. | Scott Ullrich | 2007-04-30 | 1 | -3/+13 |
| | |||||
* | Woops, use delete_package_xml() instead of delete_package() | Scott Ullrich | 2007-04-30 | 1 | -2/+3 |
| | |||||
* | Delete package before reinstalling to avoid multiple service entries, etc. | Scott Ullrich | 2007-04-30 | 1 | -0/+2 |
| | |||||
* | * add comments about scheduler logic * correct one case where the logic was ↵ | Scott Ullrich | 2007-04-30 | 2 | -9/+10 |
| | | | | not correct | ||||
* | Keep 5 backups on embedded. Keep 30 on full installations. | Scott Ullrich | 2007-04-30 | 1 | -7/+3 |
| | |||||
* | Switch over to mpd4 Code-submitted-by: alan_AT_radiowave.ie | Scott Ullrich | 2007-04-29 | 2 | -77/+141 |
| | |||||
* | Correctly output the package name that we are attempting to reinstall ↵ | Scott Ullrich | 2007-04-29 | 1 | -3/+3 |
| | | | | instead of the package array number. | ||||
* | Add missing / directory seperator. This should hopefully fix squid from ↵ | Scott Ullrich | 2007-04-29 | 1 | -1/+1 |
| | | | | reinstalling itself a million times on bootup. | ||||
* | Note missing file before reinstalling package | Scott Ullrich | 2007-04-29 | 1 | -1/+2 |
| | |||||
* | Delete the 2nd and 3rd rules as well | Scott Ullrich | 2007-04-28 | 1 | -1/+3 |
| | |||||
* | Correctly delete old rules from TDR using set 9 | Scott Ullrich | 2007-04-28 | 1 | -1/+1 |
| | |||||
* | PPPoE server fixes | Scott Ullrich | 2007-04-27 | 2 | -2/+2 |
| | | | | Ticket #1283 | ||||
* | Write out an entry to the logging system when we write_config() on bootup. | Scott Ullrich | 2007-04-27 | 1 | -0/+3 |
| | | | | This will help us track down stray items writing out on bootup. | ||||
* | Do not writeout tdr_cron_install() entries on bootup. Somehow doing so adds ↵ | Scott Ullrich | 2007-04-27 | 1 | -1/+3 |
| | | | | a stray load balancing and openvpn entries. | ||||
* | Only deinstall filter reload item if it is presently installed | Scott Ullrich | 2007-04-27 | 1 | -4/+6 |
| | |||||
* | Make sure is_validaliasname uses the same match rules as described in | Seth Mos | 2007-04-27 | 1 | -2/+2 |
| | | | | | | | the aliases edit page. e.g. support the use of - and _ as the error message states and HEAD also supports. MFC: Yes | ||||
* | OpenVPN bandwidth fix from Martin Fuchs | Scott Ullrich | 2007-04-26 | 1 | -2/+2 |
| | |||||
* | 3rd pass nat rules generation. Also process lan subnets with OPT gateway ↵ | Seth Mos | 2007-04-26 | 1 | -16/+17 |
| | | | | | | properly. MFC: Soon | ||||
* | Merge 2nd pass NAT rule generation. Take ipsec and voip into account. | Seth Mos | 2007-04-25 | 1 | -13/+50 |
| | | | | MFC: Soon? | ||||
* | Correctly map static routes. | Scott Ullrich | 2007-04-25 | 1 | -6/+38 |
| | | | | | | Work done by Seth Mos TODO: Port to -HEAD. | ||||
* | Add is_private_ip function which will return true if an ip address falls ↵ | Scott Ullrich | 2007-04-25 | 1 | -0/+23 |
| | | | | within a private subnet range. | ||||
* | Move interface info function for global use | Scott Dale | 2007-04-24 | 1 | -0/+195 |
| | |||||
* | File a notice when we restore a previous configuration file. | Scott Ullrich | 2007-04-24 | 1 | -0/+8 |
| | |||||
* | Detect 0 byte config.xml cases and attempt to restore a previous backup. ↵ | Scott Ullrich | 2007-04-24 | 1 | -0/+10 |
| | | | | With this change my wrap that has been panicing for 30 hours straight boots right back off and we will continue the panic torture test. | ||||
* | Detect 0 byte config.xml cases and attempt to restore a previous backup. | Scott Ullrich | 2007-04-24 | 1 | -0/+10 |
| | |||||
* | The earlier fix from today that fixed get_interfaces_with_gateways() created ↵ | Scott Ullrich | 2007-04-24 | 2 | -24/+31 |
| | | | | new problem where all interfaces would show up in assign_interfaces screen and other places. Instead of showing them all by default teach get_interfaces_with_gateways() how to extract the complete list. |