summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett194-11372/+5785
It seems the format of main.mk changed in my sleep... Conflicts: source/main.mk (This used to be commit 56f2288e4f4f1aa70d11fc5f118458baf5803627)
2008-05-27Allow librpcsrcdir to be an absolute path.Jelmer Vernooij1-1/+1
(This used to be commit 8c0b55114fe35d498626d9d60cc4716b821d4d4f)
2008-05-27Add variable for smbreadline directory.Jelmer Vernooij2-2/+3
(This used to be commit 94167c7d4273fbd6084d6ddae7fd15dcb189d62f)
2008-05-27Allow external use of regf idl.Jelmer Vernooij1-5/+4
(This used to be commit 7b9b3ec02b27852cc32689a44c7f3fbbe43b7c6b)
2008-05-27Use variables for IDL file paths.Jelmer Vernooij1-1/+1
(This used to be commit 683ba6de41b3fecc14c18502ff82b4fa617618e5)
2008-05-27Use variable path for heimdal glue code.Jelmer Vernooij1-1/+1
(This used to be commit 3fce4889b3f6ddc38e3dd3e1ffd4e7252f370883)
2008-05-27Use variable for ndr_netlogon.o path.Jelmer Vernooij1-3/+2
(This used to be commit b5d9d7a0affb4dcd8b89830e6967e4a14b512619)
2008-05-27Simplify handling of source directory in et compile wrapper.Jelmer Vernooij2-22/+8
(This used to be commit 4e6fddda2e7d9e37f7b7ec99c5a58671f825a571)
2008-05-27Simplify handling of source directory in asn compile wrapper.Jelmer Vernooij2-22/+8
(This used to be commit 2c01d342b27832b930b81b04a90ed5630c6f470d)
2008-05-27Use variables in generated make fragments.Jelmer Vernooij2-2/+2
(This used to be commit 269f8c9f6e9e5f6ad20319956573f09232b7c48f)
2008-05-27Don't throw away cflags if they start with a variable.Jelmer Vernooij2-2/+5
(This used to be commit 9f81214239e1cf6563da4ed49d051fe56d3ab129)
2008-05-27Move more CFLAGS to Makefile.Jelmer Vernooij1-3/+3
(This used to be commit 0406713aad09b1ea4bd761519fd4897b94cfc7e5)
2008-05-27Move source dir variables to Makefile.Jelmer Vernooij2-47/+48
(This used to be commit fdc7c3568e5fbf510c874601d72798454b1c1ca6)
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij3-7/+6
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
2008-05-27Use variables for et files too.Jelmer Vernooij2-12/+14
(This used to be commit 953f796059e16ea082391cfd6a018531a2a5be4e)
2008-05-27Move asn1 cflags definition to gmake.Jelmer Vernooij1-2/+3
(This used to be commit 486d43355eb368c3f291ded5e353416e478ab862)
2008-05-27use varibale for asn1 compiler.Jelmer Vernooij2-2/+4
(This used to be commit 4543633ba046836d13da80d07d06c272c3abf9bc)
2008-05-27Use variables for more object file paths.Jelmer Vernooij1-5/+5
(This used to be commit 5008116479209a1275d7f9b41ea293b27a8f7632)
2008-05-27Use heimdalsrcdir variable for automatic dependencies.Jelmer Vernooij2-18/+18
(This used to be commit c5db384160aefc21141e94004faf4e89a204ff69)
2008-05-27Use variable for heimdal source dir in static deps file.Jelmer Vernooij1-23/+23
(This used to be commit df603ad290700c2b286972cd7a6a28ac07f81f60)
2008-05-27Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij1-0/+1
(This used to be commit 86ce8bf88acf3f9f9966ccf063bbf46d134ea4ba)
2008-05-27Use variable for socket wrapper include path.Jelmer Vernooij1-6/+6
(This used to be commit 01c0000def9492989c543e7ed6d48c58a3be1854)
2008-05-27Use new dynconfig.h location.Jelmer Vernooij13-12/+14
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
2008-05-27Use variable for source directories.Jelmer Vernooij1-23/+25
(This used to be commit e40fc0bc4bcf91c35baba1230354d3185a34076e)
2008-05-27Use variable for ldb source directory.Jelmer Vernooij4-38/+38
(This used to be commit 48bfce0ea51b952baef5bfa667405e8742e5016f)
2008-05-27Move version.o and dynconfig.o into their own directory.Jelmer Vernooij6-8/+6
(This used to be commit 2cc924a412578c052a7793408300c28c8bc87c2d)
2008-05-27fixed uninitialised variableAndrew Tridgell1-2/+2
(This used to be commit 8d2e20fcb984c122fbf98cfe712b3145941d881d)
2008-05-27fixed file_attributes testAndrew Tridgell1-1/+1
(This used to be commit 791ce0fe39a9d9e0d40b9850ff6f0cc9077fe2f1)
2008-05-27ensure that we honor SMB2 read min_count properlyAndrew Tridgell3-12/+10
(This used to be commit 318038d6f670efffa96d8b0db63f46b3752e1cd3)
2008-05-27added a basic SMB2 read test suiteAndrew Tridgell3-1/+144
(This used to be commit 4aeda5c11414a4a7ef44da32be05209cb5caa90c)
2008-05-27re-enable some testsAndrew Tridgell1-3/+3
(This used to be commit c15b24a2f4346b6f07e1d5fd4f2bef7cd09cf350)
2008-05-27enforce lock ordering in SMB2Andrew Tridgell2-31/+99
(This used to be commit 3bec932a89006521ba74bde7943b8cd5b4a660d8)
2008-05-27added support for the output fields of SMB2 closeAndrew Tridgell4-21/+112
(This used to be commit 2633bc749792c224acc73a2e4ca723404331c19c)
2008-05-27Start an 'NTP signing server' in Samba4.Andrew Bartlett5-0/+313
I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae)
2008-05-27added some SMB2 locking tests from gentestAndrew Tridgell1-0/+30
(This used to be commit 2932fcb04646bb921fb1daa365dd4c86cadfe4c0)
2008-05-27another attempt at the damn SEC_STD_SYNCHRONIZE flagAndrew Tridgell1-4/+1
(This used to be commit 2ac27bfffa557d6c0f71c443b43a8d1967edb177)
2008-05-27it seems that lock flags are only validated when UNLOCK is setAndrew Tridgell1-3/+4
(This used to be commit d1bde5830cd56042236d72598e5cfe9c7abc4c47)
2008-05-27disable the SEC_STD_SYNCHRONIZE test until we know what it meansAndrew Tridgell1-0/+2
(This used to be commit 897f4582bee72e319874e8a2d064ba442415571d)
2008-05-27another gentest derived testAndrew Tridgell1-0/+21
(This used to be commit bb546ab3779b235c5276ef9a714d1ca57b6815c9)
2008-05-27make the SEC_STD_SYNCHRONIZE test more specificAndrew Tridgell1-2/+5
(This used to be commit 8c263f91bda97eb910c8589b6cd987ec4a62d770)
2008-05-27SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell2-3/+16
(This used to be commit 067f1271adaa13d537bbc92b19fe8d633cbaaf50)
2008-05-27expanded the SMB2 create testingAndrew Tridgell2-3/+77
(This used to be commit 71915128498674d9937780b9278fd2ac1eb06ba8)
2008-05-27check for some more invalid bits in smb2 createAndrew Tridgell1-0/+9
(This used to be commit dcdaa9f5fd9150b16fb277213e864e5c39d831d6)
2008-05-27Vista returns ACCESS_DENIED hereAndrew Tridgell1-1/+1
(This used to be commit f5068c6e50215f6ea7108d58d783394a315ff14f)
2008-05-27add a mask of invalid security bitsAndrew Tridgell1-0/+3
(This used to be commit ccbf5238767605f020ede66c8027731487c8cf00)
2008-05-27cope better with read only files in smb2_deltreeAndrew Tridgell1-0/+10
(This used to be commit 88a2c7b2f44f160836e477e460812df557204f51)
2008-05-27cleanup some warnings and add --skip-cleanupAndrew Tridgell1-49/+173
(This used to be commit c73dd078eaa20c7bf0b833e65b24c29aab738f25)
2008-05-27check invalid create options in the right orderAndrew Tridgell1-1/+8
(This used to be commit 73dbfb9b4148dbfdc30518c08db4658d189f4160)
2008-05-27don't alter the in blobs in a SMB2 create, otherwise two calls in aAndrew Tridgell1-5/+6
row will fail (This used to be commit 3b811a52fe9a8356337ad149d01a3498c09d900a)
2008-05-27the start of a SMB2 create test suiteAndrew Tridgell3-1/+105
(This used to be commit 16787e99f3de7255e315651c095486f90f65f2ca)