svn commit: samba r6129 - in branches/SAMBA_4_0/source: . lib lib/compression librpc librpc/ndr

2005-03-30 Thread metze
Author: metze Date: 2005-03-30 10:48:52 + (Wed, 30 Mar 2005) New Revision: 6129 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6129 Log: - add our own MSZIP decompression implementation (taken from cabextract.c from KDE) this code maybe need to be rewritten

svn commit: samba r6131 - in branches/SAMBA_4_0/source/librpc/idl: .

2005-03-30 Thread metze
Author: metze Date: 2005-03-30 11:26:02 + (Wed, 30 Mar 2005) New Revision: 6131 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6131 Log: decompression of DsGetNCChanges level 2 responses works now (and the push side isn't used currently...) metze Modified:

svn commit: samba r6132 - in branches/SAMBA_4_0/source/librpc/idl: .

2005-03-30 Thread metze
Author: metze Date: 2005-03-30 12:27:01 + (Wed, 30 Mar 2005) New Revision: 6132 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6132 Log: allow up to 15 sub_auth in a dom_sid (tridge: asked me for that commit) metze Modified:

svn commit: samba r6133 - in trunk: source/web swat/include swat/js

2005-03-30 Thread deryck
Author: deryck Date: 2005-03-30 13:02:23 + (Wed, 30 Mar 2005) New Revision: 6133 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6133 Log: More of my SWAT work. Just getting the globals/conf page format right. deryck Modified: trunk/source/web/swat.c

Re: svn commit: samba r6127 - in branches/SAMBA_3_0/source: include lib libads libsmb nsswitch rpc_server tdb utils

2005-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | | The flag -Wall should be added permanently to CFLAGS, and all warnings then | generated should be eliminated. Derrell, It is defined when you set --enable-developer cheers, jerry

svn commit: samba r6134 - in branches/SAMBA_4_0/source: include librpc/ndr

2005-03-30 Thread metze
Author: metze Date: 2005-03-30 15:04:19 + (Wed, 30 Mar 2005) New Revision: 6134 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6134 Log: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_sid in it metze Modified:

svn commit: samba r6135 - in branches/SAMBA_4_0/source/librpc/idl: .

2005-03-30 Thread metze
Author: metze Date: 2005-03-30 15:07:14 + (Wed, 30 Mar 2005) New Revision: 6135 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6135 Log: - make use of the new dom_sid28 type (this fixes parsing of w2k blob, which some times have random gargabe data in the sid

svn commit: samba-docs r456 - in trunk/Samba-HOWTO-Collection: .

2005-03-30 Thread jht
Author: jht Date: 2005-03-30 15:11:31 + (Wed, 30 Mar 2005) New Revision: 456 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=456 Log: Another ACLs Installment. Modified: trunk/Samba-HOWTO-Collection/AccessControls.xml Changeset: Modified:

Re: svn commit: samba r6127 - in branches/SAMBA_3_0/source: include lib libads libsmb nsswitch rpc_server tdb utils

2005-03-30 Thread derrell
Gerald (Jerry) Carter [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: | The flag -Wall should be added permanently to CFLAGS, and all warnings | then generated should be eliminated. Derrell, It is defined when you set --enable-developer There's no reason that I can think of not to

svn commit: samba r6136 - in trunk/swat/include: .

2005-03-30 Thread deryck
Author: deryck Date: 2005-03-30 15:48:49 + (Wed, 30 Mar 2005) New Revision: 6136 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6136 Log: Minor style fix to SWAT stylesheet for larger resolutions. deryck Modified: trunk/swat/include/main.css Changeset:

svn commit: samba r6137 - in trunk/source/smbd: .

2005-03-30 Thread jra
Author: jra Date: 2005-03-30 20:52:52 + (Wed, 30 Mar 2005) New Revision: 6137 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6137 Log: Refactor length reading out of EA code so we can read length external to buffer. Needed to add EA code to create calls. Jeremy.

svn commit: samba r6138 - in branches/SAMBA_3_0/source/smbd: .

2005-03-30 Thread jra
Author: jra Date: 2005-03-30 20:53:02 + (Wed, 30 Mar 2005) New Revision: 6138 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6138 Log: Refactor length reading out of EA code so we can read length external to buffer. Needed to add EA code to create calls. Jeremy.

svn commit: linux-cifs-client r24 - in branches: . linux-2.6.9-RHEL4 linux-2.6.9-RHEL4/fs linux-2.6.9-RHEL4/fs/cifs linux-2.6bk/fs/cifs

2005-03-30 Thread sfrench
Author: sfrench Date: 2005-03-30 21:47:12 + (Wed, 30 Mar 2005) New Revision: 24 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=24 Log: Merge current 1.31 cifs vfs into svn and add new RHEL4 branch Added: branches/linux-2.6.9-RHEL4/

svn commit: samba r6139 - in branches/SAMBA_4_0/source: build/smb_build include/system lib lib/socket_wrapper

2005-03-30 Thread jelmer
Author: jelmer Date: 2005-03-30 22:09:16 + (Wed, 30 Mar 2005) New Revision: 6139 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6139 Log: Move socket_wrapper to a seperate directory Added: branches/SAMBA_4_0/source/lib/socket_wrapper/

svn commit: linux-cifs-client r25 - in branches: . 2.6.8-Suse-Workstation-9.2 2.6.8-Suse-Workstation-9.2/fs 2.6.8-Suse-Workstation-9.2/fs/cifs

2005-03-30 Thread sfrench
Author: sfrench Date: 2005-03-30 22:38:59 + (Wed, 30 Mar 2005) New Revision: 25 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=25 Log: Add SuSE workstation 9.2 branch for cifs client Added: branches/2.6.8-Suse-Workstation-9.2/

svn commit: samba r6145 - in trunk/source/smbd: .

2005-03-30 Thread jra
Author: jra Date: 2005-03-31 02:11:58 + (Thu, 31 Mar 2005) New Revision: 6145 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6145 Log: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttrans_create. Jeremy. Modified: trunk/source/smbd/nttrans.c

svn commit: samba r6146 - in branches/SAMBA_3_0/source/smbd: .

2005-03-30 Thread jra
Author: jra Date: 2005-03-31 02:12:09 + (Thu, 31 Mar 2005) New Revision: 6146 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6146 Log: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttrans_create. Jeremy. Modified:

svn commit: samba r6147 - in branches/SAMBA_4_0/source/lib/events: .

2005-03-30 Thread tridge
Author: tridge Date: 2005-03-31 02:14:31 + (Thu, 31 Mar 2005) New Revision: 6147 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6147 Log: The maxfd was being recalculated on every event loop, which made us less scalable. It only needs to be recalculated when we the

svn commit: samba r6148 - in branches/SAMBA_4_0/source/build/smb_build: .

2005-03-30 Thread tpot
Author: tpot Date: 2005-03-31 02:40:08 + (Thu, 31 Mar 2005) New Revision: 6148 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6148 Log: Add a showflags target to display the various compiler flags a la showlayout. There seems to be a bunch of -D and -I stuff in

svn commit: samba r6149 - in branches/SAMBA_3_0: examples/libsmbclient source source/client source/include source/intl source/lib source/libads source/libsmb source/modules source/nsswitch source/passdb source/rpc_server source/smbd source/tdb source/utils source/web

2005-03-30 Thread derrell
Author: derrell Date: 2005-03-31 05:06:04 + (Thu, 31 Mar 2005) New Revision: 6149 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6149 Log: Fixes bugs #2498 and 2484. 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL

Build status as of Thu Mar 31 00:00:02 2005

2005-03-30 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-03-30 00:00:28.0 + +++ /home/build/master/cache/broken_results.txt 2005-03-31 00:00:18.0 + @@ -1,15 +1,15 @@ -Build status as of Wed Mar 30 00:00:01 2005 +Build status as of Thu Mar

svn commit: samba r6141 - in branches/SAMBA_3_0/source: include smbd

2005-03-30 Thread jra
Author: jra Date: 2005-03-31 00:36:22 + (Thu, 31 Mar 2005) New Revision: 6141 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6141 Log: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow. Jeremy. Modified: branches/SAMBA_3_0/source/include/smb.h

svn commit: samba r6142 - in trunk/source: include smbd

2005-03-30 Thread jra
Author: jra Date: 2005-03-31 00:36:23 + (Thu, 31 Mar 2005) New Revision: 6142 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6142 Log: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow. Jeremy. Modified: trunk/source/include/smb.h

svn commit: samba r6143 - in branches/SAMBA_4_0/source/build/pidl: .

2005-03-30 Thread jelmer
Author: jelmer Date: 2005-03-31 00:37:01 + (Thu, 31 Mar 2005) New Revision: 6143 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6143 Log: Put compression support in the subcontext handling functions rather then at the element level. Modified:

svn commit: samba r6144 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

2005-03-30 Thread jelmer
Author: jelmer Date: 2005-03-31 00:43:26 + (Thu, 31 Mar 2005) New Revision: 6144 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6144 Log: Apparently there are more systems that have AF_UNIX then AF_LOCAL (we already use AF_UNIX in other places). Modified: