summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2
Commit message (Expand)AuthorAgeFilesLines
...
* r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell2007-10-103-21/+12
* r11777: display the security_descriptor in torture_smb2_all_info()Andrew Tridgell2007-10-101-0/+4
* r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell2007-10-103-3/+73
* r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell2007-10-105-43/+227
* r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2007-10-102-329/+72
* r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell2007-10-102-8/+9
* r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell2007-10-105-85/+97
* r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell2007-10-102-1/+15
* r11751: fixed the req->out.size calculation (it needs to be the completeAndrew Tridgell2007-10-101-2/+4
* r11743: - push the length at the correct offsetStefan Metzmacher2007-10-101-2/+9
* r11742: fix pushing of 0 length blobsStefan Metzmacher2007-10-101-0/+18
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-1013-226/+449
* r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packetsAndrew Tridgell2007-10-101-1/+1
* r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell2007-10-102-7/+5
* r11731: fixed typo noticed by metzeAndrew Tridgell2007-10-101-2/+2
* r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell2007-10-102-42/+130
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-107-46/+39
* r11721: Fix warningsVolker Lendecke2007-10-105-7/+7
* r11715: added SMB2 read and write requestsAndrew Tridgell2007-10-107-19/+386
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11700: added structure definitions for many of the getinfo structuresAndrew Tridgell2007-10-101-1/+100
* r11698: added some more level namesAndrew Tridgell2007-10-101-3/+4
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-108-10/+148
* r11696: added a few more opcode namesAndrew Tridgell2007-10-101-0/+3
* r11694: fixed 2 valgrind errorsAndrew Tridgell2007-10-102-2/+2
* r11693: added a full async composite function for SMB2 that does:Andrew Tridgell2007-10-102-1/+282
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-103-0/+152
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-107-30/+71
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2007-10-102-10/+6
* r11683: fixed create callAndrew Tridgell2007-10-101-2/+2
* r11682: filled in access_mask in tcon replyAndrew Tridgell2007-10-102-5/+5
* r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2007-10-102-18/+12
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2007-10-104-10/+120
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-106-5/+192
* r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher2007-10-101-1/+1
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2007-10-105-1/+174
* r11671: - make sure req is initializedStefan Metzmacher2007-10-101-4/+8
* r11670: fix the buildStefan Metzmacher2007-10-101-2/+1
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2007-10-106-20/+84
* r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2007-10-102-0/+71
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-107-39/+153
* r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell2007-10-105-0/+687