[Samba] Freebsd + Samba + Ldap + Acls - No locking file

2007-08-13 Thread vwdragon
Hello.. File server freebsd 6.2-STABLE + samba-3.0.25a + ldap + acls Problem: I've a situation where file locking does not seem to be functioning as expected, in that more than one user can open and write to a file without any notifications being displayed about the file already being opened

[Samba] Re: oplock not working correctly

2007-08-13 Thread vwdragon
Hello.. I've the same problem... dou you get solution? Iain: I posted a problem with oplock previously, but am guessing it goto lost in an earlier thread with the same subject line, so here goes another shot: Using Samba 3.0.22 on a Gentoo box (kernel 2.6.15) I've a situation where file

Re: [Samba] AD + winbindd(8): group permissions being ignored ? WTF ?

2007-08-13 Thread Doug VanLeuven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wilkinson, Alex wrote: Hi all, I am successfully authenticating FreeBSD 7.0-CURRENT #1: Wed Jul 25 17:31:15 WST 2007 against AD. Users can log in succesfully with home directories being served via amd(8) and NFS. However, I have discovered a

[Samba] password server DOMDC1 rejected the password: NT_STATUS_LOGON_FAILURE

2007-08-13 Thread Michael Chalvatzis
Hello list, I have trouble with a smb configuration that worked fine before I upgraded my samba to the latest stable release. I used samba 3.0.23c (Slackware11) and now I'm using samba 3.0.25b (Slackware12). The error/failure looks like this: I'm trying to connect to my HOME service and I

Re: [Samba] Trailing backslash issue with Windows Shares

2007-08-13 Thread Mac
Hi there, I have Samba 3.0.25b running as a PDC. When opening a share on a Windows member server from an XP/Vista client, if I add a trailing backslash after a share name (e.g. \\WIN-SERVER\C$\) then an explorer windows appears immediately and correctly contains the share. Without the

Re: [Samba] ppolicy overlay (WAS: Enforcing Password Policies...)

2007-08-13 Thread Thierry Lacoste
On Monday 13 August 2007 03:11, Andrew Bartlett wrote: On Thu, 2007-08-09 at 00:56 +0200, Thierry Lacoste wrote: On Wednesday 08 August 2007 20:17, Matt Anderson wrote: Dear Help, I'm currently running Samba with an LDAP passdb backend. I'm trying to figure out how to NOT allow a

[Samba] ldap passwd sync on 3.0.25a

2007-08-13 Thread Thierry Lacoste
I have an strange issue with ldap passwd sync = only on FreeBSD 6.1 with Samba 3.0.25a + OpenLDAP 2.3.37 I have the OpenLDAP smbk5pwd overlay which successfuly synchronizes LM and NT passwords: $ ldappasswd -D 'cn=sambamgr,ou=managers,o=stars' -w sambapass -s secret1

Re: [Samba] AD + winbindd(8): group permissions being ignored ? WTF ?

2007-08-13 Thread Wilkinson, Alex
0n Mon, Aug 13, 2007 at 01:44:19AM -0700, Doug VanLeuven wrote: Have a look and see if this report is relevant in your case (it's fairly long): https://bugzilla.samba.org/show_bug.cgi?id=3990 This is my *exact* problem. I am using version 3.0.25a,1.1. And looking at

[Samba] small patch

2007-08-13 Thread Jurzitza, Dieter
Dear listmembers, this patch improves behaviour of samba-3.0.25b with regard to finding the right config.h. --- source/lib/replace/replace.h.original 2007-04-21 03:48:08.0 +0200 +++ source/lib/replace/replace.h2007-08-13 13:17:43.0 +0200 @@ -29,7 +29,7 @@ #define

Re: [Samba] OK. there I am again!

2007-08-13 Thread John Drescher
For most of these answers the following links have a lot of information: http://samba.org/samba/docs/man/Samba-HOWTO-Collection/NetworkBrowsing.html#id349177 http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.fastconnect/doc/fastcon/winnetcon.htm

[Samba] UID and GID mappings

2007-08-13 Thread Mark Campbell
With a smb.conf like the following where does samba store the UID to GID mappings? Is there a way to view this? Also can't I use a method that converts SIDs to UIDs and GIDs on a consistent basis? Thanks Mark #=== Global Settings =

Re: [Samba] Re: oplock not working correctly

2007-08-13 Thread John Drescher
On 8/13/07, vwdragon [EMAIL PROTECTED] wrote: Hello.. I've the same problem... dou you get solution? Iain: I posted a problem with oplock previously, but am guessing it goto lost in an earlier thread with the same subject line, so here goes another shot: Using Samba 3.0.22 on a

[Samba] Re: oplock not working correctly

2007-08-13 Thread vwdragon
Are these files MS office files? I ask that because of the way MS opens files that it never writes to the file that it opens. It instead creates a new file and writes to the new then deletes the old and renames the new to the old. Although having said that I am not sure how Office tells a file

[Samba] Compile error

2007-08-13 Thread Mark Campbell
When I t ry to compile the lastest release of samba i get the following error: Undefined first referenced symbol in file error_message libsmb/cliconnect.o (symbol belongs to implicit dependency

[Samba] Samba and Windows Domain Usernames

2007-08-13 Thread Marco Ferra
Hi to all on the samba lista. I'm new on Samba and on the mailing list so forgive me for any misunderstading that I may commit. I have a Samba daemon running on a OpenBSD machine with only a directory shared. Anyone can read and write on that directory. However, on the same local network there

svn commit: samba r24355 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread metze
Author: metze Date: 2007-08-13 07:20:19 + (Mon, 13 Aug 2007) New Revision: 24355 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24355 Log: move reply_outbuf() to the place where it's used metze Modified: branches/SAMBA_3_2/source/smbd/reply.c Changeset:

svn commit: samba r24356 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 08:33:01 + (Mon, 13 Aug 2007) New Revision: 24356 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24356 Log: Add send_nt_replies_new wrapper Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset: Modified:

svn commit: samba r24357 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 08:50:09 + (Mon, 13 Aug 2007) New Revision: 24357 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24357 Log: Check wct in reply_nttrans[s] Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset: Modified:

svn commit: samba-docs r1147 - in trunk/manpages-3: .

2007-08-13 Thread kseeger
Author: kseeger Date: 2007-08-13 09:02:42 + (Mon, 13 Aug 2007) New Revision: 1147 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1147 Log: Fix typos found by Bjoern Jacke [EMAIL PROTECTED] Karolin Modified: trunk/manpages-3/pam_winbind.7.xml Changeset:

svn commit: samba r24358 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 09:12:21 + (Mon, 13 Aug 2007) New Revision: 24358 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24358 Log: Push reply_prep_legacy into reply_nttrans[s] Modified: branches/SAMBA_3_2/source/smbd/nttrans.c

svn commit: samba r24359 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 09:49:03 + (Mon, 13 Aug 2007) New Revision: 24359 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24359 Log: Fix the build Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset: Modified:

svn commit: samba-docs r1148 - in trunk/Samba3-HOWTO: .

2007-08-13 Thread jht
Author: jht Date: 2007-08-13 13:14:52 + (Mon, 13 Aug 2007) New Revision: 1148 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1148 Log: Removal of mulitple passdb backend notes. Modified: trunk/Samba3-HOWTO/TOSHARG-Passdb.xml Changeset: Modified:

svn commit: samba r24360 - in branches: SAMBA_3_2/source/librpc/ndr SAMBA_3_2_0/source/librpc/ndr

2007-08-13 Thread gd
Author: gd Date: 2007-08-13 13:05:17 + (Mon, 13 Aug 2007) New Revision: 24360 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24360 Log: Make ndr_print_debug_helper() output readable. Guenther Modified: branches/SAMBA_3_2/source/librpc/ndr/ndr.c

svn commit: samba r24362 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 14:40:56 + (Mon, 13 Aug 2007) New Revision: 24362 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24362 Log: Initialize padding also when no params are sent back Modified: branches/SAMBA_3_2/source/smbd/trans2.c Changeset:

svn commit: samba r24363 - in branches/SAMBA_4_0/source/param: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 14:43:18 + (Mon, 13 Aug 2007) New Revision: 24363 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24363 Log: Add template shell and template homedir settings to smb.conf Modified: branches/SAMBA_4_0/source/param/loadparm.c

svn commit: samba r24361 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 14:29:44 + (Mon, 13 Aug 2007) New Revision: 24361 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24361 Log: Push reply_prep_legacy down in reply_nttrans[s] Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset:

svn commit: samba r24365 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 15:22:26 + (Mon, 13 Aug 2007) New Revision: 24365 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24365 Log: Implemet backend for wbinfo -S, sid2uid Added: branches/SAMBA_4_0/source/winbind/wb_sid2uid.c Modified:

svn commit: samba r24366 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 15:27:37 + (Mon, 13 Aug 2007) New Revision: 24366 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24366 Log: Implemet backend for wbinfo -Y, sid2gid Added: branches/SAMBA_4_0/source/winbind/wb_sid2gid.c Modified:

svn commit: samba r24364 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 15:18:34 + (Mon, 13 Aug 2007) New Revision: 24364 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24364 Log: Remove sync call from name2domain, bump debug level to 5 Modified: branches/SAMBA_4_0/source/winbind/wb_name2domain.c

svn commit: samba r24367 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 15:40:37 + (Mon, 13 Aug 2007) New Revision: 24367 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24367 Log: Push reply_prep_legacy into handle_nttrans Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset: Modified:

svn commit: samba r24370 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 15:49:09 + (Mon, 13 Aug 2007) New Revision: 24370 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24370 Log: Implement wbinfo -i backend (getpwnam) Added: branches/SAMBA_4_0/source/winbind/wb_cmd_getpwnam.c Modified:

svn commit: samba r24368 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 15:41:29 + (Mon, 13 Aug 2007) New Revision: 24368 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24368 Log: Push down reply_prep_legacy one level Not pretty, but necessary to convert the calls one by one Modified:

svn commit: samba r24369 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 15:41:31 + (Mon, 13 Aug 2007) New Revision: 24369 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24369 Log: Don't use goto in wb_name2domain, fix wb_samba3_split_names call. Missed this one on my previous name2domain cleanup patch.

svn commit: samba r24371 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 15:58:41 + (Mon, 13 Aug 2007) New Revision: 24371 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24371 Log: Actually add the glue to make wbinfo -S and wbinfo -Y work Modified: branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c

svn commit: samba r24373 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 16:20:26 + (Mon, 13 Aug 2007) New Revision: 24373 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24373 Log: Implement backend for wbinfo -G (gid2sid) Modified: branches/SAMBA_4_0/source/winbind/config.mk

svn commit: samba r24374 - in branches/SAMBA_4_0/source/nsswitch: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 16:26:39 + (Mon, 13 Aug 2007) New Revision: 24374 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24374 Log: Add a getpwuid lookup to wbinfo Modified: branches/SAMBA_4_0/source/nsswitch/wbinfo.c Changeset: Modified:

svn commit: samba r24372 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 16:07:47 + (Mon, 13 Aug 2007) New Revision: 24372 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24372 Log: Implement backend for wbinfo -U Added: branches/SAMBA_4_0/source/winbind/wb_uid2sid.c Modified:

svn commit: samba-docs r1149 - in trunk/Samba3-HOWTO: .

2007-08-13 Thread jht
Author: jht Date: 2007-08-13 16:00:27 + (Mon, 13 Aug 2007) New Revision: 1149 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1149 Log: Fix a typo. Thanks to Thomas Bork. Modified: trunk/Samba3-HOWTO/TOSHARG-Passdb.xml Changeset: Modified:

svn commit: samba r24376 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 16:45:51 + (Mon, 13 Aug 2007) New Revision: 24376 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24376 Log: Missed this file from the checkin, sorry. Added: branches/SAMBA_4_0/source/winbind/wb_gid2sid.c Changeset: Added:

svn commit: samba r24375 - in branches/SAMBA_4_0/source/winbind: .

2007-08-13 Thread kai
Author: kai Date: 2007-08-13 16:34:29 + (Mon, 13 Aug 2007) New Revision: 24375 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24375 Log: Implement backend for wbinfo --uid-infp (getpwuid) Added: branches/SAMBA_4_0/source/winbind/wb_cmd_getpwuid.c Modified:

svn commit: samba r24377 - in branches/SAMBA_3_0_26/source/libsmb: .

2007-08-13 Thread derrell
Author: derrell Date: 2007-08-13 17:45:03 + (Mon, 13 Aug 2007) New Revision: 24377 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24377 Log: - ACL retrieval provided incomplete information because the buffer pointer was incremented too far in some

svn commit: samba r24378 - in branches/SAMBA_3_0_25/source/libsmb: .

2007-08-13 Thread derrell
Author: derrell Date: 2007-08-13 17:46:11 + (Mon, 13 Aug 2007) New Revision: 24378 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24378 Log: - ACL retrieval provided incomplete information because the buffer pointer was incremented too far in some

svn commit: samba r24379 - in branches/SAMBA_3_0_26/source/libsmb: .

2007-08-13 Thread derrell
Author: derrell Date: 2007-08-13 18:07:26 + (Mon, 13 Aug 2007) New Revision: 24379 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24379 Log: - Apply patch from SATOH Fumiyasu to fix bug 4750. smbc_telldir_ctx() was not returning a value useful to

svn commit: samba r24380 - in branches/SAMBA_3_0_25/source/libsmb: .

2007-08-13 Thread derrell
Author: derrell Date: 2007-08-13 18:07:48 + (Mon, 13 Aug 2007) New Revision: 24380 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24380 Log: - Apply patch from SATOH Fumiyasu to fix bug 4750. smbc_telldir_ctx() was not returning a value useful to

svn commit: samba r24381 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 19:03:52 + (Mon, 13 Aug 2007) New Revision: 24381 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24381 Log: Push reply_prep_legacy into call_nt_transact_create Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset:

svn commit: samba r24382 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 19:22:07 + (Mon, 13 Aug 2007) New Revision: 24382 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24382 Log: Remove reply_prep_legacy from call_nt_transact_create Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset:

svn commit: samba r24383 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 19:58:28 + (Mon, 13 Aug 2007) New Revision: 24383 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24383 Log: Convert call_nt_transact_ioctl to the new API Modified: branches/SAMBA_3_2/source/smbd/nttrans.c

svn commit: samba r24384 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 19:59:00 + (Mon, 13 Aug 2007) New Revision: 24384 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24384 Log: Convert call_nt_transact_set_security_desc to the new API Modified: branches/SAMBA_3_2/source/smbd/nttrans.c

svn commit: samba r24385 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-13 20:16:33 + (Mon, 13 Aug 2007) New Revision: 24385 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24385 Log: Convert call_nt_transact_query_security_desc to the new API Modified: branches/SAMBA_3_2/source/smbd/nttrans.c

svn commit: samba r24386 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread jra
Author: jra Date: 2007-08-13 20:29:24 + (Mon, 13 Aug 2007) New Revision: 24386 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24386 Log: Piss off Volker (not deliberately) by checking in a reply_mknew - conversion. Sorry vl, remove one of your 15 patches :-).

Build status as of Tue Aug 14 00:00:02 2007

2007-08-13 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-08-13 00:01:09.0 + +++ /home/build/master/cache/broken_results.txt 2007-08-14 00:01:14.0 + @@ -1,4 +1,4 @@ -Build status as of Mon Aug 13 00:00:02 2007 +Build status as of Tue Aug

svn commit: samba r24387 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread jra
Author: jra Date: 2007-08-14 01:45:26 + (Tue, 14 Aug 2007) New Revision: 24387 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24387 Log: Convert readbraw to the new api. Volker, keep checking in your patches please :-). I'll work on SMBreadBmpx tomorrow. Jeremy.

svn commit: samba r24388 - in branches/SAMBA_3_2: examples/libsmbclient source/libsmb

2007-08-13 Thread derrell
Author: derrell Date: 2007-08-14 03:02:34 + (Tue, 14 Aug 2007) New Revision: 24388 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24388 Log: - ACL retrieval provided incomplete information because the buffer pointer was incremented too far in some circumstances.

svn commit: samba r24389 - in branches/SAMBA_3_2_0: examples/libsmbclient source/libsmb

2007-08-13 Thread derrell
Author: derrell Date: 2007-08-14 03:02:52 + (Tue, 14 Aug 2007) New Revision: 24389 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24389 Log: - ACL retrieval provided incomplete information because the buffer pointer was incremented too far in some circumstances.

svn commit: samba r24390 - in branches/SAMBA_4_0/source/torture/local: .

2007-08-13 Thread abartlet
Author: abartlet Date: 2007-08-14 03:10:22 + (Tue, 14 Aug 2007) New Revision: 24390 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24390 Log: Another attempt to find out why we fail the LOCAL-EVENT test on some build farm hosts. Andrew Bartlett Modified:

svn commit: samba r24391 - in branches/SAMBA_3_2/source/smbd: .

2007-08-13 Thread vlendec
Author: vlendec Date: 2007-08-14 05:58:13 + (Tue, 14 Aug 2007) New Revision: 24391 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24391 Log: Convert call_nt_transact_get_user_quota to the new API Modified: branches/SAMBA_3_2/source/smbd/nttrans.c Changeset: