Possible bug (memory leak) in serving return code from tdb_fetch().

2002-11-22 Thread Arcady Chernyak
Hi. I have analyzed code of the function: static struct printjob *print_job_find(int jobid) { static struct printjob pjob; TDB_DATA ret; ret = tdb_fetch(tdb, print_key(jobid)); if (!ret.dptr || ret.dsize != sizeof(pjob)) return NULL; memcpy(pjob, ret.dptr, sizeof(pjob));

Possible bug for 'directory mask' param

2002-09-05 Thread Gavin D. Nipper
Hello, When a directory is created with Windows (2000 sp3) and with smbclient, the permissions differ on the newly created directory. Example: smb.conf contains: directory mask = 0711 When smbclient creates the directory the permissions are as follows: drwx--x--x ...but when I use Windows

Possible bug?

2002-08-26 Thread Craig Packard
Hello all, I'm using the smbclient program to connect to a share on a local/member win2k pro system of a win2k domain. I've done the following: Create user:test pass:testtest login: works Create user:123456 Pass:123456 login: fails I've tried this on three different systems so far and it

Re: FW: [Samba] Possible bug!!

2002-08-15 Thread Andrew Bartlett
Kristyan Osborne wrote: -Original Message- From: Gerald (Jerry) Carter [mailto:[EMAIL PROTECTED]] Sent: 14 August 2002 16:14 To: Kristyan Osborne Cc: [EMAIL PROTECTED] Subject: Re: [Samba] Possible bug!! On Mon, 12 Aug 2002, Kristyan Osborne wrote: I'm using samba head cvs

RE: Possible bug: File changed as we read it

2002-07-31 Thread Green, Paul
Bert Buckley [mailto:[EMAIL PROTECTED]] writes (edited for brevity): Synopsis: I do daily dumps from a Linux box of the Windows machines on my network. (Kernel 2.4.7-10, Redhat 7.2., samba-2.2.1a-4 ) These are done overnight. I mount the appropriate shared directories as a samba

Re: possible bug?

2002-04-24 Thread Gerald Carter
On Tue, 23 Apr 2002, Donald Wade Jr. wrote: Samba 2.2.1a on mandrake 8.1 configuration with swat Shares that are initially created through swat do not in the file system. You have to go in and create them manually for example with Konqueror. Shouldn't the shares appear within the

possible bug?

2002-04-23 Thread Donald Wade Jr.
Samba 2.2.1a on mandrake 8.1 configuration with swat Shares that are initially createdthrough swat do not in the file system. You have to go in and create themmanually for example with Konqueror. Shouldn't the shares appear within the file when they are created within swat? Any