Linux kernel leases/oplocks and dirnotify

2002-08-19 Thread Stephen Rothwell
Hi all, Just a heads up for those having problems with Linux's kernel oplocks (leases) and/or directory notifications. 2.4.19 has fixes for all the know (to me) directory notification problems and 2.4.20-pre3 (and therefore most likely 2.4.20) has fixes for all the kernel oplocks problems know

Re: Undocumented smb.conf

2002-08-19 Thread Thomas Reifferscheid
There is an undocumented feature in Samba_2_2, too. rpc_server/srv_spoolss_nt.c, function static BOOL add_printer_hook(NT_PRINTER_INFO_LEVEL *printer), line 4880: /* Set the portname to what the script says the portname should be. */ You could probably add some notes to add printer command,

Group ACL failure to lookup GID

2002-08-19 Thread bjorn . roden
When adding users to filesystem ACL (on IBM AIX 5.1 and Samba 2.2.5) it works nicely, however when trying the same with groups it fails (from W2K client). If my interpretation, of the level 10 logs I have enabled, is correct, smbd tries to map the SID to UID but not to GID, when the UID lookup for

Windows XP logon problem - Smab 2.2.5

2002-08-19 Thread Yasser Sedky
Hi all, I'm actually fed up with this problem. I saw many questions around this problem, they are all giving same steps, and they are all failing to solve the problem! I'm installing Samba 2.2.5 on FreeBSD 4.6 box, I followed all steps of HOW-TO to make Samba act as PDC. I did the following:

SAMBA_3_0 CVS Fails to Compile

2002-08-19 Thread Richard Bollinger
from build_env.h: #define BUILD_ENV_UNAME Linux LS01 2.0.38 #4 Wed Jun 6 14:22:03 EDT 2001 i586 unknown #define BUILD_ENV_DATE Mon Aug 19 09:57:00 EDT 2002 #define BUILD_ENV_SRCDIR . #define BUILD_ENV_BUILDDIR /usr/local/lxsrc/samba_3_0/samba-3.0-alpha18/source.Linux #define BUILD_ENV_USER rab

[2.2 patch] client/client.c: reget and reput commands

2002-08-19 Thread Josef Zlomek
Hello! I have written the reget and reput commands for samba 2.2. When user gets/puts a large file and the connection brokes the user is unhappy (s)he has to transfer the file from the beginning. So with this patch (s)he can use command reget/reput that will continue in the transfer, i.e. it

Re: [2.2 patch] client/client.c: reget and reput commands

2002-08-19 Thread Simo Sorce
Interesting, but can you make a patch against head instead? Thank you, Simo. On Mon, 2002-08-19 at 19:52, Josef Zlomek wrote: Hello! I have written the reget and reput commands for samba 2.2. When user gets/puts a large file and the connection brokes the user is unhappy (s)he has to

Re: Undocumented smb.conf

2002-08-19 Thread Bradley W. Langhorst
I have a perl script that does this check (by comparing the smb.conf parsing code to the docbook stuff) Maybe somebody could put it into the release checking list? brad On Mon, 2002-08-19 at 13:30, Simo Sorce wrote: On Mon, 2002-08-19 at 09:55, Jelmer Vernooij wrote: Hi, I've done some

Re: Undocumented smb.conf

2002-08-19 Thread Bradley W. Langhorst
here it is... just run it in the root of the cvs tree. brad On Mon, 2002-08-19 at 14:53, Jelmer Vernooij wrote: Could you send it ? I'm interested since I now had to do it by hand.. jelmer I have a perl script that does this check (by comparing the smb.conf parsing code to the docbook

Re: Prepending \ to user name w/Win98 Domain Login

2002-08-19 Thread Jeff Mandel
Simo Sorce wrote: 3) The valadation doesn't really validate in this case since the value used is not what the sytem returned: \jeff != jeff, but the check in reply.c is only for != NULL. When this gets looked up the the samba password db, failure is certain. There's no \jeff in the samba

Dev. Effort

2002-08-19 Thread Deshpande, Kalyan (Kalyan)** CTR **
Hi, I am interested in development effort. Please send me more details. thanks -Kalyan Deshpande

Re: New sam system

2002-08-19 Thread Kai Krueger
From: Kai Krueger [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 10:21 PM So now back to the structure of the handles. As mentioned before, I don't think it has actually been decided upon (but perhaps I'm just not aware of it). All opinions with reasons are therefore very welcome.

Re: Undocumented smb.conf

2002-08-19 Thread Gerald (Jerry) Carter
On Mon, 19 Aug 2002, Gerald (Jerry) Carter wrote: On Mon, 19 Aug 2002, Thomas Reifferscheid wrote: There is an undocumented feature in Samba_2_2, too. rpc_server/srv_spoolss_nt.c, function static BOOL add_printer_hook(NT_PRINTER_INFO_LEVEL *printer), line 4880: /* Set the

Re: SAMBA 3.0 alpha 19

2002-08-19 Thread Mike Brady
If it finds ldap it is automatically included. Mike Brady Auckland New Zealand On Tue, 20 Aug 2002 14:35, Ray Raszka wrote: I attempted to build the alpha 19 release with LDAP support included by using the --with-ldapsam as was done in the 2.2 branch. However when running configure --help