Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d5b2cfd4 12/18/2010 01:19 AM Scott Ullrich

Adding support for custom hooks. If the function row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.

b176ce91 12/18/2010 01:19 AM Scott Ullrich

Honor rowsize.

0183a568 12/17/2010 10:52 PM Scott Ullrich

Move to index.php.

15226bf3 12/17/2010 10:10 PM Scott Ullrich

Moving installer to it's own directory since we will have a number of helper javascript files and such soon

9f154c16 12/17/2010 09:57 PM Scott Ullrich

Do not copy non existent /sys

a37308b2 12/17/2010 09:56 PM Scott Ullrich

Add /boot when encrypting

7168ab88 12/17/2010 09:52 PM Scott Ullrich

Pass bootmanager and encryption settings

89058570 12/17/2010 09:35 PM Ermal LUÇI

Allow carp as parent only to ipalias.

82db1bc5 12/17/2010 09:31 PM Ermal LUÇI

More safety belts. Do not allow a carp referenced by an ipalias to be deleted.

b3c1391a 12/17/2010 09:22 PM Ermal LUÇI

Fallback to the sane limit of 255 now that the patch is backed out.

a5a6ab28 12/17/2010 09:19 PM Ermal LUÇI

Add safety belts since only aliases on same subnet can be added to an carp(4)

dc2bb9e5 12/17/2010 09:11 PM Ermal LUÇI

Allow ip aliases to be added to vips.

6b740881 12/17/2010 08:49 PM Scott Ullrich

Allow setting none for boot manager to turn off F1 pfSense

ffdc499a 12/17/2010 08:34 PM Scott Ullrich

Show when disk is encrypted. Do not uppercase .eli

d48927b4 12/17/2010 07:32 PM Scott Ullrich

Supply encpass if needed

d9587b98 12/17/2010 04:09 PM Scott Ullrich

Add on disk encryption options and ability to set a encpass to the experimental installer

6141561c 12/17/2010 03:53 PM Scott Ullrich

Add newline after 99 menu option. Otherwise it looks very strange.

254ac496 12/15/2010 03:35 PM Jim Pingle

Add contributed WOL widget. Resolves #1103

fb548cde 12/15/2010 03:47 AM Scott Ullrich

No need to use escapeshellcmd here.

622bd5e7 12/14/2010 11:03 PM Ermal LUÇI

Ticket #1043. Check for '' and not for 'default' since this is the default value of the select.

1d164dd4 12/14/2010 10:59 PM Ermal LUÇI

Provide a default value to the function for converting kb/Mb to coeficient for math.

c1f9a4df 12/14/2010 10:27 PM Ermal LUÇI

Set default interval of syncing voucher db to config to 5 minutes instead of 300. Ticket #1087.

d12003c9 12/14/2010 10:22 PM Jim Pingle

Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there.

This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.

0d89a2fc 12/14/2010 10:10 PM Jim Pingle

Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087

70ed5a6a 12/14/2010 08:59 PM Scott Ullrich

Use file_put_contents()

d98d2db3 12/14/2010 08:57 PM Scott Ullrich

Redirect to the installedinfo page after package installation giving the system a chance to refresh the menus and the final installation text

7a517ee4 12/14/2010 05:19 PM Jim Pingle

Add a retry field to the LB Pool config to allow specifying how many times to retry a server before declaring it dead.

ece25730 12/14/2010 05:06 PM Jim Pingle

Replace the LB status widget completely with one that supports the current LB system.

a776c720 12/14/2010 03:42 PM Jim Pingle

Move some lb status parsing functions to a common area so they can be reused by the widget.

5ca559d2 12/14/2010 03:01 PM Jim Pingle

Use a slightly different regex to catch all non-whitespace characters here instead of the current method. Fixes #1085

7bc5c543 12/14/2010 01:46 PM Jim Pingle

For bsnmpd, checking hostres also requires checking mibii. Note this requirement in the GUI and enforce it via a simple JS check.

841c4125 12/14/2010 01:21 PM Marcus Brown

Remove dropdown to select interface. Should fix #1090

d2cba83b 12/13/2010 10:04 PM Jim Pingle

A few help page updates

96b4c29a 12/12/2010 03:31 PM Pierre POMES

Ticket 1041. Fix bad commit...

00752d5a 12/11/2010 08:31 PM Pierre POMES

Ticket #959. Keep local items at the top of vip section

25f6730a 12/11/2010 01:42 AM Pierre POMES

Add IPSec 'ipalias' VIP support. Ticket #1041

37d202a3 12/10/2010 10:47 PM Ermal LUÇI

Do not allow gateways to be selected without a direction.

6735d092 12/10/2010 08:24 PM Ermal LUÇI

Allow floating rules without direction to be created again.

4d775dd0 12/10/2010 07:35 PM Ermal LUÇI

Be consistent on shifting array during authentication. Also check for array to avoid strange errors.

a79c72d7 12/10/2010 07:04 PM Ermal LUÇI

Actually the passed config sections are part of index 1 of the array. This fixes config sync of vips as well.

0567899d 12/10/2010 06:34 PM Ermal LUÇI

Fix config synchronization. Also unbreak the config when erroring out because it will loop indefinitely.

01b1cc6a 12/10/2010 12:53 AM Ermal LUÇI

Fix line because of copy/pasto.

728719dd 12/10/2010 12:51 AM Ermal LUÇI

Its too late and this is optional.

18be996d 12/10/2010 12:34 AM Ermal LUÇI

Actually we expect an array to be returned.

e501de37 12/10/2010 12:19 AM Ermal LUÇI

Hello xmlrpc to another function!

89428f03 12/09/2010 07:44 PM Ermal LUÇI

Use correct variable name so the message is actually displayed.

76bbcff0 12/09/2010 05:18 PM Chris Buechler

make rebrand-friendly

11decf6e 12/09/2010 02:25 PM Ermal LUÇI

Show carp on the list of interfaces to be used for creating gif/gre tunnels.

71809626 12/09/2010 05:44 AM Erik Fonnesbeck

If available, display source IP's CIDR mask on external IP as well.

35aa4df3 12/09/2010 05:12 AM Erik Fonnesbeck

This code must come after natent is defined or the style will never be applied. Ticket #1073

1634524d 12/08/2010 09:51 PM Erik Fonnesbeck

Fix field descriptions on input validation for LAGG edit.

20e18ef2 12/08/2010 03:45 PM Ermal LUÇI

Properly test for ldap case when clicking save and test for GUI authserver.

6f247d1f 12/07/2010 11:51 PM Ermal LUÇI

Expose advbase option of carp(4) to alleviate advanced configs.

afa966a5 12/07/2010 08:08 PM Ermal LUÇI

Ticket #1081. Fix header() function to do correct redirection. Also remove bogus step9 in the wizards.

5a61331a 12/07/2010 04:34 PM Jim Pingle

Move this validation down so we can still assume id=0 if it's not present, and then redirect if it's non-numeric.

137f46d8 12/07/2010 11:10 AM Ermal LUÇI

Whitespace fixes to make this readble.

dd62256f 12/07/2010 01:26 AM Pierre POMES

Fix vip descriptions in openvpn and ipsec screens. Ticket #1042

ef130e9f 12/06/2010 08:16 PM Ermal LUÇI

Ticket #829. Allow the user to change from ppp* type to static or dhcp type interface from interfaces.php.

81f4ab8a 12/06/2010 12:29 PM Ermal LUÇI

Ticket #1073. Gray out the rules when they are disabled.

273e9bf7 12/03/2010 02:23 PM Jim Pingle

Rename this variable to avoid collisions. Fixes #1067

0a0774b5 12/02/2010 08:29 PM Jim Pingle

Allow a . in hostnames. Also, don't allow a space in hostname, it was adding a bunch of trailing spaces to the end of the field. Fixes #1063

41fafd53 12/02/2010 05:21 PM Warren Baker

Make use of the new tab menu and use _GET instead of _POST for pkg name passed in URL.

a2ff08f8 12/02/2010 02:14 PM Jim Pingle

Disable redirect gateway checkbox when using shared key (you can't push with shared key). Also re-run the code to hide the local network box if the gw redirect is checked when switching server modes, since there is no need to push a specific local network when pushing the default gateway.

b8e2fd16 12/02/2010 01:22 PM Jim Pingle

Use unlink here instead of an exec to rm. Remove escapeshellarg call as it isn't needed now. Fixes #1066

310a9d7b 12/02/2010 05:29 AM Erik Fonnesbeck

Confirm before deleting the interface.

1b844e70 12/01/2010 07:35 PM Ermal LUÇI

Raise this to new limit of 2^16.

b6ab9bd2 12/01/2010 11:52 AM Ermal LUÇI

Ticket #1060. Escape even the alias entry descritpions.

1dbc0c43 12/01/2010 11:22 AM Ermal LUÇI

Use correct variable name. Also related to Ticket #847.

7eb2ebbe 12/01/2010 04:29 AM Scott Ullrich

Make page more html friendly.

a1054b46 12/01/2010 01:36 AM Scott Ullrich

Make pfTop uniform

a4fe5cac 11/30/2010 10:33 PM Jim Pingle

Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to understand and use.

65c5cec3 11/30/2010 10:16 PM Ermal LUÇI

Make sure we cannot add interfaces by entering the link directly on url address bar. This does the same check as the one for showing the plus button on interfaces_assign.

a6e0e07b 11/30/2010 06:35 PM Scott Ullrich

Set page title to Status: Dashboard for consistency

b0cf10bf 11/30/2010 04:47 PM Ermal LUÇI

Ticket #911. Provide an option under system->advanced->misc to disable killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!

0a1eabbe 11/30/2010 03:15 PM Ermal LUÇI

Resolves #947. Blacklist interfaces to show as possible lagg members if they are present in a lagg already.

16926fdc 11/29/2010 11:38 PM Jim Pingle

Use grep -c instead of wc and awk. Also use full paths.

ac617a8f 11/29/2010 11:31 PM Jim Pingle

Eliminate a cat-to-grep

84c07e65 11/29/2010 09:48 PM Scott Ullrich

Include guiconfig.inc for auth

cb3b4ebc 11/29/2010 08:36 PM Scott Ullrich

Revert 2c4a13d91b72400c07b965b0a522be8dde2d1110 Interface names should appear as uppercase

82bf9411 11/29/2010 08:35 PM Scott Ullrich

Revert 9c3cac0cb553e1610948e78dd119c1b0fcb04224 Interface names should appear as uppercase

e3feac4e 11/29/2010 08:34 PM Scott Ullrich

Revert "Interface names should appear as uppercase"

This reverts commit 66d57db5e44650658d95345683cf4afae6680b68.

96302ebd 11/29/2010 08:34 PM Scott Ullrich

Revert "Interface names should appear as uppercase"

This reverts commit 4cea35b344c8b4444f7a5a7a244bac528b483cbc.

a6d9251e 11/29/2010 08:34 PM Scott Ullrich

Revert "Interface names should appear as uppercase"

This reverts commit e8ad860fb4d19d137e9cb490c498327db8fba719.

74efe8bc 11/29/2010 08:18 PM Scott Ullrich

Deactivate cpu graph. Will bring back in 2.1

7ff41586 11/29/2010 08:07 PM Scott Ullrich

Disable firewall rule drag and drop. Will bring this feature back in 2.1

5b2f628e 11/29/2010 02:54 PM Ermal LUÇI

Add exit; so the redirection actually works.

c45d1cfe 11/29/2010 11:53 AM Ermal LUÇI

Remove old reference to function. Reported-by: http://forum.pfsense.org/index.php/topic,30508.0.html

9a7f6731 11/26/2010 08:54 PM Ermal LUÇI

Use php_uname where possible.

cfa62e06 11/26/2010 12:20 PM Ermal LUÇI

include broadcast address to allow dhcp to work.

a980df9c 11/25/2010 12:29 PM Ermal LUÇI

Resolves #1040. Fix dynamic addition of gateways from routes edit screen.

02d7e4a4 11/25/2010 11:11 AM Ermal LUÇI

Resolves #1043. Do not allow limiters in floating rules without direction. It is invalid practice and while the backend skips it the user should be warned.

e46616a7 11/24/2010 10:42 AM Erik Fonnesbeck

Fix text for the P1 table header.

7fd51c68 11/23/2010 11:54 PM Scott Ullrich

Add st and si options

79992f17 11/23/2010 10:54 PM Scott Ullrich

Rename to pfInfo for consistency

9242ba15 11/23/2010 10:48 PM Scott Ullrich

Adding Diagnostics: Limiter

b3584478 11/23/2010 10:41 PM Scott Ullrich

Increase setTimeout

438d04f6 11/23/2010 10:37 PM Scott Ullrich

Adding Diagnostics: pf Info which shows the output of pfctl -vvi and pfctl -vvI via AJAX

004b1e69 11/23/2010 10:01 PM Jim Pingle

Cleanup code and fix dynamic firewall log reverse view, fixes #1031

2bfade90 11/23/2010 12:58 PM Ermal LUÇI

Initialize variable. Ticket #1023.

4ed5ad5a 11/23/2010 12:57 PM Ermal LUÇI

Ticket #1023. Correct carp status even on the status page.