Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d2cf5c39 01/10/2010 08:46 PM Ermal Luçi

Resolves #293. Do not try to bind to the ip discovered by checkip since that might give a NAT ip rather than the real interface ip.

da0ce7ee 01/05/2010 07:54 AM Chris Buechler

fix typos. Ticket #278

a978a0ff 01/05/2010 04:37 AM Chris Buechler

unbreak CP after HTTP > HTTPS redirect

Ticket #270

232b01db 01/04/2010 12:06 AM Jim Pingle

Fix some package uninstall bits on nano

3ab81f02 01/03/2010 09:09 PM Scott Ullrich

Merge 2bf552a41ca9fde6c71ba3aad9da794785246852 from RagnaBaby-clone

2ce57545 01/03/2010 08:32 AM Chris Buechler

fix typo

27616d6e 01/02/2010 10:04 PM Seth Mos

Restore interface list for vlan interfaces.

4cda5fb7 01/02/2010 08:44 AM Scott Ullrich

Boos max_procs

1a4f9b42 01/01/2010 08:02 AM Chris Buechler

fix typos

8395832c 01/01/2010 02:11 AM Scott Ullrich

Update URL to point to snapshot server until RC

72306d5a 12/31/2009 11:00 PM Scott Ullrich

Adding smtp auth support for notifications. Requested-by:

d1014c18 12/30/2009 10:54 PM Chris Buechler

fix openvpn user auth. thanks to thompsa@ for finding fix

b52f883a 12/30/2009 04:54 PM Ermal Luçi

Fix var names/

ea25d26d 12/30/2009 04:43 PM Ermal Luçi

Ticket #257. Fix unsetting Red/Rio/Ecn etc...

231e0606 12/30/2009 04:34 PM Ermal Luçi

Ticket #261 Do not consider ports as hostnames. This changes the is_port function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!

0c8d2763 12/30/2009 04:16 AM Chris Buechler

Revert "fix OpenVPN user auth"

This reverts commit f67a48ccda79386b5628e746e43bdf55a4f54ed6.

f67a48cc 12/30/2009 04:10 AM Chris Buechler

fix OpenVPN user auth

f604497a 12/29/2009 08:57 PM Scott Ullrich

Add back rc.filter_configure_sync

8eb2f33a 12/29/2009 08:51 PM Scott Ullrich

These patches give you a display of the uptime of the active PPP link
on the "Status-> Interfaces" page, and also logging on /conf (to
survive reboot) of uptimes of each session after it is closed. In
addition, the status_interfaces.php page displays the cumulative...

c221e549 12/29/2009 06:49 PM Jim Pingle

Apparently OpenVPN 2.1 requires setting "script-security 2" to run given the other options we currently employ.

bfa6d878 12/28/2009 11:33 PM Ermal Luçi

Use better interface names.

19ef5120 12/28/2009 08:23 PM Ermal Luçi

Fix racoon file gneration when selected type is dyn_dns. Reported-by: http://forum.pfsense.org/index.php/board,49.0.html.

6480d38f 12/28/2009 08:23 PM Ermal Luçi

Fix failure on opening gettytab fir writing.

42739c1c 12/28/2009 02:56 PM Ermal Luçi

Be consistent where we write and where we read the new config.

6955830f 12/28/2009 09:42 AM Ermal Luçi

Replace some occurrence of /tmp with the propper global variable in attempt to minimize the search for what changes /tmp permissions.

7921e8e5 12/27/2009 11:39 PM Chris Buechler

redirect to the correct port

d7e230ae 12/27/2009 11:08 PM Chris Buechler

Add redirect from HTTP to HTTPS. Ticket #63

0276fe8b 12/27/2009 07:35 PM Ermal Luçi

Fix some other problems with reflection code. Feedback #99.

a7503d91 12/27/2009 05:45 PM jim-p

Change this include to a require_once(), it was causing an error on boot.

bedd9bdb 12/27/2009 01:04 AM Chris Buechler

fix typo

56d41297 12/26/2009 11:22 PM Chris Buechler

remove notice that unnecessarily appears on every clean install

a0bb5a4d 12/26/2009 10:41 PM Andrew Thompson

Also match umodem for the UM175 unit.

ec51a222 12/26/2009 10:36 PM Andrew Thompson

Add graphing for 3G cellular modems.

78490e86 12/25/2009 10:02 PM Ermal Luçi

Fix the inetd definitions. Remove forgotten dead code.

eb72845c 12/24/2009 10:55 PM Jim Pingle

Remove "-G all" as it was causing the useradd operation to fail, leading to other failures. (Users were not added to passwd, home directories were not being made, etc)

461df7c0 12/24/2009 10:55 PM Jim Pingle

Remove extra / to avoid having a double slash in the directory name. Also add curly braces around $user_home.

0fa7902e 12/24/2009 10:17 PM Scott Ullrich

Fix identing

e56e5325 12/24/2009 10:13 PM Scott Ullrich

Simplify logic a bit

85435536 12/24/2009 10:08 PM Scott Ullrich

Add safety belt check code written by Ermal originally

4143a437 12/24/2009 05:57 PM Scott Ullrich

Nuke pkg_build_filter_rules(). It is not called anywhere in the code and adds complexity that I do not wish to see in the codebase

ffe76308 12/24/2009 05:50 PM Seth Mos

Make sure to properly use the configured monitor IP address for dynamic interfaces too.

9ff9a1c7 12/24/2009 12:45 PM Seth Mos

Style fixes for the interfaces page, use switch instead of a large if,elseif procedure.
Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries
Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to...

d9d4c637 12/24/2009 11:05 AM Seth Mos

Reorder a few lines so we do not step on the interface variable. This was the cause of accidentaly adding gateway name entries in the
$config['interfaces'] xml

ec98a89d 12/24/2009 02:55 AM Scott Ullrich

Handle cases where no .inc files are present /usr/local/pkg/

013ac632 12/24/2009 02:52 AM Scott Ullrich

Match coding style outlined in http://devwiki.pfsense.org/DeveloperRules

8bd073ad 12/24/2009 02:48 AM Scott Ullrich

Output ls

457a816a 12/24/2009 02:43 AM Scott Ullrich

Adding late pf hooks for packages. Name is 'pflate'

6b12d9b5 12/24/2009 02:40 AM Scott Ullrich

Adding pf early hooks similar to nat and filter pkg hooks. Name is 'pfearly'

19de945a 12/24/2009 02:35 AM Scott Ullrich

Add dynamic pkg hooks support. Submitted by Bill M on 11/17/08.

c9e09e0b 12/24/2009 02:19 AM Scott Ullrich

Add back plugins

389beb16 12/23/2009 11:16 PM Ermal Luçi

Move decalration of tables always present in pfSense together with aliases to make an easier reading of the ruleset. Fix some whitespace while here.

34fd6168 12/23/2009 10:30 PM Ermal Luçi

Do not generate countless rules for reflection, just use the pf range specification abilities. This reduces rulests a lot and should make even performance better on such cases overall.

d9e258bb 12/23/2009 09:19 PM Ermal Luçi

If the port passed as argument is a range(having - in it) this function would still return true as a bad habit of intval. Fix this so it behaves correctly.

a3e027f6 12/23/2009 08:47 PM Scott Ullrich

Use /tmp/ssl.key Ticket #63

a63ab6b6 12/23/2009 08:29 PM Seth Mos

Fix variable name, this tagged all gateways as dynamic on upgrades.

7850de1c 12/23/2009 10:58 AM Ermal Luçi

Ticket #219. Fix this for vlans and vips. Though it is a very rare case. The other clones are handled half way but should work ok.

ac2dee1d 12/22/2009 10:04 PM Ermal Luçi

Add some comments to explain available debugging levels. Requested-by: Seth.

d09c4aae 12/22/2009 10:02 PM Ermal Luçi

Default to first level of debugging. This seems to be at least required for propper debugging when there are issues not related with filterdns.

3cfa11c2 12/22/2009 09:29 PM Scott Ullrich

Unbreak remote-ip box. Mpd is now starting for ppptp server

aab4ca82 12/22/2009 08:48 PM Scott Ullrich

Automatically generate a certificate Resolves #63

e9044239 12/22/2009 02:28 PM Ermal Luçi

Correct variable typos.

641bf139 12/22/2009 02:26 PM Ermal Luçi

Try to send the update through the interface that has the ip so some services do not complain.

eb346556 12/22/2009 02:25 PM Ermal Luçi

Try to be more consistent on boolean value checking.

8f1b45aa 12/22/2009 02:12 PM Ermal Luçi

Fix variable name type. Fix CURLOPT_INTERFACE opt setting.

82b95fa9 12/22/2009 01:53 PM Ermal Luçi

Simplify code.

a584475a 12/22/2009 01:43 PM Ermal Luçi
  • Fix alias handling around the repo.
  • Add new function filter_expand_alias to allow expanding single alias.
  • Fix reflection rules generation(missing the target variable)
  • Propperly identify duplicate lines in inetd.conf generated.
e5dcdd65 12/22/2009 10:45 AM Ermal Luçi

Fix occurence twice of the nc command, once with full path and once without the full path.

Reported-by: http://forum.pfsense.org/index.php/topic,19957.0.html
Pointyhat-to: ?

2ec2a374 12/21/2009 05:25 PM Ermal Luçi

Make dnsupdate runnable per interface. Update the calls on interface_configure to per interface. Remove unused dyndns_reset function.

2290a686 12/21/2009 02:42 PM Seth Mos

Make sure to use the correct dummy IP address for the monitor for dynamic interfaces

2328dcc5 12/21/2009 02:27 PM Seth Mos

Partial rewrite of gateway code, now partially facilitates dynamic interfaces
- Upgrade code takes different naming into account
- Add gateway entries for dynamic interfaces
- Rewrite status array to also support dynamic interfaces.
- Always use unique localhost monitor IP addresses for down dynamic interfaces...

d30bbdd7 12/21/2009 08:53 AM Seth Mos

Make sure we test for the right gateway name in the upgrade code.

cf360495 12/21/2009 07:32 AM Chris Buechler

increase the default cert lifetime

0cdaaa8e 12/21/2009 07:05 AM Chris Buechler

Generate a certificate at first boot rather than using a default public cert/key pair. Ticket #63

0d7ff226 12/21/2009 06:49 AM Chris Buechler

fix typo

3b1a9531 12/21/2009 05:53 AM Chris Buechler

run filter_configure_sync after PPP comes up

08c00cdf 12/21/2009 04:13 AM Chris Buechler

remove wrong no nat

60f417b4 12/21/2009 04:01 AM Chris Buechler

fix whitespace

92373f5b 12/21/2009 03:58 AM Chris Buechler

this just duplicates the PPP interface, as it's handled above

81f256c0 12/21/2009 03:51 AM Chris Buechler

clean this up a bit, add comments

f333e853 12/20/2009 11:05 PM Chris Buechler

lower a little more so VMware w/128 MB is ok

9f274393 12/20/2009 10:11 PM Chris Buechler

Use the globals for minimum RAM warning, drop limit a little to accommodate 128 MB RAM systems

e7c623c4 12/19/2009 08:45 AM Chris Buechler

match the interface check with the later "pass out" rule's check, so as to not generate invalid ruleset

43bc3e3f 12/19/2009 05:19 AM Ermal Luçi

Pass the right argument to killbypid. Pointy-hat: myself.

e91baab8 12/19/2009 03:20 AM Chris Buechler

fix reject rules to the same as in 1_2. return is valid on all rules

816a5aff 12/18/2009 10:23 PM Seth Mos

Attempt to work around both static configs and dynamic configs on load balancer upgrades. Needs testing on
live installs 1.2 => 2.0.

eb0facb8 12/18/2009 09:48 PM Jim Pingle

Use _descr() instead for getting the log interface, so it uses the user-supplied name rather than wan/opt1/opt2/etc.

134f6b6e 12/18/2009 09:01 PM Seth Mos

Add a FIXME note to the upgrade part.

acae946b 12/18/2009 08:37 PM Seth Mos

Make sure that the upgraded load balancer configuration reflects the new gateway names

035a5e01 12/18/2009 08:13 PM Seth Mos

Remove the existing default route before when can add a new one, check when it differs from the existing one

42c462c3 12/18/2009 03:32 PM Seth Mos

Make sure that we mark the wan interface as the default gateway on upgrades

fc85edaf 12/18/2009 03:01 PM Seth Mos

Replace the previous itteration with this version 2 attempt.
The interface gateways array previously contained no interface name that could be used.
Succesfully upgraded 1 configuration. Needs more testing to catch other edge cases.

3240836a 12/18/2009 02:36 PM Seth Mos

Replace gateways configuration upgrade code with 1st attempt to fix.
Revert the lbpool descriptopn variable name. It was correct before.

d68e299b 12/18/2009 12:22 PM Seth Mos

clarify comment, throw a log message when get into this code path, which should not happen

85b14810 12/18/2009 12:04 PM Seth Mos

Clarify the description for Dynamic gateways that it is automatically added

eb4637d8 12/18/2009 12:02 PM Seth Mos

Make sure that when upgrading the load balancer pools to the gateway format we set the description as well. Typo in the
variable name

6ee1b7eb 12/18/2009 12:01 PM Seth Mos

Make sure that when upgrading a balance pool that we always user tier 1, it previously used tier 0 which equals "Do not use".

786e70b7 12/17/2009 11:40 PM Chris Buechler

fix call to undefined function

3b29612f 12/17/2009 11:28 PM Chris Buechler

add ability to hide help menu

755aecb7 12/17/2009 11:15 PM Chris Buechler

use product_name

8b289232 12/17/2009 09:45 PM Chris Buechler

add ability to hide theme selection