summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell5-3/+230
expanded size of dangerous level for write in SMB2-CONNECT test (This used to be commit 355c6e78a91f4e934479829e722f873ca7e66baf)
2007-10-10r18807: don't overtax the imaginations of servers that can't do mkdir on ↵Andrew Tridgell1-2/+2
\\dirname\\ (This used to be commit 6f2b585f8eb0feb79c0a9d11f1cae3b16e8f162f)
2007-10-10r18806: fixed two spelling errorsAndrew Tridgell1-2/+2
(This used to be commit f11112d7f0a6b1550008fd8192be2592412fb222)
2007-10-10r18805: make error message match function nameAndrew Tridgell1-1/+1
(This used to be commit e46d8ed53f8eb4ba596ab6fc1924eb7f1829a3df)
2007-10-10r18800: fix a write behind the buffer bug...Stefan Metzmacher1-4/+2
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-10r18783: fix make pchStefan Metzmacher1-1/+1
metze (This used to be commit e2b16a09b3363d3a72edce03724cb05204f2a350)
2007-10-10r18782: Do not send random data to the password change (although that revealsGünther Deschner1-2/+2
interesting new password set tests), make sure to send valid characters. Guenther (This used to be commit f193c5347cf5ef019becbc98965b83c6b249483c)
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett12-162/+471
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-10r18780: Add convenience "make testenv" to launch the xtermtest Andrew just ↵Jelmer Vernooij1-0/+3
added. (This used to be commit e2cf38eca0f6fd632a9f544837eea90d66fd9cc6)
2007-10-10r18779: Not simo's fault, this is actually a bug I introduced a week ago, ↵Andrew Bartlett1-1/+4
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-10r18777: add helper functions to create an ldb_request structureSimo Sorce2-69/+205
(This used to be commit bcbe82873f2f0a4e2552ed27eb171028de4560a7)
2007-10-10r18776: Fill in and test dfs_ManagerInitialize().Günther Deschner2-4/+36
Guenther (This used to be commit 3e0e9506b62322cba65d992fc8d783001595e7e7)
2007-10-10r18775: Performing an ldb op of 'do nothing' is pointless, and breaks againstAndrew Bartlett1-1/+1
OpenLDAP. Andrew Bartlett (This used to be commit 9ce88a8917d383104c47f794a8c554c43d13e383)
2007-10-10r18774: This allows an automated way to setup the test environment in a shell,Andrew Bartlett1-0/+2
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-10r18770: Avoid crashes and fix up other issues in the client-side ↵Andrew Bartlett1-27/+57
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-10r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)Jelmer Vernooij1-4/+4
(This used to be commit cc8c403de8c6558031c14f929a485361b7eb0222)
2007-10-10r18768: Fix some warnings.Jelmer Vernooij1-5/+5
(This used to be commit ac6c925f64f348e27a95f687398d1aaa913fd846)
2007-10-10r18767: Fix [ref] pointer in object oriented interfaces. Removes aJelmer Vernooij1-2/+2
bunch of warnings when compiling dcom.idl. (This used to be commit 6f6dd761460e063eda3c1d0706358cb336c181fd)
2007-10-10r18766: Getting rid of one test_GetManagerVersion() call and fix the build.Günther Deschner1-5/+3
Guenther (This used to be commit dc9045b30c97e676a4d77356d3430f7337089ab5)
2007-10-10r18765: Fill in dfs_SetInfo() IDL and align function arguments with the namesGünther Deschner1-11/+17
found in the documentation. Guenther (This used to be commit 56d16c10ef35eb160528381c81fd4561e49c3531)
2007-10-10r18764: Test all standalone DFS root functions in the torture test.Günther Deschner1-0/+237
Guenther (This used to be commit 54f41ac444b9dd083ca1bd33bc8a2585f3c03344)
2007-10-10r18763: Removing old dfs_Add test, will be replaced with another one soon.Günther Deschner1-35/+0
Guenther (This used to be commit eca9c200849d02006c171b7fe87b85054c26b7a5)
2007-10-10r18762: Fillin standalone DFS root functions IDL.Günther Deschner1-7/+21
Guenther (This used to be commit a8a6d7b649eb8610d7ee6d666e3df91afb50ac01)
2007-10-10r18759: Do not use "simple" as test password as pointed out by Andrew Bartlett.Günther Deschner1-3/+14
Thanks metze. Guenther (This used to be commit ea313d55655626cd4c8058cf5e89c0baa1cdcd6d)
2007-10-10r18757: Disable this for nowSimo Sorce1-1/+1
(This used to be commit f84a130c4bda8cc0221fff324d93a8617cacc511)
2007-10-10r18753: expand the test so that it does a growing number of changesRafal Szczesniak1-66/+136
(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-10r18752: When change is a big one, it needs to be made in a coupleRafal Szczesniak1-26/+84
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-10r18751: Check for samr reject codes and their particular order.Günther Deschner2-19/+203
Guenther (This used to be commit 8f9ab07e78a3c89085754c9f6447c2b56292980c)
2007-10-10r18750: Disable not updating the last-modifification-time of proto headers ↵Jelmer Vernooij1-13/+5
because this was confusing make. (This used to be commit 4f5987e77f653984c60e3b34cd5aac5aa0a01124)
2007-10-10r18749: Disable automatic dependencies by default (use ↵Jelmer Vernooij2-1/+6
--enable-automatic-dependencies to reenable). (This used to be commit 5506c404877434c403bbe3055c6dd6c32531c96d)
2007-10-10r18746: Fix the build.Günther Deschner1-1/+1
Guenther (This used to be commit 34cff06e25ce63e2e3e78f9191138d21189a60a8)
2007-10-10r18743: Mention share name in error output.Günther Deschner1-8/+12
Guenther (This used to be commit 18505ce2834e768e8f9fe09f7dbf2a3e93290e91)
2007-10-10r18741: test dfs_Enum and dfs_EnumEx in the torture test.Günther Deschner1-23/+104
Guenther (This used to be commit de5fe8350d7c5812d4197ad2712275f338e43243)
2007-10-10r18740: Some more work around srvsvcSimo Sorce2-180/+438
(This used to be commit be2f4a2c44ed2b4d586f0d6e9976158f33fb29d8)
2007-10-10r18738: Fill in dfs_VolumeState.Günther Deschner1-6/+16
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-10r18737: Fill in the documented dfs_Target_PriorityClass.Günther Deschner1-1/+10
Guenther (This used to be commit d2805754a242a395d0322fb6b44965f41a81c217)
2007-10-10r18736: Fill in the dfs_PropertyFlags (verified with dfsutil.exe).Günther Deschner1-3/+12
Guenther (This used to be commit f402f9898819a50886213e921f1136db40142ed6)
2007-10-10r18735: Fill in dfs_StorageState.Günther Deschner1-3/+12
Guenther (This used to be commit 4b767d6eefe66e742980cbad3f5bbbf941556820)
2007-10-10r18734: Add flag to distinguish a standalone from a domain based DFS root.Günther Deschner1-1/+6
Guenther (This used to be commit 5d9941acdbce2cab63dbd09d3fff84ac8edb20c3)
2007-10-10r18733: More work on DFS idl. Start to add new infolevels (as of w2k3 sp1).Günther Deschner1-1/+67
Guenther (This used to be commit d4e5d80c1d52b5bb2ebbf18c217032d61095aa00)
2007-10-10r18723: Update list of provided macros/defines in README.Jelmer Vernooij1-0/+7
(This used to be commit 5e951bdeec2d7d872410fafb9f051eb4340b6e50)
2007-10-10r18721: Fix base and samba3sam EJS tests to work without installation.Jelmer Vernooij1-2/+2
(This used to be commit d062e101664a90f2f7bf0980449f920aa719ee76)
2007-10-10r18716: put in a commented out useful hack for some RPC serversAndrew Tridgell1-0/+8
(This used to be commit fcf6d827199eac83fa424f2eb87a72ed8463e150)
2007-10-10r18715: 0x8 style status returns should also fail here (thanks metze)Andrew Tridgell1-1/+1
(This used to be commit f55de25ab30f9270bbd139dc1e683101db1069c8)
2007-10-10r18708: much nicer fixStefan Metzmacher1-2/+1
metze (This used to be commit 8999a9eb2e7f3e8e4ff8f5311b9375bde590f2a5)
2007-10-10r18706: fix whitespacesStefan Metzmacher1-4/+4
metze (This used to be commit e4f34c2030d8283baeb5e3fa7632fba8decea23b)
2007-10-10r18704: readd BOOL define to fix the buildStefan Metzmacher1-0/+1
but I think this is the wrong fix... metze (This used to be commit 018b142d93ba2d36cd68db407e4a591461137b9b)
2007-10-10r18696: Zero initialize ref ptrs.Jelmer Vernooij1-2/+2
(This used to be commit 8de48f62e7840431fe5bfbb1c61daaafcf421ff1)
2007-10-10r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code.Jelmer Vernooij2-0/+14
(This used to be commit d28ae3f70ad4f6b09780e600ecb98c39cc62fd24)
2007-10-10r18691: Forgot to add copyright info.Rafal Szczesniak1-0/+20
rafal (This used to be commit 1289d419a8fc3e541d9d2f1812e169800d650e71)