Günther Deschner
492b8d38bf
r18822: Automatically remove a forced dfs standard root creation.
...
Guenther
(This used to be commit 5af5c1877465092b0682d4f166f6e33511e4a292)
2007-10-10 14:19:14 -05:00
Günther Deschner
677b680fcd
r18821: Correctly name dfs_AddStdRootForced() test.
...
Guenther
(This used to be commit 0ee08738697bee4fbeebb1e45211d193a6dc7abb)
2007-10-10 14:19:13 -05:00
Günther Deschner
9639c372ed
r18815: Fill in IDL for domain based DFS root functions (dfs_AddFtRoot,
...
dfs_RemoveFtRoot and dfs_FlushFtTable).
Guenther
(This used to be commit 91d4fc25c5448cd8e3d6991b38a9f2190324c6b2)
2007-10-10 14:19:13 -05:00
Andrew Tridgell
8c3b54f01d
r18808: added SMB2-MAXWRITE test and SMB2-DIR tests
...
expanded size of dangerous level for write in SMB2-CONNECT test
(This used to be commit 355c6e78a91f4e934479829e722f873ca7e66baf)
2007-10-10 14:19:13 -05:00
Andrew Tridgell
4f913d91cb
r18807: don't overtax the imaginations of servers that can't do mkdir on \\dirname\\
...
(This used to be commit 6f2b585f8eb0feb79c0a9d11f1cae3b16e8f162f)
2007-10-10 14:19:13 -05:00
Andrew Tridgell
fb1d60363e
r18806: fixed two spelling errors
...
(This used to be commit f11112d7f0a6b1550008fd8192be2592412fb222)
2007-10-10 14:19:13 -05:00
Andrew Tridgell
660964f133
r18805: make error message match function name
...
(This used to be commit e46d8ed53f8eb4ba596ab6fc1924eb7f1829a3df)
2007-10-10 14:19:12 -05:00
Stefan Metzmacher
ead672ea09
r18800: fix a write behind the buffer bug...
...
Thanks Herb for finding this:-)
This was my bug, I typed it in on gd's laptop and he just run 'svn ci'
metze
(This used to be commit 3c08e29f4fdde586084bdcf1b36eaf92ae944750)
2007-10-10 14:19:12 -05:00
Stefan Metzmacher
b82c525d13
r18783: fix make pch
...
metze
(This used to be commit e2b16a09b3363d3a72edce03724cb05204f2a350)
2007-10-10 14:19:12 -05:00
Günther Deschner
da94f9ffd9
r18782: Do not send random data to the password change (although that reveals
...
interesting new password set tests), make sure to send valid characters.
Guenther
(This used to be commit f193c5347cf5ef019becbc98965b83c6b249483c)
2007-10-10 14:19:11 -05:00
Andrew Bartlett
77db3973c4
r18781: Move the usnCreated and usnChanged handling around again.
...
This moves these attributes from objectguid into an optional backend
(objectguid), used by ltdb. For OpenLDAP, the entryUUID module
converts entryCSN into usnChanged.
This also changes the sequence number API, and uses 'time based'
sequence numbers, when an LDAP or similar backend is detected.
To assist this, we also store the last modified time in the TDB,
whenever we change a value.
Andrew Bartlett
(This used to be commit 72858f859483c0c532dddb2c146d6bd7b9be5072)
2007-10-10 14:19:11 -05:00
Jelmer Vernooij
f12584ccae
r18780: Add convenience "make testenv" to launch the xtermtest Andrew just added.
...
(This used to be commit e2cf38eca0f6fd632a9f544837eea90d66fd9cc6)
2007-10-10 14:19:11 -05:00
Andrew Bartlett
67231dcbb1
r18779: Not simo's fault, this is actually a bug I introduced a week ago, when I fixed the previous bug in this code.
...
We need to remove fragments from the incoming fragment list, or else
we leak (actually, we walk free()'ed data as we add/remove elements).
Andrew Bartlett
(This used to be commit 77473d2ef9a7673cebb56b398acf390fd51a08c8)
2007-10-10 14:19:11 -05:00
Simo Sorce
8d1b32083e
r18777: add helper functions to create an ldb_request structure
...
(This used to be commit bcbe82873f2f0a4e2552ed27eb171028de4560a7)
2007-10-10 14:19:11 -05:00
Günther Deschner
3a3da493f0
r18776: Fill in and test dfs_ManagerInitialize().
...
Guenther
(This used to be commit 3e0e9506b62322cba65d992fc8d783001595e7e7)
2007-10-10 14:19:10 -05:00
Andrew Bartlett
bd0245bbd6
r18775: Performing an ldb op of 'do nothing' is pointless, and breaks against
...
OpenLDAP.
Andrew Bartlett
(This used to be commit 9ce88a8917d383104c47f794a8c554c43d13e383)
2007-10-10 14:19:10 -05:00
Andrew Bartlett
94bd704fba
r18774: This allows an automated way to setup the test environment in a shell,
...
with all the helpful env variables set.
TEST_LDAP=yes script/tests/selftest.sh st/ xterm SOCKET_WRAPPER
Andrew Bartlett
(This used to be commit 1a48fa96bc4b096a72bf5e4455aaa43c63966c10)
2007-10-10 14:19:10 -05:00
Andrew Bartlett
df98ee6558
r18770: Avoid crashes and fix up other issues in the client-side paged_searches module.
...
In particular, we must query the remote server to find out if paged
searches are supported, not the local ldb.
This patch also removes the ue of bool, and returns it to LDB error codes.
Andrew Bartlett
(This used to be commit d36d05858bb9b87802f5ffb83285ef12b9646741)
2007-10-10 14:19:10 -05:00
Jelmer Vernooij
85ba30961b
r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)
...
(This used to be commit cc8c403de8c6558031c14f929a485361b7eb0222)
2007-10-10 14:19:10 -05:00
Jelmer Vernooij
e9834410d4
r18768: Fix some warnings.
...
(This used to be commit ac6c925f64f348e27a95f687398d1aaa913fd846)
2007-10-10 14:19:09 -05:00
Jelmer Vernooij
d6e65c2318
r18767: Fix [ref] pointer in object oriented interfaces. Removes a
...
bunch of warnings when compiling dcom.idl.
(This used to be commit 6f6dd761460e063eda3c1d0706358cb336c181fd)
2007-10-10 14:19:09 -05:00
Günther Deschner
448544935c
r18766: Getting rid of one test_GetManagerVersion() call and fix the build.
...
Guenther
(This used to be commit dc9045b30c97e676a4d77356d3430f7337089ab5)
2007-10-10 14:19:09 -05:00
Günther Deschner
7b3ed9e3ed
r18765: Fill in dfs_SetInfo() IDL and align function arguments with the names
...
found in the documentation.
Guenther
(This used to be commit 56d16c10ef35eb160528381c81fd4561e49c3531)
2007-10-10 14:19:09 -05:00
Günther Deschner
1556c70f7b
r18764: Test all standalone DFS root functions in the torture test.
...
Guenther
(This used to be commit 54f41ac444b9dd083ca1bd33bc8a2585f3c03344)
2007-10-10 14:19:08 -05:00
Günther Deschner
71f3672048
r18763: Removing old dfs_Add test, will be replaced with another one soon.
...
Guenther
(This used to be commit eca9c200849d02006c171b7fe87b85054c26b7a5)
2007-10-10 14:19:08 -05:00
Günther Deschner
298f487fae
r18762: Fillin standalone DFS root functions IDL.
...
Guenther
(This used to be commit a8a6d7b649eb8610d7ee6d666e3df91afb50ac01)
2007-10-10 14:19:08 -05:00
Günther Deschner
13b3421d96
r18759: Do not use "simple" as test password as pointed out by Andrew Bartlett.
...
Thanks metze.
Guenther
(This used to be commit ea313d55655626cd4c8058cf5e89c0baa1cdcd6d)
2007-10-10 14:19:08 -05:00
Simo Sorce
a0ea586b25
r18757: Disable this for now
...
(This used to be commit f84a130c4bda8cc0221fff324d93a8617cacc511)
2007-10-10 14:19:08 -05:00
Rafal Szczesniak
e99a0dd94a
r18753: expand the test so that it does a growing number of changes
...
(up to 8, currently) randomly generated _and_ verify if the
change has actually been made.
surprising results when running the test (I hope it's just
a bug somewhere in it or in the libnet code).
rafal
(This used to be commit 652a291145ac18de2734266ebba843abe659b7db)
2007-10-10 14:19:07 -05:00
Rafal Szczesniak
2a689f463b
r18752: When change is a big one, it needs to be made in a couple
...
of set user info calls one after another (each one using
different info level). Also, try to do as many changes as
possible using a single infolevel.
rafal
(This used to be commit cee9a69ffaa51f0a2a0e7dcf89e183b3925feb97)
2007-10-10 14:19:07 -05:00
Günther Deschner
dfddcf65a9
r18751: Check for samr reject codes and their particular order.
...
Guenther
(This used to be commit 8f9ab07e78a3c89085754c9f6447c2b56292980c)
2007-10-10 14:19:07 -05:00
Jelmer Vernooij
9523e42a26
r18750: Disable not updating the last-modifification-time of proto headers because this was confusing make.
...
(This used to be commit 4f5987e77f653984c60e3b34cd5aac5aa0a01124)
2007-10-10 14:19:07 -05:00
Jelmer Vernooij
8524a6f5c9
r18749: Disable automatic dependencies by default (use --enable-automatic-dependencies to reenable).
...
(This used to be commit 5506c404877434c403bbe3055c6dd6c32531c96d)
2007-10-10 14:19:06 -05:00
Günther Deschner
4de1fbfde8
r18746: Fix the build.
...
Guenther
(This used to be commit 34cff06e25ce63e2e3e78f9191138d21189a60a8)
2007-10-10 14:19:06 -05:00
Günther Deschner
8c8240c677
r18743: Mention share name in error output.
...
Guenther
(This used to be commit 18505ce2834e768e8f9fe09f7dbf2a3e93290e91)
2007-10-10 14:19:06 -05:00
Günther Deschner
5915254bdf
r18741: test dfs_Enum and dfs_EnumEx in the torture test.
...
Guenther
(This used to be commit de5fe8350d7c5812d4197ad2712275f338e43243)
2007-10-10 14:19:06 -05:00
Simo Sorce
fec00fd6f8
r18740: Some more work around srvsvc
...
(This used to be commit be2f4a2c44ed2b4d586f0d6e9976158f33fb29d8)
2007-10-10 14:19:06 -05:00
Günther Deschner
345863915f
r18738: Fill in dfs_VolumeState.
...
Hm, wondering if there is a better way to let that be composed out of
one dfs_VolumeFlavor flag and one dfs_VolumeState flag.
Guenther
(This used to be commit 152fcddebc459624002c002bd2ee457ff6bca9ba)
2007-10-10 14:19:05 -05:00
Günther Deschner
f5a5cb6a1f
r18737: Fill in the documented dfs_Target_PriorityClass.
...
Guenther
(This used to be commit d2805754a242a395d0322fb6b44965f41a81c217)
2007-10-10 14:19:05 -05:00
Günther Deschner
386f72bcfd
r18736: Fill in the dfs_PropertyFlags (verified with dfsutil.exe).
...
Guenther
(This used to be commit f402f9898819a50886213e921f1136db40142ed6)
2007-10-10 14:19:05 -05:00
Günther Deschner
ba87f3ee68
r18735: Fill in dfs_StorageState.
...
Guenther
(This used to be commit 4b767d6eefe66e742980cbad3f5bbbf941556820)
2007-10-10 14:19:05 -05:00
Günther Deschner
218a4ca176
r18734: Add flag to distinguish a standalone from a domain based DFS root.
...
Guenther
(This used to be commit 5d9941acdbce2cab63dbd09d3fff84ac8edb20c3)
2007-10-10 14:19:05 -05:00
Günther Deschner
9ee940e877
r18733: More work on DFS idl. Start to add new infolevels (as of w2k3 sp1).
...
Guenther
(This used to be commit d4e5d80c1d52b5bb2ebbf18c217032d61095aa00)
2007-10-10 14:19:04 -05:00
Jelmer Vernooij
22f5fed6a6
r18723: Update list of provided macros/defines in README.
...
(This used to be commit 5e951bdeec2d7d872410fafb9f051eb4340b6e50)
2007-10-10 14:19:04 -05:00
Jelmer Vernooij
324a779167
r18721: Fix base and samba3sam EJS tests to work without installation.
...
(This used to be commit d062e101664a90f2f7bf0980449f920aa719ee76)
2007-10-10 14:19:04 -05:00
Andrew Tridgell
f4c49e8ef2
r18716: put in a commented out useful hack for some RPC servers
...
(This used to be commit fcf6d827199eac83fa424f2eb87a72ed8463e150)
2007-10-10 14:19:04 -05:00
Andrew Tridgell
19f9b91d28
r18715: 0x8 style status returns should also fail here (thanks metze)
...
(This used to be commit f55de25ab30f9270bbd139dc1e683101db1069c8)
2007-10-10 14:19:03 -05:00
Stefan Metzmacher
fd511d47e9
r18708: much nicer fix
...
metze
(This used to be commit 8999a9eb2e7f3e8e4ff8f5311b9375bde590f2a5)
2007-10-10 14:19:03 -05:00
Stefan Metzmacher
72838feaf6
r18706: fix whitespaces
...
metze
(This used to be commit e4f34c2030d8283baeb5e3fa7632fba8decea23b)
2007-10-10 14:19:03 -05:00
Stefan Metzmacher
e1b77f87ef
r18704: readd BOOL define to fix the build
...
but I think this is the wrong fix...
metze
(This used to be commit 018b142d93ba2d36cd68db407e4a591461137b9b)
2007-10-10 14:19:03 -05:00