summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * add testing of creating a file with an initial ACL on SMB2Andrew Tridgell2008-05-283-31/+95
| | | | | | | | (This used to be commit e957e86a03baa0c0daf3bfe1aaeceb7a08e3c24e)
| * added a newline at the end of the IDLAndrew Tridgell2008-05-281-1/+1
| | | | | | | | (This used to be commit 6386155e99628377046e23342bc640710567afd0)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-288-2/+327
| |\ | | | | | | | | | (This used to be commit 7245e62f08e2bda96471318cac612b25697bc3e9)
| * | test unknown tags and bad tag lengthsAndrew Tridgell2008-05-281-0/+19
| | | | | | | | | | | | (This used to be commit 72902c1d0f85048adf3088b4f90bbc34858b8658)
| * | added some of the new SMB2 create tags to gentest_smb2Andrew Tridgell2008-05-281-1/+17
| | | | | | | | | | | | (This used to be commit b3f638581689946084148b241f9fd7c0b938ade2)
| * | ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell2008-05-281-1/+16
| | | | | | | | | | | | (This used to be commit a6cc89fffe8c149b540f2125cea57f31331d5460)
| * | added testing of SMB2 create blobsAndrew Tridgell2008-05-281-2/+100
| | | | | | | | | | | | (This used to be commit a48cbec6b90c6ba9db870fc33eed06b36612d8ff)
| * | implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-284-11/+84
| | | | | | | | | | | | | | | | | | Not all of them are honoured yet, but they are all parsed and the ones that have SMB equivalents are honoured (This used to be commit 9fc70e2ed6a54f6d9a0530f4d37c0f8acadb6778)
| * | expose a function for pushing all SMB2 create blobsAndrew Tridgell2008-05-281-17/+36
| | | | | | | | | | | | (This used to be commit f5985a0490e4105a9b0208f6b7b19e635db324f9)
| * | added support for all of the known SMB2 create tags in our clientAndrew Tridgell2008-05-282-11/+195
| | | | | | | | | | | | | | | library (This used to be commit 597b38e97b01d2137e6ac96ca07cd56fadb2c09e)
* | | Another (useless) header to installAndrew Bartlett2008-05-281-0/+1
| | | | | | | | | | | | (This used to be commit d403109666dd31fbaa419d108c386bb2ab01896e)
* | | Install the ntp_signd NDR headers...Andrew Bartlett2008-05-281-0/+1
| |/ |/| | | | | | | | | | | | | Like many of our headers, these should never be used, but for now the build system requires them. Andrew Bartlett (This used to be commit a38ef342c82b79f8d460020d4ec46dbb93b45158)
* | Try adding a stub to fix the buildAndrew Bartlett2008-05-281-0/+6
| | | | | | | | (This used to be commit a529c377ae7a4a70a99d60b7817a751ab4fdd551)
* | Fix dependency list for NDR_TABLEAndrew Bartlett2008-05-281-1/+1
| | | | | | | | | | | | | | This list must include everything for which we have IDL Andrew Bartlett (This used to be commit a6f0b98311a99134af56db64b4682412bc2f4e16)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-2814-57/+145
|\| | | | | | | (This used to be commit 3038dd8a4ffae4113f49547a9d4d6b1c8c46397a)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-282-2/+1
| |\ | | | | | | | | | (This used to be commit 7ae25aa6125e5375ac9c080a1e95fa34bda0dbe1)
| | * Fix dependency on swig ldb module.Jelmer Vernooij2008-05-282-2/+1
| | | | | | | | | | | | (This used to be commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-2839-279/+261
| |\| | | | | | | | | | (This used to be commit ecb0e5477aa63180daade5c597e7ac2aebfc1e15)
| | * Use variables for directories in ntvfs smb2 module.Jelmer Vernooij2008-05-281-1/+1
| | | | | | | | | | | | (This used to be commit ea550711c5949f11f9d2ad41ff96b56644f06547)
| | * Use variables for directories in dsdb ldb modules.Jelmer Vernooij2008-05-281-26/+26
| | | | | | | | | | | | (This used to be commit 82db5d3d56f9faefea47160ad2c983393131382a)
| | * Use variables for directories in static_deps.mkJelmer Vernooij2008-05-281-8/+8
| | | | | | | | | | | | (This used to be commit 2561a52e8f05494e0a703b6e82e8fcc491b3a393)
| | * Depend on debug names of shared libs for linking.Jelmer Vernooij2008-05-281-1/+1
| | | | | | | | | | | | (This used to be commit 2e3296f181acd8010cb1465097b91ae8cbf38b5f)
| * | expanded the SMB2-READ test, including the windows position bugAndrew Tridgell2008-05-281-4/+51
| | | | | | | | | | | | (This used to be commit 43e7b13027cde2696d6e137a785456861c49071a)
| * | add exceptions for some of the strange windows SMB2 locking behaviourAndrew Tridgell2008-05-281-2/+10
| | | | | | | | | | | | (This used to be commit 429bbecebe50ce3d8d494eece35b2387556d5893)
| * | answer SMB2_ALL_EAS qfileinfoAndrew Tridgell2008-05-281-0/+9
| | | | | | | | | | | | (This used to be commit f5cf47eef18a5728317de97eab961d948db3f031)
| * | added --valid option to gentest_smb2Andrew Tridgell2008-05-281-10/+27
| | | | | | | | | | | | (This used to be commit 91765946b00c6f25d30d0d977c03209cb4e06448)
| * | added --skip-cleanup to gentestAndrew Tridgell2008-05-281-0/+7
| | | | | | | | | | | | (This used to be commit 0bc3de0cc4ad8a9d1a8582852f7f42cf56dd5a3e)
| * | fixed error code for write on a directoryAndrew Tridgell2008-05-281-1/+1
| | | | | | | | | | | | (This used to be commit 68eb5b050edeaa9c95348013b68a785c3f2c21fa)
| * | fix error code for read on a directoryAndrew Tridgell2008-05-281-1/+1
| | | | | | | | | | | | (This used to be commit afd4f47971bc5f63b32c44dad546a1a4011b86f4)
| * | make sure we send a reply packet for bad create optionsAndrew Tridgell2008-05-281-1/+2
| | | | | | | | | | | | (This used to be commit f9b94f62998aef5f5f3879ac3cfba93016fa521b)
* | | Bring up the ntp signing deamonAndrew Bartlett2008-05-285-21/+28
| | | | | | | | | | | | | | | | | | | | | This starts ntp_signd at startup, and fixes some build issues. Andrew Bartlett (This used to be commit cb0dcd5c3dfe2a46755270a4594b7289f555d814)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-28194-11372/+5785
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | It seems the format of main.mk changed in my sleep... Conflicts: source/main.mk (This used to be commit 56f2288e4f4f1aa70d11fc5f118458baf5803627)
| * | Allow librpcsrcdir to be an absolute path.Jelmer Vernooij2008-05-271-1/+1
| | | | | | | | | | | | (This used to be commit 8c0b55114fe35d498626d9d60cc4716b821d4d4f)
| * | Add variable for smbreadline directory.Jelmer Vernooij2008-05-272-2/+3
| | | | | | | | | | | | (This used to be commit 94167c7d4273fbd6084d6ddae7fd15dcb189d62f)
| * | Allow external use of regf idl.Jelmer Vernooij2008-05-271-5/+4
| | | | | | | | | | | | (This used to be commit 7b9b3ec02b27852cc32689a44c7f3fbbe43b7c6b)
| * | Use variables for IDL file paths.Jelmer Vernooij2008-05-271-1/+1
| | | | | | | | | | | | (This used to be commit 683ba6de41b3fecc14c18502ff82b4fa617618e5)
| * | Use variable path for heimdal glue code.Jelmer Vernooij2008-05-271-1/+1
| | | | | | | | | | | | (This used to be commit 3fce4889b3f6ddc38e3dd3e1ffd4e7252f370883)
| * | Use variable for ndr_netlogon.o path.Jelmer Vernooij2008-05-271-3/+2
| | | | | | | | | | | | (This used to be commit b5d9d7a0affb4dcd8b89830e6967e4a14b512619)
| * | Simplify handling of source directory in et compile wrapper.Jelmer Vernooij2008-05-272-22/+8
| | | | | | | | | | | | (This used to be commit 4e6fddda2e7d9e37f7b7ec99c5a58671f825a571)
| * | Simplify handling of source directory in asn compile wrapper.Jelmer Vernooij2008-05-272-22/+8
| | | | | | | | | | | | (This used to be commit 2c01d342b27832b930b81b04a90ed5630c6f470d)
| * | Use variables in generated make fragments.Jelmer Vernooij2008-05-272-2/+2
| | | | | | | | | | | | (This used to be commit 269f8c9f6e9e5f6ad20319956573f09232b7c48f)
| * | Don't throw away cflags if they start with a variable.Jelmer Vernooij2008-05-272-2/+5
| | | | | | | | | | | | (This used to be commit 9f81214239e1cf6563da4ed49d051fe56d3ab129)
| * | Move more CFLAGS to Makefile.Jelmer Vernooij2008-05-271-3/+3
| | | | | | | | | | | | (This used to be commit 0406713aad09b1ea4bd761519fd4897b94cfc7e5)
| * | Move source dir variables to Makefile.Jelmer Vernooij2008-05-272-47/+48
| | | | | | | | | | | | (This used to be commit fdc7c3568e5fbf510c874601d72798454b1c1ca6)
| * | Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij2008-05-273-7/+6
| | | | | | | | | | | | (This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
| * | Use variables for et files too.Jelmer Vernooij2008-05-272-12/+14
| | | | | | | | | | | | (This used to be commit 953f796059e16ea082391cfd6a018531a2a5be4e)
| * | Move asn1 cflags definition to gmake.Jelmer Vernooij2008-05-271-2/+3
| | | | | | | | | | | | (This used to be commit 486d43355eb368c3f291ded5e353416e478ab862)
| * | use varibale for asn1 compiler.Jelmer Vernooij2008-05-272-2/+4
| | | | | | | | | | | | (This used to be commit 4543633ba046836d13da80d07d06c272c3abf9bc)
| * | Use variables for more object file paths.Jelmer Vernooij2008-05-271-5/+5
| | | | | | | | | | | | (This used to be commit 5008116479209a1275d7f9b41ea293b27a8f7632)
| * | Use heimdalsrcdir variable for automatic dependencies.Jelmer Vernooij2008-05-272-18/+18
| | | | | | | | | | | | (This used to be commit c5db384160aefc21141e94004faf4e89a204ff69)