summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell2008-05-302-15/+69
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-2916-42/+427
|\
| * Remove extra spaces on prefixMap input and output.Andrew Bartlett2008-05-292-35/+35
| * Finish the LDIF parsers for the prefixMap attribute.Andrew Bartlett2008-05-291-12/+33
| * Print prefixMap in a human-readable format.Andrew Bartlett2008-05-295-18/+224
| * Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett2008-05-291-1/+1
| |\
| | * provision: Add missing string parameter token when assigning ldap_backend.Andrew Kroeger2008-05-281-1/+1
| * | Add in an enum for two future NTP signing ops.Andrew Bartlett2008-05-291-2/+3
| * | Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-298-5/+53
| * | Final fixes to for a functional NTP signing deamon.Andrew Bartlett2008-05-292-18/+128
| * | Don't make the NTP signd headers public.Andrew Bartlett2008-05-292-3/+0
| |/
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-2811-52/+540
| |\
| * | Another (useless) header to installAndrew Bartlett2008-05-281-0/+1
| * | Install the ntp_signd NDR headers...Andrew Bartlett2008-05-281-0/+1
* | | don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2Andrew Tridgell2008-05-291-1/+3
* | | merged gentest.c and gentest_smb2.cAndrew Tridgell2008-05-293-2615/+1401
* | | fixed the error code for bad SMB2 ioctlsAndrew Tridgell2008-05-291-1/+2
* | | fix from WSPP SMB2 test 11Andrew Tridgell2008-05-291-1/+2
* | | check maximal_access here tooAndrew Tridgell2008-05-291-0/+1
* | | test the maximal access returnAndrew Tridgell2008-05-291-1/+16
* | | added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-295-5/+54
* | | querying the ACCESS_INFORMATION is always allowedAndrew Tridgell2008-05-291-0/+4
* | | SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2Andrew Tridgell2008-05-291-3/+10
* | | fixed offset for maximal access responseAndrew Tridgell2008-05-291-1/+1
* | | check the set of file attributes which are ignoredAndrew Tridgell2008-05-281-2/+6
* | | fixed current_op.mismatch for more casesAndrew Tridgell2008-05-281-2/+13
* | | fixed create_action for truncated filesAndrew Tridgell2008-05-281-1/+12
* | | added --noacls options and checking for same mismatch in backtrackingAndrew Tridgell2008-05-281-1/+16
* | | SMB2 doesn't have NAME_INFORMATION levelAndrew Tridgell2008-05-281-0/+4
* | | updated comment based on MS-SMB2 docsAndrew Tridgell2008-05-281-1/+2
* | | check that we can't change a file to a directoryAndrew Tridgell2008-05-281-0/+4
* | | added testing of some strange read semantics on windowsAndrew Tridgell2008-05-281-2/+59
* | | generate security descriptors in gentest_smb2Andrew Tridgell2008-05-281-3/+35
* | | don't allow a file to be changed to a directory with setfileinfoAndrew Tridgell2008-05-281-1/+6
| |/ |/|
* | add testing of creating a file with an initial ACL on SMB2Andrew Tridgell2008-05-283-31/+95
* | added a newline at the end of the IDLAndrew Tridgell2008-05-281-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-288-2/+327
|\|
| * Try adding a stub to fix the buildAndrew Bartlett2008-05-281-0/+6
| * Fix dependency list for NDR_TABLEAndrew Bartlett2008-05-281-1/+1
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-2814-57/+145
| |\
| * | Bring up the ntp signing deamonAndrew Bartlett2008-05-285-21/+28
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-28184-10748/+5784
| |\ \
| * | | Start an 'NTP signing server' in Samba4.Andrew Bartlett2008-05-275-0/+313
* | | | test unknown tags and bad tag lengthsAndrew Tridgell2008-05-281-0/+19
* | | | added some of the new SMB2 create tags to gentest_smb2Andrew Tridgell2008-05-281-1/+17
* | | | ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell2008-05-281-1/+16
* | | | added testing of SMB2 create blobsAndrew Tridgell2008-05-281-2/+100
* | | | implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-284-11/+84
* | | | expose a function for pushing all SMB2 create blobsAndrew Tridgell2008-05-281-17/+36
* | | | added support for all of the known SMB2 create tags in our clientAndrew Tridgell2008-05-282-11/+195
| |_|/ |/| |