Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c86e8f76 04/29/2010 01:26 PM Marcus Brown

Removed PPP config numbering scheme. Completed PPPX assignment updates in interfaces_assign page.

Now PPP assignment to friendly interface works on Interfaces Assign page, including graceful handling
of deleting interfaces, checks for preventing deletion of PPPx interfaces...

91a5b98a 04/28/2010 03:12 PM Marcus Brown

Implement PPP config numbering scheme. Deleting a PPPx config doesn't renumber
the other config sections, but saving a new or existing config renumbers all
config sections. Update interfaces_assign to work properly with new scheme.

047ae6ab 04/27/2010 09:32 AM Marcus Brown

Revert "Push all work on mlppp to the interfaces_ppp_edit and interfaces_ppp pages."

This reverts commit 258f1ca439af24026849e15f8dbfc558be0e1ef3.

Actually, not ready to do this yet.

258f1ca4 04/27/2010 08:53 AM Marcus Brown

Push all work on mlppp to the interfaces_ppp_edit and interfaces_ppp pages.

dc8c0740 04/21/2010 10:38 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

2a3e31a2 04/21/2010 10:33 PM Marcus Brown

Javascript working for interface/port select lists.

c7de8be4 04/21/2010 09:03 PM Jim Pingle

Add a new alias type, urltable, which downloads a file of IP/CIDR addresses and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512

74e861e3 04/21/2010 01:44 PM Jim Pingle

Validate imported URL data. Resolves #530.

f40980ad 04/20/2010 09:53 PM Ermal LUÇI

Fix creation of pipe/queue aka limiters.

0852838c 04/20/2010 09:31 PM Ermal LUÇI

Warn the user when we cannot get the MAC address on pass through auto add case. Also when a user does a logout through clicking the logout form exit after showing sending info on logout successful.

9426cb03 04/20/2010 09:16 PM Ermal LUÇI

Allow a passthrough mac to be deleted by a POST. Take the neccessary actions to disconnect and remove the mac from CP.

92140621 04/20/2010 09:14 PM Ermal LUÇI

Allow users to send in the same POST authentication info and post fields. This will be allowed by authentication code if the special post var 'postafterlogin' isset.

68d0b70a 04/20/2010 06:44 PM Ermal LUÇI

Make pasthrough GUI code catch-up with the latest changes.

1dbe445a 04/20/2010 06:32 PM Ermal LUÇI

Use tables of ipfw for passthrough mac entries. This makes it scale way better than previously. Fix multiple entries on adding mac through entries automatically after login for the same user. The changes allow even pass through mac to be controlled from the Status->Captiveportal. Use serialize/unserialize on some files that keep temporary information to speed up calculations. Really allow mac passthrough to follow radius rules or time out rules when present.

0d388969 04/20/2010 01:54 AM Scott Ullrich

Do not include filter.inc twice

6ce61a8f 04/20/2010 12:40 AM Ermal LUÇI

Add a new option which allows the admin user to configure CP so that it automatically enters an MAC passthru entry. The MAC is taken from login details and has to be removed manually. Also do improvements on rules handling and pipes. Add some optmizations. Teach the GUI/backend on ip/mac passthrough to configure a bw limit for this entries.

c443bb14 04/19/2010 10:52 PM Scott Ullrich

Show p2 items correctly (add missing td's)

c88c2df9 04/19/2010 08:46 PM Jim Pingle

Perform IP/Host and Port number validation for Authentication servers in the OpenVPN Wizard.

6e6a5ce3 04/19/2010 08:27 PM Jim Pingle

Restrict country code entry in the OpenVPN wizard to two letters.

494b4e60 04/19/2010 06:21 PM Jim Pingle

Fix default port choices for LDAP/RADIUS server in OpenVPN wizard.

c0f650c4 04/19/2010 05:57 PM Jim Pingle

Fix OpenVPN port default choice in Wizard. Also fix protocol specification. (Should be Uppercase)

8cd0a3fa 04/19/2010 05:54 PM Jim Pingle

Revert "Fix finding next OpenVPN port. Protocol should be lowercase." - This was wrong in the wizard, apparently, and not the main page.

This reverts commit a48613a65d8d04dfec2aeefdb37440bdd399cdab.

a48613a6 04/19/2010 05:43 PM Jim Pingle

Fix finding next OpenVPN port. Protocol should be lowercase.

9460ee11 04/19/2010 06:40 AM Chris Buechler

fix text

7b7e5b30 04/18/2010 10:24 PM Chris Buechler

remove commented out bit that causes annoying pop ups in IE. Ticket #299

43cea754 04/18/2010 08:53 PM Chris Buechler

show port and proto

addbcae7 04/18/2010 01:56 AM Scott Ullrich

Fix growl issues.

Ticket #518
Ticket #519

Submibtted-by: Blake Skinner

1467b79f 04/18/2010 12:27 AM Pierre POMES

Use FQDN for HELLO SMTP command. Ticket #443

842fb73b 04/17/2010 07:49 PM Chris Buechler

use 6969 for tftp-proxy

76d9c58d 04/17/2010 08:27 AM Marcus Brown

Working with Javascript to control interface select list.

09bbbebb 04/16/2010 07:38 PM Ermal LUÇI

Ticket #511. Actually return the rules from all the packages not just the first one.

cfdce2ad 04/16/2010 07:08 PM Ermal LUÇI

Ticket #508. Make TFTP proxy configurable by System Advanced->Firewall/NAT for several interfaces.

f691243d 04/16/2010 06:41 PM Ermal LUÇI

Do not use the presence of lan as an indicator of having only one interface. Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.

38b357bd 04/16/2010 06:38 PM Ermal LUÇI

Do not use the presence of lan as an indicator of having only one interface. Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.

2cfbe062 04/16/2010 04:24 PM Jim Pingle

Update system information widget to use new version checking mechanism.

a76c1c45 04/16/2010 04:14 PM Jim Pingle

Beef up the version comparison code. This should let us compare several combinations of local and remote versions and properly determine if the current version is older or the same as the remote version.

93b8266e 04/15/2010 09:08 PM Jim Pingle

Fail over update check to report the supplied version from the remote server if it is not a build time/datestamp.

939e4a91 04/15/2010 08:54 PM Jim Pingle

Fix whitespace

27e21d1c 04/15/2010 08:04 PM Jim Pingle

Fix CA cert dupe detection when no certs yet exist.

9cb9c7d4 04/15/2010 08:03 PM Jim Pingle

Add titles to wizard steps, change some wording to be more consistent.

3d5b0001 04/14/2010 09:19 PM Ermal LUÇI

radius.inc already has this includes so do not include them explicitly. This unbreaks the loading of bcmath module since PEAR.inc is not yet included!

9a38338c 04/14/2010 02:37 PM Ermal LUÇI

Ticket #386. Add even the network address to the list of addresses on proxy arp vips to the naat out edit.

45a99750 04/14/2010 01:28 PM Ermal LUÇI

Ticket #483. Load the bcmath extension dynamically through PEAR for Radius accounting.

6364b88b 04/14/2010 01:18 PM Ermal LUÇI

Ticket #486. Convert even the gateways that specify the interface itself.

5ac2f583 04/14/2010 12:40 PM Ermal LUÇI

Ticket #499. Create custom options propperly for each interface. This solution binds the option name to the interface name so it is even easier to distinguish.

c74804cd 04/13/2010 11:19 PM Ermal LUÇI

Add code to allow applications on pfSense itself that bind to a socket or want to source route traffic to work. This fixes DynDns on multi-wan as the simplest of it.

52e95286 04/13/2010 10:19 PM Ermal LUÇI

Add a timeout for curl_exec. Combine all dyndns.org methods to one catching up with its API changes.

c3c3e03b 04/13/2010 09:08 PM Ermal LUÇI

Fix regex on matching ip when behind nat.

d2946062 04/13/2010 08:38 PM Ermal LUÇI

Move checking if dyndns is enabled to the proper place.

85b2f424 04/13/2010 08:31 PM Ermal LUÇI

Improve startup time by delaying dyndns synching.

24ed5c3b 04/13/2010 06:30 PM Ermal LUÇI

Remove associated rule-id from default config they confuse rule edit page.

2df3a71f 04/13/2010 02:01 PM Renato Botelho

On Virtual IPs, the ip is stored on subnet xml tag, use it to compare with external-address.

0e7dded1 04/13/2010 01:27 PM Renato Botelho

source address is been checked 2 times and destination address no one, fix this

676b4a39 04/12/2010 10:24 PM Ermal LUÇI

Remove bandwidth tags from default config they are not used.

077d5702 04/12/2010 10:23 PM Ermal LUÇI

Actually disable flowtables support by default.

a84eb838 04/12/2010 09:32 PM Jim Pingle

Perform more strict validation on CA and Cert names before proceeding in the wizard.

6f8b8ed0 04/12/2010 08:40 PM Jim Pingle

Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket #500.

916fae48 04/12/2010 08:12 PM Jim Pingle

OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and some backend bits for RADIUS. Ticket #500.

99a00640 04/12/2010 07:03 PM Jim Pingle

Fixup OpenVPN wizard LDAP settings. Ticket #500.

c062a711 04/12/2010 07:00 PM Jim Pingle

Fix wizard handling of password fields. Ticket #500.

5ce63c3e 04/12/2010 05:55 PM Jim Pingle

Add/fix wording of descriptions in OpenVPN wizard.
While I'm here, convert leading spaces to tabs.

eca1f1ea 04/12/2010 03:43 PM Marcus Brown

Merge branch 'master' of rcs.pfsense.org:pfsense/mainline

d32a40c1 04/12/2010 03:41 PM Marcus Brown

Revert changes as requested by Ermal

00c82782 04/12/2010 12:49 PM Renato Botelho

Simplify logic implemented on commit 673d29c0

f64f0f20 04/12/2010 12:15 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

cfcaabfb 04/12/2010 12:10 AM Andrew Thompson

Simplify "isset($rule['l7container']) and ..." as its already evaluated
above and sets $l7present.

06e2a55d 04/12/2010 12:06 AM Andrew Thompson

Initialise the correct array if empty.

1e027f7b 04/11/2010 09:16 PM Chris Buechler

remove pfsense references, make generic

541ba27e 04/11/2010 07:23 AM Marcus Brown

Fix enable STP checkbox as detailed in http://forum.pfsense.org/index.php/topic,24230.0.html

b4974cf4 04/11/2010 02:56 AM Marcus Brown

Make PPP redial when the connection is dropped. Also, fix PPP uptime display.

e4b8da19 04/10/2010 06:12 PM Chris Buechler

allow hostname for TFTP server

18e9b77e 04/10/2010 03:19 PM Marcus Brown

Remove unnecessary variables.

63292199 04/10/2010 03:07 PM Marcus Brown

Implement reporting and logging of historical PPP uptime with data persistent through reboot.

Also, change the way uptime is captured. The mpd console is no longer used to
get PPP uptime data, which will prevent spamming of PPP logs with console access messages....

73ee49f2 04/10/2010 01:28 PM Marcus Brown

Rework interface_bring_down function a bit. Remove un-needed unlink calls to mpd.links

Moved three "unlink_if_exists" calls to happen after calling kill_by_pid for mpd processes.
The unlinked files are useful during the process of brining down the mpd interfaces...

673d29c0 04/09/2010 05:46 PM Renato Botelho

When delete a filter rule that is associated with a nat rule, cleanup the association

664742f7 04/09/2010 01:12 PM Renato Botelho

The sum of % for table size should be 100%, fixing it

ba5d8263 04/09/2010 11:19 AM Marcus Brown

Merge branch 'master' of rcs.pfsense.org:pfsense/mainline

4aa64f79 04/09/2010 11:16 AM Marcus Brown

Configure interface when changing settings, and fix init string field.

The interface configure function is called after "write_config()" because
we must write the new data to the config before reading the config to
bring up the interface with the new settings.

e51cea69 04/09/2010 03:48 AM Marcus Brown

onLoad still not working .. .

28181237 04/08/2010 05:49 PM Renato Botelho

Add a new global option, disablehelpicon, to hide help icon from all pages

a3fa7aac 04/06/2010 07:29 AM Marcus Brown

Merge branch 'master' of rcs.pfsense.org:pfsense/mainline

Conflicts:
usr/local/www/system.php

b324b619 04/06/2010 07:25 AM Marcus Brown

Add a few more examples to the list of domain examples.

10e41b74 04/06/2010 07:24 AM Marcus Brown

Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.

The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts
instead of doing a normal DNS query to the server listed in...

81035b96 04/06/2010 07:16 AM Marcus Brown

Don't use "local as a domain. It breaks DNS resolution for hosts running mDNS.

The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts
instead of doing a normal DNS query to the server listed in...

221f5d17 04/05/2010 10:06 PM Chris Buechler

don't display disabled tunnels on diag_ipsec.php

fix up L2TP text

fd7ef955 04/05/2010 01:45 PM Marcus Brown

Improved formatting, and only one localip and gateway field for both PPP and PPTP.

5ae3c9d0 04/05/2010 11:53 AM Marcus Brown

Working again.

451bd60f 04/05/2010 11:52 AM Marcus Brown

Merge branch 'master' of rcs.pfsense.org:pfsense/gnhb-clone into mlppp

fc5324e9 04/05/2010 11:26 AM Marcus Brown

more changes to mpd.script to make debugging easier.

68da8a7d 04/05/2010 10:18 AM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline

29851d8e 04/05/2010 10:18 AM Marcus Brown

Added some more information to error messages for easier debugging.

21488164 04/05/2010 10:11 AM Marcus Brown

changes . . .

9b751624 04/04/2010 03:05 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

80bc7a5c 04/04/2010 02:47 PM Marcus Brown

Still working on GUI for mlppp. . .

c67bbe04 04/04/2010 05:02 AM Chris Buechler

restore double click to edit

a2a7f74d 04/04/2010 04:58 AM Jim Pingle

Check for an empty <config/> as the first setting for a given package's config. When present, this breaks saving for certain packages (namely Squid's caching tab).

bef28e2d 04/03/2010 10:18 PM Jim Pingle

Fix sortable to handle sorting of IP address columns properly. Resolves #469

8b69a3e1 04/03/2010 09:27 PM Chris Buechler

fix text

12980094 04/03/2010 09:12 PM Chris Buechler

must use -f with pkill to find updaterrd.sh

0ad76ac8 04/03/2010 08:38 PM Chris Buechler

fix editing of PARP ranges reverting to single entries, and duplicate "selected" in subnet_bits