Re: Patch for Samba 2.2.6 2.2.7 to work on OS X

2003-01-28 Thread Martin Pool
On 16 Jan 2003, [EMAIL PROTECTED] wrote: On Thu, Jan 16, 2003 at 01:07:34AM -0500, Michael Bennett wrote: [setregid() fails] So... comments? Does the patch Do The Right Thing? Think this patch or something similar could get merged sometime? :) A patch like that would get accepted

Patch for Samba 2.2.6 2.2.7 to work on OS X

2003-01-15 Thread Michael Bennett
In version 2.2.6 there was a change in util_sec.c that causes Samba to fail on OS X due to use of setregid(). Previously, Samba worked flawlessly on OS X. Apparently this is also a problem in other BSD-based operating systems, as this sparse bug report indicates in its headers:

Re: Patch for Samba 2.2.6 2.2.7 to work on OS X

2003-01-15 Thread jra
On Thu, Jan 16, 2003 at 01:07:34AM -0500, Michael Bennett wrote: So... comments? Does the patch Do The Right Thing? Think this patch or something similar could get merged sometime? :) I remember looking at this patch. The problem is it does something like : #ifdef *BSD.. new