Re: [SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-622-gb12edbe

2008-04-02 Thread Rafal Szczesniak
? Yep, though (as we discussed on #samba-technical) we should probably drop doing RAP call here or provide fallback perhaps. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org Likewise Software http://www.likewisesoftware.com signature.asc Description: Digital signature

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-713-g7a911b3

2007-12-18 Thread Rafal Szczesniak
:-) that we can then very easily trim, for example even with a smbcontrol message if someone decides memory is tight. The main user is the stat cache, this patch also converts the getwd cache. More caches to come. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org

Re: svn commit: samba r25674 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3: .

2007-10-18 Thread Rafal Szczesniak
at the same time ? I'm not sure right now, but midl shouldn't have problems with [in,out] pointer set to NULL on either in or out direction (as long as it's not ref pointer). cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r24787 - in branches/SAMBA_3_2_0/source: rpc_parse utils

2007-08-30 Thread Rafal Szczesniak
into SAMBA_3_2 and SAMBA_3_0 - this second branch is defunct. You should be checking into SAMBA_3_2_0 instead - this is what we will be shipping as 3.2.0. Oh, sorry. I thought I have already checked it into 3_2_0 after I found my samba3 tree was SAMBA_3_0. Thanks! cheers, -- Rafal Szczesniak Samba Team

Re: svn commit: samba r24733 - in branches: SAMBA_3_2/source/lib SAMBA_3_2/source/torture SAMBA_3_2_0/source/lib SAMBA_3_2_0/source/torture

2007-08-29 Thread Rafal Szczesniak
; + } + buflen = len; + goto again; + } be implemented as a loop ? cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r24568 - in branches/SAMBA_4_0/source/torture/libnet: .

2007-08-20 Thread Rafal Szczesniak
mimir's work and metze's bulk rename. Thanks Andrew! cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r23066 - in branches/SAMBA_4_0/source/torture/libnet: .

2007-05-23 Thread Rafal Szczesniak
: %s\n, nt_errstr(status)); + ret = False; continue; } Thanks for catching that. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r23047 - in branches/SAMBA_4_0/source/scripting/ejs: .

2007-05-22 Thread Rafal Szczesniak
:) But it should be ok, to reverse the order of inclusion - defined paths first, local dir second. This would allow not to substitue commonly used include files and still be able to include something local. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description

Re: svn commit: samba r23047 - in branches/SAMBA_4_0/source/scripting/ejs: .

2007-05-22 Thread Rafal Szczesniak
ever be looking in '.' for scripts or libraries of any kind. ok, you're right. My foolish mistake. It's reverted now. My life is more complicated back again ;-) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r21852 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/netmgr: .

2007-03-15 Thread Rafal Szczesniak
different ones needs to be available. Right now, if there's nothing given yet, I ask (vide TODO). Don't shut up - thanks for keeping an eye on this code :-) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r20908 - in branches/SAMBA_4_0/source/scripting/ejs/ejsnet: .

2007-01-19 Thread Rafal Szczesniak
unused mem_ctx variable - copy the userman_domain string as child of obj Metze, thank you and please let me finish :) I don't have the whole day for samba coding so I leave something for the next one:) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description

Re: svn commit: samba r20791 - in branches/SAMBA_4_0/source: . scripting/ejs scripting/ejs/ejsnet

2007-01-15 Thread Rafal Szczesniak
... Why is it still called smbcalls ? I realise there are historical reasons, but ejs interface has became much more than just a gateway to smbcalls. mimir: when you want to register more functions please do that in the smb_setup_ejs_net() function ok. cheers, -- Rafal Szczesniak Samba

Re: svn commit: samba r20225 - in branches/SAMBA_4_0/source/libnet: .

2006-12-17 Thread Rafal Szczesniak
to be able to perform some checks when transferring the results to given memory context. Alternative approach would be to replace all _recv functions with some generic call, just like dcerpc_ndr_request_recv() cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc

Re: svn commit: samba r20166 - in branches/SAMBA_4_0/source/libnet: .

2006-12-14 Thread Rafal Szczesniak
the rid after allocating enough memory for the new sub_auth element. the old version wrote behind the buffer. also make the output sid a pointer. Hey! I was supposed to fix that tonight :) Thanks anyway :) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc

Re: svn commit: samba r20011 - in branches/SAMBA_4_0/source/libnet: .

2006-12-02 Thread Rafal Szczesniak
libnet_BecomeDC_state struct and add some dummy functions cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r19933 - in branches/SAMBA_4_0/source/libnet: .

2006-11-28 Thread Rafal Szczesniak
, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r18614 - in branches/SAMBA_4_0/source/lib/util: .

2006-09-20 Thread Rafal Szczesniak
about that. The only thing that stopped me that time was do we really need to test this ?, but it looks like we do. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r18607 - in branches/SAMBA_4_0/source/libnet: .

2006-09-18 Thread Rafal Szczesniak
done with user account functions. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r18587 - in branches/SAMBA_4_0/source/libnet: .

2006-09-16 Thread Rafal Szczesniak
libnet_context); if (!ctx) { return NULL; } cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r18529 - in branches/SAMBA_3_0/source/lib: .

2006-09-14 Thread Rafal Szczesniak
of to be is really strange. This should say: DEBUGADD(1, (may end up being used instead of the real machine FQDN.\n)); Thanks, will change it. Just for the sake of completeness - in the same shot you could fix a typo: s/probelms/problems/ :-) cheers, -- Rafal Szczesniak

Re: svn commit: samba r17990 - in branches/SAMBA_4_0/source/librpc/rpc:.

2006-09-02 Thread Rafal Szczesniak
and frees 'c' and composite_done() would use freed memory Though I sometimes think it would be more convenient to be able to first set the status code with composite_error() and then do something more, before calling the callback and freeing the composite context. cheers, -- Rafal Szczesniak Samba

Re: svn commit: samba r17717 - in branches/SAMBA_4_0/source/torture/libnet: .

2006-08-22 Thread Rafal Szczesniak
you for fixing this version. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r14172 - in branches/SAMBA_4_0/source/librpc/rpc: .

2006-03-10 Thread Rafal Szczesniak
isn't ok. so we need to return directly. Thanks for this, Stefan. I need to put those debug messages elsewhere. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r11794 - in branches/SAMBA_4_0/source/libnet: .

2005-11-20 Thread Rafal Szczesniak
by using a stack variable after the function has returned (the *address variable was assigned into the state). Doh! Thanks for catching that, Andrew. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r8839 - in trunk/source: param registry rpc_server services

2005-07-28 Thread Rafal Szczesniak
on testing and reviewing. Wow! A polish hacker! :) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r7511 - in branches/SAMBA_3_0/source: param utils

2005-06-12 Thread Rafal Szczesniak
section is assumed if no other is set with --section-name --section-name Limit the view of testparm to the named section. Use 'global' to only view the settings of the global section. This is your first commit - congratulations! :) cheers, -- Rafal Szczesniak Samba

Re: svn commit: samba r7253 - in branches/SAMBA_4_0/source/include: .

2005-06-03 Thread Rafal Szczesniak
. As Andrew noticed it's a part of uncommited code. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r6426 - in branches/SAMBA_4_0/source/torture/libnet: .

2005-04-21 Thread Rafal Szczesniak
there something more it will be just what you prefer. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r6165 - in branches/SAMBA_4_0/source: libnet torture/libnet

2005-04-01 Thread Rafal Szczesniak
include: [...] Mimir, please look at the diff carefully for more detailed info on the fixes Thanks a lot! I'll study it tonight. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r5372 - in branches/SAMBA_4_0/source/include: .

2005-02-13 Thread Rafal Szczesniak
net_functable; struct net_context; cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: lorikeet r59 - in trunk: . samba4-ad-thesis

2004-09-16 Thread Rafal Szczesniak
reasonable. I used my cvs server to host my own thesis. There is a long way to go on this, but you have to start somehwere... If you wish to make changes to this, talk to me first, so I can ensure that appropriate credit is given, and my supervisor doesn't kill me ;-) cheers, -- Rafal Szczesniak

Re: svn commit: samba r2339 - in branches/SAMBA_4_0/source/scripting/swig/torture: .

2004-09-15 Thread Rafal Szczesniak
: my first python commit! How do you like the language ? :) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r1720 - branches/SAMBA_3_0/source/utils trunk/source/utils

2004-08-11 Thread Rafal Szczesniak
a combined commit??? You can easily checkout the whole samba svn tree witch all branches under in subdirectory (as Guenter have pointed out). It's a nice feature compared to cvs. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r1720 - branches/SAMBA_3_0/source/utils trunk/source/utils

2004-08-11 Thread Rafal Szczesniak
fast as you've joined the 3.2-merge efforts :-) Besides, we're in US, so take an opportunity to use fast links ;) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba r1689 - trunk/source/libsmb

2004-08-10 Thread Rafal Szczesniak
had :) First I wanted to commit turned off code (ifdef-ed) as it broke my build, but then I just left this fix in my local repo. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org signature.asc Description: Digital signature

Re: svn commit: samba-web r105 - trunk/support

2004-06-22 Thread Rafal Szczesniak
On Tue, Jun 22, 2004 at 09:02:48PM +, [EMAIL PROTECTED] wrote: Author: deryck Date: 2004-06-22 21:02:48 + (Tue, 22 Jun 2004) New Revision: 105 Removed: trunk/support/poland.html Absolutely no one replied in Poland ??? cheers, -- Rafal Szczesniak Samba Team member http

Re: svn commit: samba r94 - trunk/source/utils

2004-04-06 Thread Rafal Szczesniak
as delete_trustpw_entry. Sorry, just tried to fix that when I noticed you commited the fix. The latter was the original function name, and it seems I didn't change it completely... -- Rafal Szczesniak Samba Team member http://www.samba.org

Re: CVS update: samba/source/utils

2004-03-19 Thread Rafal Szczesniak
little annoyances: net rpc did not inform you if no smbd is running. I never liked the error message (!) Success! when we established a trust. Don't you like error message first and then success ? ;-) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org

Re: CVS update: samba/source/include

2004-03-19 Thread Rafal Szczesniak
...LDAP password lockout support Can you see any reason why this could not be written to utilise gencache ? As far as I can see there's actually no data that couldn't be represented with gencache entry. If so, I could port it. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org

Re: CVS update: samba/source/include

2004-03-19 Thread Rafal Szczesniak
with its own mechanism, I am still happy with that. I just thought I had written gencache with using it this way on mind. I'll take a look once more at the code and talk to you. cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org

Re: CVS update: samba/source/auth

2004-02-29 Thread Rafal Szczesniak
been implemented for :) smbd on a PDC or stand-alone could trigger that itself, the problem is a BDC using LDAP. This needs to do it on a regular basis. The BDC smbd needs to be informed about SAM changes somehow... cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org

Re: CVS update: samba/source/include

2004-01-08 Thread Rafal Szczesniak
. Thanks! We *really* need that in 3_0 as well. Patience, Luke ;-) I'd rather try it out with basic backends (tdb and smbpasswd, namely) in HEAD and then port it to 3_0. We don't want to have passdb backends broken in our production release, I guess. cheers, -- Rafal Szczesniak Samba Team

Re: CVS update: samba4/source/ntvfs/cifs

2004-01-08 Thread Rafal Szczesniak
assignment Congratulations on your first commit! :) cheers, -- Rafal Szczesniak Samba Team member http://www.samba.org

Re: CVS update: sambaweb/docs

2003-04-12 Thread Rafal Szczesniak
You said you didn't fix it (on #samba-technical) Fixed itself ? :-) cheers, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +-+ *BSD, GNU/Linux and Samba http://www.samba.org +-+

Re: CVS update: samba/source/lib

2003-03-24 Thread Rafal Szczesniak
leaks! Nice! I better start to use it... cheers, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +-+ *BSD, GNU/Linux and Samba http://www.samba.org +-+

Re: CVS update: samba/source/libsmb

2003-03-18 Thread Rafal Szczesniak
, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +-+ *BSD, GNU/Linux and Samba http://www.samba.org +-+

Re: CVS update: samba/source/auth

2003-03-15 Thread Rafal Szczesniak
the grunt work, I'll fix up the comment Indeed :) I forgot to remove it. cheers, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +-+ *BSD, GNU/Linux and Samba http://www.samba.org +-+

Re: CVS update: samba/source/libsmb

2003-03-14 Thread Rafal Szczesniak
mistaken :( cheers, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +-+ *BSD, GNU/Linux and Samba http://www.samba.org +-+

Re: CVS update: samba/source/passdb

2003-03-14 Thread Rafal Szczesniak
these things. We've discussed it on irc. Under construction :) cheers, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +-+ *BSD, GNU/Linux and Samba http://www.samba.org +-+

Re: CVS update: samba/source/libsmb

2003-03-14 Thread Rafal Szczesniak
On Sat, Mar 15, 2003 at 09:24:33AM +1100, Andrew Bartlett wrote: On Sat, 2003-03-15 at 04:07, Rafal Szczesniak wrote: On Fri, Mar 14, 2003 at 05:03:43PM +, [EMAIL PROTECTED] wrote: Date: Fri Mar 14 17:03:43 2003 Author: mimir Update of /home/cvs/samba/source/libsmb

Re: CVS update: samba/source/auth

2003-02-22 Thread Rafal Szczesniak
some problems with kerberos parts, but I'll see whether it still raises after my Debian upgrade. cheers, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +-+ *BSD, GNU/Linux and Samba

Re: CVS update: samba/source/utils

2003-01-03 Thread Rafal Szczesniak
On Sun, Dec 29, 2002 at 10:01:51AM +0100, Simo Sorce wrote: On Sun, 2002-12-29 at 09:24, Simo Sorce wrote: On Sat, 2002-12-28 at 20:49, [EMAIL PROTECTED] wrote: On Sat, Dec 28, 2002 at 05:30:16PM +0100, Simo Sorce wrote: This is plain wrong pdbedit can be used fine without a username

Re: CVS update: samba/source/libsmb

2002-11-26 Thread Rafal Szczesniak
On Tue, Nov 26, 2002 at 05:40:59PM +, [EMAIL PROTECTED] wrote: On Tue, Nov 26, 2002 at 06:35:42PM +0100, Rafal Szczesniak wrote: Perhaps it would be good thing to merge latest changes in namecache from HEAD to SAMBA_3_0 ? I agree, but the person who added it to HEAD should have done

Re: CVS update: samba/source/libsmb

2002-11-24 Thread Rafal Szczesniak
On Sun, Nov 24, 2002 at 07:17:49PM -0500, [EMAIL PROTECTED] wrote: Date: Mon Nov 25 00:17:49 2002 Author: tpot Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv11977 Modified Files: Tag: APPLIANCE_HEAD namecache.c Log Message: Fix bug

Re: CVS update: samba/source/nsswitch

2002-11-07 Thread Rafal Szczesniak
On Thu, Nov 07, 2002 at 03:36:44AM +, Andrew Bartlett wrote: On Wed, Nov 06, 2002 at 08:06:38PM -0500, [EMAIL PROTECTED] wrote: Date: Thu Nov 7 01:06:38 2002 Author: tpot Update of /data/cvs/samba/source/nsswitch In directory dp.samba.org:/tmp/cvs-serv17865/nsswitch