kai/samba.git
15 years agosocket_wrapper: truncate packets to a 1500 byte payload
Stefan Metzmacher [Tue, 10 Jun 2008 06:33:24 +0000 (08:33 +0200)]
socket_wrapper: truncate packets to a 1500 byte payload

Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes
so that're getting a correctly formatted pcap file and the result
look more like real network traffic.

metze

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Tue, 10 Jun 2008 03:19:56 +0000 (13:19 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local

15 years agoTone down the warnings in the WHATSNEW.
Andrew Bartlett [Tue, 10 Jun 2008 02:54:45 +0000 (12:54 +1000)]
Tone down the warnings in the WHATSNEW.

Also fix some things up for the next release.

Andrew Bartlett

15 years agoheimdal_build: rename config.m{k,4} => internal.m{k,4}
Stefan Metzmacher [Thu, 5 Jun 2008 19:13:23 +0000 (19:13 +0000)]
heimdal_build: rename config.m{k,4} => internal.m{k,4}

metze

15 years agoconfigure: we require autoconf 2.54
Stefan Metzmacher [Mon, 9 Jun 2008 08:42:07 +0000 (10:42 +0200)]
configure: we require autoconf 2.54

I've tested with autoconf from 2.53 to 2.62.

metze

15 years agolibreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
Stefan Metzmacher [Mon, 9 Jun 2008 08:39:48 +0000 (10:39 +0200)]
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required

This fixes ./autogen.sh with autoconf-2.62

metze

15 years agolibreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:38:09 +0000 (10:38 +0200)]
libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze

15 years agobuild/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:37:12 +0000 (10:37 +0200)]
build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze

15 years agoMake it possible to disable gnutls at configure time,
Simo Sorce [Sun, 8 Jun 2008 23:16:26 +0000 (19:16 -0400)]
Make it possible to disable gnutls at configure time,
until someone will finally decide to fix it.

15 years agoAdd more docstrings in tdb.
Jelmer Vernooij [Sun, 8 Jun 2008 02:20:26 +0000 (04:20 +0200)]
Add more docstrings in tdb.

15 years agofixed for per session session_key here too
Andrew Tridgell [Sat, 7 Jun 2008 18:10:23 +0000 (11:10 -0700)]
fixed for per session session_key here too

15 years agomake signing per session in the SMB2 client library
Andrew Tridgell [Sat, 7 Jun 2008 15:30:51 +0000 (08:30 -0700)]
make signing per session in the SMB2 client library

Thanks to Metze for spotting this

15 years agofixed mandatory signing
Andrew Tridgell [Sat, 7 Jun 2008 15:14:25 +0000 (08:14 -0700)]
fixed mandatory signing

Metze pointed out that if signing is mandatory in the server then we
need to reject packets without the signed flag if the packet contains
a session id.

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Sat, 7 Jun 2008 05:11:00 +0000 (22:11 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

15 years agoadded server side SMB2 signing
Andrew Tridgell [Sat, 7 Jun 2008 05:10:30 +0000 (22:10 -0700)]
added server side SMB2 signing

15 years agohandle NULL fields in blob comparison
Andrew Tridgell [Fri, 6 Jun 2008 17:54:17 +0000 (10:54 -0700)]
handle NULL fields in blob comparison

15 years agoensure we don't end up with a partially initialised EA structure
Andrew Tridgell [Fri, 6 Jun 2008 17:53:00 +0000 (10:53 -0700)]
ensure we don't end up with a partially initialised EA structure

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij [Thu, 5 Jun 2008 20:03:17 +0000 (22:03 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

15 years agoAdd convenience function for creating nbt sockets in torture.
Jelmer Vernooij [Thu, 5 Jun 2008 20:02:41 +0000 (22:02 +0200)]
Add convenience function for creating nbt sockets in torture.

15 years agoanother SMB2-LOCK fix now that we know that the UNLOCK flag is only
Andrew Tridgell [Thu, 5 Jun 2008 00:52:13 +0000 (17:52 -0700)]
another SMB2-LOCK fix now that we know that the UNLOCK flag is only
honoured on the first lock in a set

15 years agofixed SMB2-LOCK test for new semantics (from docs)
Andrew Tridgell [Wed, 4 Jun 2008 20:04:48 +0000 (13:04 -0700)]
fixed SMB2-LOCK test for new semantics (from docs)

15 years agocopied the Heimdal sha256 functions into lib/crypto to avoid a link
Andrew Tridgell [Wed, 4 Jun 2008 16:42:55 +0000 (09:42 -0700)]
copied the Heimdal sha256 functions into lib/crypto to avoid a link
error

Hopefully we can remove this again later

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Wed, 4 Jun 2008 16:25:16 +0000 (09:25 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

15 years agokdc: we don't need any *_locl.h header from heimdal in the kdc
Stefan Metzmacher [Wed, 4 Jun 2008 13:39:17 +0000 (15:39 +0200)]
kdc: we don't need any *_locl.h header from heimdal in the kdc

metze

15 years agolib/crypto: remove unused sha1 and hmac-sha1 code
Stefan Metzmacher [Wed, 4 Jun 2008 06:54:42 +0000 (08:54 +0200)]
lib/crypto: remove unused sha1 and hmac-sha1 code

metze

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Tue, 3 Jun 2008 22:11:42 +0000 (15:11 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

15 years agoAlign the Python and EJS ldap tests.
Andrew Bartlett [Tue, 3 Jun 2008 13:27:22 +0000 (23:27 +1000)]
Align the Python and EJS ldap tests.

We should now (need to review and compare them once more) be able to
remove ldap.js (and once samba3sam.js is done, smbscript).

Andrew Bartlett

15 years agoselftest: don't skip BASE-DELAYWRITE
Stefan Metzmacher [Mon, 5 May 2008 11:10:02 +0000 (13:10 +0200)]
selftest: don't skip BASE-DELAYWRITE

metze

15 years agoselftest: pass torture:writetimeupdatedelay to smbtorture
Stefan Metzmacher [Mon, 5 May 2008 11:06:54 +0000 (13:06 +0200)]
selftest: pass torture:writetimeupdatedelay to smbtorture

metze

15 years agoselftest: set posix:writetimeupdatedelay
Stefan Metzmacher [Tue, 3 Jun 2008 09:06:33 +0000 (11:06 +0200)]
selftest: set posix:writetimeupdatedelay

metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
15 years agopvfs: use utimes() instead of utime() to get better timestamp resolution
Stefan Metzmacher [Tue, 3 Jun 2008 11:32:04 +0000 (13:32 +0200)]
pvfs: use utimes() instead of utime() to get better timestamp resolution

Note: that libreplace always provides utimes()

metze

15 years agopvfs_close: correctly handle the write time updates passed by close()
Stefan Metzmacher [Thu, 8 May 2008 20:16:55 +0000 (22:16 +0200)]
pvfs_close: correctly handle the write time updates passed by close()

metze

15 years agopvfs: correctly set the write time in the handle destructor
Stefan Metzmacher [Tue, 3 Jun 2008 09:54:21 +0000 (11:54 +0200)]
pvfs: correctly set the write time in the handle destructor

metze

15 years agopvfs_setfileinfo: update the write time in the opendb
Stefan Metzmacher [Tue, 3 Jun 2008 09:47:12 +0000 (11:47 +0200)]
pvfs_setfileinfo: update the write time in the opendb

metze

15 years agopvfs: trigger a write time update 2 seconds after the first write
Stefan Metzmacher [Tue, 3 Jun 2008 09:36:08 +0000 (11:36 +0200)]
pvfs: trigger a write time update 2 seconds after the first write

metze

15 years agopvfs: add posix:writetimeupdatedelay option
Stefan Metzmacher [Tue, 3 Jun 2008 09:34:10 +0000 (11:34 +0200)]
pvfs: add posix:writetimeupdatedelay option

metze

15 years agopvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb
Stefan Metzmacher [Mon, 5 May 2008 10:18:47 +0000 (12:18 +0200)]
pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb

By default get the current write time from the opendb,
but allow callers to pass PVFS_RESOLVE_NO_OPENDB
for performance reasons, if they don't need to the write time.

metze

15 years agoopendb: add write time handling
Stefan Metzmacher [Tue, 15 Apr 2008 14:00:42 +0000 (16:00 +0200)]
opendb: add write time handling

metze

15 years agoBASE-DELAYWRITE: fix test on filesystem without high resolution timestamps
Stefan Metzmacher [Tue, 3 Jun 2008 12:01:02 +0000 (14:01 +0200)]
BASE-DELAYWRITE: fix test on filesystem without high resolution timestamps

metze

15 years agoBASE-DELAYWRITE: add missing time checks to make sure the server has updated the...
Stefan Metzmacher [Mon, 5 May 2008 13:05:41 +0000 (15:05 +0200)]
BASE-DELAYWRITE: add missing time checks to make sure the server has updated the write time

metze

15 years agoOn the road to alpha5...
Andrew Bartlett [Tue, 3 Jun 2008 05:14:09 +0000 (15:14 +1000)]
On the road to alpha5...

15 years agoMerge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Tue, 3 Jun 2008 05:13:28 +0000 (15:13 +1000)]
Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-local

15 years agoSMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell [Tue, 3 Jun 2008 04:29:27 +0000 (14:29 +1000)]
SMB2 signing now works. The spec was wrong (and will be fixed in the
next version)

15 years agoRemove outdated README save-diskspace-tags/samba-4.0.0alpha4
Andrew Bartlett [Tue, 3 Jun 2008 04:11:40 +0000 (14:11 +1000)]
Remove outdated README

15 years agoI probably should warn about GnuTLS bad mojo...
Andrew Bartlett [Tue, 3 Jun 2008 02:02:20 +0000 (12:02 +1000)]
I probably should warn about GnuTLS bad mojo...

Andrew Bartlett

15 years agoMark as the real Samba4 alpha4 release.
Andrew Bartlett [Tue, 3 Jun 2008 01:34:16 +0000 (11:34 +1000)]
Mark as the real Samba4 alpha4 release.

15 years agoClarify that our build farm status really sucks at the moment...
Andrew Bartlett [Tue, 3 Jun 2008 01:33:29 +0000 (11:33 +1000)]
Clarify that our build farm status really sucks at the moment...

Andrew Bartlett

15 years agosetpassword should be executable
Andrew Tridgell [Mon, 2 Jun 2008 23:36:46 +0000 (09:36 +1000)]
setpassword should be executable

15 years agoit is not valid to set a UNLOCK flag on a lock request
Andrew Tridgell [Mon, 2 Jun 2008 23:36:02 +0000 (09:36 +1000)]
it is not valid to set a UNLOCK flag on a lock request

15 years agokrb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specified
Stefan Metzmacher [Mon, 2 Jun 2008 14:27:44 +0000 (16:27 +0200)]
krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specified

Windows (and heimdal) accepts packets with token header
in the server, but it doesn't match the windows client.
We now match the windows client and that fixes
also the display in wireshark.

metze

15 years agoFix WHATSNEW.
Andrew Bartlett [Mon, 2 Jun 2008 11:05:56 +0000 (21:05 +1000)]
Fix WHATSNEW.

In particular, I can't find the DCOM code, so presumably it's still in
a branch.

Andrew Bartlett

15 years agoFirst draft of a WHATSNEW for a new release.
Andrew Bartlett [Mon, 2 Jun 2008 07:28:36 +0000 (17:28 +1000)]
First draft of a WHATSNEW for a new release.

I'm sure I've missed a lot of work - patches welcome!

Andrew Bartlett

15 years agomore updates for new info levels
Andrew Tridgell [Mon, 2 Jun 2008 01:05:06 +0000 (11:05 +1000)]
more updates for new info levels

15 years agoremove a pstring
Andrew Tridgell [Mon, 2 Jun 2008 01:04:46 +0000 (11:04 +1000)]
remove a pstring

15 years agoremove unused macros
Andrew Tridgell [Mon, 2 Jun 2008 01:04:36 +0000 (11:04 +1000)]
remove unused macros

15 years agosmbpid is 32 bit, and update SMB2 locking per MS-SMB2
Andrew Tridgell [Mon, 2 Jun 2008 01:04:13 +0000 (11:04 +1000)]
smbpid is 32 bit, and update SMB2 locking per MS-SMB2

The UNLOCK bit is only used from the first lock structure

15 years agosmbpid needs to be 32 bit now to cope with SMB2
Andrew Tridgell [Mon, 2 Jun 2008 01:03:19 +0000 (11:03 +1000)]
smbpid needs to be 32 bit now to cope with SMB2

15 years agoupdated some info levels based on WSPP docs
Andrew Tridgell [Mon, 2 Jun 2008 01:02:57 +0000 (11:02 +1000)]
updated some info levels based on WSPP docs

15 years agofixed a warning
Andrew Tridgell [Mon, 2 Jun 2008 01:02:37 +0000 (11:02 +1000)]
fixed a warning

15 years agocheck for requested buffer size in getinfo call
Andrew Tridgell [Sat, 31 May 2008 03:39:51 +0000 (13:39 +1000)]
check for requested buffer size in getinfo call

15 years agomore useful output in scan
Andrew Tridgell [Sat, 31 May 2008 03:39:34 +0000 (13:39 +1000)]
more useful output in scan

15 years agoRevert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett [Fri, 30 May 2008 22:35:55 +0000 (08:35 +1000)]
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c

This commit broke the build, because not all files (libreplace, popt)
were updated.

Andrew Bartlett

15 years agoFix samdb python test.
Jelmer Vernooij [Fri, 30 May 2008 12:15:40 +0000 (14:15 +0200)]
Fix samdb python test.

15 years agoAdd header to knownfail file.
Jelmer Vernooij [Fri, 30 May 2008 12:13:23 +0000 (14:13 +0200)]
Add header to knownfail file.

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij [Fri, 30 May 2008 10:18:07 +0000 (12:18 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs

Conflicts:

source/samba4-skip

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Fri, 30 May 2008 07:26:42 +0000 (17:26 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local

15 years agoSkip the samba4.samdb.python test.
Andrew Bartlett [Fri, 30 May 2008 07:23:56 +0000 (17:23 +1000)]
Skip the samba4.samdb.python test.

I'll need to talk to jelmer about why this doesn't work...

Andrew Bartlett

15 years agoimplemented client side SMB2 signing
Andrew Tridgell [Fri, 30 May 2008 07:03:54 +0000 (17:03 +1000)]
implemented client side SMB2 signing

This doessn't work against Windows yet, and I've submitted a WSPP
request for clarification of the docs to try and find out
why. Meanwhile this is no worse than what we had, as it only gets used
when the server demands signing, and we didn't work then anyway.

15 years agotwo more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()
Andrew Tridgell [Fri, 30 May 2008 06:19:22 +0000 (16:19 +1000)]
two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()

15 years agofixed a segv in the python messaging code on 64 bit systems
Andrew Tridgell [Fri, 30 May 2008 06:11:07 +0000 (16:11 +1000)]
fixed a segv in the python messaging code on 64 bit systems

15 years agoFix the samba4.dcerpc.bare.python test.
Andrew Bartlett [Fri, 30 May 2008 05:26:10 +0000 (15:26 +1000)]
Fix the samba4.dcerpc.bare.python test.

The loadparm context isn't really optional, as otherwise we can't find
the right server to connect to.

Andrew Bartlett

15 years agoPlace the NTP signd socket in the selftest area
Andrew Bartlett [Fri, 30 May 2008 05:21:40 +0000 (15:21 +1000)]
Place the NTP signd socket in the selftest area

15 years agoFix rpcecho test.
Andrew Bartlett [Fri, 30 May 2008 05:09:59 +0000 (15:09 +1000)]
Fix rpcecho test.

15 years agoReorder the linking of objects into a binary.
Andrew Bartlett [Fri, 30 May 2008 04:58:47 +0000 (14:58 +1000)]
Reorder the linking of objects into a binary.

The hope here is to get 'main' closer to the front of the binary,
which might help linking of PPC with gcov (we were overflowing the
24bit limit on the TOC)

Andrew Bartlett

15 years agoDon't pass an smb.conf to provision tests.
Andrew Bartlett [Fri, 30 May 2008 04:36:24 +0000 (14:36 +1000)]
Don't pass an smb.conf to provision tests.

These tests will create their own smb.conf in their prefix anyway.

Andrew Bartlett

15 years agoFix up provision and samdb tests.
Andrew Bartlett [Fri, 30 May 2008 04:26:47 +0000 (14:26 +1000)]
Fix up provision and samdb tests.

This fixes up the provision to operate with a target directory - it
must override the smb.conf in this case.

Andrew Bartlett

15 years agoMake sure reason for skipping is output.
Jelmer Vernooij [Fri, 30 May 2008 02:12:39 +0000 (04:12 +0200)]
Make sure reason for skipping is output.

15 years agoMove CFLAGS handling out of smb_build.
Jelmer Vernooij [Fri, 30 May 2008 00:07:28 +0000 (02:07 +0200)]
Move CFLAGS handling out of smb_build.

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Thu, 29 May 2008 21:55:29 +0000 (07:55 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local

15 years agoRemove test from samba4-skip, it is avoided in samba4_tests.sh
Andrew Bartlett [Thu, 29 May 2008 21:54:09 +0000 (07:54 +1000)]
Remove test from samba4-skip, it is avoided in samba4_tests.sh

Andrew Bartlett

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Thu, 29 May 2008 21:50:22 +0000 (07:50 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

15 years agothe docs shows that this is a o16s32 blob
Andrew Tridgell [Thu, 29 May 2008 21:28:53 +0000 (07:28 +1000)]
the docs shows that this is a o16s32 blob

15 years agodon't emulate broken SMB2 locking behaviour from windows
Andrew Tridgell [Thu, 29 May 2008 21:28:29 +0000 (07:28 +1000)]
don't emulate broken SMB2 locking behaviour from windows

15 years agoAdd samba4-slow file listing tests that succeed but are just slow.
Jelmer Vernooij [Thu, 29 May 2008 16:19:19 +0000 (18:19 +0200)]
Add samba4-slow file listing tests that succeed but are just slow.

Added a 'make slowtest' target that does run these tests.

Also added some comments in the test lists files.

15 years agoAllow full-line comments in include/exclude files.
Jelmer Vernooij [Thu, 29 May 2008 16:17:42 +0000 (18:17 +0200)]
Allow full-line comments in include/exclude files.

15 years agoFix samdb test and enable it.
Jelmer Vernooij [Thu, 29 May 2008 15:38:12 +0000 (17:38 +0200)]
Fix samdb test and enable it.

15 years agoUpdate after changes to the provision API, make sure temp dir gets cleaned
Jelmer Vernooij [Thu, 29 May 2008 15:31:16 +0000 (17:31 +0200)]
Update after changes to the provision API, make sure temp dir gets cleaned
up.

15 years agoCheck test directory is cleaned up by Python tests.
Jelmer Vernooij [Thu, 29 May 2008 15:29:56 +0000 (17:29 +0200)]
Check test directory is cleaned up by Python tests.

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij [Thu, 29 May 2008 13:51:24 +0000 (15:51 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs

15 years agoFix extra dash in command line flag.
Jelmer Vernooij [Thu, 29 May 2008 13:50:52 +0000 (15:50 +0200)]
Fix extra dash in command line flag.

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Thu, 29 May 2008 12:23:25 +0000 (22:23 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

15 years agodon't mask out SEC_FILE_READ_ATTRIBUTE on SMB2
Andrew Tridgell [Thu, 29 May 2008 12:22:42 +0000 (22:22 +1000)]
don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2

15 years agomerged gentest.c and gentest_smb2.c
Andrew Tridgell [Thu, 29 May 2008 11:32:08 +0000 (21:32 +1000)]
merged gentest.c and gentest_smb2.c

The one gentest tool now covers both SMB and SMB2, using the command
line switch --smb2 for SMB2

15 years agofixed the error code for bad SMB2 ioctls
Andrew Tridgell [Thu, 29 May 2008 10:46:18 +0000 (20:46 +1000)]
fixed the error code for bad SMB2 ioctls

15 years agoRemove extra spaces on prefixMap input and output.
Andrew Bartlett [Thu, 29 May 2008 10:16:18 +0000 (20:16 +1000)]
Remove extra spaces on prefixMap input and output.

Metze requested that the format not include spaces, and the input parser
already expects this.

Andrew Bartlett

15 years agoFinish the LDIF parsers for the prefixMap attribute.
Andrew Bartlett [Thu, 29 May 2008 10:01:32 +0000 (20:01 +1000)]
Finish the LDIF parsers for the prefixMap attribute.

Andrew Bartlett

15 years agofix from WSPP SMB2 test 11
Andrew Tridgell [Thu, 29 May 2008 09:32:04 +0000 (19:32 +1000)]
fix from WSPP SMB2 test 11

15 years agocheck maximal_access here too
Andrew Tridgell [Thu, 29 May 2008 09:30:11 +0000 (19:30 +1000)]
check maximal_access here too

15 years agotest the maximal access return
Andrew Tridgell [Thu, 29 May 2008 09:16:44 +0000 (19:16 +1000)]
test the maximal access return

15 years agoadded support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell [Thu, 29 May 2008 09:16:26 +0000 (19:16 +1000)]
added support for returning the maximal access MXAC tag in SMB2 create