Project

General

Profile

Download (45.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
293079d1 11/12/2010 09:38 PM Seth Mos

Make sure that we enable SSL properly for the ipv6 vhost as well

5b6661d8 11/11/2010 03:39 PM Seth Mos

Fix more typos, I can't code for toffees

4f66ad1f 11/11/2010 03:33 PM Seth Mos

Fix the syntax error

543ecd59 11/11/2010 03:26 PM Seth Mos

Use the information from the wiki about letting lighty listen on v4 and v6 together.
http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config

ca94f214 11/11/2010 02:44 PM Seth Mos

Enable IPv6 binding for Lighttpd

fe73e93f 11/10/2010 01:34 PM Seth Mos

check the correct routing table array otherwise we can never change the default route

f09ce147 11/04/2010 03:14 PM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/services.inc

9cb94dd4 11/03/2010 01:25 PM Ermal LUÇI

Ticket #980. Bring CP widget up to date. Also bind lighty for CP to 127.0.0.1 it should not be accessible otherwise.

6da3df4e 11/03/2010 10:32 AM Seth Mos

Enable both ipv4 and ipv6 forwarding before returning

5bb1e653 11/03/2010 09:42 AM Seth Mos

Default to ipv6 routing on

105d618d 11/03/2010 07:49 AM Seth Mos

Merge remote branch 'upstream/master'

a6607b5f 11/02/2010 07:14 PM Jim Pingle

More VPN log fixes, for consistency. Ticket #912

5a5413bb 10/22/2010 02:01 PM Seth Mos

Add the default ipv4 route and the default ipv6 route, check both routing tables before adding or changing.
set the ipv6 IP address via a mwexec() until the pfsense module is adapted. FIXME.
Add filter rules for ipv6 to let traffic out of the firewall. FilterIflist not cooperating yet.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

da6155e0 10/13/2010 09:57 PM Erik Fonnesbeck

Make sure this is an array before entering the foreach loop. Reported at http://forum.pfsense.org/index.php/topic,29118.0.html

07bdaacd 10/01/2010 12:55 PM Pierre POMES

Fix syslog.conf generation. Ticket #929

a02708b1 09/30/2010 04:04 PM Ermal LUÇI

Make this code more readble and clear on what it does.

ccea4c49 09/30/2010 03:58 PM Ermal LUÇI

Remove legacy code for static routes.

8d29cef4 09/30/2010 03:54 PM Ermal LUÇI

Oops fix long standing variable name mistype.

dd88e65a 09/30/2010 03:53 PM Ermal LUÇI

Remove legacy code

b746dc61 09/17/2010 01:38 PM Ermal LUÇI

on newip event reload the static routes for that interface because on dynamic gateways the ip might have changed. While here make sure the interface argument is repsected on system_routing_configure() and use send_event to reconfigure an interface to aleviate a possible race.

86dcdfc9 09/16/2010 10:42 PM Ermal LUÇI

Add as a search domain the domains suggested by dhcp.

401a6674 09/06/2010 01:15 PM Ermal LUÇI

Actually there is a script that will run ntpd on bootup. Revert partially the change to fix ntp.

c8960970 09/06/2010 01:04 PM Ermal LUÇI

Fix ntpd starting at boot time and also status->services checking/stop/start/restart display. Previously ntpd would not start at all either though it should.

1e332e98 09/01/2010 07:15 PM Jim Pingle

CA/CERT Move

2db1f552 08/31/2010 08:32 PM Ermal LUÇI

There are no interfaces stored in static routes. Correct code for that.

15d456b9 08/24/2010 08:38 AM Marcus Brown

Fix declaration. Change 'global $configure' to 'global $config' to
make function work.

Also, remove reference to $syscfg variable not declared in new
system_dhcpleases_configure.

24d619f5 08/23/2010 02:47 PM Ermal LUÇI

Fixes #837. Fix the startup of dhcpleases during bootup. Also start the dhcpd service earlier there is not reason no to!

1b666ae2 08/20/2010 12:32 AM Scott Ullrich

Default to 2 max procs

3cc07282 07/21/2010 08:24 PM Ermal LUÇI

Fixes #717. Actually if no default gateway is found assume wan is the one.

280b75d9 07/21/2010 07:06 PM Scott Ullrich

Increase max requests to 2 so that requests can continue if a thread is blocked

7bc41b19 07/16/2010 02:23 PM Jim Pingle

Move this block down, and fix the log name. It was in the wrong place and preventing IPsec logs from reaching remote servers.

087a89f8 07/11/2010 11:58 PM Chris Buechler

fix some of the logging for load balancer, still partially broken

c3b13d60 06/29/2010 03:26 PM Jim Pingle

Load cpufreq on nanobsd when enabling powerd. It's in the kernel on full installs. Fixes #704

1ea67f2e 06/18/2010 06:46 PM Ermal LUÇI

Also teach system_routing_configure to have an interface as parameter so to reload only routes related to this interface when an interface is reconfigured.

d499c12b 06/18/2010 04:19 PM Ermal LUÇI

Silence.

aceedad4 06/14/2010 11:11 AM Ermal LUÇI

Fixes #652. Correct typo.

70cc6249 06/09/2010 09:07 PM Scott Ullrich

Only change max procs for captive portal configurations

956950de 06/04/2010 03:57 PM Ermal LUÇI

Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files is regenerated to avoid problems.

924f202e 05/31/2010 07:14 PM Ermal LUÇI

Fixes #622. Add a new file status for signaling default gateway under /tmp. dhclient script will check for this file to define if the interface needs a default gateway or not from its given routes.

962625aa 05/21/2010 08:45 PM Ermal LUÇI

Revert "Use a global array for the most part of using the return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot."

This reverts commit e51cf5960f6718a14c07daa7b6e96337fdba1f0e.

e51cf596 05/21/2010 07:44 PM Ermal LUÇI

Use a global array for the most part of using the return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot.

1a2911a7 05/19/2010 01:16 AM Scott Ullrich

Use nanobsd

223ef06a 05/19/2010 01:06 AM Scott Ullrich

Use !=

d16af75d 05/18/2010 10:08 PM Scott Ullrich

Nuke nonsense

31c9379c 05/18/2010 10:03 PM Scott Ullrich

Add back needed functions

fa83737d 05/18/2010 09:59 PM Scott Ullrich

Only check g['platform'] for nanobsd

7188fc6d 05/18/2010 09:58 PM Scott Ullrich

Add missing functions and move check earlier since this only checks on bootup

2c7d67ff 05/18/2010 09:31 PM Scott Ullrich

Add system_identify_specific_platform()

15f14889 05/18/2010 09:27 PM Scott Ullrich

Add reset button support to alix/wrap. Obtained-from: m0n0wall

79f30c1c 05/17/2010 11:56 AM Ermal LUÇI

Do not throw the error message unnecerssarily. It is legal on 2.0 to not specify default gw on 2.0 with pppoe/pptp links specified.

b61154fb 05/17/2010 09:23 AM Seth Mos

Reduce the amount of logic in system_routing_configure to check for existing routes. This code is in the same style as used
by Ermal. Ticket #507

07b54e8c 05/14/2010 02:47 PM Seth Mos

Do not unconditionaly remove the default route and readd it. This should make system_routing_configure more
reliably. Ticket #507
stability

24fb2263 05/12/2010 12:14 AM Chris Buechler

fix up text

e5995f9d 05/03/2010 10:22 PM Ermal LUÇI

Ticket #567. Create an entry on hosts file with the ip address of lan or the first inerface ip without a gateway if lan is not present.

33d72c67 04/29/2010 03:21 PM Ermal LUÇI

Reload gateway groups when changing them.

a529aced 04/28/2010 11:17 PM Ermal LUÇI

Ticket #507. Do not remove all static routes to readd them back. The change will never delete a rule but define the action to be taken on it, either add or change a present route. Be consinstent on gateways allowed to be selected as destinations for static routes, including dynamic gateways.

c64d5028 03/29/2010 02:45 PM Ermal LUÇI

Do not enable fastforwarding with ipsec. Silence command because default gw might not exist yet.

bedd946f 03/25/2010 11:09 AM Ermal LUÇI

Fix typo.

ae9617ae 03/24/2010 09:23 PM Ermal LUÇI

Upps use correct variable. Reported-by: kaarposoft(forum)

f38f8062 03/24/2010 03:54 PM Ermal LUÇI

Generate hosts entries for all ips configured.

328efaba 03/23/2010 10:13 PM Ermal LUÇI

Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.

1033de74 03/23/2010 09:13 PM Ermal LUÇI

Resolve problems with dns server setup when allow override is set. Also add static routes for all nameservers to be friendly with multiwan.

eb438fac 03/12/2010 03:24 PM Ermal LUÇI

Only fetch inet family routes.

c0f5182c 03/09/2010 08:34 PM Ermal Luçi

Correctly configure the default route addition when interfaces are configured for pppoe/pptp. Handle in system routing configure dynamic interfaces. Also when chaning or configuring the defaultgw reconfigure the underlying interface, this helps when this interfaces are dynamics one.

bd96ff65 03/08/2010 11:17 PM Ermal Luçi

Actually put it to background.

98d269af 03/08/2010 11:15 PM Ermal Luçi

Put this on background to avoid delays.

eb0f4fc6 03/05/2010 05:12 PM Ermal Luçi

Default to http.

3435dc35 03/05/2010 03:44 PM Ermal Luçi

Make sure we have initialized vars.

c61e4626 03/02/2010 05:07 PM Ermal Luçi

Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.

84d07e67 03/01/2010 11:00 AM Seth Mos

Mute route delete message, regenerate resolv.conf as this also corrects static routes to the DNS servers.

e8a58de4 02/24/2010 11:58 PM Ermal Luçi

Add support for authenticating users against server specified in the system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.

c0481e1c 02/01/2010 03:13 PM Ermal Luçi

Fix several handling of gif/gre addresses and automatically added routes.

3a35f55f 01/20/2010 10:57 PM Scott Ullrich

Stop fighting php bugs where a variable is not defined on one system yet it is defined on another.

cac19f50 01/20/2010 10:33 PM Scott Ullrich

Include item

b2d0140c 01/20/2010 10:13 PM Scott Ullrich

Really unbreak sysctl handling

09f82b11 01/20/2010 08:19 PM Administrator

Unbreak default sysctl handling

edc8a9f8 01/15/2010 05:39 AM Jim Pingle

Add some missing braces

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

unbreak CP after HTTP > HTTPS redirect

Ticket #270

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

Boos max_procs

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

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

Use /tmp/ssl.key Ticket #63

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

Automatically generate a certificate Resolves #63

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

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

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

435f11c8 12/17/2009 10:49 AM Ermal Luçi

Fix deletion of ipaliases. Use get_real_interface instead of the long name of function.

d1892212 12/14/2009 06:25 PM Ermal Luçi

Ticket #217. Comment out code that is half finished.

f5476f2a 12/07/2009 07:50 AM Seth Mos

Fix typo in Importing SSL certificate message.

55f681dd 12/06/2009 09:23 PM Scott Ullrich

Move port to correct part of URL

d0b461f5 12/06/2009 05:48 AM Scott Ullrich

Add lookup table for sysctl tunable (sysctl.inc). Make config.xml values default to value 'default' Ticket #71

62fd530a 12/03/2009 11:25 PM Scott Ullrich

Use preload.php

b0a4e5ee 12/03/2009 11:12 PM Scott Ullrich

Sleep for a second in beween

cc093472 12/03/2009 11:09 PM Scott Ullrich

Prefetch index.php after starting webConfigurator and send it to /dev/null allowing the priming of the apc cache

99f98b80 12/03/2009 04:25 AM Scott Ullrich

Check to see if processes are running before killing

1e5c49aa 12/03/2009 04:15 AM Scott Ullrich

Check to see if powerd is running before killing

a2c8cd51 12/03/2009 12:42 AM Scott Ullrich

Set name in array