Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 2236ad9096b0ebf19baffb9410bc6347b31c98e9)
|
|
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)
|
|
rpc-related calls.
rafal
(This used to be commit 860f9bcb1ef76ccee59187aa182d4fb765ef5ecd)
|
|
(This used to be commit 9938b7391ddc558e4962e342180738ce9891180e)
|
|
(This used to be commit b4796266c3dcd000a034c94ed2ff249735d5db92)
|
|
(This used to be commit b5802770322678d3f9c2044039cc254024612f9b)
|
|
(This used to be commit 94d182d6ad7e21c1c1722d91eb84d895889b945c)
|
|
rebuilt when a header file is changed. It also means parallel builds work now.
It will take a minute or so to generate all the dependency information,
but there should be no need to rebuild that information later on, unless
a file changes.
This behaviour is only enabled when building in developer mode
(--enable-developer) and requires a GNU make (or compatible). In all other
cases, the file 'static_deps.mk' is included, which contains some basic
hardcoded dependency information.
(This used to be commit eb435386f015ce1d89eb6f7e7837622ebd9e1951)
|
|
hosts!)
(This used to be commit f523c51b34c2305dcf861c542336f161a072a2f0)
|
|
(This used to be commit 44e132cf1a48174f538348b743096251b3e8f92f)
|
|
(This used to be commit d033f13970cd4c8b4d22b813f058f4ac669cb04d)
|
|
(This used to be commit 765fd852e789371f6b6361acd7603f8056ac14a9)
|
|
cflags.pl when using GNU make
(This used to be commit 4354147f6b5e9485d0550fa6c8a33be526f54db6)
|
|
(This used to be commit 25b93e043edc21fa40928c9166764a3a7e1b1e23)
|
|
$PREFIX. I should've remembered, as this problem has hit me before...
(This used to be commit 6a03e18ab881060f67c0313bd2ea4680b6a45f9f)
|
|
(This used to be commit 1e6f3c04344070c222508729ee1afdc0e8b3e476)
|
|
(This used to be commit 130db1abbe7f0998019bdf59332991b2a7d35eb2)
|
|
(This used to be commit 4ae0a28b2e85609226aa14c14e06aefad64ee293)
|
|
(This used to be commit c85c4b97f35ac32c3e7b40fa84414171975ecf54)
|
|
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
|
|
with this it's now possible to write a
ntvfs_test programm like the vfstest in samba3
also smb2 support will be possible later
metze
(This used to be commit 7253153691e35cd206346fbd4e9b9f95c042f602)
|
|
make sure file and search handles are cleaned up
before anything else in the pvfs_state struct,
as there destructors reply on a valid pvfs_state struct
metze
(This used to be commit aaa5d377b9b6145a83c0e686c7fbb7b561ae8988)
|
|
(This used to be commit 1e1c5593817e84c59c1a10b5a3c1957e363e5198)
|
|
the 3 bytes for WordCount and ByteCount are included in MIN_SMB_SIZE...
metze
(This used to be commit 4ff3fb35e88643a4637bfca032a6505f9dce3843)
|
|
metze
(This used to be commit e3f6e53075b34faea6d8a3b9f75aa739e3b0bb7f)
|
|
metze
(This used to be commit cee56387cf62b3cbcc7fbed5d3549d56c2a2d0da)
|
|
(This used to be commit 0ef3fc567c9c57cfb81923e1bb6d0d8393075861)
|
|
(This used to be commit 0944dca9586e3dc5ef4a9516c47151d8b121767f)
|
|
(This used to be commit 2b93fd5246c64f8abad8a8f52b933553d93cb167)
|
|
(This used to be commit 87cfd6883ef73b8eeee4ca0a201e449417fa066b)
|
|
(This used to be commit ee49674dc6cbda95590409541703c36534b195b3)
|
|
(This used to be commit b96aa4ce2a9918bcbe5d0c498fd7a964253817b5)
|
|
(This used to be commit 863ca4014d9b821706ee90f58ab5d5cf3899a4c7)
|
|
now smbsrv_setup_reply() and req_setup_chain_reply() do the same thing
tridge: can you please check if this is correct,
I wonder why we don't got valgrind errors...
as the over allocation is disabled currently
metze
(This used to be commit 3441a4a74fb324a4dfbca13219df4c55ebcfbf6c)
|
|
(This used to be commit 48941ecc870ac96a944beb5657950ad3ec1f1f11)
|
|
Add new header for torture utility functions, so torture.h doesn't
need to depend on the SMB libraries
(This used to be commit ab162bcafc666f226332d4678b0875139a0d65c2)
|
|
metze
(This used to be commit f130632dc58b7afc8270c1bc8a13e3451f8d9ec0)
|
|
(smbtorture.c)
(This used to be commit 7f9c11e7b1d7f6ce943900860febe0f43ea6548e)
|
|
of the base tests that were currently in torture.c
(This used to be commit 4e7c3c7e1fe383b37d90954982e8bf150a06663a)
|
|
(This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f)
|
|
their modules.
(This used to be commit 2cb96e08f3c69f21ed14b12d79f441628a790ce6)
|
|
(This used to be commit c7f6b0801da00d6eeb846f63a39b656f02b7a6e8)
|
|
(This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
|
|
tridge: can you review this please
metze
(This used to be commit f2e9b2c3a2304320ac090549815b174887b3e466)
|
|
This should fix the segfaults on the build farm.
Metze: please check
Andrew Bartlett
(This used to be commit fb927a71173eba2bd33bbb9ea589b63f5e33b3f2)
|
|
(including modules, codepages and ejs!) without installing.
(This used to be commit cdff0a63fe13197b63f022a4d1460a232cec7051)
|
|
(This used to be commit 867fc489228a827fae08de3969e0db2a22192609)
|
|
asn1 compiler every time a .mk file changed, thus causing the
recompilation of the files generated from ASN1.
(This used to be commit 4cd1e017e335818ef4585ff1096cb9968d14399f)
|
|
don't support immediate structures
(This used to be commit 657a893b25bc6669f016a9d251e07120d025f436)
|
|
(This used to be commit c74fc55831ca24819ae7f5e0920d0351e2b46a08)
|