|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: ldb python bindungs - better use the "enum ldb_scope" for the search scope rather than "int"On Tue, 2009-10-27 at 12:18 +0000, Jelmer Vernooij wrote:
> Hi Matthias, > > Please revert this - this is intentional. PyArg_ParseTupleAndKeywords parses > and sets an integer, not an ldb_scope enum. The values it reads are not > necessarily valid ldb_scope values. Matthias, The reason this is a worry is that the size of an enum and the size of 'int' may differ, and this reverts a patch tridge put in only very recently to fix python on 64 bit machines. See commit c45a81ecf3229762b7074891b86d894c27489180 Perhaps you could continue to put your cleanup patches past another team member, so they may advise on areas of history or complexity that you haven't picked up on yet, just as you are on the const patches? I know these changes seem trivial and safe, but we seem to be doing the reviews (and finding issues) once they are in the tree, rather than before they are merged. (And yes, I've had my own suite of issues with patches that have been in the tree without enough review and testing. This is something we all need to improve on). Thanks, Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Cisco Inc. |
|
|
|
|
|
|
|
|
Re: [SCM] Samba Shared Repository - branch master updatedOn Thu, 2009-10-29 at 07:49 +0100, Volker Lendecke wrote:
> On Wed, Oct 28, 2009 at 06:11:21PM -0500, Simo Sorce wrote: > > The branch, master has been updated > > via 04161b4... Fix map readonly in smb.conf, it is a single word > > from 25f96a4... Add in Metze's new code to ndr encode the user.DOSATTRIB blobs. Next I'll change the create timestamp and dos attribute code to use this. > > > > http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master > > > > > > - Log ----------------------------------------------------------------- > > commit 04161b44a035cb0330cecc06c2fd814c9c1211ff > > Author: Simo Sorce <idra@...> > > Date: Wed Oct 28 19:10:08 2009 -0400 > > > > Fix map readonly in smb.conf, it is a single word > > Hmmm. As far as I know spaces in parameter names do not > matter. Has that changed lately? It's for consistency, when you run testparm you see "map readonly", and that's how it is spelled in the code and also referenced in the "store dos attributes" man page entry. Simo. -- Simo Sorce Samba Team GPL Compliance Officer <simo@...> Principal Software Engineer at Red Hat, Inc. <simo@...> |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |