Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0d5c21f7 05/18/2011 01:59 AM Chris Buechler

fix missing images for CRLs

7eea4407 05/17/2011 10:23 PM Ermal LUÇI

When uninstalling a service actually stop it first.

b5058001 05/17/2011 10:20 PM Ermal LUÇI

Do not call stop_service since its already called from start_service itself.

b27ade8e 05/17/2011 10:19 PM Ermal LUÇI

Test for null names passed to these functions as a safety precaution.

f1dbcf47 05/17/2011 10:18 PM Ermal LUÇI

Actually sync_package before starting it again. Also include restart in the log message since it might be like that.

aed6fc72 05/17/2011 10:14 PM Ermal LUÇI

Ticket #1534. Change rc.start_packages and rc.stop_packages to php scripts so they do a proper job at start/stop packages, rather than assume every package has a .sh script which is not true. It mostly reuses code from rc.packages which is not used anywhere as of now!

8bf2e9e5 05/17/2011 10:08 PM Ermal LUÇI

Test for null names passed to these functions as a safety precaution.

098820e2 05/17/2011 09:47 PM Ermal LUÇI

Ticket #1534. Check if a rc file exists before trying to run it. Also return if we execute a stop command through rc file to be consistent with the start_service function.

67d78c87 05/17/2011 09:18 PM Ermal LUÇI

Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. Seems such request can stomp into each other and create either corruption of xmlrpc request or other issues.

f5adee3f 05/17/2011 06:24 PM Jim Pingle

Make sure all CP form elements are disabled/enabled with the master checkbox.

a7af5ddc 05/17/2011 06:04 PM Jim Pingle

Don't put an empty PSK into the file, and try to avoid extra whitespace to be safe.

aab2a3f6 05/16/2011 08:57 PM Jim Pingle

Update default gitsync url to be the github URL. If anyone had done a gitsync before to the standard URL, they'll need to either rm /root/pfsense/ or cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/bsdperimeter/pfsense.git; and then gitsync again.

1a137650 05/16/2011 08:47 PM Jim Pingle

Fixup MAC display on this other path too

701989fb 05/16/2011 07:40 PM Jim Pingle

Print the MAC mfg on another line in a smaller font if it's found. Less obtrusive than completely replacing the MAC.

73bf4a46 05/16/2011 02:26 PM Warren Baker

Use base 1000 on user graphs and display cumulative of Total users logged in over the 'x' period.

9cd72856 05/16/2011 02:25 PM Warren Baker

Ensure that $timestamp is only ever written out if it contains a value and let file be retained through reboots.

24fa000b 05/16/2011 02:24 PM Warren Baker

Remove Total users graph this has become redundant and replaced with a cumulative result.

4450527f 05/14/2011 04:23 PM Evgeny Yurchenko

Fix small typo

57f2840e 05/14/2011 04:23 PM Evgeny Yurchenko

MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, Diagnostics->ARP table

92ca10c1 05/14/2011 04:16 PM Bill Marquette

Merge branch 'axscode-pfs'

23b774e0 05/14/2011 04:08 PM Bill Marquette

Merge branch 'master' into yakatz-ssl

2ad2758f 05/14/2011 03:48 PM Bill Marquette

Merge branch 'drcookie-he.net'

8ea77433 05/14/2011 02:39 PM Chris Wells

Added HE.net (dns.he.net) to the list of available dyndns services.

4e4de1d1 05/14/2011 01:59 PM Ermal LUÇI

Resolves #1529. Check if the file exists before opening it.

5e80046a 05/13/2011 07:24 PM Ermal LUÇI

Resolves #1524. USe the correct field from netstat parsed output.

e7237dd0 05/13/2011 05:27 PM Jim Pingle

Fix interface recognition for diag > arp. It was't seeing wireless interfaces properly.

b45630bf 05/13/2011 05:09 PM Jim Pingle

Fix whitespace.

f1273b82 05/13/2011 05:07 PM Jim Pingle

Sync with dhcp leases reading code.

60c5d29b 05/13/2011 01:45 PM Jim Pingle

Test for array before using variable as one.

042578fd 05/12/2011 06:04 PM Jim Pingle

Fix comment

dc073abd 05/12/2011 05:59 PM Jim Pingle

Also skip the rewind binding state or leases show expired. Reported at http://forum.pfsense.org/index.php/topic,36657.0.html

2b094d21 05/12/2011 05:26 PM Jim Pingle

This function takes two parameters, fix PHP error. Reported at http://forum.pfsense.org/index.php/topic,36648.0.html

eb06ca8e 05/12/2011 05:03 PM Scott Ullrich

Revert this change. reload_all() already sends a reload message. Unfortunately there is still something else lurking that causes a delay when loading the wizard step

9545fe7a 05/12/2011 03:41 PM Scott Ullrich

Use send_event()

602e9806 05/12/2011 03:38 PM Scott Ullrich

Use send_message and issue the reload all operation in the background

1031c9ea 05/12/2011 02:45 PM Jim Pingle

Make autocomplete on the login form optional.

a1bad141 05/11/2011 09:03 PM Jim Pingle

Fix IPsec descr trimming for rule labels. Ticket #1426

b148ab81 05/11/2011 08:40 PM Scott Ullrich

Skip step #9 for non pfSense branded installations

4bc2c676 05/11/2011 08:12 PM Jim Pingle

Test for array/size before foreach

728003c8 05/11/2011 08:10 PM Jim Pingle

Various CRL fixes, handle empty internal CRLs better.

51b9e41d 05/11/2011 07:26 PM Scott Ullrich

Reload the wizard and then redirect to a wizard completed step. Prompt the user to donate to the project.

00c36201 05/11/2011 07:02 PM Scott Ullrich

version bump to rc2

a9392a4e 05/08/2011 02:20 AM Chris Buechler

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master

c7ac47fd 05/07/2011 08:07 PM Jim Pingle

Misc fixes to make the openvpn wizard stop re-creating a CA previously made via the wizard if you re-ran the wizard and chose a CA instead. Fixes #1512

2635f1f5 05/07/2011 04:14 AM Chris Buechler

this should be checking for synchronizetoip not pfsyncpeerip

9c04a8c0 05/07/2011 02:51 AM Chris Buechler

passive should always be on for mobile clients per racoon man page

5b06d9cc 05/06/2011 09:27 PM Ermal LUÇI

Reorder instructions and do not reload dns if its not allowed from the dns allow override setting.

978cf4fd 05/06/2011 09:02 PM Ermal LUÇI

Actaully put the route adding under the conditional logic checking. Ticket #1408.

114a9292 05/06/2011 08:55 PM Jim Pingle

If we are disabling the radius inputs, also disable the secondary radius inputs.

c07b2675 05/06/2011 08:55 PM Jim Pingle

This field should be server2

ac655e1b 05/06/2011 08:36 PM Ermal LUÇI

Use the availble constant on php for this and also the right value that comes with it since PHP never supported u_int. There is a bug open still on PHP about bcmod but some more info is needed.

6f5ed6f0 05/06/2011 07:36 PM Jim Pingle

Reorder where inetd gets started to after where the package rules are generated, so that a package can add a line to inetd.conf using that process.

f02c3e1d 05/05/2011 08:47 PM Jim Pingle

Misc OpenVPN CRL selection fixes.

a59831e7 05/05/2011 08:27 PM Jim Pingle

If we have deleted the last cert from the CRL, blank out the text.

461aa9d0 05/05/2011 08:14 PM Jim Pingle

When deleting a CA, delete its associated CRLs.

5fd3cb92 05/05/2011 10:23 AM Ermal LUÇI

Ticket #CZH-831780. If gif(4) is part of a bridge and its mtu is smaller than 1500(ethernet standard) do not consider it in finding the smaller mtu because we have a patch to allow gif(4) be member of a bridge with smaller mtu. See https://rcs.pfsense.org/projects/pfsense-tools/repos/mainline/commits/67d3135722db4a3c911761ead5c881ccaef02c65 for details.

4a916dc8 05/04/2011 11:39 PM Warren Baker

Timeout is either a global option and/or a table stanza option. For now made it a global option.
For the future each pool should probably have a configurable timeout.

8b1e7d04 05/04/2011 09:54 PM Ermal LUÇI

Correct wrong key for checking if a interface type switched. Ticket #1420

56da23dc 05/04/2011 09:31 PM Ermal LUÇI

Fixes #1394. Create a function get_itnerface_default_mtu and use it for resetting the mtu of a interface to default when needed. This adds the overhead of fetching the interface mtu and comparing with the default one every interface configuration run.

131f3a50 05/04/2011 05:58 PM Jim Pingle

Disable this log message, as it can be extremely spammy in the logs.

0130b756 05/03/2011 08:12 AM Warren Baker

Some more whitespace fixes.

327ef8eb 05/03/2011 08:07 AM Warren Baker

Use correct config variable and fix some whitespaces.

8c218e1d 05/02/2011 10:26 PM Ermal LUÇI

Give time to filterdns to exit gracefully and after that start a new process.

9b0ddd8c 05/02/2011 10:04 PM Ermal LUÇI

Resolves #1486. When sticky option is selected under advanced->misc honor it even in the relayd.conf setting.

0b1321e2 05/02/2011 08:57 PM Ermal LUÇI

Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified.

81e14406 05/02/2011 08:57 PM Ermal LUÇI

Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified.

2dc14ea2 05/02/2011 08:57 PM Ermal LUÇI

Now that layer7 daemon issues are resolved bring back this optimization.

Revert "Do not write ont rules anymore max-packets. This apparently was done by me in a previous commit, it helps with Ticket #636."

This reverts commit c8703797e5c24e6619ad14819fc62b3cb8a6ae3d.

b01adece 05/02/2011 07:32 PM Jim Pingle

Set default colors explicity, the theme can then override them. This prevents missing colors in themes from crashing the graphs.

49825b17 05/02/2011 06:36 PM Jim Pingle

If the rrd multiplier is negative, use 5% for out instead of 95% for the 95th percentile line.

3bae60be 05/02/2011 04:53 PM Ermal LUÇI

Add a newline to the igmpproxy config to resolve issues of it not parsing correctly the file. Reported-by: http://forum.pfsense.org/index.php/topic,36279.0.html

c639315e 04/29/2011 07:43 PM Jim Pingle

Set password on the OS instead of just the gui. Fixes #1485

f7ea0505 04/29/2011 06:23 PM Ermal LUÇI

Remove static routes that are added for dns servers when allow override is allowed when a ppp interface goes down. Code borrowed from dhclient-script.

a73a9886 04/29/2011 06:19 PM Ermal LUÇI

Ticket #1408. Honor the allow override settings even for ppp devices.

e5f3359c 04/29/2011 06:15 PM Ermal LUÇI

Send route delete message to blackhole.

cfe92577 04/29/2011 06:13 PM Ermal LUÇI

Ticket #1408. Do not add static routes for automatically learned dns servers from dhcp if Allow override is not selected.

9cf46050 04/28/2011 09:21 PM Ermal LUÇI

Correct saving of qinq specified members and also correctly destroy parent vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.

a7ee5777 04/28/2011 08:44 PM Ermal LUÇI

Remove rndtest sysctl since the kernel module is not anymore part of our kernels. Leftover noticed by: Jim

2d14181b 04/28/2011 08:31 PM Ermal LUÇI

Remove rndtest sysctl since the kernel module is not anymore part of our kernels.

27dfd848 04/28/2011 07:53 PM Ermal LUÇI

Bring comment up-to-date

65531b4b 04/28/2011 07:33 PM Ermal LUÇI

Make sure that openvpn tunnels are not impacted by hitting 'Save' on the Interface->Configuration page when assigned.

d1ae9705 04/28/2011 07:29 PM Ermal LUÇI

Use the needed variable here so hitting 'Save' from Interface->Configuration section does not leave the assigned gif interfaces without tunnel addresses.

40b0c024 04/28/2011 07:16 PM Ermal LUÇI

Correct code description during assignment

d7f1891b 04/28/2011 07:09 PM Ermal LUÇI

Some configurations might have gre/gif on top of carp. Make sure to handle this configurations and to bring the tunnel correctly up.

1dfb7795 04/28/2011 01:10 AM Chris Buechler

fix typo

b0c2087e 04/28/2011 12:25 AM Jim Pingle

Comment out debug print

f35abee2 04/27/2011 04:03 PM Jim Pingle

Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also accept a subnet to filter on via the host field.

c41997ce 04/26/2011 09:08 PM Jim Pingle

Allow users to select SSL/TLS+User Auth with external authentication sources.

7100a85c 04/26/2011 06:37 PM Jim Pingle

No need to include head.inc twice

0b9d02f3 04/26/2011 02:18 PM Jim Pingle

Don't just blindly echo to the ntpd.log, it's a clog file and that will break it.

9f5d14ce 04/25/2011 07:50 PM Jim Pingle

Show OpenVPN instances on Status > Traffic Graphs, with descriptions.

e3dc055a 04/22/2011 07:48 PM Ermal LUÇI

Actually correct check meaning.

bd17f93d 04/22/2011 07:23 PM Ermal LUÇI

Do not an ip of all 1s as a gateways since it cannot be pinged.

bce14123 04/22/2011 06:28 PM Ermal LUÇI

Actually call interfaces_carp_setup after the carp interfaces are created so carp traffic can only flow after we have all vips up and running. This prevents premption more early than necessary. Ticket #1432.

d8da6350 04/22/2011 03:23 PM Jim Pingle

Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there.

de7222fb 04/22/2011 12:31 AM Chris Buechler

correctly unmount drives where a config doesn't exist

2d4003aa 04/21/2011 09:39 PM Ermal LUÇI

If the bandwidth value is coming from radius scale it up to the requested Kbit/s unit.

2594f401 04/21/2011 08:05 PM Yehuda Katz

missed a bit of my last commit

908cbaf9 04/21/2011 07:33 PM Jim Pingle

Set user when removing privileges, otherwise things like the user's shell would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges.

a29aeb47 04/21/2011 06:34 PM Yehuda Katz

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

ea7763c0 04/21/2011 06:33 PM Yehuda Katz

ignore dreamweaver temp files