Re: [Samba] Getting Winbind IDMAP into LDAP?

2005-08-16 Thread Gibbs, Simon
Hi, The uidNumber and gidNumber are in already in LDAP - they're shown using ldapsearch but not slapcat. I think they automatically get added by samba. Thanks, Simon From: Sam [EMAIL PROTECTED] Newsgroups: linux.samba Date: Tue, 16 Aug 2005 11:16:10 +1000 To: Gibbs, Simon [EMAIL

[Samba] Re: Getting Winbind IDMAP into LDAP?

2005-08-16 Thread Gibbs, Simon
Hi Gints, Changing nsswitch.conf from: passwd: files ldap group: files ldap to passwd: files winbind group: files winbind did the trick. Running getent passwd/group began populating LDAP and I can search all the records using ldapsearch and slapcat. Would this be an error in

[Samba] Home directories on AD/Samba

2005-08-16 Thread Kalin Evtimov
I just set up our Samba-Server to athenticate over Active Directory (Win 2003). But there is one thing that bothers me: There are no home-directories for the domain users, that waere added to the linux passwd database (EXAMPLE.COM+user1 can be authenticated, but has no home on the Linux-box). If I

Re: [Samba] automount problem [solved]

2005-08-16 Thread Jan Dworschak
Found the reason why I cannot umount the share after accessing it. Maybe it is interessting for someone out there. On my Client runs Samba which shares /export In that folder there are some other subfolders. One is a folder which is controlled by automount (/export/usbstick) To access the Stick I

Re: [Samba] 2.2.7 - 3.0.14a arabic file name dispaly

2005-08-16 Thread Björn JACKE
Hi, On 2005-08-10 at 11:45 +0400 Ahmed Mahmoud Ibnouf sent off: After migrating from 2.2.7 to 3.0.14a arabic file names were displayed in Japaneese charcters. I used convmv -f cp850 -t utf8 but still unreadable characters. cp850 is probably not the correct codepage. Try to find out the

[Samba] PDC Question: does tdbsam support logon hours

2005-08-16 Thread Sanjay Upadhyay
Hi, I have a setup, which runs on Samba 3.0.10, and the backend is tdbsam files. There is a new requirement to enforce logon hours. I can see the fields.. #pdbedit -v -u user Logon time: 0 Logoff time: Mon, 18 Jan 2038 20:14:07 GMT Kickoff time: Mon, 18 Jan 2038 20:14:07 GMT ... How can I

[Samba] Re: Getting Winbind IDMAP into LDAP?

2005-08-16 Thread gints neimanis
Hi, to use ldap as winbind idamp backend, you don't need the NSS_LDAP at all. All queries and updates to ldap is performed by winbind itself. Your smb.conf looks fine. You may check 2 things: * Have you stored the LDAP Manager password to LDAP database with command smbpasswd -w

[Samba] Re: Getting Winbind IDMAP into LDAP?

2005-08-16 Thread gints neimanis
Hi Simon, I thnik it is not the error in documentation (I don't know about which chapter we are talking :)). If you use winbdind authentication (+ idmap/ldap) only, you don't need the NSS_LDAP. But if you build a domain, where all user data is stored in LDAP, then you may authenticate users

[Samba] Re: Home directories on AD/Samba

2005-08-16 Thread gints neimanis
Hi Kalin, Do you have template homedir = string in smb.conf ? If you whish to automaticaly create the home dir, then you may use the pam_mkhomdir (and add obey pam restrictions = yes to smb.conf) AND: If the SAMBA authenticates over Active Directory, then you don't need to add domain users

[Samba] interdomain trust between windows 2003 server and samba

2005-08-16 Thread werner maes
hello Is it possible to establish a trust between an windows 2003 server and samba 3.0.14a PDC? Samba as the trusted domain, windows 2003 as the trusting domain. werner -- To unsubscribe from this list go to the following URL and read the instructions:

FW: [Samba] Error:The semaphore timeout period has expired

2005-08-16 Thread BURRUEL, BENJAMIN D (SBCSI)
UPDATE: We found out that there was still an entry in /etc/rc.local to start up the old SAMBA after upgrading and setting up to run from inetd.conf. Once the /etc/rc.local entry was removed, we no longer receive the semaphore timeout period has expired messages and we are able to connect to the

Re: [Samba] EFS crypted files and smbclient.

2005-08-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Olivier LAHAYE wrote: Is there a way to copy a NTFS encrypted file using smbclient (even not decrypted) so It can be backed up using backuppc (http://backuppc.sourceforge.net) ? Is smbclient failing? I've never looked into EFS but I assumed the

Re: [Samba] Re: Getting Winbind IDMAP into LDAP?

2005-08-16 Thread John H Terpstra
On Tuesday 16 August 2005 03:35, Gibbs, Simon wrote: Hi Gints, Changing nsswitch.conf from: passwd: files ldap group: files ldap to passwd: files winbind group: files winbind did the trick. Running getent passwd/group began populating LDAP and I can search all the

Re: [Samba] Re: Getting Winbind IDMAP into LDAP?

2005-08-16 Thread John H Terpstra
On Tuesday 16 August 2005 04:27, gints neimanis wrote: Hi Simon, I thnik it is not the error in documentation (I don't know about which chapter we are talking :)). I have reviewed the documentation on IDMAP in LDAP and it looks to me like something got deleted from the documentation sources

Re: [Samba] Re: Getting Winbind IDMAP into LDAP?

2005-08-16 Thread Gibbs, Simon
Hi John, I was using the online By-Example documentation at: http://us3.samba.org/samba/docs/man/Samba-Guide/unixclients.html#id2579097 Starting at the sub heading IDMAP Storage in LDAP using Winbind. The example that appears to be incorrect is related to /etc/nsswitch.conf: ... passwd: files

Re: [Samba] Re: Getting Winbind IDMAP into LDAP?

2005-08-16 Thread John H Terpstra
On Tuesday 16 August 2005 09:01, Gibbs, Simon wrote: Hi John, I was using the online By-Example documentation at: http://us3.samba.org/samba/docs/man/Samba-Guide/unixclients.html#id2579097 Starting at the sub heading IDMAP Storage in LDAP using Winbind. Thanks. I'll revise this chapter as

RE: [Samba] EFS crypted files and smbclient.

2005-08-16 Thread lahaye
Unfortunately it's not that simple. The file is encrypted at FS level: using a share will not let the file to be read. Even on windows. (You get a permission denied). Having the erroro correctly handled would allow to continue my file readings (via backuppc) instead of a timeout error. Just

[Samba] Error loading Samba pdb/mysql.so file

2005-08-16 Thread Lonnie
Hello All, Can some one please let me know what is happening here: - [2005/08/16 01:59:15, 0] passdb/pdb_interface.c:make_pdb_methods_name(721) No builtin nor plugin backend for plugin found [2005/08/16 01:59:15, 1]

Re: [Samba] username map file to link Domain groups to user

2005-08-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rousak, Boris wrote: Question: is it possible to use the username map file to link a domain group - as supplied by wbinfo -u with a single local (/etc/passwd) user, so that only domain memebers of that group can access a particular share, but

Re: [Samba] Compiling smbtorture

2005-08-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 overbored wrote: Is smbtorture a simple SMB client that is completely separate from Samba server? (I.e., can I use it to test, e.g., a regular Windows SMB server?) Or is it something that only tests Samba server? Anyway, I haven't had any luck

[Samba] Fw: your mail

2005-08-16 Thread Konstantin Getman
Freebsd 5.4 smbstatus output #smbstatus Failed to open byte range locking database ERROR: Failed to initialise locking database Can't initialise locking module - exiting ??? - Original Message - From: Jeremy Allison [EMAIL PROTECTED] To: Konstantin Getman [EMAIL PROTECTED] Sent:

[Samba] Windows offline files synchronization failure for mounted Samba drive.

2005-08-16 Thread PC
Windows offline files synchronization fails for mounted Samba drive unless files are owned by the user performing the synchronization. You can duplicate this problem by making a folder or file which is located on a samba mounted drive available offline. 1) From windows Explorer on a

Re: [Samba] Compiling smbtorture

2005-08-16 Thread Don
Is smbtorture on ftp.samba.org? (If so, where?) I've found dbench in the tridge directory. It mentions tbench and smbtorture in the README but I have not found those packages yet. Thanks, Don cheers, jerry -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using

[Samba] question about EMC filer to join SAMBA domain

2005-08-16 Thread George Liu
Hi I'm sorry if this question has been asked and answered. Does anyone know that EMC Celerra filer can join samba 3 domain? Thanks, -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] Samba 3, AD, and roaming profiles

2005-08-16 Thread Robert M. Martel
Greetings, I have been working on getting Samba 3.0.20rc2 on a Sun Solaris box to play nice with our institution's Active Directory (AD) environment. The AD set-up is pretty plain and I have no ability to make changes to its configuration - a different department runs that show. Should I

[Samba] problems with making Samba authenticate off of domain server

2005-08-16 Thread Eric S. Johansson
starting from here: http://us1.samba.org/samba/docs/man/Samba-Guide/unixclients.html#wdcsdm I follow all the instructions including using the samba configuration found in: http://us1.samba.org/samba/docs/man/Samba-Guide/unixclients.html#ch0-NT4DSDM making obvious changes for workgroup,

Re: [Samba] kerberos_kinit_password: Decrypt integrity check failed

2005-08-16 Thread P V
Thank you Ken. I ran kinit with users in DOMAIN, and something like host/[EMAIL PROTECTED] and all worked fine, not errors. This is my krb5.conf file. Would you help me? Thank you very much. -- [libdefaults] ticket_lifetime =

Re: [Samba] Missing 'HAVE_SYS_ACL_H'

2005-08-16 Thread Shawn Wright
You got it - I needed both libacl1-devel and libattr1-devel packages, which strangely were not included with development packages on 10.2 but were on 9.2 Mandrake. I'm pleased to also report that my ACL recursion issue from 3.0.13 appears to be fixed in 3.0.14a, at least in initial testing.

[Samba] Re: problems with making Samba authenticate off of domain server

2005-08-16 Thread Eric S. Johansson
Eric S. Johansson wrote: starting from here: The join succeeds but the wbinfo -u test fails. yes, I verified that all the demons are running and logs show nothing except the startup messages. ugh. long day. sorry about the missing information ubutntu 5.0.4 samba 3.0.10 (I believe) -- To

Re: [Samba] Re: Samba with NIS Authentication

2005-08-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saurabh Jain wrote: I have a huge UNIX network. I want to deploy a Samba server using NIS Authentication mechanism for the growing number of windows machines. What are the pros and cons of using NIS authentication with Samba? Pros: you can use

Re: [Samba] kerberos_kinit_password: Decrypt integrity check failed

2005-08-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P V wrote: - [2005/08/16 16:30:09, 0] libsmb/cliconnect.c:cli_session_setup_spnego(762) Kinit failed: Client not found in Kerberos database [2005/08/16 16:30:09, 1]

Re: [Samba] question about EMC filer to join SAMBA domain

2005-08-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George Liu wrote: Hi I'm sorry if this question has been asked and answered. Does anyone know that EMC Celerra filer can join samba 3 domain? Thanks, Dunno. I'll check with some folks and EMC and see if we can get some help testing things

Re: [Samba] Compiling smbtorture

2005-08-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don wrote: Is smbtorture on ftp.samba.org? (If so, where?) I've found dbench in the tridge directory. It mentions tbench and smbtorture in the README but I have not found those packages yet. smbtorture is distributed as part of the Samba

Re: [Samba] Samba 3, AD, and roaming profiles

2005-08-16 Thread Ilia Chipitsine
I have been working on getting Samba 3.0.20rc2 on a Sun Solaris box to play nice with our institution's Active Directory (AD) environment. The AD set-up is pretty plain and I have no ability to make changes to its configuration - a different department runs that show. Should I be able to

RE : Samba 2.2.8 (JYC 31-Mar-05 version) problem with records longer than 1022 bytes

2005-08-16 Thread David J Dachtera
Just wondering if there is a Known Issues List for the current JYC release(s). ...and/or if anyone knows of anymore such holes in the road that may jump out and bite us. D.J.D. At 04:02 PM 08/16/2005 +0200, COLLOT Jean-Yves wrote: You are completely right. This is due from a limitation in the

svn commit: samba r9318 - in branches/SAMBA_4_0/source/lib/ldb/common: .

2005-08-16 Thread metze
Author: metze Date: 2005-08-16 06:55:40 + (Tue, 16 Aug 2005) New Revision: 9318 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9318 Log: fix searches with scope ONE and SUB, the problem was that ldb_dn_compare_base() just looked at if both dn's mtach some how, and

Re: svn commit: samba r9318 - in branches/SAMBA_4_0/source/lib/ldb/common: .

2005-08-16 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: metze Date: 2005-08-16 06:55:40 + (Tue, 16 Aug 2005) New Revision: 9318 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9318 Log: fix searches with scope ONE and SUB, the

svn commit: samba r9319 - in branches/SAMBA_4_0/source/setup: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-16 10:52:02 + (Tue, 16 Aug 2005) New Revision: 9319 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9319 Log: updated newuser script for new OO style for nss object thanks to Hotarut for spotting this Modified:

svn commit: samba r9320 - in branches/SAMBA_4_0/source/ntvfs/unixuid: .

2005-08-16 Thread ab
Author: ab Date: 2005-08-16 10:57:21 + (Tue, 16 Aug 2005) New Revision: 9320 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9320 Log: Fix premature dereference bug found by Coverty and also get rid of non-used memory context Modified:

svn commit: samba r9321 - in branches/SAMBA_4_0/source/smb_server: .

2005-08-16 Thread ab
Author: ab Date: 2005-08-16 13:22:01 + (Tue, 16 Aug 2005) New Revision: 9321 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9321 Log: Fix potential bug found by Coverity. src_len has to be int but later we do pass it as size_t. In case src_len is negative, we need

svn commit: samba r9322 - branches/SAMBA_3_0/source/nsswitch branches/SAMBA_3_0_RELEASE/source/nsswitch trunk/source/nsswitch

2005-08-16 Thread jerry
Author: jerry Date: 2005-08-16 15:47:52 + (Tue, 16 Aug 2005) New Revision: 9322 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9322 Log: fixing debug log and ensuring that we set the right winbind_methods pointer in get_cache() by requiring that all domain

svn commit: samba r9323 - in trunk/source: include lib libsmb

2005-08-16 Thread jra
Author: jra Date: 2005-08-16 17:31:51 + (Tue, 16 Aug 2005) New Revision: 9323 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9323 Log: More merging of functions into arc4. One more to go... Jeremy. Modified: trunk/source/include/ntlmssp.h

svn commit: samba r9324 - in trunk/source: include rpc_server

2005-08-16 Thread jra
Author: jra Date: 2005-08-16 19:39:27 + (Tue, 16 Aug 2005) New Revision: 9324 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9324 Log: Final function moved to standard arc4 implementation. Jeremy. Modified: trunk/source/include/ntdomain.h

svn commit: samba r9325 - in branches/SAMBA_3_0/source/lib: .

2005-08-16 Thread jra
Author: jra Date: 2005-08-16 19:40:13 + (Tue, 16 Aug 2005) New Revision: 9325 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9325 Log: Remember to ignore FILE_SHARE_DELETE when mapping to old share modes for display. Jeremy. Modified:

svn commit: samba r9326 - in trunk/source/lib: .

2005-08-16 Thread jra
Author: jra Date: 2005-08-16 19:40:17 + (Tue, 16 Aug 2005) New Revision: 9326 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9326 Log: Remember to ignore FILE_SHARE_DELETE when mapping to old share modes for display. Jeremy. Modified: trunk/source/lib/util.c

svn commit: samba r9327 - in branches/SAMBA_4_0/swat/esptest: .

2005-08-16 Thread deryck
Author: deryck Date: 2005-08-16 19:47:27 + (Tue, 16 Aug 2005) New Revision: 9327 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9327 Log: Rename parent to fParent to prevent confusion with window.parent object. (Thanks, Derrell, for the reminder.) Rename child to

svn commit: samba r9328 - in branches/SAMBA_4_0/swat/style/qooxdoo: .

2005-08-16 Thread deryck
Author: deryck Date: 2005-08-16 20:00:24 + (Tue, 16 Aug 2005) New Revision: 9328 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9328 Log: Remove background:ThreeDFace from qooxdoo styles to get our samba.org background bacl. deryck Modified:

svn commit: samba r9330 - in branches/SAMBA_3_0/source/nsswitch: .

2005-08-16 Thread jerry
Author: jerry Date: 2005-08-16 21:15:41 + (Tue, 16 Aug 2005) New Revision: 9330 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9330 Log: Remove the classic dual daemon since it was not being used. It was already gone in trunk anyways. working on fixing BUG 3000

svn commit: samba r9331 - in trunk/source/nsswitch: .

2005-08-16 Thread jerry
Author: jerry Date: 2005-08-16 21:16:13 + (Tue, 16 Aug 2005) New Revision: 9331 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9331 Log: trying to syncronize a litle with SAMBA_3_0 Modified: trunk/source/nsswitch/winbindd.c Changeset: Modified:

svn commit: samba r9332 - in branches/SAMBA_3_0_RELEASE: . source/lib

2005-08-16 Thread jerry
Author: jerry Date: 2005-08-16 21:19:19 + (Tue, 16 Aug 2005) New Revision: 9332 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9332 Log: merge jeremy's smbstatus error message fix from 3.0 tree Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt

svn commit: samba r9333 - in branches/SOC/SAMBA_3_0/source: include libmsrpc libmsrpc/test/sam

2005-08-16 Thread skel
Author: skel Date: 2005-08-16 22:22:29 + (Tue, 16 Aug 2005) New Revision: 9333 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9333 Log: modified cac_SamGetNamesFromRids() to use a struct cac_LookupRidsRecord instead of 3 arrays. added cac_SamGetRidsFromNames()

svn commit: samba r9334 - in branches/SAMBA_3_0_RELEASE: . source/nsswitch

2005-08-16 Thread jerry
Author: jerry Date: 2005-08-16 22:29:46 + (Tue, 16 Aug 2005) New Revision: 9334 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9334 Log: merge fix for BUG 3000. we should be ready to ship now Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt

svn commit: samba r9335 - in branches/SAMBA_4_0/source/build/pidl/Parse/Pidl/Samba/NDR: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-16 23:19:17 + (Tue, 16 Aug 2005) New Revision: 9335 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9335 Log: only copy the in side of an array to the out side of an array when the array is a [ref] pointer. For non-ref arrays it is quite

Build status as of Wed Aug 17 00:00:02 2005

2005-08-16 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-08-16 00:00:12.0 + +++ /home/build/master/cache/broken_results.txt 2005-08-17 00:00:28.0 + @@ -1,17 +1,17 @@ -Build status as of Tue Aug 16 00:00:01 2005 +Build status as of Wed Aug

svn commit: lorikeet r423 - in trunk/sangria/src: . LatestDesign/cgi

2005-08-16 Thread amit
Author: amit Date: 2005-08-17 00:50:57 + (Wed, 17 Aug 2005) New Revision: 423 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=423 Log: HOW-TO.TXT added and few CGI scripts modified to include Server Restart and Refresh functionality Added:

svn commit: samba r9336 - in trunk/source: . lib libsmb

2005-08-16 Thread jra
Author: jra Date: 2005-08-17 01:16:47 + (Wed, 17 Aug 2005) New Revision: 9336 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9336 Log: Move arc4 into a separate file and add it to the makefile to fix dependencies. Jeremy. Added: trunk/source/lib/arc4.c

svn commit: samba r9337 - in branches/SAMBA_4_0/source/build/pidl/Parse/Pidl/Samba/NDR: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 01:20:22 + (Wed, 17 Aug 2005) New Revision: 9337 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9337 Log: defer the checking of array sizes until the end of the function/structure, as the checks might involve variables that have not

svn commit: samba r9338 - in branches/SAMBA_4_0/source: lib/registry librpc/idl rpc_server/winreg scripting/libjs torture/rpc

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 01:25:58 + (Wed, 17 Aug 2005) New Revision: 9338 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9338 Log: fixed the winreg IDL to be correct for the EnumKey and EnumValue calls. The previous IDL was just a workaround for the

svn commit: samba r9339 - in branches/SAMBA_4_0/source: build/pidl/Parse/Pidl/Samba scripting/ejs

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 01:29:35 + (Wed, 17 Aug 2005) New Revision: 9339 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9339 Log: treat arrays of uint8 values as a special DATA_BLOB type in the ejs interfaces to RPC. This makes large blobs of data much

svn commit: samba r9340 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 01:30:47 + (Wed, 17 Aug 2005) New Revision: 9340 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9340 Log: print the [in] contents when debugging even if the marshalling failed. This makes it easier to track down marshalling bugs.

svn commit: samba r9341 - in branches/SAMBA_4_0/testprogs/ejs: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 01:40:14 + (Wed, 17 Aug 2005) New Revision: 9341 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9341 Log: updated the winreg test program to take advantage of the new EnumValue functionality. It now completely enumerates a winreg

svn commit: samba r9342 - in branches/SAMBA_4_0/testprogs/ejs: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 02:21:40 + (Wed, 17 Aug 2005) New Revision: 9342 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9342 Log: removed extra libinclude of base.js Modified: branches/SAMBA_4_0/testprogs/ejs/winreg.js Changeset: Modified:

svn commit: samba r9343 - in branches/SOC/SAMBA_3_0/source: include libmsrpc libmsrpc/test/sam

2005-08-16 Thread skel
Author: skel Date: 2005-08-17 02:46:10 + (Wed, 17 Aug 2005) New Revision: 9343 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9343 Log: added EnumAliases() and some tests Modified: branches/SOC/SAMBA_3_0/source/include/libmsrpc.h

svn commit: samba r9344 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 02:55:31 + (Wed, 17 Aug 2005) New Revision: 9344 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9344 Log: started adding calls for manipulation of data blobs in ejs added: blobToArray() blobFromArray() blobCompare() Added:

svn commit: samba r9345 - in branches/SAMBA_4_0/testprogs/ejs: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 02:56:07 + (Wed, 17 Aug 2005) New Revision: 9345 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9345 Log: used the data blob functions in the echo.js test code Modified: branches/SAMBA_4_0/testprogs/ejs/echo.js Changeset:

svn commit: samba r9346 - in branches/SAMBA_4_0/source/script/tests: .

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 02:56:39 + (Wed, 17 Aug 2005) New Revision: 9346 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9346 Log: allow test_ldap.sh to be called when $CONFFILE is not set Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh

svn commit: samba r9347 - in branches/SAMBA_4_0/source: build/pidl/Parse/Pidl/Samba/NDR librpc/ndr

2005-08-16 Thread tridge
Author: tridge Date: 2005-08-17 03:30:45 + (Wed, 17 Aug 2005) New Revision: 9347 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9347 Log: this array bounds checking is harder than it looks ... this copes with 2 more situations: 1) where the array is NULL, which

svn commit: samba r9348 - in branches/SOC/SAMBA_3_0/source: include libmsrpc

2005-08-16 Thread skel
Author: skel Date: 2005-08-17 03:48:41 + (Wed, 17 Aug 2005) New Revision: 9348 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9348 Log: added cac_SamCreateAlias(), cac_SamOpenAlias(), cac_SamDeleteAlias(), cac_SamAddAliasMember() Modified:

svn commit: samba r9349 - in trunk/source/smbwrapper: .

2005-08-16 Thread jra
Author: jra Date: 2005-08-17 05:08:35 + (Wed, 17 Aug 2005) New Revision: 9349 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9349 Log: Fix direct malloc calls made by smbwrapper. Jeremy. Modified: trunk/source/smbwrapper/smbw_dir.c Changeset: Modified:

svn commit: samba r9350 - in branches/SAMBA_3_0/source/smbwrapper: .

2005-08-16 Thread jra
Author: jra Date: 2005-08-17 05:09:32 + (Wed, 17 Aug 2005) New Revision: 9350 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9350 Log: Fix direct malloc calls made by smbwrapper. Jeremy. Modified: branches/SAMBA_3_0/source/smbwrapper/smbw_dir.c Changeset:

svn commit: samba r9351 - in branches/SOC/SAMBA_4_0: . source/libnet source/torture/rpc

2005-08-16 Thread brad
Author: brad Date: 2005-08-17 05:15:31 + (Wed, 17 Aug 2005) New Revision: 9351 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9351 Log: [EMAIL PROTECTED]: j0j0 | 2005-08-16 23:23:58 -0600 Removed LIBNET_JOIN_TORTURE level, as it became unnecessary once

svn commit: samba r9352 - in branches/SOC/SAMBA_4_0: . source/torture/rpc

2005-08-16 Thread brad
Author: brad Date: 2005-08-17 05:24:49 + (Wed, 17 Aug 2005) New Revision: 9352 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9352 Log: [EMAIL PROTECTED]: j0j0 | 2005-08-16 23:33:25 -0600 Fixed a typo. Modified: branches/SOC/SAMBA_4_0/