Re: New modules system and vfs_done

2003-03-31 Thread Jelmer Vernooij
, not the connection. And how should a internal module 'end' it's operations anyway? We don't seem to have that coded up at all... Problem is we can't assume a plugin is ever going to be unloaded - not all operating systems support dlclose() and plugins might be linked in statically. Jelmer -- Jelmer

Re: more then one backend in one module

2003-03-25 Thread Jelmer Vernooij
if this modules are static all is fine, but as module??? smb_probe_module() will not find them... Right, there should be symlinks -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 11:14:02 up 7 days, 17:28, 22 users, load average: 0.00, 0.02, 0.00

Re: Compile error in server.c

2003-03-25 Thread Jelmer Vernooij
ways result in the compile error. Have you tried that again lately after doing a 'cvs update -dP .' ? It really should work now... Jelmer -Original Message- From: Jelmer Vernooij [mailto:[EMAIL PROTECTED] On Behalf Of Jelmer Vernooij Sent: Tuesday, March 25, 2003 4:15 PM To: James

VFS and the new modules system

2003-03-25 Thread Jelmer Vernooij
Hi! Here's a patch that adds support to the VFS for the new modules system. The only problem is that it breaks all current modules, but I don't think I can do anything about that. Any objections? Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 23:26:54 up 8 days

Re: Compile error in server.c

2003-03-25 Thread Jelmer Vernooij
/server.c:862: (Each undeclared identifier is reported only once smbd/server.c:862: for each function it appears in.) make: *** [smbd/server.o] Error 1 make clean ./configure make should fix this. Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 22:13:59 up 8 days, 4

Re: winbind and workstation account

2003-03-21 Thread Jelmer Vernooij
in the domain manualy b) the workstation account dos not matter because that is handled by the PDC c) configure winbind (or rpc) to fetch the accounts from the nt-domain Check the add user script (or command) Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 14:23:36 up 3

Re: Lsa RPC

2003-03-21 Thread Jelmer Vernooij
any rpc client program for win2k . But the problem :what sequence of operations generate these RPC when perforemd from win2k client. -DJ --- Jelmer Vernooij [EMAIL PROTECTED] wrote: On Fri, Mar 21, 2003 at 05:07:46AM -0800, D Jemms wrote about 'Lsa RPC': Greetings, I have samba

Re: winbind and workstation account

2003-03-21 Thread 'Jelmer Vernooij'
in the web. Thanks Holger -Urspr?ngliche Nachricht- Von: Jelmer Vernooij [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. M?rz 2003 14:24 An: Operator (SCHMIEDER it-solutions) Cc: '[EMAIL PROTECTED]' Betreff: Re: winbind and workstation account On Fri, Mar 21, 2003 at 02:18:24PM

Re: [pseudo-patch] passdb/pdb_interface.c

2003-03-21 Thread Jelmer Vernooij
. The latter is the POSIX name for the macro; the former is non-POSIX. Or grant me ([EMAIL PROTECTED]) cvs access and I'll do it. It was my fault and I've fixed it. Thanks for reporting and sorry for breaking it, Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 01:27:37 up 4

The new modules system

2003-03-20 Thread Jelmer Vernooij
() for each subsystem. Syntax: SMB_MODULE($MODULE_subsystem_backend, subsystem_backend, object files, plugin name, subsystem name) SMB_SUBSYSTEM(subsystem) -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches http://samba.org

Re: The new modules system

2003-03-20 Thread Jelmer Vernooij
converting the auth subsystem to the new modules system. Configuration(i.e. smb.conf) won't need to be changed, though. Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 13:10:16 up 2 days, 19:24, 17 users, load average: 0.11, 0.14, 0.37 pgp0.pgp Description: PGP

Bug in smbclient -M

2003-03-20 Thread Jelmer Vernooij
Hi! Doing some testing, I noticed that smbclient -M is broken in HEAD. It looks like smbclient sends the message over the wire in unicode but marks it as being ASCII. Two package dumps are attached. I'll do some more investigation later today. Jelmer -- Jelmer Vernooij

Re: Bug in smbclient -M

2003-03-20 Thread Jelmer Vernooij
On Thu, Mar 20, 2003 at 05:28:48PM +0100, Jelmer Vernooij wrote about 'Bug in smbclient -M': Doing some testing, I noticed that smbclient -M is broken in HEAD. It looks like smbclient sends the message over the wire in unicode but marks it as being ASCII. Two package dumps are attached. I'll

Re: setdriver failes

2003-03-19 Thread Jelmer Vernooij
-- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches http://samba.org/~jelmer/diffs.php

Re: Missing configure script after cvs download

2003-03-11 Thread Jelmer Vernooij
(;-)) Anyoen know if cvs ... co -r HEAD samba should cause source/configure to not be downloaded? We have removed configure from CVS. Either use rsync (that includes source/configure) or generate configure by running ./autogen.sh Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http

Re: VFS related.

2003-03-06 Thread Jelmer Vernooij
correctly and at all ? jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 18:02:55 up 8 days, 4:15, 32 users, load average: 0.29, 0.28, 0.18 pgp0.pgp Description: PGP signature

Re: Detecting Windows OS Version through Samba

2003-03-05 Thread Jelmer Vernooij
is open to those machines. Is there a cmd line utility or source code for solaris/bsd/linux or windows that can be used for that purpose? You can also try to use the queso tool. Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches

Re: Detecting Windows OS Version through Samba

2003-03-05 Thread Jelmer Vernooij
. Will it distinguish windows flavours? I think it's possible - not sure though. Jelmer agis. Jelmer Vernooij wrote: On Wed, Mar 05, 2003 at 06:57:04PM +0100, Simo Sorce wrote about 'Re: Detecting Windows OS Version through Samba': On Wed, 2003-03-05 at 18:52, Agis Andreou wrote: Hello everyone

Re: samba not using nscd (fwd)

2003-02-27 Thread Jelmer Vernooij
needed to track this down, just let me know what to provide... Thanks, Andy Morgan Central Computing Oregon State University -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 20:15:28 up 1 day, 6:28, 12 users, load average: 0.09, 0.13, 0.05 pgp0.pgp Description: PGP

Modules

2003-02-21 Thread Jelmer Vernooij
then one smbd running which means the module would also be in the memory in normal cases). What do you think? Any suggestions? Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 11:37:40 up 4 days, 15:16, 19 users, load average: 2.57, 1.36, 0.67

Re: [PATCH] module stuff (BIG patch :-)

2003-02-16 Thread Jelmer Vernooij
On Wed, Dec 18, 2002 at 05:30:42PM +0100, Stefan (metze) Metzmacher wrote about '[PATCH] module stuff (BIG patch :-)': I have tested this patch this afternoon and I have no problems... Hi Stefan, Could you please send me a patch for the winsdb stuff only? The patch should really be splitted up

Re: Using shared libraries?

2003-02-05 Thread Jelmer Vernooij
to get it to be used? (NetBSD with SAMBA_3_0) libsmbclient is a library that can be used by 3rd party GPL'ed software, samba doesn't use it internally. Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 13:21:45 up 1 day, 15:15, 3 users, load average: 0.24, 0.54, 0.80

Re: HEAD and 3.0 configure broken

2003-02-02 Thread Jelmer Vernooij
differences. They need certain libs on certain platforms and iirc we assume that if we find one of them, the other ones are there too.. I'll look at it if I can find time... Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 21:42:52 up 2 days, 15:42, 6 users, load

Re: Status of docs merge to 3.0

2003-02-01 Thread Jelmer Vernooij
compliant?) So, should I just merge my text changes, or wait for the lot to be merged or? Yeah, both should be in sync - I'll make sure the XML changes make it into the 3.0 branch. Jelmer - -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches

Re: Samba 2.999+3.0.alpha21-3 User Dissapears

2003-01-14 Thread Jelmer Vernooij
out of ideas. Any help much appreciated! -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches http://samba.org/~jelmer/diffs.php

Re: daemontools patches for SAMBA 2.2.7a and HEAD

2002-12-22 Thread Jelmer Vernooij
On Sun, Dec 22, 2002 at 06:47:47PM -0500, Michael Handler wrote about 'daemontools patches for SAMBA 2.2.7a and HEAD': I've revved up my patches to run all SAMBA daemons (nmbd, smbd, and winbindd) under daemontools. The patches add -F and -S options to each of those daemons, which make them

Re: dynamically loadable named pipe providers

2002-12-11 Thread Jelmer Vernooij
jerry for details. - Would such a patch be accepted? Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 15:14:48 up 7:49, 10 users, load average: 0.25, 0.24, 0.25

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-28 Thread Jelmer Vernooij
On Tue, Nov 26, 2002 at 08:06:07AM +0100, Stefan (metze) Metzmacher wrote about 'Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right': here's the next version of the patch. (it's now attached :-) I've applied a part of your patch, but I'm waiting with the

Re: add VFSLIBDIR to 3_0

2002-11-27 Thread Jelmer Vernooij
be on the same page. I decided with Jelmer that the codepages/*.dat files should be installed in ${datadir}/samba witch is ${prefix}/share/samba We actually thought that for FHS, those files should go into ${prefix}/share/samba - we didn't decide anything yet... Jelmer -- Jelmer Vernooij [EMAIL PROTECTED

Re: 3.0.20 Alpha configure on AIX4.3 for -lcom_err broken

2002-11-25 Thread Jelmer Vernooij
On Mon, Nov 25, 2002 at 09:57:31AM -0500, Nik Conwell wrote about '3.0.20 Alpha configure on AIX4.3 for -lcom_err broken': I cvs'ed the latest 3.0.20 Alpha this morning... On the configure, the test for _et_list in libcom_err.a doesn't seem to ever work, even though _et_list is in com_err.

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-25 Thread Jelmer Vernooij
msg.pgp Description: PGP message

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-22 Thread Jelmer Vernooij
On Fri, Nov 22, 2002 at 11:36:48AM +0100, Stefan (metze) Metzmacher wrote: Hi Jelmer, here's a patch that added the 'modules path' parameter. lp_modules_path() is prefixed to all lp_modules() witch are not start with '/' (not absolute pathes) the default for lp_modules_path() is

Re: RE timegm on SOLARIS

2002-11-20 Thread Jelmer Vernooij
back to GMT. Is there any chance of this being implemented? There currently is such a replacement for timegm in the HEAD and SAMBA_3_0 branches, committed by Andrew Tridgell on 30 October. Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 22:28:11 up 8:03, 5 users

Re: preview of winsdb stuff

2002-11-15 Thread Jelmer Vernooij
*/ + SAFE_FREE(module_name); + return NT_STATUS_INVALID_PARAMETER; +} Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 19:04:32 up 3:57, 11 users, load average: 0.73, 1.02, 0.60

smb_register_passdb()

2002-11-14 Thread Jelmer Vernooij
Hi Andrew, Here's a patch to add a smb_register_passdb() function. It puts the list of available backends in a double linked list, and lets you add backends with smb_register_passdb(). In this patch, the double linked list contains a name and a pointer to an init function that allocates and

Re: winbind auth lib?

2002-11-12 Thread Jelmer Vernooij
to use? I don't know what you need exactly, but you might want to consider linking with the PAM library (and loading pam_winbind or others into PAM). Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 15:59:16 up 5 min, 3 users, load average: 0.07, 0.17, 0.08

Daily 3.0 and HEAD snapshots

2002-11-09 Thread Jelmer Vernooij
Hi! I've written a simple script to produce daily snapshots of the 3.0 and HEAD branches. Available at: http://samba.org/~jelmer/snapshot/ Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches http://samba.org

Re: append_log in smbd?

2002-11-07 Thread Jelmer Vernooij
with a truncate option, making it a bit difficult to debug pretty much anything since logs get overwritten all the time. Whoops, my fault.. Thanks for reporting! Jelmer (who notices he has been doing commits too easily lately, I need to be more careful...) -- Jelmer Vernooij [EMAIL PROTECTED] - http

Re: [PATCH] group stuff in pdb_mysql and pdb_xml

2002-11-06 Thread Jelmer Vernooij
)-enum_group_mapping = NULL; data = talloc(pdb_context-mem_ctx, sizeof(pdb_xml)); data-location = -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 23:20:17 up 11:09, 12 users, load average: 0.01, 0.09, 0.11

Putting plugins in source/

2002-11-04 Thread Jelmer Vernooij
Hi! This patch puts the vfs_audit, vfs_recycle, pdb_mysql and pdb_xml plugins in source/. The plugins can be build with 'make bin/plugin-name.so'. We should probably have a 'plugins' make rule that contains them all. I'll commit it if there are no objections, Jelmer -- Jelmer Vernooij

[RFC] lp_modules()

2002-11-02 Thread Jelmer Vernooij
Hi! This patch adds lp_modules() and loads all modules in lp_load() - any comments on it ? I'm not too sure about the place smb_load_modules(lp_modules()) is called - do we really want to load all those modules when loading a configuration file ? Comments, please! :-) Jelmer -- Jelmer

Re: Comparing SAMBA_3_0 to HEAD

2002-10-25 Thread Jelmer Vernooij
in the future... Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches http://samba.org/~jelmer/diffs.php

Re: merge...

2002-10-24 Thread Jelmer Vernooij
On Thu, Oct 24, 2002 at 05:17:10PM +0200, Stefan (metze) Metzmacher wrote about 'merge...': Hi Jelmer, please merge the recycle patch to 3_0 Applied. Thanks, Jelmer

Re: segfaults in pam_smbpass in SAMBA_3_0 with unixsam backend

2002-10-24 Thread Jelmer Vernooij
On Thu, Oct 24, 2002 at 06:51:38PM -0500, Steve Langasek wrote about 'segfaults in pam_smbpass in SAMBA_3_0 with unixsam backend': Currently, pam_smbpass calls initialize_password_db() with reload == True on every pass through the module. This is supposedly the Right Thing for the code to do,

Re: segfaults in pam_smbpass in SAMBA_3_0 with unixsam backend

2002-10-24 Thread Jelmer Vernooij
On Thu, Oct 24, 2002 at 08:26:26PM -0500, Steve Langasek wrote about 'Re: segfaults in pam_smbpass in SAMBA_3_0 with unixsam backend': On Fri, Oct 25, 2002 at 02:39:16AM +0200, Jelmer Vernooij wrote: On Thu, Oct 24, 2002 at 06:51:38PM -0500, Steve Langasek wrote about 'segfaults

Re: [Samba] Re: How Samba let us down

2002-10-24 Thread Jelmer Vernooij
On Thu, Oct 24, 2002 at 05:48:49PM +, [EMAIL PROTECTED] wrote about 'Re: [Samba] Re: How Samba let us down': Ok, as promised, a brief explaination of oplocks, share modes and locking. [...] Mind if I add this to the docs? Jelmer

Re: How Samba let us down

2002-10-23 Thread Jelmer Vernooij
On Wed, Oct 23, 2002 at 05:52:47AM -0700, Jay Ts wrote about 'Re: How Samba let us down': Mathew McKernan wrote: My suggestion: Install a WINS Server (simple 400MHz box even) running Linux, and if you like run an internal DNS too which is syncronised to the WINS database

Re: Documentation TODO before 3.0

2002-10-23 Thread Jelmer Vernooij
On Wed, Oct 23, 2002 at 09:39:06AM -0500, Gerald (Jerry) Carter wrote about 'Re: Documentation TODO before 3.0': On Fri, 18 Oct 2002, Jelmer Vernooij wrote: I've tried to investigate what docs still need work before 3.0: Outdated docs: docs/OID/allocated-arcs.txt - does this file really

Re: Planning 3.0alpha21 for Friday (10/25)

2002-10-23 Thread Jelmer Vernooij
On Wed, Oct 23, 2002 at 09:54:49AM -0500, Gerald (Jerry) Carter wrote about 'Planning 3.0alpha21 for Friday (10/25)': FYI... Just giving everyone a heads up. I will also roll RPMS for the various RedHat versions on this release. Also i will be examining the growing diff's between HEAD

Re: Planning 3.0alpha21 for Friday (10/25)

2002-10-23 Thread Jelmer Vernooij
On Wed, Oct 23, 2002 at 10:29:41AM -0500, Gerald (Jerry) Carter wrote about 'Re: Planning 3.0alpha21 for Friday (10/25)': On Wed, 23 Oct 2002, Jelmer Vernooij wrote: On Wed, Oct 23, 2002 at 09:54:49AM -0500, Gerald (Jerry) Carter wrote about 'Planning 3.0alpha21 for Friday (10/25)': FYI

Re: Documentation TODO before 3.0

2002-10-19 Thread Jelmer Vernooij
On Saturday 19 October 2002 08:07, Ignacio Coupeau wrote: Jelmer Vernooij wrote: Hi all! I've tried to investigate what docs still need work before 3.0: docs/docbook/projdoc/Samba-PDC-HOWTO.sgml - Needs update to 3.0 I have one a bit more updated at http://www.unav.es/cti/ldap-smb

Re: Fwd: patch to samba

2002-10-18 Thread Jelmer Vernooij
On Fri, Oct 18, 2002 at 03:33:09PM -, ÌÉÓÉÎ ÂÒÁÚÅÒ wrote about 'Fwd: patch to samba': hi i am an administrator of university computer center and have such problem: some auditories using for student's self-education and only allowed students can work there. i have create patch for samba

Documentation TODO before 3.0

2002-10-18 Thread Jelmer Vernooij
Relationship One Time Migration script from a Windows NT 4.0 PDC to a Samba PDC Anything else I should put on one of these lists ? Anyone volunteering to document stuff? :-) Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches

Re: VFS modules?

2002-10-09 Thread Jelmer Vernooij
On Wed, Oct 09, 2002 at 01:38:21PM -0400, Kris Van Hees wrote about 'VFS modules?': Has anyone implemented a VFS module already? It does not seem that there are any as part of the CVS HEAD version, and I could not find a reference to any on the web site. see the examples/VFS directory in CVS

Re: [PATCH] sam backend parameter

2002-10-03 Thread Jelmer Vernooij
On Thu, Oct 03, 2002 at 06:15:01AM +, [EMAIL PROTECTED] wrote about 'Re: [PATCH] sam backend parameter': On Thu, Oct 03, 2002 at 04:06:37PM +1000, Andrew Bartlett wrote: The use of multiple backends in passdb has acknowledged issues, and I'm not particularly fussed if you feel it should

Re: [PATCH] sam backend parameter

2002-10-03 Thread Jelmer Vernooij
On Thu, Oct 03, 2002 at 08:34:47PM +1000, Andrew Bartlett wrote about 'Re: [PATCH] sam backend parameter': There is no intention to create a similar backend for the sam. Instead, we do intend to solve this problem in exactly the way you indicate below. There is no intention to provide a

Re: [PATCH] sam backend parameter

2002-10-02 Thread Jelmer Vernooij
this: multiple domain support = DOMA:backendA, DOMB:backendB, etc Can someone please explain the purpose of supporting accounts from different domains in a single SAM ? Why would we ever want to do this? Builtin or multi-domain DC afaik - Kai and Andrew know all the how's and why's. Jelmer -- Jelmer

Re: [PATCH] sam backend parameter

2002-10-02 Thread Jelmer Vernooij
- what is all the context thing needed for? Sometimes we need multiple contexts. For example, when doing sam2sam. Please notice that passdb has this as well... Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http

Re: [PATCH] sam backend parameter

2002-10-02 Thread Jelmer Vernooij
in sam_methods to sam_context, but sam_context definitely has to stay... Jelmer On Wed, 2002-10-02 at 23:56, Jelmer Vernooij wrote: - what is all the context thing needed for? Sometimes we need multiple contexts. For example, when doing sam2sam. Please notice that passdb has this as well

Re: [PATCH] sam backend parameter

2002-10-01 Thread Jelmer Vernooij
On Tue, Oct 01, 2002 at 12:59:47PM +0200, Eddie Lania wrote: Well, I'm starting to think our syntax is just getting too complex. All the 'solutions' for putting 'domain' in there just look ugly! Some poor admin has to construct this line, and even if they don't use multidomain

Re: [PATCH] sam backend parameter

2002-10-01 Thread Jelmer Vernooij
Well, I'm starting to think our syntax is just getting too complex. All the 'solutions' for putting 'domain' in there just look ugly! Some poor admin has to construct this line, and even if they don't use multidomain stuff (and that's almost everybody), then have to read

Re: [PATCH] sam backend parameter

2002-10-01 Thread Jelmer Vernooij
On Tue, Oct 01, 2002 at 09:48:34AM +0200, Stefan (metze) Metzmacher wrote about '[PATCH] sam backend parameter': Hi Jelmer, here's a patch witch changes the syntax of the sam backend parameter: now it's plugin[|DOMAIN][:options] ... I think it nicer:-) If you didn't accept that patch

Re: acct_ctrl in context_sam_enum_accounts

2002-09-29 Thread Jelmer Vernooij
On Sun, Sep 29, 2002 at 03:04:25PM +1000, Andrew Bartlett wrote: Stefan (metze) Metzmacher wrote: At 18:27 26.09.2002 +0200, Jelmer Vernooij wrote: Hi all! What kind of a value is the acct_ctrl argument of context_sam_enum_accounts supposed to be? It should be possible to list

Re: Do we need sam/api.c?

2002-09-28 Thread Jelmer Vernooij
. It would also make samtest magicly 'work' before you specify a context, rather than segfaulting... Oops.. :-) Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] Pending (unfinished) patches http://samba.org/~jelmer/diffs.php

Re: acct_ctrl in context_sam_enum_accounts

2002-09-27 Thread Jelmer Vernooij
On Fri, Sep 27, 2002 at 10:16:28AM +0200, Stefan (metze) Metzmacher wrote about 'Re: acct_ctrl in context_sam_enum_accounts': At 18:27 26.09.2002 +0200, Jelmer Vernooij wrote: Hi all! What kind of a value is the acct_ctrl argument of context_sam_enum_accounts supposed to be? It should

Re: CVS update for alpha release - update

2002-09-27 Thread Jelmer Vernooij
On Fri, Sep 27, 2002 at 08:08:59AM -0700, James Bowes wrote about 'CVS update for alpha release - update': Hi again. My faux pas; I used the HEAD branch, which was not correct. What wasn't correct about it ? Jelmer

Re: --wuth-tdbsam ?

2002-09-26 Thread Jelmer Vernooij
On Thu, Sep 26, 2002 at 03:30:44PM -0500, Steve Langasek wrote about 'Re: --wuth-tdbsam ?': and tdbsam should be the default passdb backend in 3.0. We should remove the smbpasswd file and provide a migration script. 'pdbedit -i smbpasswd -e tdbsam' does exactly that.. now we only need

Re: approaching release of 3.0alpha20

2002-09-25 Thread Jelmer Vernooij
On Wed, Sep 25, 2002 at 01:32:16PM +0200, Stefan (metze) Metzmacher wrote about 'Re: approaching release of 3.0alpha20': At 10:01 23.09.2002 -0500, Gerald Carter wrote: Everyone, I would like to do another alpha snapshot release of the 3.0 code base later this week. Does anyone know of any

Re: approaching release of 3.0alpha20

2002-09-25 Thread Jelmer Vernooij
] Xsec s.r.l. via Durando 10 Ed. G - 20158 - Milano tel. +39 02 2399 7130 - fax: +39 02 700 442 399 -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ Listening to 15:18:27 up 3:18, 8 users, load average

Re: approaching release of 3.0alpha20

2002-09-23 Thread Jelmer Vernooij
On Tue, Sep 24, 2002 at 04:15:21AM +0930, Richard Sharpe wrote about 'Re: approaching release of 3.0alpha20': On Mon, 23 Sep 2002, Rafal Szczesniak wrote: I would like to do another alpha snapshot release of the 3.0 code base later this week. Does anyone know of any code that is too

Re: smbclient server list

2002-09-12 Thread Jelmer Vernooij
On Thu, Sep 12, 2002 at 05:42:28PM -0400, Gamid Isayev wrote about 'smbclient server list': I'm using smbclient to obtain server list for particular workgroup/domain. Let say 'testserv1' is master browser for domain 'TEST', so command is: smbclient -L testserv1 -U% It works fine with

Re: [PATCH] group control bits ....

2002-09-11 Thread Jelmer Vernooij
On Wed, Sep 11, 2002 at 08:27:21AM +0200, Stefan (metze) Metzmacher wrote about 'Re: [PATCH] group control bits ': At 23:29 10.09.2002 +0200, Jelmer Vernooij wrote: On Fri, Sep 06, 2002 at 09:45:06AM +0200, Stefan (metze) Metzmacher wrote about 'Re: [PATCH] group control bits

lp_sam_backends() syntax

2002-09-07 Thread Jelmer Vernooij
Hi Kai, Metze, Andrew, Would this work as syntax for lp_sam_backends() ? When there's only one backend specified sam backends = backend:options otherwise: sam backends = backend1:options|domain_name1 \ backend2:options|domain_name2 Jelmer -- Jelmer Vernooij

Re: File descriptor leak in pam_winbind.so

2002-08-29 Thread Jelmer Vernooij
()) is supported on the current platform/compiler. Afaik _fini does about the same but I'm not sure how portable that is either... Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ Listening to Error

Re: Converting new docs

2002-08-27 Thread Jelmer Vernooij
On Wed, Aug 28, 2002 at 03:24:02AM +0200, Simo Sorce wrote about 'Re: Converting new docs': On Wed, 2002-08-28 at 03:13, Jelmer Vernooij wrote: Is there any specific reason the docs are GPL'ed and not Copylefted? I don't care, just wondering :-) GPL is a copyleft licence :)) you mean why

Re: Patches to samba 3.0, alpha19 for Stratus VOS

2002-08-21 Thread Jelmer Vernooij
I would like to propose the following patches to Samba 3.0, alpha19 so that it will build a little easier on my system. We have a fairly strict POSIX-96 implementation that is missing a few Unix-specific features. Samba comes very close to building cleanly, and with just a few more

Re: Patches to samba 3.0, alpha19 for Stratus VOS

2002-08-21 Thread Jelmer Vernooij
On Wed, Aug 21, 2002 at 11:25:15PM +0200, Jelmer Vernooij wrote about 'Re: Patches to samba 3.0, alpha19 for Stratus VOS': I would like to propose the following patches to Samba 3.0, alpha19 so that it will build a little easier on my system. We have a fairly strict POSIX-96

Re: Patches to samba 3.0, alpha19 for Stratus VOS

2002-08-21 Thread Jelmer Vernooij
. The problematic files are not necessary for samba to function properly anyway. jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ Listening to Error: The server (moosicd) doesn't seem to be running. 02:51

Re: Importing smbpasswd with pdbedit -i

2002-08-15 Thread Jelmer Vernooij
fon: +49 6677 17 463 36286 Neuensteinfax: +49 6677 17 111 Germany eMail: [EMAIL PROTECTED] -- Simo Sorce - [EMAIL PROTECTED] Xsec s.r.l. via Durando 10 Ed. G - 20158 - Milano tel. +39 02 2399 7130 - fax: +39 02 700 442 399 -- Jelmer Vernooij

New sam system

2002-07-31 Thread Jelmer Vernooij
msg.pgp Description: PGP message

Re: New sam system

2002-07-31 Thread Jelmer Vernooij
On Thu, Aug 01, 2002 at 02:54:06AM +0930, Richard Sharpe wrote about 'Re: New sam system': On Wed, 31 Jul 2002, Jelmer Vernooij wrote: [ Ok, I've switched off gpg signing for all samba lists... ] Weird that mutt generates encrypted files when I tell it to only sign it... :-( I'm working

Re: New sam system

2002-07-31 Thread Jelmer Vernooij
the user with DOM_SID *usersid; it shouldn't change the SID and the same applies to the username. Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ 20:34:34 up 1 day, 2:43, 11 users, load average: 0.23, 0.27, 0.27

Re: Samba and CIFS question

2002-07-31 Thread Jelmer Vernooij
running CIFS; afaik CIFS doesn't really have version numbers... when i sniffing SMB packets which commands should i be looking at CIFS or SMB SMB and CIFS are basically two names for the same protocol Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development

GPL licensing issues

2002-07-16 Thread Jelmer Vernooij
msg.pgp Description: PGP message

LDAP HOWTO corrrect escape

2002-07-08 Thread Jelmer Vernooij
Hi, This patch fixes a simple sgml syntax violation in the LDAP HOWTO. Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ Listening to Error: The server (moosicd) doesn't seem to be running. 13

Speed.sgml

2002-07-08 Thread Jelmer Vernooij
Hi, Speed.sgml replaces Speed.txt and Speed2.txt. Speed.sgml should go into samba/docs/docbook/projdoc Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ Listening to Error: The server (moosicd

Diagnosis

2002-07-08 Thread Jelmer Vernooij
Hi, This is the SGML version of tridge's Diagnosis.txt Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ Listening to Error: The server (moosicd) doesn't seem to be running. 13:42:59 up 2 days

Re: [PATCH] add pdb_set_{user,group}_sid_from_string

2002-06-14 Thread Jelmer Vernooij
stuff (libldap, libxml, etc) but still can build packages with only a plugin Jelmer - -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ 15:55:27 up 20:11, 7 users, load average: 0.00, 0.00, 0.00

[PATCH] add pdb_set_{user,group}_sid_from_string

2002-06-13 Thread Jelmer Vernooij
Hi, This patch adds two functions to pdb_get_set.c: pdb_set_{user,group}_sid_from_string These functions are useful for pdb backends. Especially since using pdb_set_user_sid combined with string_to_sid would require allocating data for a new DOM_SID. Jelmer -- Jelmer Vernooij [EMAIL

pdb_mysql 1.2 and pdb_xml 1.0

2002-05-26 Thread Jelmer Vernooij
/downloads/samba-pdb-xml_1.0-1_i386.deb Jelmer - -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ Listening to Error: The server (moosicd) doesn't seem to be running. -BEGIN PGP SIGNATURE- Version: GnuPG

Re: VFS: create/append log file

2002-05-24 Thread Jelmer Vernooij
? Try using fopen instead of open and try closing the log file after adding data to it with fclose. Jelmer - -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And Underdevelopment: http://library.thinkquest.org/C0110231/ 16:21:15 up 6 days, 15:35, 14 users, load

[PATCH] Various

2002-05-23 Thread Jelmer Vernooij
/ to multiple passdb system - add dynamic debug class example to examples/pdb/ The other patch I've attached is an attempt to convert testparm to popt. It strangely crashes at lp_save_defaults however, and I can't figure out why. Maybe someone else is smarter than I am ;-) Jelmer -- Jelmer Vernooij

pdb_mysql 1.0

2002-04-27 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Pdb_MySQL is finished. It's available from http://nl.linux.org/~jelmer/pdb_mysql-1.0.tar.gz It is fully customizable (all column names, table name, etc), supports add/mod/del of accounts and is somewhat better documented. Jelmer - -- Jelmer