Project

General

Profile

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

# Date Author Comment
ec192fe5 01/25/2011 07:55 PM Scott Ullrich

Fix url. Do not include mod_accesslog twice

1801c223 01/20/2011 05:52 PM Ermal LUÇI

Add the empty check otherwise all static routes are skipped. Reported-by: Seth

38bdc48d 01/19/2011 06:57 PM Ermal LUÇI

This logic was reversed fix it. Reported-by: Seth

911a262f 01/19/2011 07:30 AM Seth Mos

Prevent a IPv6 address from breaking system routing. This is a hack because we don't have the proper ip validation in 2.0 mainline

96e889fc 01/17/2011 10:11 PM Seth Mos

Specify the -inet family so that accidental IPv6 addresses here don't break the system routing.

75e9ed89 01/14/2011 07:14 PM Jim Pingle

Remove extra brace

546f30ca 01/14/2011 05:20 PM Jim Pingle

Better test for an empty CA to avoid writing out an empty CA file (some on the forum are seeing this.)

807fd6cd 01/04/2011 06:32 PM Ermal LUÇI

Unbreak dns server colletion. Pointyhat: myself

33818198 01/03/2011 09:53 PM Ermal LUÇI

Oops remove forgotten line and correct variable name error that seems to have existed from long time. Even though the file read is not used in pfSense this days!

e1daff07 01/03/2011 09:49 PM Ermal LUÇI

Use glob instead of forking cat with glob patterns. Also use file() instead of forking cat just for reading a file. This might help with the issue reported on Ticket #943 which seems like a timing issue even though the dns events happen before newip events.

673e8095 12/22/2010 03:39 PM Scott Ullrich

nuke trailing carriage returns

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

Make the CP locking more granular and make use correctly of exclusive/shared locks where appripriate. This speeds up CP login process.

e9954aef 12/18/2010 08:32 PM Scott Ullrich

Do not spam console, spam log

81868072 12/18/2010 08:12 PM Scott Ullrich

use is_dir(). Sometimes php lack of uniform function names can be annoying.

42ee8bde 12/18/2010 07:57 PM Scott Ullrich

Ensure log directory exists before invoking syslogd

f8895161 12/17/2010 06:19 PM Jim Pingle

Add missing - in syslogd command line parameters, fixes #1111

6d8ff5e9 12/10/2010 11:26 PM Scott Ullrich

Hard code maxlockouts to 15 until GUI portion is ready

65f7fba8 12/10/2010 09:53 PM Scott Ullrich

Correct webConfgurator auth/error messages

4f76b144 12/08/2010 06:45 PM Ermal LUÇI

Get rid of fastforwarding since it is not maintained from long time. Courtesy-of: battlez_ IRC

d589cccf 12/02/2010 05:01 PM Warren Baker

If a pkg has logging enabled in syslog, then correctly ensure that it does not get logged to one of the other logs but only to its specified log file.

eeb52fea 12/02/2010 02:56 PM Warren Baker

Syslog.conf would end up with multiple pkg facility names on the same line. So multiple pkgs with logging enabled would end up with the previous pkg prepended to its syslog entry.

1ea78906 11/30/2010 11:41 PM Scott Ullrich

Revert "Use -ss for syslogd. Suggested-by: Ermal"

This reverts commit c57e0d704ac08afee31e1e79f0b8228f5eb66cb1.

c57e0d70 11/30/2010 11:39 PM Scott Ullrich

Use -ss for syslogd. Suggested-by: Ermal

e351fc2d 11/30/2010 11:36 PM Scott Ullrich

Use -l

be9303ac 11/30/2010 11:28 PM Scott Ullrich

Unbreak Status -> System Logs -> DHCP due to chroot and new version of DHCPD.

5ba5a8de 11/30/2010 09:48 PM Scott Ullrich

Use pfSense_sync()

f3c91cb5 11/29/2010 02:19 AM Erik Fonnesbeck

Reintroduce this optimization, but use the correct return value this time.

d04e8082 11/29/2010 01:27 AM Scott Ullrich

Unbreak sysctl handling.

bad29897 11/26/2010 09:35 PM Ermal LUÇI

No need to go through the array when the key can be tested directly.

fedab998 11/24/2010 06:08 PM Scott Ullrich

Nuke trailing c/r

35d26b25 11/10/2010 07:16 PM Ermal LUÇI

Not sure why sometimes works sometimes does not work when bound to localhost the lighttpd instance of CP. Back to previous setup! Though security of it is debatble.

9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

58db1fc4 11/08/2010 10:42 PM Ermal LUÇI

Kill dhcplease before writing the hosts file so that it does not scramble the content from kqueue events.

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.

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

More VPN log fixes, for consistency. Ticket #912

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