Menu

/trunk/gui/common Commit Log


Commit Date  
[r9941] by zippybr

Let AD/LDAP users/groups fail silently

FreeNAS_Directory_Groups/FreeNAS_Directory_Users call may fail for
several reasons. For now lets just fail silently until we can come
up with a better error handling

2012-01-31 18:42:22 Tree
[r9907] by yaberauneya

Restore set_name; it was removed by accident in r8543.

This will fix periodic snapshots.

2012-01-29 19:22:47 Tree
[r9488] by zippybr

fix advanced fields: make sure to work with the instance and not the class

2012-01-10 11:20:49 Tree
[r9354] by jhixson

Set some defaults in case PBI's are missing the freenas file.

2011-12-29 21:30:29 Tree
[r9306] by zippybr

commit progress to move advanced fields logic to form/modelforms instead of limiting it to FreeAdmin

2011-12-23 16:52:20 Tree
[r9202] by jhixson

Fat fingered last commit.

2011-12-19 09:01:29 Tree
[r9201] by jhixson

Set error in base class if there is one.

2011-12-19 08:59:08 Tree
[r9179] by jhixson

Don't bomb out on pipe errors with an exception, just return a fail code and set an error message.

2011-12-18 08:52:43 Tree
[r8962] by yaberauneya

Fix regression committed via r8332 with properly configured SMTP setups.

The problem is that not configuring an SMTP host causes .connect() to fail with socket.ECONN as it tries to connect to localhost:25 -- instead of the configured mail server -- because when you omit the arguments to connect(), it tries to use whatever gets passed into the initializer, which for some odd reason is being silently filtered out by smtplib (I haven't traced down the root cause here, yet..). But yes... we'll have to fix the GUI bug with it permitting empty SMTP hosts.

I am PURPOSELY filtering out these messages so they'll only end up in the test message pane and won't blow up syslog as we are using a puny 75MB memory disk for storing things in /var today and I don't want home users to start complaining that their boxes are tipping over at home.

Identified in a support call as the customer noted that things worked when SMTP authentication wasn't specified with FreeNAS 8.0.2-RELEASE, but things were broken with a newer version.

2011-12-05 20:37:59 Tree
[r8933] by jhixson

use lowercase for comparing

2011-12-02 09:16:20 Tree
Older >