Projet

Général

Profil

Statistiques
| Branche: | Tag: | Révision:

univnautes / etc @ 1a7ed9d0

# Date Auteur Commentaire
1a7ed9d0 20 juin 2014 21:14 Adam Gibson

Don't use pfsense name in comment

05b69065 20 juin 2014 20:53 Adam Gibson

Use $product instead of pfSense when logging the version to syslog

01deca6a 14 juin 2014 08:52 Adam Gibson

Log pfsense version to syslog after bootup

bc388533 13 juin 2014 22:46 Renato Botelho

Avoid keeping old files from previous sessions on /tmp/configbak

828da370 13 juin 2014 21:13 Renato Botelho

cf/ dir is removed below, do not need to remove the file here

dc86f24d 13 juin 2014 21:08 Renato Botelho

Fix path for trigger_initial_wizard

c352b9d1 13 juin 2014 14:25 Renato Botelho

Merge pull request #1034 from vsquared56/master

6f3d2063 13 juin 2014 13:59 Renato Botelho

Replace Header() calls by lowercase

44b79ffb 13 juin 2014 13:37 Renato Botelho

Merge pull request #1222 from phil-davis/patch-8

cbe38717 12 juin 2014 23:06 Ermal

Bring the code of captiveportal up to speed with its module counterpart requirments

1d8b3cdd 12 juin 2014 14:53 Renato Botelho

Fix i386 default URL for snapshots

11eaf7bf 12 juin 2014 14:31 Renato Botelho

Do not expire already disabled users, it fixes #3644

859a5304 12 juin 2014 13:59 Renato Botelho

Fix #3665, show IPSec tunnel description on status page

f01c3b59 11 juin 2014 19:56 Renato Botelho

Fix #3702, make sure tunnel inside IP is set when interface changes

ff3da5db 10 juin 2014 15:42 Renato Botelho

Fix #3700 and other syntax issues:

- Remove G parameter from pfctl since it doesn't exist anymore
Initialize $old_router
- Fix sh syntax on variable assign, it couldn't have space before =
- Simplify logic
- Avoid flush states twice, if it was done on IP change, don't do it...

2f9951fe 06 juin 2014 16:48 Renato Botelho

Add some protection to parameters that come through _GET

1c52509c 05 juin 2014 13:55 Renato Botelho

Fix #3691, use curl instead of fetch to download update files

2da48592 04 juin 2014 21:22 jim-p

Allow the user to select "None" for OpenVPN client certificate, so long as they supply and auth user/pass. Ticket #3633

e9490019 03 juin 2014 20:15 Renato Botelho

Silent pbi_info

bc29d9fd 03 juin 2014 15:59 Renato Botelho

Reduce possible noise

c4107752 03 juin 2014 11:24 Phil Davis

Handle firewall log filter regex input better bug #3689

If the user inputs an invalid regex in any of the filter fields, then a page full of "warning" messages appear in the GUI, about whatever is invalid.
If for some reason the user wants to match a forward slash somewhere, then they have to realize to escape it, doing "\/" instead of just "/". Be nice to this special case, because the user does not necessarily know that "/" is being used as the delimiter in the preg_match call. Turn "/" into "\/" (when the "\" is not already put in by the user)....

ed10564b 02 juin 2014 22:46 Matt Smith

allow ipaliases to be configured on lo0

2fc7b003 31 mai 2014 16:40 jim-p

Fix variable name

cac386b6 31 mai 2014 03:01 Chris Buechler

remove openbgpd bits from system_gateways_edit and system.inc. The package
match is case-sensitive and hasn't matched the openbgpd package's name in
at least 5 years, so it doesn't do anything. It's far from functional in
any useful manner even fixing that issue.

52398a6b 30 mai 2014 20:15 jim-p

Bring in proper gmirror support for the GUI and notifications.
Made a general gmirror library to perform various gmirror tasks and get information, using some of the former widget logic to start. Updated widget to use this new code.
Added a Diag > GEOM Mirrors page that displays information about existing mirrors and perform various management tasks. Current actions include rebuilding a drive, forgetting disconnected mirror drives, insert/remove, deactivate/activate, clearing medatada. It's now possible to use the GUI to rebuild a failed mirror by performing a forget, then insert action to replace a missing/dead drive....

8490ba0f 30 mai 2014 15:18 Renato Botelho

glob() is already called by unlink_if_exists

cb4f4ea9 30 mai 2014 14:45 jim-p

client-config-dir is also useful when using OpenVPN's internal DHCP while bridging.

5125c746 30 mai 2014 14:30 Renato Botelho

Add @ to silent any possible return of posix_kill

33b42689 30 mai 2014 14:05 Renato Botelho

Fix typo

2d6e7bfb 30 mai 2014 14:01 Renato Botelho

Improve /etc/sshd:

. Create ed25519 key for ssh and silent daemon
. Remove some exec() calls
. We do not need to re-create all keys if /root/.ssh/authorized_keys is
empty
. Remove some redundancy and declare a single array with all keys

7a47edcc 29 mai 2014 22:07 Ermal

Include the v4 prefix on the v6 netmask to make routing more sane and alos tracking interface configurations work!

a88376d9 28 mai 2014 21:39 nagyrobi

Update rrd.inc

fixed NTPd graphs resetting when service restarts or reconfigured (thanks charliem https://forum.pfsense.org/index.php?topic=76620.msg422811#msg422811)

1c847e5e 28 mai 2014 14:31 Ermal

Make sure check_reload_status is stopped so it can be upgraded and no events disturb the upgrade.

9cc22856 27 mai 2014 21:44 Ermal

Remove the space here which probably is preventing from calling sshd from fcgi

aa7ec418 27 mai 2014 15:34 Ermal

Make logging of pass rules opt-in rather than opt-out

1fd46d44 27 mai 2014 15:14 Ermal

Split the setting of logging pass and block into 2 separate settings. Maybe this can be extended to control even the user rules?

efa26483 27 mai 2014 14:35 Renato Botelho

Add ICMP to filter parser, it should fix #3663

0d0c01ca 23 mai 2014 20:00 jim-p

Add (self) keyword for specifying "any IP address on this firewall" as a rule choice.

33261707 22 mai 2014 20:33 Renato Botelho

Merge pull request #1149 from phil-davis/patch-7

3543db5e 22 mai 2014 20:26 Renato Botelho

Merge pull request #1205 from ExolonDX/branch_master_59

e1854cad 21 mai 2014 19:29 jim-p

Properly handle this rename, and squelch errors if it fails.

672e28f3 21 mai 2014 19:21 Renato Botelho

Delete all ip aliases when interface is disabled, it should fix #3650

a1b9ad59 21 mai 2014 06:02 Chris Buechler

fix variable typo. ticket #3669

75786d2a 20 mai 2014 17:41 jim-p

Correct variable test here, too. Ticket #3662

89adb2f3 20 mai 2014 17:09 Ermal

Restore 989d361e88d08bd9e71bf7daafcb3b39af65bd3d to preserve a scenario that seems useful as suggested from @fitchner.

d35fe5fc 20 mai 2014 15:00 Ermal

Remove commented out code since long time

989d361e 20 mai 2014 15:00 Ermal

Remove a line spotted by @fitchner which is not needed at all

b5e8282d 20 mai 2014 14:56 Ermal

Put a line on logs when this situation happens!

1b244d38 20 mai 2014 00:49 Colin Fleming

Update SCRIPT tags.

Add CDATA sections to SCRIPT tags in various files

8f5ac1a1 19 mai 2014 22:22 jim-p

Fix test (variable is a checkbox, not an array/string). Fixes #3662

aeb0f546 19 mai 2014 22:19 jim-p

Use correct variable name here.

29629bca 17 mai 2014 17:32 Ermal

Make some fixes related to Ticket #3662. Its mostly cleanup.

5ebb2954 16 mai 2014 22:09 Ermal

Spell that correctly

1ff56562 16 mai 2014 22:00 Ermal

Handle enc0->IPSec convertion. Should help Ticket #3664

5ed13df0 16 mai 2014 21:22 Ermal

Actually make this correct

3060dcd4 16 mai 2014 20:43 Ermal

Use subnet rather than address/netmask to allow multiple clients to behave properly

02406801 16 mai 2014 19:10 jim-p

/etc/version_kernel and /etc/version_base no longer exist, use php_uname to get the info instead.

95589abd 15 mai 2014 19:34 jim-p

Move duplicated code into a function; Include local ID on mobile tunnel key line in ipsec.secrets.

4767004f 15 mai 2014 16:17 Ermal

Use the right specification for ahnding over the subnet to mobile clients

7a1f391a 15 mai 2014 16:03 Ermal

Do not specify the rightid in mobile tunnels since it makes things not work

34bb5eb0 15 mai 2014 16:01 Ermal

Give needed +x flag to make working xauth proper

6586b30f 15 mai 2014 15:50 Ermal

Oops this was moved accidentally

b4ad5b1c 15 mai 2014 15:39 Ermal

Correct sense of match and move the code up to since it makes more sense

abd3c8f4 15 mai 2014 15:29 Ermal

Actually this should be rightauth2 since they should send the extra infor to be validated

64a2da80 14 mai 2014 18:20 Chris Buechler

bind HTTP->HTTPS redirect to IPv6 too. Ticket #3437

2f650f35 10 mai 2014 01:57 Phil Davis

Use function_exists test

466a5a81 09 mai 2014 22:13 Ermal

Allow to use PSK+agressive mode since user should have the choice even though it poses security risks

75b8eb83 09 mai 2014 22:04 Renato Botelho

PBIs are crashing without LOGNAME being defined in the environment, define it here until PBI is fixed

9879f03a 09 mai 2014 21:47 Ermal

This slipped in wrongly

f1bede03 09 mai 2014 21:41 Ermal

Allow a key to specified for all users as for exmpale when connecting from Apple iOS

9abaa8f7 09 mai 2014 19:52 Ermal

Pass the loglevels on the config rather than execing commands to specify these loglevels. This allows somethings to be properly logged as config logs

f9fb8d2b 09 mai 2014 17:40 Ermal

No need to have the ip let strongswan do it for us! Keeping still filterdns to properly evaluate dns behaviour here

484e6adc 09 mai 2014 17:31 Ermal

Strongswan does not need the quotes here

e381cc01 09 mai 2014 17:01 Ermal

Show proper status for ipsec

8d0a3abd 09 mai 2014 16:03 Ermal

Remove generate policy option since its not relevant with strongswan

6ae8b844 09 mai 2014 15:36 Ermal

Some adjustments to the code for logging

44689480 09 mai 2014 15:10 Phil Davis

Use require_once in more places

17c2c2fa 09 mai 2014 14:57 Phil Davis

Use require_once in more places

I got:
PHP Fatal error: Cannot redeclare file_notice() (previously declared in /etc/inc/notices.inc:55) in /etc/inc/notices.inc on line 91
So there are places that notices.inc gets require() when already required.

81c8b51d 08 mai 2014 14:27 Manuel Silvoso

Convert protocol ssl:// to https:// when creating http headers

d5fad541 07 mai 2014 21:31 Manuel Silvoso

Small cleanup

96d91e4a 07 mai 2014 20:39 Renato Botelho

Partialy revert 0ae4f3f:

It broke xmlrpc_client since https is not a valid php transport.

472455e8 07 mai 2014 19:21 jim-p

Work around some quirks in global handling to show filter rule descriptions in their own row/column when configured for that behavior.

f0d23c27 07 mai 2014 19:13 Renato Botelho

Revert "Respect protocol from URL"

This reverts commit 4f5bea8b6e2e6b0d5c1352539268d720826b4760.

4f5bea8b 07 mai 2014 19:09 Renato Botelho

Respect protocol from URL

c90d37f3 06 mai 2014 21:58 jim-p

Remove units from burst as it is always specified in bytes. (Per ipfw(8)).
Worked for me in testing, I watched a file briefly burst until and then be clamped down to the limiter's rate.

ec26979b 06 mai 2014 21:06 jim-p

Use egrep here (and full path)

481b97b0 06 mai 2014 21:00 jim-p

Consider tracker IDs when looking up filter log entries, if present

4320083f 06 mai 2014 17:24 Renato Botelho

Fix http and https port for cpzone

36de334e 06 mai 2014 13:58 Renato Botelho

Use global cpzoneid variable

391cad9f 06 mai 2014 13:49 Renato Botelho

Drop double $$ from variable name

87b8992f 06 mai 2014 13:48 Renato Botelho

Remove redundant set

ec25f18a 05 mai 2014 15:57 Renato Botelho

Silent kldstat

f5813962 05 mai 2014 15:20 Renato Botelho

Sometimes fsck requires a second run, teach rc script to call it more than once when it's necessary

4f0a5e57 01 mai 2014 18:31 Renato Botelho

Obsolete old clog binary from /usr/sbin

96fe4393 01 mai 2014 12:56 Ermal

Merge pull request #1125 from msilvoso/master

5cf91315 30 avril 2014 21:47 Renato Botelho

Migrate captive portal code to SQLite3 php module

6f657dfd 30 avril 2014 21:47 Renato Botelho

sqlite module is now called sqlite3

0c4ecb0d 30 avril 2014 21:47 Renato Botelho

Obsolete old php modules

31dbd433 30 avril 2014 20:42 Ermal

Take care of interfaces that have no ip but might be part of the bridge as done for openvpn to avoid loops

0ae4f3fa 30 avril 2014 16:41 Manuel Silvoso

Changes to make it work behind a bluecoat proxy - added a user agent, and changed url scheme