summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell3-21/+12
2007-10-10r11777: display the security_descriptor in torture_smb2_all_info()Andrew Tridgell1-0/+4
2007-10-10r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell3-3/+73
2007-10-10r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell6-85/+328
2007-10-10r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell3-339/+126
2007-10-10r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell3-143/+277
2007-10-10r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell2-8/+9
2007-10-10r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell5-85/+97
2007-10-10r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell2-1/+15
2007-10-10r11751: fixed the req->out.size calculation (it needs to be the completeAndrew Tridgell1-2/+4
2007-10-10r11743: - push the length at the correct offsetStefan Metzmacher1-2/+9
2007-10-10r11742: fix pushing of 0 length blobsStefan Metzmacher1-0/+18
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher13-226/+449
2007-10-10r11740: add some EA error codesStefan Metzmacher1-0/+3
2007-10-10r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packetsAndrew Tridgell1-1/+1
2007-10-10r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell2-7/+5
2007-10-10r11731: fixed typo noticed by metzeAndrew Tridgell1-2/+2
2007-10-10r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell3-70/+176
2007-10-10r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher7-46/+39
2007-10-10r11721: Fix warningsVolker Lendecke5-7/+7
2007-10-10r11715: added SMB2 read and write requestsAndrew Tridgell7-19/+386
2007-10-10r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell1-1/+4
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell3-3/+6
2007-10-10r11700: added structure definitions for many of the getinfo structuresAndrew Tridgell1-1/+100
2007-10-10r11698: added some more level namesAndrew Tridgell1-3/+4
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell8-10/+148
2007-10-10r11696: added a few more opcode namesAndrew Tridgell1-0/+3
2007-10-10r11694: fixed 2 valgrind errorsAndrew Tridgell2-2/+2
2007-10-10r11693: added a full async composite function for SMB2 that does:Andrew Tridgell2-1/+282
2007-10-10r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell4-2/+154
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell7-30/+71
2007-10-10r11687: filled in 3 more fields in the close replyAndrew Tridgell2-10/+6
2007-10-10r11683: fixed create callAndrew Tridgell1-2/+2
2007-10-10r11682: filled in access_mask in tcon replyAndrew Tridgell2-5/+5
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2-18/+12
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell4-10/+120
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell6-5/+192
2007-10-10r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher1-1/+1
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell5-1/+174
2007-10-10r11671: - make sure req is initializedStefan Metzmacher1-4/+8
2007-10-10r11670: fix the buildStefan Metzmacher1-2/+1
2007-10-10r11669: - make sure req is initializedStefan Metzmacher1-1/+4
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell6-20/+84
2007-10-10r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2-0/+71
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell7-39/+153
2007-10-10r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell6-0/+689
2007-10-10r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell2-10/+0
2007-10-10r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher3-0/+49
2007-10-10r11647: add smbcli_ prefixStefan Metzmacher2-2/+2
2007-10-10r11644: free the buffer when it's not usedStefan Metzmacher1-0/+2