Re: MSDfs and substitutions/default service..

2002-05-10 Thread Kevin Wheatley
Shirish Kalele wrote: There was a superfluous string_sub in the previous patch. Try this one instead when you get a chance.. Looks promising, I'm also using something like the patch below to allow for upper case in the path to the links under Win2K. My first tests show it working, I'll give

Re: patch for samba-2.2.4 on Solaris

2002-05-10 Thread Harald Koenig
On May 09, Gerald Carter wrote: my ugly workaround patch for Solaris right now is: Thanks for the patch, but I'm afraid is it wrong. Apply this patch to configure.in, rerun autoconf, recompile and let me know. ACK! your patch looks much better and (more important;) still works fine for

Re: [PATCH] winbind kills nscd on Solaris

2002-05-10 Thread Mike Gerdts
On Thu, 2002-05-09 at 22:58, Tim Potter wrote: On Fri, May 10, 2002 at 11:10:58AM +1000, Tim Potter wrote: Solaris has a couple extra fields in struct passwd. Since getpwent(3c) says that pw_age and pw_comment are not used, it seems reasonable not to fill them in. nscd may not use

Re: patch for samba-2.2.4 on Solaris

2002-05-10 Thread Gerald Carter
On Fri, 10 May 2002, Harald Koenig wrote: ACK! your patch looks much better and (more important;) still works fine for Solaris. Cool. Thanks for the feedback. cheers, jerry - Hewlett-Packard

Re: [PATCH] winbind kills nscd on Solaris

2002-05-10 Thread Mike Gerdts
On Fri, 2002-05-10 at 09:13, Mike Gerdts wrote: Does get allocated statically, or on the stack? If it gets allocated on the stack, then garbage could replace it at some time in the future. Mike I just found a copy of KR and answered the question for myself. For anyone else that cares, KR

RE: [Samba] Re: Samba wins eWeek and PC Magazine Innovation in Infrastructure (i3) award for best Enterprise Software !

2002-05-10 Thread David Brodbeck
It's weird to see money-grubbing on an open-source mailing list. -Original Message- From: Luke Kenneth Casson Leighton [mailto:[EMAIL PROTECTED]] so you'll be putting some of the money that is earned from such recognition and increased reputation of samba my way, then, yes, to fund

Domain logon problem

2002-05-10 Thread Claus Svarer
Hi In the system we have setup we are doing domain logon's from Windows 2000 machines with profile sharing between a net of PCs. Once in a while some of the users using the machines see a problem when they do a logon to a new PC (a PC they have never used) and rarely to machines where they

Re: MSDfs and substitutions/default service..

2002-05-10 Thread Kevin Wheatley
Kevin Wheatley wrote: Shirish Kalele wrote: There was a superfluous string_sub in the previous patch. Try this one instead when you get a chance.. Looks promising, I'm also using something like the patch below to allow for upper case in the path to the links under Win2K. My first

Fix for VFS modules

2002-05-10 Thread Scot W. Hetzel
While trying to compile the VFS modules for Samba 2.2.4 under FreeBSD 4.5-STABLE, I encountered several problems: 1. Missing include directory, unable to find popt.h if using bundled popt library. 2. Undefined Symbols when smbd loads a VFS module. - defined DYNEXP for the *bsd* case 3.

Re: POSIX_ACL with xfs 1.1 HEAD

2002-05-10 Thread stefan . metzmacher
Gerald Carter schrieb am 08.05.2002: On Wed, 8 May 2002, Stefan (metze) Metzmacher wrote: I just updated my server with linux-2.4.18 and XFS 1.1 there are new acl libs Version 2.x.x witch requires the attr lib If I run ./configure --with-acl-support HEAD doesn't find valid acl libs!!!

Re: Serious Samba-Bug ?

2002-05-10 Thread Lars Heineken
Hi Jerry ! Well, that did the trick, but what may be the reason ? Is this a probelm due to poor kernel design or insied the implementation of samba ? Should I report this to the kernel developers ? Regards, Lars. On Thu, 9 May 2002 21:05:50 -0500 (CDT) Gerald Carter [EMAIL PROTECTED] wrote:

vfs_private

2002-05-10 Thread Jason Cook
I am trying to add support to the recycle_bin module to be able to pass the dir mask in and I can't see how to store that as well as the path into vfs_private. Any suggestions as to how I should go about this? -- Jason Cook | GnuPG Fingerprint: D531 F4F4 BDBF 41D1 514D

nmblookup.c PATCH: usage() update from my previous post

2002-05-10 Thread Derrell . Lipman
Here's a patch for my nmblookup changes, that provides complete usage() information (including the Name Resolution types). Apparently these nmblookup changes from previously have not yet been incorporated in cvs, as this is cvs diff output after doing a cvs update today. Derrell Index:

Re: vfs_private

2002-05-10 Thread Juergen Hasch
Hi Jason, Am Freitag, 10. Mai 2002 21:23 schrieb Jason Cook: I am trying to add support to the recycle_bin module to be able to pass the dir mask in and I can't see how to store that as well as the path into vfs_private. Any suggestions as to how I should go about this? you might want to

VFS Question: Is there more vfs_ops then are in skel ?

2002-05-10 Thread troutb
I want to make a cp instead of rename when a file is open for rewrite is there a default_vfs_ops.cp ? or can I just make my own calls ? can I write the file somewhere is on the file system? I'm new at this, but would like to help out the cause while I help myself. Basically, I trying to create