Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

85e3f445 01/18/2011 09:13 PM Ermal LUÇI

Do not put a config entry for dhcpd if we cannot determine the subnet address. Reported-by: http://forum.pfsense.org/index.php/topic,32303.0.html

ba4f6e1d 01/18/2011 08:38 PM Jim Pingle

Better way to determine the username for config descrs

fa09d1b8 01/18/2011 08:38 PM Jim Pingle

Fix variable name reference

b1224cdc 01/18/2011 08:38 PM Jim Pingle

Fix references to what was apparently supposed to be $g['booting'] and not $bootup.

f9c8e64c 01/18/2011 08:38 PM Jim Pingle

Add a description to this write_config() so it's a little more obvious what it's doing in the logs.

3644e29c 01/18/2011 08:22 PM Warren Baker

The use of log_error() requires util.inc

1bbbd3dd 01/18/2011 04:00 PM Jim Pingle

No need to set this here, we already set it in config.inc (and it takes precedence)

7d9b3d5e 01/18/2011 02:58 PM Jim Pingle

Add the cron job a different way. There have been a couple reports of losing CAs during the config upgrade and this was the only added function at the time.

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.

2b7ca9b2 01/17/2011 09:29 PM Ermal LUÇI

Add the default value for the new tunable debug.pfftpproxy to 0. It allows to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway.

9d7d2388 01/17/2011 08:08 PM Ermal LUÇI

Really do not deactivate netgraph if the underlying interface is needed by it!

756720e2 01/15/2011 03:03 PM Pierre POMES

Ticket #1198. Fix code when checking client or server

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.)

ad0d6389 01/12/2011 09:39 PM Jim Pingle

Bail on reinstalling all packages if we can't contact the package repo.

7201ca27 01/12/2011 07:26 PM Jim Pingle

We no longer use /var/run/config.lock - catch up to other progress. Also, use lockf to test if the config is locked now, with a 30 second timeout.

311f93cd 01/12/2011 07:19 PM Ermal LUÇI

Ticket #621. Sort even csr subject to have the matching go ok during import of externally signed cers.

3b83b51a 01/12/2011 06:06 PM Jim Pingle

Only copy 52 chars of a user descr to the pf rule. When added to the "USER_RULE: " prefix (11 chars) we hit the 63 char limit. Fixes #1187

d0dc2fd1 01/10/2011 09:11 PM Jim Pingle

Bump config version, add upgrade code to setup cron job for URL table update script.

b7ff3186 01/10/2011 09:06 PM Ermal LUÇI

Ticket #875. While ldconfig should be called by pkg code itself do it explicitly to have the cache file rebuilt with correct list.

24e61cce 01/10/2011 08:52 PM Ermal LUÇI

Ticket #317. Unconditionally synchronize users on bootup this might prevent some reports of ssh keys not being there.

f4015bd7 01/10/2011 02:35 PM Scott Ullrich

Turn back off zlib compression

17dd7ff3 01/10/2011 03:45 AM Chris Buechler

allow 127.0.0.1 and localhost for HTTP_REFERER checks

1c42331b 01/07/2011 10:39 PM Scott Ullrich

Stop spewing backup info on bootup

52f4c092 01/07/2011 10:28 PM Scott Ullrich

Add back booting check that existed prior to refcount code. We will improve upon this next week.

b89c34aa 01/07/2011 09:37 PM Ermal LUÇI

Ticket #621. sort the contents of array used for generating subject by keys so whenever we do subject comparison we will not have problem just because of the array keys ordering.

b2b15543 01/07/2011 03:53 PM Scott Ullrich

Need to use Unlink in tar

06e57df8 01/06/2011 11:56 PM Scott Ullrich

Shorten english

c2272d6d 01/06/2011 11:30 PM Scott Ullrich

Scroll the textarea to bottom on each update

61f0a115 01/06/2011 11:09 PM Scott Ullrich

Take into account< 10 too

a0e157e9 01/06/2011 11:02 PM Scott Ullrich

When installing packages on console (downloading) only show every 10% meaning 10% 20% 30% instead of 1% 2% 3% 4% 5%, etc

86af45ec 01/06/2011 10:48 PM Scott Ullrich

Ensure $pkg is defined. Send pkg_delete errors to /tmp/pkg-delete_errors.txt

64974db7 01/06/2011 10:37 PM Scott Ullrich

Fix package dependency check code now that we no longer nuke /var/db/pkg/ before operating on packages

28ed552d 01/06/2011 09:53 PM Scott Ullrich

Strip off the space between @depend and the package name. Otherwise it will return a space in front of the pkgname

550fea7a 01/06/2011 09:39 PM Scott Ullrich

Do not unlink file, it's handled by behind the scenes pkg-utils.inc code

7aa9ab00 01/06/2011 09:06 PM Scott Ullrich

Fix typo

608b154d 01/06/2011 08:58 PM Scott Ullrich

Shorten repo download message

ca99d6a6 01/06/2011 08:55 PM Scott Ullrich

Do not show already installed messages which fill up the textarea too many times

0c78d2d0 01/06/2011 08:49 PM Scott Ullrich

Include pkg-utils.inc

72b7aa4a 01/06/2011 06:53 PM Jim Pingle

Also CDATA protect the detail field. Fixes #1168

d865241e 01/06/2011 06:52 PM Jim Pingle

Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168

9d308f58 01/05/2011 09:50 PM Scott Ullrich

Do not nuke /var/db/pkg now that 2.0 has better handling

9b193619 01/05/2011 09:44 PM Scott Ullrich

Reinstall packages on bootup during console. Ticket #1156

7d62c4c8 01/05/2011 09:10 PM Ermal LUÇI

Ticket #491. Correct username/password name fields so upgrade works correctly.

6ae19856 01/05/2011 08:43 PM Ermal LUÇI

Actually use sigkillbypid.

e7af9a80 01/05/2011 08:41 PM Ermal LUÇI

Send a HUP to racoon which is equivalent to the reload-config racoonctl command which seems to not work in 0.7.3 of ipsec-tools.

99fbc94a 01/04/2011 07:16 PM Warren Baker

Forgot to up the array count.

64c86313 01/04/2011 07:15 PM Warren Baker

Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace.

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

Unbreak dns server colletion. Pointyhat: myself

abe7607f 01/04/2011 05:27 PM Scott Ullrich

Add sysctl for maximum socket buffer sizing. Set to 42621444. This is needed for some heavily loaded servers running unbound, squid, etc

aa7c49b9 01/03/2011 10:52 PM Ermal LUÇI

Ticket #943. Sleep 1 second to give dns time to reload.

e7c9af97 01/03/2011 10:47 PM Pierre POMES

Ticket #1141. Add missing sasl.inc

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.

55c51af7 01/03/2011 09:29 PM Ermal LUÇI

Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.

3dfc2d1a 01/03/2011 07:45 PM Ermal LUÇI

When the parent interface of a pppoe is assigned do not remove the interface from ng_ether since this will break ppp clients of netgraph with this interface as parent. This solves http://forum.pfsense.org/index.php/topic,31247.75.html

4682fb7d 01/03/2011 06:12 PM Scott Ullrich

Turn zlib compression back on. Tested by and reminded by Pierre Pomes. Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him).

5e1f9bb4 01/03/2011 01:21 PM Marcus Brown

Remove uncessesary function call.

This function call is extraneous. mpd will automatically shut down existing mpd processes
gracefully because we call it with the "-k" command line switch.

In addition, this call causes mpd to be started twice in rapid succession when users have...

c8d23069 01/03/2011 01:18 PM Marcus Brown

Reshuffle code a bit. Prevent potential race condition between one mpd instance
shutting down and the second one starting.

There's no need to kill mpd before restarting it since we always start it with
the "-k" flag which means "wait for existing mpd process to exit gracefully before starting."

1edfb2de 01/02/2011 08:34 PM Pierre POMES

Ticket #1141. Typo error, use ->user to enable auth

2cd8d942 01/02/2011 08:30 PM Pierre POMES

Ticket #1141. Add necessary stuff for smtp auth using sasl

02e9880e 12/30/2010 07:45 PM Ermal LUÇI

Improve parse_config to not be recursive for no reason. This fixes some strange cases of config lock being left held and blocking GUI.

eebccaca 12/30/2010 09:49 AM Erik Fonnesbeck

Fix PHP warning related to recent update of apc extension.

f2141df0 12/29/2010 09:11 PM Jim Pingle

Allow entering an arbitrary subnet for outbound NAT translations.

2388a97d 12/29/2010 08:48 PM Scott Ullrich

Nuke newline

09315582 12/29/2010 07:04 PM Jim Pingle

Add address pool support to outbound NAT. Allow specifying a subnet for outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool.

66bcba1b 12/28/2010 10:39 PM Ermal LUÇI

Ticket #802. During a config restore detect if the vlan interfaces need reassignment too. This might be problematic for other type of interfaces on 2.0!

c3583058 12/28/2010 10:10 PM Ermal LUÇI

Add radius port and radius accounting port to config if supplied.

8f5c3d8d 12/28/2010 09:23 PM Pierre POMES

Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN's

a82e6d37 12/28/2010 05:09 AM Chris Buechler

fix text

0f288647 12/28/2010 01:20 AM Jim Pingle

Don't include rfc1918 in bogons

e240969e 12/28/2010 12:38 AM Ermal LUÇI

Allow any port to go out for CP. This should unbreak traffic of CP rdr!

6622e126 12/27/2010 06:40 PM Scott Ullrich

Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up.

3ec4b9de 12/25/2010 08:43 PM Chris Buechler

update bogons

7dbbaecd 12/25/2010 06:51 PM Scott Ullrich

More misc pkg install txt fixups

f169e274 12/25/2010 06:50 PM Scott Ullrich

More misc pkg install txt fixups

73e52b99 12/25/2010 06:45 PM Scott Ullrich

Add newline after restoring libs

4c6a49d7 12/25/2010 06:40 PM Scott Ullrich

backup and restore libs in correct location

2b216e51 12/25/2010 06:38 PM Scott Ullrich

misc text formatting fixes (tabs)

b2dd7ab4 12/25/2010 06:04 PM Scott Ullrich

Only backup libraries at the beginning of the deinstall cycle.

7102210a 12/25/2010 06:03 PM Scott Ullrich

Add tab

d96623ef 12/25/2010 05:52 PM Scott Ullrich

Add newline after installation aborted

76a6d6ae 12/25/2010 05:51 PM Scott Ullrich

s/Trying to download/Downloading

62743ffa 12/25/2010 05:34 PM Scott Ullrich

Version bump to 2.0-BETA5. Merry christmas!

e9c7a334 12/25/2010 05:20 PM Scott Ullrich

Backup system libraries and restore during pkg deinstall.

1916d34a 12/23/2010 08:11 PM Ermal LUÇI

Instead of replacing the whole array just add the new vlanif member to the config. Should fix issues reported in http://forum.pfsense.org/index.php/topic,28202.15.html

5af3a589 12/23/2010 08:07 PM Ermal LUÇI

Add some more safe belts and remove code that is commented from long time now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html

e503c44a 12/23/2010 08:06 PM Ermal LUÇI

Add some more safe belts and remove code that is commented from long time now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html

60b66b60 12/23/2010 06:41 PM Ermal LUÇI

Ticket #1128. Ooops pass the right parameter to unlock.

100b7219 12/23/2010 01:58 PM Ermal LUÇI

Hanlde the case when advbase is not present especially on previous 2.0 setups.

c513c309 12/22/2010 10:32 PM Ermal LUÇI

Prevent other types of interface for being added to ng_ether(4). It might be the cause of panics reported here http://forum.pfsense.org/index.php/topic,31404.0.html

a8d6ac1a 12/22/2010 07:51 PM Ermal LUÇI

Ticket #757. Use correct pidfile.

4e8d55dd 12/22/2010 04:42 PM Scott Ullrich

Include captiveportal.inc if captiveportal_syslog() is not defined.

34507786 12/22/2010 04:41 PM Scott Ullrich

Use captiveportal_syslog()

ba482f41 12/22/2010 04:06 PM Scott Ullrich

Fix whitespace.

f6d4854b 12/22/2010 03:57 PM Renato Botelho

Typecast second param for array_merge to silent a warning that is breaking build since we check output of test_php.php looking for a string 'FCGI-PASSED PASSED'

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

nuke trailing carriage returns

2d7bbd65 12/22/2010 03:36 PM Scott Ullrich

Nuke trailing carriage returns

4d5bbdfb 12/22/2010 03:32 PM Scott Ullrich

White space fixes and (C) for both Ermal and myself