Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
99642234 10/11/2010 05:34 PM Jim Pingle

Correct and cleanup this input validation logic for IPsec Phase 1 PSK/Cert config. In some cases the test was not being evaluated as expected.

d60f510a 10/11/2010 07:58 AM Seth Mos

Unset the end time if we are graphing for the "current" period. That makes the graphs refresh correctly.

6840d0e7 10/11/2010 06:09 AM Erik Fonnesbeck

Unfortunately, using variables in this way in strings passed to gettext doesn't work well with translations. Replacing with sprintf for now.

f99c6a23 10/11/2010 05:58 AM Erik Fonnesbeck

Update this text to match the current default.

ebb57fe2 10/10/2010 02:25 PM Warren Baker

Replace hard coded pfSense with product_name

ecdae807 10/10/2010 02:12 PM Warren Baker

Replace hard coded pfSense with product_name.

ce338162 10/07/2010 05:37 PM Jim Pingle

Show the product_name as the slice "name" for rebrands. Cosmetic only.

6a71611f 10/07/2010 01:30 PM Jim Pingle

Remove unnecessary variable and fix loop test. Corrects AJAX update of last gateway status table cell (it was never updated before)

5af7eba3 10/07/2010 01:29 PM Jim Pingle

Fix AJAX update of gateway status when the status is "Gathering Data".

7e1cf139 10/06/2010 07:44 PM Jim Pingle

Replace hardcoded pfSense with product_name.

7fa03a98 10/05/2010 05:11 PM Marcus Brown

Simplify this code so it's obvious what we're really testing for.

Should be no functional change here.

070343cb 10/05/2010 02:49 PM Jim Pingle

Remove unused variable.

4178a1dd 10/05/2010 12:34 PM Jim Pingle

Add contributed patch to allow certain IPsec mobile clients to save Xauth passwords. Fixes #933.

dc9975f4 10/05/2010 09:06 AM Warren Baker

Print the theme correctly.

68b04527 10/04/2010 07:01 PM Jim Pingle

Fix OpenVPN client kill. Reported at http://forum.pfsense.org/index.php/topic,28784.0.html

b211666f 10/04/2010 01:20 PM Ermal LUÇI

Mark subsystem as dirty.

9cc0dd73 10/04/2010 01:00 PM Ermal LUÇI

Bring l2tp users page back to latest world of 2.0 to avoid errors. Reported-by: http://forum.pfsense.org/index.php/topic,28829.0.html

c6865c5e 10/02/2010 07:29 AM Ermal LUÇI

Fix intended behaviour when the default gateway changes interface.

a531d687 10/02/2010 07:14 AM Ermal LUÇI

This breaks the code because the ASSUMPTION is to reload the gateway interface that was a defaultgw previously and not the interface that just became defaultgw. Mostly for dynamic connections like dhcp/ppp*

Pointy-hat: gnhb

Revert "Update code to actually accomplish the intended behavior of NOT reloading the interface"...

318baca5 10/02/2010 05:27 AM Marcus Brown

Update code to actually accomplish the intended behavior of NOT reloading the interface
if not necessary when a GW record is saved.

1bbd3d99 10/01/2010 06:40 PM Erik Fonnesbeck

Fix height of plus button, reported at http://forum.pfsense.org/index.php/topic,28764.0.html

23fafd14 10/01/2010 05:08 PM Ermal LUÇI

Do not allow a gateway to be renamed. Possibly a better solution is to rename the gateway in all pointed places!

c568e682 10/01/2010 05:03 PM Ermal LUÇI

Handle the cases to not save data on config better.

78ae2b14 10/01/2010 04:51 PM Ermal LUÇI

Make sure we do not overwrite the gateway stored in config with a dynamic gateway info. Correct POST var name(Found by ghnb). Also correctly reload only the defaultgw interface changed only if it is different than the present one.

d44d26c1 10/01/2010 04:08 PM Ermal LUÇI

Fix the problem of not saving data when most of the information is not being posted. Also do not disable any field anymore to allow people to choose static gateways for dynamic interfaces. Also do not save any information when the user Clicks save but has not posted any information not known already. Do not prevent to post a dynamic value for gateway on an interface that is configured with static ip.

80a5b5f7 10/01/2010 02:10 AM Marcus Brown

We don't store monitor ip in the <interfaces> config any more.

Requested by cbuechler in ticket #919.

24d4a390 10/01/2010 12:04 AM Marcus Brown

When a dynamic interface is up, we still need to report that it's "dynamic" to this GUI in system_gateways_edit.php.

If user edits a dynamic gateway that is up, the gateway IP address (reported by return_gateways_array) will end up
in the "Gateway" field, and then the gateway will get saved as a static gateway unless user manually changes field...

a63d867a 09/30/2010 03:49 PM Ermal LUÇI

Catch up with gateway changes on static routes.

11d2be54 09/30/2010 03:39 PM Ermal LUÇI

Revert previous change to enter a hidden value when interface is disabled. GHNB broke this on revision 58611e3a1da07a33c6cf65401ad3edf278190e75 and it does not make sense.

bc50b332 09/30/2010 03:20 PM Ermal LUÇI

Remove forgotten code.

bb849003 09/30/2010 03:14 PM Ermal LUÇI

Initialize variable properly. Handle the case when the interfaces select box is disabled and it will not be posted(Reported-by: ghnb

5b3f9124 09/29/2010 05:09 PM Jim Pingle

Fix state sorting

433ebfab 09/29/2010 02:00 PM Vinícius Coque

Update serviceproviders.xml to a newer version

295764d5 09/29/2010 09:09 AM Erik Fonnesbeck

Clean up Firewall: NAT: 1:1: Edit page.

- Change order of fields to be more consistent with the old order and the order shown on the rule listing, placing more relevant fields nearer to the top.
- Make appearance of source and destination fields consistent....

6fa73745 09/29/2010 06:38 AM Erik Fonnesbeck

Fix input validation with "no rdr" for ticket #570

44374c0a 09/29/2010 06:05 AM Erik Fonnesbeck

Hide redirect and filter rule association fields when "no rdr" is checked. Ticket #570

3e74107e 09/29/2010 05:29 AM Erik Fonnesbeck

Unhide the source port options on firewall rules when they are not at the defaults.

70a9056f 09/29/2010 04:31 AM Erik Fonnesbeck

Revert "Shows source ports when they are already defined" - this only made it so they were never hidden.

This reverts commit d886ebd6d438cf9b397face67ed4f254de661a94.

96160768 09/29/2010 04:15 AM Erik Fonnesbeck

Simplify the logic here so that it only uses this conditional expression once.

727b04df 09/29/2010 04:02 AM Erik Fonnesbeck

Revert "Remove unnecessary JS variable" - it had a purpose.

This reverts commit ec325889dc8a9a9ee4476bea6cb17cc4b63e28fe.

49f61a1c 09/25/2010 09:07 AM Erik Fonnesbeck

Rename to pass-through credits and improve descriptions.

8015e67b 09/25/2010 08:36 AM Erik Fonnesbeck

Separate this control structure from the one before it, change the order, and rename the function.

e65d1a98 09/25/2010 06:49 AM Erik Fonnesbeck

Display the correct state when the new checkbox has been checked.

03552507 09/25/2010 05:09 AM Erik Fonnesbeck

Add an option for allowing clients to pass through the captive portal a limited number of times before requiring login.

a36e98ff 09/24/2010 06:26 AM Erik Fonnesbeck

Fix description for upload of logout page.

b6494b87 09/24/2010 06:03 AM Erik Fonnesbeck

Restore this code so the redirect after logging into the captive portal will work again. Ticket #918

a0995b8d 09/23/2010 05:03 PM Jim Pingle

Fix Status > Services display and sorting, plus some HTML formatting and cleanup.

313827fd 09/23/2010 04:51 PM Jim Pingle

Add a note to the Gateway Groups page reminding users that they must be used in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot.

b256213d 09/23/2010 11:02 AM Warren Baker

Spelling of 'Access'.

58611e3a 09/23/2010 09:57 AM Marcus Brown

Fixes #919 by properly saving <gateway> field as "dynamic"

`

fbd5fc52 09/22/2010 03:27 PM Ermal LUÇI

Bring gitsync to the new check_reload_status behaviour.

7b2fdac4 09/22/2010 02:07 PM Jim Pingle

Properly check and set "Prefer older IPsec SAs" setting in the config and its associated sysctl. Move setting the sysctl to its own function to avoid code duplication.

57d1853e 09/21/2010 08:06 PM Jim Pingle

Another CRL delete fix.

ad8df715 09/21/2010 07:56 PM Jim Pingle

Fix delete action for CRLs, and other cleanup.

6db02381 09/21/2010 07:39 PM Jim Pingle

Allow selecting an OpenVPN Server CRL if we are in an SSL mode.

c492948a 09/21/2010 07:11 PM Jim Pingle

Don't list a cert count for external CRLs since we can't tell what they are.

3d57d2d5 09/21/2010 07:06 PM Jim Pingle

Add CRL manager tab to other Cert Manager pages

81bfb231 09/21/2010 07:05 PM Jim Pingle

Add a work-in-progress CRL manager page

d1a0d9d0 09/21/2010 11:16 AM Warren Baker

Ensure that the value is returned as 'selected' when using a multiple select list.

a6419492 09/21/2010 10:48 AM Warren Baker

Fix white spaces

4ff99fcb 09/21/2010 10:27 AM Warren Baker

If column['fieldname'] is a description then change html class to listbg to conform to rest of GUI description table columns.

7773b868 09/20/2010 07:36 PM Jim Pingle

Make OpenVPN client list sortable.

80fa045a 09/20/2010 07:29 PM Jim Pingle

Properly segment the OpenVPN server list table so it will sort properly.

389c778e 09/20/2010 02:57 PM Marcus Brown

Update wizard files for setup wizard to write proper config for current ppp architecture.

I also allowed selection of physical interface from the wizard screen. This is crucial
because if the user has the WAN set to anything other than the same phyical interface used...

effd2ecd 09/19/2010 05:07 PM Jim Pingle

Fix the gateway status widget ajax update when there is loss/day.

b8292903 09/17/2010 01:27 PM Ermal LUÇI

Fix braindead code!

968b84bc 09/16/2010 10:09 PM Chris Buechler

Revert "Add Supported by BSD Perimter field"

This reverts commit 5df6a315c4b995e5a09e555548dc6d04b316fea3.

Conflicts:

usr/local/www/pkg_mgr.php
usr/local/www/pkg_mgr_installed.php
2f36abb8 09/16/2010 05:26 PM Ermal LUÇI

Display delete(x) buttons.

ea939fc3 09/16/2010 05:23 PM Ermal LUÇI

Oops bring back this code too.

0c4846ff 09/16/2010 05:14 PM Ermal LUÇI

Actually this part should not have been committed at all.

5657aa95 09/16/2010 05:09 PM Ermal LUÇI

Fix gettext! Needed here?!

6c4988f7 09/16/2010 05:06 PM Ermal LUÇI

Whitespace fixes.

8af8524e 09/16/2010 05:04 PM Ermal LUÇI

Whitespace fixes.

99c61352 09/16/2010 05:01 PM Ermal LUÇI

Bring code up to speed with latest world.

ef05ae5f 09/16/2010 04:49 PM Ermal LUÇI

Actually display a the right class for static gateways. Also fix whitespace

7ec17767 09/16/2010 04:31 PM Ermal LUÇI

Show status as Gathering data rather than unknown since the later seems to scary people!

9bc8788a 09/16/2010 05:47 AM Erik Fonnesbeck

Use a list that includes WAN and LAN here rather than only OPT.

04c528e7 09/15/2010 07:47 PM Ermal LUÇI

Ticket #876. Actually the event to send is interface newip $ip rather interface configure! also use the fact that now we have a /tmp/$if_defaultgw rather than relying in route get default which might block.

0c452870 09/15/2010 07:24 PM Ermal LUÇI

Reload dns and interface properly on dynamic types.

3befe730 09/15/2010 06:46 PM Ermal LUÇI

Cleanup code.

c9cb32c4 09/15/2010 01:04 PM Ermal LUÇI

Do not overwrite the redirurl parameter already taken care of.

cf6a1f80 09/15/2010 12:32 PM Warren Baker

Change windows.onLoad event to rely on DOM readiness instead, for enablechange() function. Tested on Safari, Chrome, FFox and IE7+8 on windows and OSX.

0c8cdb25 09/14/2010 07:31 PM Warren Baker

Ensure $value is unset so that subsequent rowhelper fields, without <value/> don't have a previous $value set.

b9d8c75d 09/14/2010 05:51 PM Warren Baker

Add Save + Cancel buttons to be below advanced features section if advanced features is enabled.

331a89ca 09/14/2010 07:59 AM Erik Fonnesbeck

Fix the delete button and a couple other small errors. Ticket #891

c65e1e0d 09/13/2010 04:02 PM Ermal LUÇI

Ticket #876. Actually use the friendly name for the key of the array returned by return_gateways_array() so the dynamic gateway and status pages work correctly.

4b4d550a 09/13/2010 01:54 AM Chris Buechler

fix text

7d802394 09/12/2010 08:30 PM Seth Mos

Disable the 12 hour graph for now, it appears to have defective math.

d92b3311 09/11/2010 12:18 PM Warren Baker

Fix enablechange() js problem caused by converting print() to echo().

3a134b53 09/10/2010 08:35 PM Erik Fonnesbeck

Fix regular expression to allow 10 for ping count.

61ba386b 09/10/2010 07:30 PM Scott Ullrich

Ensure count is valid. Submitted-by: Josh Little

68f291ff 09/09/2010 09:25 PM Ermal LUÇI

Ticket #876. Show all gateways even though apinger is not monitoring them, for various reasons, this removes user confusion in the status pages.

3d471a14 09/09/2010 05:25 PM Ermal LUÇI

Ticket #876. Add the ip to the respective files on ppp linkup event so the code of dynamic gateways finds them. Also reorganize/simplify/optimize the apinger config generation code. Do not use that 127.0.0.x hack anymore and avoid loops as much as possible.

7eaf04fd 09/08/2010 11:37 PM Erik Fonnesbeck

On vpn_pptp.php only unset variables that are set.

e11aa161 09/08/2010 08:06 PM Warren Baker

Converted all print() statements to echo() and also added 2 new XML tags for packages to create an 'Advanced Features' section.
Tags are <advanced_options/> and <advancedfield/> which when enabled will add the advanced field into the new advanced section and also gives it a shiny new 'Advanced' button to click.

245da543 09/08/2010 12:49 PM Jim Pingle

Typo: choosen -> chosen

22d323b3 09/08/2010 04:06 AM Erik Fonnesbeck

Fix variable name typo in status_services.php and fix return value of is_pid_running. Fixes #877

392687e5 09/08/2010 01:47 AM Erik Fonnesbeck

Fix hyphen validation for host name on Services: DHCP: Edit static mapping page.

c29ff7bd 09/07/2010 10:18 PM Ermal LUÇI

Provide a button to reload the filter at status->filter reload status.

f4e8db1f 09/07/2010 08:37 PM Ermal LUÇI

Do the check regarding 'none' configured interfaces properly. This fixes breakage on VIP configuration. Reported-by: http://forum.pfsense.org/index.php/topic,28120.0.html