svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread jra
Author: jra Date: 2006-01-12 22:17:54 + (Thu, 12 Jan 2006) New Revision: 12877 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12877 Log: Stop passing structs around in smb messages, instead always linearize into little-endian. Should fix all Solaris issues with

Re: svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread James Peach
On Thu, 2006-01-12 at 22:17 +, [EMAIL PROTECTED] wrote: Author: jra Date: 2006-01-12 22:17:54 + (Thu, 12 Jan 2006) New Revision: 12877 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12877 Log: Stop passing structs around in smb messages, instead

Re: svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread Tim Potter
On Fri, 2006-01-13 at 14:45 +1100, James Peach wrote: WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12877 Log: Stop passing structs around in smb messages, instead always linearize into little-endian. Should fix all Solaris issues with this, plus

Re: svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread Jeremy Allison
On Fri, Jan 13, 2006 at 02:45:06PM +1100, James Peach wrote: IIRC, I've suggested this before, but I still think that using XDR encoding simplifies passing these messages around a lot. The XDR library is available everywhere, so I don't think this is a portability issue. I know, but it's