summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell2008-05-302-15/+69
| | | | (This used to be commit c50e7a15f9a7f2c5821b5ee468f9ade6eaa0ed55)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-2917-46/+428
|\ | | | | | | (This used to be commit e728596eec2157eefb1fe72789284567f3880388)
| * Remove extra spaces on prefixMap input and output.Andrew Bartlett2008-05-292-35/+35
| | | | | | | | | | | | | | | | Metze requested that the format not include spaces, and the input parser already expects this. Andrew Bartlett (This used to be commit 3b1f5d10360ed1b26980d748a7c9be6db5977bd3)
| * Finish the LDIF parsers for the prefixMap attribute.Andrew Bartlett2008-05-291-12/+33
| | | | | | | | | | Andrew Bartlett (This used to be commit a6f59b1c7a81c7be4e9f83786fc4e1f454e6df0f)
| * Print prefixMap in a human-readable format.Andrew Bartlett2008-05-295-18/+224
| | | | | | | | | | | | | | | | This should allow the prefixMap to be edited, until we find the right way to autogenerate it. Andrew Bartlett (This used to be commit 24ae9a55ec326807afd8d5bfa0a422a6668bd7c3)
| * Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett2008-05-292-5/+2
| |\ | | | | | | | | | (This used to be commit 88c9200b7802954ce8aac82901ab7aec1fa8330a)
| | * howto: Remove smbpython.Andrew Kroeger2008-05-281-4/+1
| | | | | | | | | | | | (This used to be commit b4aa957ae1b87677fbe1583eeab16936f6cd1124)
| | * provision: Add missing string parameter token when assigning ldap_backend.Andrew Kroeger2008-05-281-1/+1
| | | | | | | | | | | | (This used to be commit 7d26145a7fba22b2e1c7c57053aab3180a22089d)
| * | Add in an enum for two future NTP signing ops.Andrew Bartlett2008-05-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | I hope to extend this code to handle NTP clients getting authenticated time too. Andrew Bartlett (This used to be commit 1854ab058b42ce4530324cb8f40eb64e6e32267b)
| * | Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-298-5/+53
| | | | | | | | | | | | | | | | | | | | | | | | This will allow distributions to hard-code this path, particularly for selinux, and matches how we handle the winbind socket dir. Andrew Bartlett (This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f)
| * | Final fixes to for a functional NTP signing deamon.Andrew Bartlett2008-05-292-18/+128
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 4dcc0cd06ef2f6c496e2112f6378088a1c27d2f2)
| * | Don't make the NTP signd headers public.Andrew Bartlett2008-05-292-3/+0
| |/ | | | | | | | | | | | | This means we don't have to install them Andrew Bartlett (This used to be commit 2f2ba0c68ab0e985df5be07dccf3a3a7ebe62142)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-2811-52/+540
| |\ | | | | | | | | | (This used to be commit ad7f05fd94a19ebae678c733077c59fcea66e5ad)
| * | 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)
* | | don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2Andrew Tridgell2008-05-291-1/+3
| | | | | | | | | | | | (This used to be commit 1dfa50a48040bdc1166be2dbe1063fd8a79166f8)
* | | merged gentest.c and gentest_smb2.cAndrew Tridgell2008-05-293-2615/+1401
| | | | | | | | | | | | | | | | | | The one gentest tool now covers both SMB and SMB2, using the command line switch --smb2 for SMB2 (This used to be commit d1125a303a31fbe08a9bd0064ec132b4d7cbb131)
* | | fixed the error code for bad SMB2 ioctlsAndrew Tridgell2008-05-291-1/+2
| | | | | | | | | | | | (This used to be commit b1d2d388ecff96dfcc17da24796f36c40cbb3eed)
* | | fix from WSPP SMB2 test 11Andrew Tridgell2008-05-291-1/+2
| | | | | | | | | | | | (This used to be commit 81612b7854725837e8487bf97b87bff6548b6ad3)
* | | check maximal_access here tooAndrew Tridgell2008-05-291-0/+1
| | | | | | | | | | | | (This used to be commit 8159b1598e21daee730e185d025694e27df18d1b)
* | | test the maximal access returnAndrew Tridgell2008-05-291-1/+16
| | | | | | | | | | | | (This used to be commit 23ffec5d140463c8307fd7e444ae25781ea3d792)
* | | added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-295-5/+54
| | | | | | | | | | | | (This used to be commit 4eb49335d5f0319f9aa47ded5215a2977d3336bf)
* | | querying the ACCESS_INFORMATION is always allowedAndrew Tridgell2008-05-291-0/+4
| | | | | | | | | | | | (This used to be commit 25d5b94d6a700f2d294e108aeca85cffcd5bbb4f)
* | | SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2Andrew Tridgell2008-05-291-3/+10
| | | | | | | | | | | | (This used to be commit 7bff0691428ed3f75c1a9cbaae692bc9830640e6)
* | | fixed offset for maximal access responseAndrew Tridgell2008-05-291-1/+1
| | | | | | | | | | | | (This used to be commit ddd0bb32510d615c7b943fb4ce4c9c275b98ab89)
* | | check the set of file attributes which are ignoredAndrew Tridgell2008-05-281-2/+6
| | | | | | | | | | | | (This used to be commit c818f56d8ea3ddc6f4cc61e9d5ed6fd195280a5d)
* | | fixed current_op.mismatch for more casesAndrew Tridgell2008-05-281-2/+13
| | | | | | | | | | | | (This used to be commit 8a2a31d050a31308036545414f8d180ec8148f1d)
* | | fixed create_action for truncated filesAndrew Tridgell2008-05-281-1/+12
| | | | | | | | | | | | (This used to be commit 884c32fcef48244bd260026a61790332bd706eb4)
* | | added --noacls options and checking for same mismatch in backtrackingAndrew Tridgell2008-05-281-1/+16
| | | | | | | | | | | | (This used to be commit c7d2e1bf65a28b6a2efd60585ae8ead2fb486e53)
* | | SMB2 doesn't have NAME_INFORMATION levelAndrew Tridgell2008-05-281-0/+4
| | | | | | | | | | | | (This used to be commit a431d51b113c2e214ccfe7a678ba0a565b020263)
* | | updated comment based on MS-SMB2 docsAndrew Tridgell2008-05-281-1/+2
| | | | | | | | | | | | (This used to be commit 5754cc13514a0f5fe4c47ce53521c256c9d96487)
* | | check that we can't change a file to a directoryAndrew Tridgell2008-05-281-0/+4
| | | | | | | | | | | | (This used to be commit e013ada415ebb25e925f715791757330ba003b43)
* | | added testing of some strange read semantics on windowsAndrew Tridgell2008-05-281-2/+59
| | | | | | | | | | | | (This used to be commit 46a0b65742bc0e4277da53df9df823abd4a0d150)
* | | generate security descriptors in gentest_smb2Andrew Tridgell2008-05-281-3/+35
| | | | | | | | | | | | (This used to be commit 5ca7e9590e792dc409c6677321cd14362255964e)
* | | don't allow a file to be changed to a directory with setfileinfoAndrew Tridgell2008-05-281-1/+6
| |/ |/| | | | | (This used to be commit ad7acbf8bf83c7250dfcbd57f0f4e19e57534a92)
* | 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)
| * 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)
| * | 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)
| * | | Start an 'NTP signing server' in Samba4.Andrew Bartlett2008-05-275-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)
* | | | 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)