Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0b664809 07/15/2011 08:04 PM Ermal LUÇI

Ticket #1193. Do not show default queue checkbox when another queue has it selected.

b473da5f 07/15/2011 04:46 PM Ermal LUÇI

Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this.

1852870c 07/15/2011 03:39 PM Luiz Gustavo S. Costa

fix correct name

d792cf48 07/15/2011 02:57 PM Scott Ullrich

Correct ts filename

59d15836 07/13/2011 10:42 PM Scott Ullrich

Revert "Only load modules once"

This reverts commit e4f3307c8bd1673bb6fbf74eed6aababb88c83e2.

00b9730d 07/13/2011 10:37 PM Scott Ullrich

Only load modules once

427fa49c 07/13/2011 10:12 PM Andrew Thompson

Allow a ZMQ syslog address

2ce206b0 07/13/2011 09:17 PM Jim Pingle

CRL fixes for empty CRLs (so they don't kill OpenVPN)

0a81ee27 07/13/2011 08:43 PM Scott Ullrich

Adding ioncube_loader

f7c7eecb 07/12/2011 10:22 PM Andrew Thompson

Allow DHCP mappings to be resolved first for reverse lookups.

This was affecting a kerberos installation where the first DNS alias was
given for the PTR instead of the static DHCP mapping name, breaking the
kerberos tokens.

c317af99 07/12/2011 07:41 PM Scott Ullrich

Create dynamodules in the order they where touche

d916bfab 07/12/2011 04:59 PM Ermal LUÇI

Do a more strict check on this to avoid warnings

1ee701fb 07/11/2011 09:32 PM Ermal LUÇI

Enable the pfsync checking unconditionally

70013f06 07/11/2011 08:37 PM Ermal LUÇI

Actually give pfsync time to catch up.

6d8097b2 07/11/2011 08:33 PM Ermal LUÇI

If the sync has not finished do not start carp yet

5237d356 07/11/2011 12:55 PM Ermal LUÇI

Fixes #1666. For OpenVPN interfaces always check if part of bridge or not.

47b5ce1f 07/09/2011 07:24 AM Chris Buechler

fix text

2612ebc6 07/08/2011 09:29 PM Ermal LUÇI

Ticket #1564. Give +x to the script so it can be executed. Simple hah :)

d8532e5d 07/07/2011 07:59 PM Scott Ullrich

$g needs to be a global. Resolves #1654

2108ada4 07/07/2011 02:37 PM Jim Pingle

Use RELENG_2_0 for updates and gitsync default.

6c76bd8d 07/06/2011 09:41 PM Ermal LUÇI

Actually do pass an argument for second -b to avoid matching more tha supposed too.

c41f755c 07/06/2011 09:20 PM Ermal LUÇI

Ticket #1646. Put netmasks of /32 to the parameters of pfctl -b to avoid that ocassions it matches more than it should.

3a26fb7f 07/06/2011 06:59 PM Ermal LUÇI

Feature #1603. Correct nested urltable alias code to be more fullproof to errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents.

b4a7f7f2 07/06/2011 06:33 PM Jim Pingle

Add function to return a certificate's common name.

fbaec9eb 07/05/2011 08:31 PM Scott Ullrich

Add issing include to avoid PHP fatal error when calling enable_rrd_graphing()

b36cf3fc 07/05/2011 08:21 PM Ermal LUÇI

Add checks for miniupnpd to avoid php errors.

e9b5f8c7 07/04/2011 11:21 PM Scott Ullrich

Oops use ;

001c5e8a 07/04/2011 11:19 PM Scott Ullrich

Show errors.

1a863be2 07/04/2011 07:56 PM Ermal LUÇI

If vouchers are disabled do not allow users to authenticate thorugh existing(active/in use) vouchers. Reported-by: http://forum.pfsense.org/index.php/topic,38342.0.html

c3ebb669 07/04/2011 06:48 PM Scott Ullrich

Launch running script as well

d9489532 07/04/2011 05:13 AM Chris Buechler

Don't check OpenVPN ports in use against disabled clients or servers

32cd7c36 07/04/2011 02:41 AM Scott Ullrich

Add rc.local.running if rc.local is running so it can reattach after a console logout

a32c7a23 07/03/2011 06:28 PM Scott Ullrich

Fix copy and pasto

5f8e5e14 07/03/2011 06:27 PM Scott Ullrich

Launch rc.local into &

ae660b3c 07/03/2011 07:18 AM Evgeny Yurchenko

Feature#1603. URL table aliases should be usable within network type aliases.

2ba6c4ab 07/03/2011 02:41 AM Scott Ullrich

Remove $id. Bump (C) date

9c98ee85 07/03/2011 02:40 AM Scott Ullrich

If rc.local exists launch it

dca5e2b8 07/03/2011 01:27 AM Scott Ullrich

Regenerate permissions

baa2dba2 07/03/2011 12:57 AM Scott Ullrich

Use error log and log errors to /tmp/PHP_errors.log

6fd8fde2 07/01/2011 08:50 PM Jim Pingle

Use empty() so we don't use it if it's defined but blank.

a9404381 07/01/2011 08:46 PM Jim Pingle

If available, also track the IP used by a user making a config change.

2c063971 06/30/2011 09:31 PM Ermal LUÇI

Correct pid filename so the instance of lighty for SSL is running.

d368b334 06/29/2011 08:06 PM Jim Pingle

Move interfaces_staticarp_configure() to interfaces.inc where it really belongs.

8ee623f3 06/29/2011 07:54 PM Jim Pingle

Instead of deleting arp entries, reconfigure static arp. For interfaces without static arp enabled, the net effect is the same (arp entries are already deleted as part of that function). Fixes #1628

5962f766 06/29/2011 03:22 PM Jim Pingle

Check if an item is an array before treating it as such in the upgrade code.

dfa766ff 06/28/2011 08:47 PM Ermal LUÇI

Put resolvconf generation first since gif tunnels can use hostanmes

48484aac 06/28/2011 08:45 PM Ermal LUÇI

Add recovery code for gif/gre the same as in interface_configure. This helps gif/gre tunnels. Needed for capr? Suggested-by: jim-p

8484586f 06/28/2011 08:09 PM Ermal LUÇI

Do not show the root interface queue on the queue list availble since it is not allowed to choose it. Ticket #636

84924e76 06/28/2011 07:26 PM Ermal LUÇI

Add proper checks in auth code for testing if the section has been set in the config. Also do the same in the ugprade code

0818baf7 06/27/2011 08:45 PM Scott Ullrich

Adding patch for pfearly hook from Andrew Thompson

2f3554bb 06/27/2011 06:05 PM Jim Pingle

Bail out of ipsec_get_phase1_dst if there is no remote gateway, else it falls into running resolve_retry() with invalid parameters causing a long delay in returning.

d30afa60 06/27/2011 04:11 PM Jim Pingle

In upgrade code for server load balancing, set redirect_mode. Also in the backend code, assume redirect_mode as the default if it's not set.

ae26b02e 06/27/2011 08:00 AM Chris Buechler

send lighttpd a KILL in restart_webgui, once I've seen the former way result in a never ending stream of .... never killing it, and others have reported the same. a killall -9 sufficed in those instances to kill it, so this should resolve.

9bc27ae5 06/26/2011 10:51 PM Jim Pingle

Fix off-by-one in OpenVPN "local" to "ipaddr" conversion.

5a7cc1f9 06/24/2011 07:09 PM Ermal LUÇI

No need to use nohup when using mwexec_bg since it calls nohup itself. Also use fullpath to executables.

01599e5e 06/24/2011 07:05 PM Ermal LUÇI

Remove nohup from the calling for check_reload_status since it may cause issues to the processes that get forked from it.

506514e7 06/24/2011 02:53 PM Jim Pingle

Add LB monitor types to config during upgrade, or they will be missing from boxes upgraded from 1.2.3.

5ca13f69 06/24/2011 12:10 PM Ermal LUÇI

Import error handling to avoid errors.

22b380aa 06/24/2011 12:28 AM Evgeny Yurchenko

Internal cert and CSR creation error handling added.

1b6d9fa5 06/24/2011 12:05 AM Evgeny Yurchenko

Internal CA creation error handling added.

95c8cf48 06/23/2011 11:02 PM Evgeny Yurchenko

Intermediate CAs and openssl_xxx() error checking in CA management.

d2a08a06 06/23/2011 03:34 PM Scott Ullrich

Add small comment about rrd binaries

cb6630e5 06/23/2011 03:14 PM Scott Ullrich

Loosen grep for rrd

efea7969 06/23/2011 03:11 PM Scott Ullrich

Backup rrdtool binaries during package reinstallation. Currently that is the onlyp package that can be clobbered by others. We will rework this completely in a future version when we adopt PBIs.

e0ed1aa3 06/22/2011 09:25 PM Ermal LUÇI

The fix of Ticket #1341 broke the FQDN aliases with only one hostname entry, reported-by: http://forum.pfsense.org/index.php/topic,38051.0.html. Fix this regression by properly handling this cases.

ff629977 06/22/2011 06:52 PM Jim Pingle

Properly generate a subnet based on the range of IPs for PPTP clients. Bonus: fix off-by-one math error in the NAT code that does the same thing. Fixes #1614

68d1632c 06/22/2011 02:39 PM Warren Baker

New line missing after pkg is extracted.

adc4bdcc 06/21/2011 07:13 PM Scott Ullrich

Set extension name correctly.. Duh!

14033103 06/21/2011 07:04 PM Scott Ullrich

Fix copy and pasto

9c881f26 06/21/2011 06:55 PM Scott Ullrich

Add extension directory

5bbd08e1 06/21/2011 06:05 PM Warren Baker

More whitespace fixes.

1015b3a9 06/21/2011 05:44 PM Warren Baker

If no event_address in globals.inc specified assume the default. Also fixed whitespaces.

490615d3 06/21/2011 04:08 PM Scott Ullrich

Add custom boot early hook

f81cbdad 06/21/2011 04:08 PM Scott Ullrich

Use correct directory

7cca77de 06/21/2011 07:08 AM Ermal LUÇI

Kill olsrd if it is not enabled. Reported-by: http://forum.pfsense.org/index.php/topic,37931.0.html

5b9afe1e 06/20/2011 11:55 PM Scott Ullrich

mkdir zend modules

8ef700da 06/20/2011 10:53 PM Scott Ullrich

Add 'dynamodules' for zend_extension and zend_extension_ts. /etc/php_dynamodules_zend and /etc/php_dynamodules_zend_ts directories

c76ce920 06/20/2011 10:29 PM Scott Ullrich

Remove ioncube

3745f21e 06/19/2011 11:40 PM Chris Buechler

bump to RC3

857da904 06/19/2011 07:08 PM Scott Ullrich

Do not check dynamic and special interfaces for a complete interface mismatch error

53bbbf04 06/19/2011 07:01 PM Scott Ullrich

Do not create blank domain lines if domain is gone from config.xml. It breaks tools such as dig when troubleshooting, etc.

a53992b7 06/19/2011 07:01 PM Scott Ullrich

Simplify message that wraps off screen

5d2e5116 06/17/2011 06:14 PM Jim Pingle

Fix formatting of fastcgi params in lighty config.

c41602e1 06/17/2011 05:53 PM Jim Pingle

Add a GUI field to adjust the max number of processes for lighttpd.

9d2d65f3 06/17/2011 03:04 AM Evgeny Yurchenko

Bug #1437. Dropdown list for country codes (CA manager)

2de8d745 06/16/2011 08:26 PM Jim Pingle

Do a more thorough check for platform on the ro call, or factory reset blows up.

62905808 06/15/2011 07:30 PM Jim Pingle

Faster/more efficient xmlrpc sync for users/groups. Seems to work fine for me. Coded-By: Ermal

1540194f 06/15/2011 04:57 PM Ermal LUÇI

PHP says that arrays cannot be used as keys, protect against this case as reported that some keys are arrays!

f45075dd 06/15/2011 02:22 PM Ermal LUÇI

Restore this back to allow both users and vouchers enabled at same time.

8f5d92a9 06/15/2011 02:05 PM Ermal LUÇI

Add carp.xml to obsolete file list.

c333d609 06/14/2011 02:10 PM Ermal LUÇI

Use the new username field from the GUI or default to admin.

34fb609c 06/14/2011 02:10 PM Ermal LUÇI

Up config number for username sync upgrade.

e6ee8fc6 06/14/2011 02:10 PM Ermal LUÇI

Upgrade sync username to latest config version.

fb5830ef 06/14/2011 01:00 PM Ermal LUÇI

Actually correct check so it throws some errors during the second try.

b526daaf 06/14/2011 12:50 PM Ermal LUÇI

Correct functiong does_vip_exist() to actually work. Fixes #1598

31d5d37e 06/14/2011 11:44 AM Ermal LUÇI

Ooops fix the function. Spotted-by: wagnosa(IRC)

2708a5cf 06/14/2011 11:36 AM Ermal LUÇI

NEw functiong does_vip_exist() which works for carp and ipalias type vips to help in carp sync issues. Fixes #1598

7905df98 06/14/2011 09:57 AM Ermal LUÇI

Porvide information for the filter reload status screen.

b09c2d86 06/13/2011 12:34 PM Ermal LUÇI

Do not call time() uselessly every time for each entry. Instead just snapshot it and use it in calculations. This helps performance and useless paranoic time fetching since every 60 seconds the code will be executed again.

48de5a10 06/13/2011 12:22 PM Ermal LUÇI

Do not test for availbility of voucher session_timeout in the database it is mandatory for vouchers. This will make sure that if ever a corrupted db happens a user will be required to relogin and correct the db. Possibly related to: http://forum.pfsense.org/index.php/topic,37636.0.html