Win9x, samba 3, user list

2003-01-31 Thread Dmitry Melekhov
Hello! I can't get users list on win 98 with current CVS, it says something like- try later. And I see this in log 2003/01/31 13:41:05, 1] smbd/ipc.c:api_fd_reply(284) api_fd_reply: INVALID PIPE HANDLE: 0 Certanly, I can provide log with level 10 :-)

Will these patches make it into 2.2.8?

2003-01-31 Thread Michael Steffens
Hi Samba team, as 2.2.8 seems to approach now, have the following patches been considered for it? They both don't add functionality, but rather improve robustness, and are platform independent: http://lists.samba.org/pipermail/samba-technical/2002-December/041413.html prevents winbindd from

Solaris fcntl bug - Update

2003-01-31 Thread Alain Defrance
What's about bug Solaris 8 ? where can we download T108528-19 for Solaris 8 ? Thanks for your reply Alain Defrance Ingénieur systèmes et réseaux Service Informatique Université d'Evry Val d'Essonne [EMAIL PROTECTED] 01.69.47.80.69 06.74.09.19.54

User with read only access can deny write.

2003-01-31 Thread Ola Lundqvist
Hello (I'm not subscribed to this list so please Cc: me). I have reported an issue to the Debian bug tracking system but the maintainer thought that it was better to ask upstream. So now I do that. This is the first of three issues. The description is found in: http://bugs.debian.org/178784

Antwort: Solaris fcntl bug - Update

2003-01-31 Thread Thomas . Mieslinger
Hello Alain, if you have a service contract with sun and can show them that you really have a problem without this Patch, then they will send you the T-Patch. Else you have until the next Kernel Jumbo Patch is released. The actual KJS for Solaris 8 sparc is 108528-18 and the next will be -19

improved dos attribute handling

2003-01-31 Thread Ola Lundqvist
Hello again. This is the next issue for which I have created a patch. There is a problem with the current dos filemode option. The problem is that you can only set read only but not remove it again. You can of course not because you do no longer have write permissions to the file. My fix change

Move files do not change group as copying does.

2003-01-31 Thread Ola Lundqvist
Hello (I'm not subscribed to please Cc: me). I have a problem with movement of files: The problem this time is that we have set up a permission structure for files in about the same way as windows do, using groups. The problem is that in windows, the files inherit the group membership from the

Re: improved dos attribute handling

2003-01-31 Thread John E. Malmberg
Ola Lundqvist wrote: Hello again. This is the next issue for which I have created a patch. There is a problem with the current dos filemode option. The problem is that you can only set read only but not remove it again. You can of course not because you do no longer have write permissions to

Re: Win9x, samba 3, user list

2003-01-31 Thread Richard Sharpe
On Fri, 31 Jan 2003, Dmitry Melekhov wrote: Hello! I can't get users list on win 98 with current CVS, it says something like- try later. And I see this in log 2003/01/31 13:41:05, 1] smbd/ipc.c:api_fd_reply(284) api_fd_reply: INVALID PIPE HANDLE: 0 Certanly, I can provide log

Re: Will these patches make it into 2.2.8?

2003-01-31 Thread jra
On Fri, Jan 31, 2003 at 12:58:45PM +0100, Michael Steffens wrote: Hi Samba team, as 2.2.8 seems to approach now, have the following patches been considered for it? They both don't add functionality, but rather improve robustness, and are platform independent:

Re: Solaris fcntl CPU/Lock update

2003-01-31 Thread jra
On Fri, Jan 31, 2003 at 09:07:23AM -0800, Jeff Mandel wrote: I have followed this fcntl bug closely, and I just applied a T-patch for solaris 8 which brought the kernel 108528-19. This includes the fix for 4735093. This has not fixed the problem of smbd growing to consume all available CPU.

Re: large file support

2003-01-31 Thread Richard Sharpe
On Fri, 31 Jan 2003, Mourad MESSAOUDI wrote: Hi everybody, I'm trying to create a file on a smb share and it stops at 2 Gb. samba release 2.2.7a with this patch --- libsmb/clireadwrite.c 19 Dec 2002 16:12:41 - 1.2.4.9 +++ libsmb/clireadwrite.c

Re: Will these patches make it into 2.2.8?

2003-01-31 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 31 Jan 2003 [EMAIL PROTECTED] wrote: as 2.2.8 seems to approach now, have the following patches been considered for it? They both don't add functionality, but rather improve robustness, and are platform independent:

Patch for samba 2_2 for Stratus VOS

2003-01-31 Thread Paul Green
Attached is a patch for the 2_2 branch of samba that makes changes similar to the ones I recently submitted to the head and 3_0 branches. I have tested it locally on VOS and it works as expected. I have also tested it on Solaris 2.8 and it looks ok there too. I ran configure and then make

Re: large file support and clitar.c etc

2003-01-31 Thread Richard Sharpe
On Fri, 31 Jan 2003, Brian Poole wrote: Quoting Richard Sharpe ([EMAIL PROTECTED]) from 31 January 2003: There have been some changes to support file sizes larger than 2-4GB. They should appear in 2.2.8. Have any luck with the list I sent you ? I saw the tar reply which I appreciate

Re: Win9x, samba 3, user list

2003-01-31 Thread christian mueller
Hi, On 31 Jan 2003 at 9:42, Dmitry Melekhov wrote: I can't get users list on win 98 with current CVS, it says something like- try later. This message arrives also with a replaced 'mapi32.dll'. -chris

Samba 3.0alpha21, Windows XP SP1 and Kerberos authentication

2003-01-31 Thread Antti Tikkanen
Hello, I am not sure if you are aware of this, but I wanted to post it just in case. I compiled Samba3.0alpha21 on Linux with ADS, LDAP and Kerberos support and joined it to our Windows domain (with 'net ads join') without problems. I set up Samba to offer a few shares. Right after, I was able

samr_open_group no supported

2003-01-31 Thread Xyster !
Hi All, I need some information from one of you expert Samba developers out there. I wrote a little tool for listing users, groups, and group membership on Windows servers using MSRPC calls. It works against Windows NT and 2000 machines, but not against a Samba server. Here's why: To list

Re: Samba 3.0alpha21, Windows XP SP1 and Kerberos authentication

2003-01-31 Thread Andrew Bartlett
On Sat, 2003-02-01 at 09:00, Antti Tikkanen wrote: Hello, I am not sure if you are aware of this, but I wanted to post it just in case. I compiled Samba3.0alpha21 on Linux with ADS, LDAP and Kerberos support and joined it to our Windows domain (with 'net ads join') without problems. I

NBT length parameter larger than necessary in session request

2003-01-31 Thread Michael B. Allen
Hi guys, Ever notice smbclient sends an NBT session request with an NBT length field that is 4 bytes longer than necessary? No harm, but is there a reason for this? I'm using 2.2.1a shipped with RH connecting to the same version of Samba over loopback. Mike -- A program should be written to

Re: samr_open_group no supported

2003-01-31 Thread Andrew Bartlett
On Sat, 2003-02-01 at 09:25, Xyster ! wrote: Hi All, I need some information from one of you expert Samba developers out there. I wrote a little tool for listing users, groups, and group membership on Windows servers using MSRPC calls. It works against Windows NT and 2000 machines, but

RE: Finding group members - fix to winbindd_ads.c

2003-01-31 Thread Andrew Bartlett
On Fri, 2003-01-24 at 15:08, Ken Cross wrote: Hmm ... the helpful email client wrapped some of the lines. The patch is attached. Ken -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ken Cross Sent: Thursday, January 23, 2003 11:01 PM To:

RE: Finding group members - fix to winbindd_ads.c

2003-01-31 Thread Andrew Bartlett
On Sat, 2003-02-01 at 08:54, Andrew Bartlett wrote: On Fri, 2003-01-24 at 15:08, Ken Cross wrote: Hmm ... the helpful email client wrapped some of the lines. The patch is attached. Ken -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

RE: Finding group members - fix to winbindd_ads.c

2003-01-31 Thread Ken Cross
Andrew: - firstly, if the destination of this call is the unix group membership, then we don't want 'primary' users added to the sups list, as the unix primary group should show this. The destination is programmatic -- the user does what he wants with the results of a call to

RE: [Samba] RE: Winbind on HPUX11, Totally Stuck, Please Help

2003-01-31 Thread MCCALL,DON (HP-USA,ex1)
Hi, Miles, Actually on HP-UX, you will need to add the word 'debug' at the end of each of the lines in you /etc/pam.conf file, to enable more debugging to go into the /var/adm/syslog/syslog.log file. One thing that I have seen something like this happen on is if the /etc/shells file is