summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij6-2/+6
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+2
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij9-12/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij2-0/+3
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2-2/+2
2007-10-10r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2-8/+10
2007-10-10r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell4-4/+4
2007-10-10r11996: don't overwrite the buffercodeStefan Metzmacher1-1/+1
2007-10-10r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell4-20/+19
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-3/+3
2007-10-10r11949: make sure we ask gensec to give us a session keyAndrew Tridgell1-0/+2
2007-10-10r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)Andrew Tridgell3-1/+70
2007-10-10r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell4-1/+80
2007-10-10r11903: added smb2_tdis() (opcode 4)Andrew Tridgell2-1/+69
2007-10-10r11901: added smb2_logoff() support (metze correctly guessed opcode 2 wasAndrew Tridgell3-1/+70
2007-10-10r11895: - reorder some code to make it easier to follow, how the fields appea...Stefan Metzmacher4-10/+51
2007-10-10r11894: fixed SMB2 trans code for pipe_flagsAndrew Tridgell1-1/+1
2007-10-10r11891: - added pipe_flags field in smb2_transAndrew Tridgell2-1/+10
2007-10-10r11888: - added SMB2 trans supportAndrew Tridgell6-3/+142
2007-10-10r11849: added mapping between SMB2 and SMB find/search levelsAndrew Tridgell2-1/+100
2007-10-10r11801: - added basic SMB2 find supportAndrew Tridgell4-4/+110
2007-10-10r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2-2/+9
2007-10-10r11796: Two more uses of !composite_is_okVolker Lendecke1-20/+5
2007-10-10r11795: used a couple more of volkers composite helper functions. TheyAndrew Tridgell1-39/+9
2007-10-10r11791: simplify the SMB2 connect code following some suggestions from volkerAndrew Tridgell1-22/+24
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 Tridgell5-43/+227
2007-10-10r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2-329/+72
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-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 Tridgell2-42/+130
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-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
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