Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11888: - added SMB2 trans support | Andrew Tridgell | 6 | -3/+142 |
2007-10-10 | r11885: Add forgotten files | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r11849: added mapping between SMB2 and SMB find/search levels | Andrew Tridgell | 2 | -1/+100 |
2007-10-10 | r11848: separate out the info levels common to SMB and SMB2 for raw_search | Andrew Tridgell | 2 | -121/+174 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r11801: - added basic SMB2 find support | Andrew Tridgell | 4 | -4/+110 |
2007-10-10 | r11800: - filled in unknown fields in SMB2 all_info level | Andrew Tridgell | 3 | -6/+13 |
2007-10-10 | r11796: Two more uses of !composite_is_ok | Volker Lendecke | 1 | -20/+5 |
2007-10-10 | r11795: used a couple more of volkers composite helper functions. They | Andrew Tridgell | 1 | -39/+9 |
2007-10-10 | r11791: simplify the SMB2 connect code following some suggestions from volker | Andrew Tridgell | 1 | -22/+24 |
2007-10-10 | r11780: it turns out that the MxAc tag isn't a security descriptor, its a | Andrew Tridgell | 3 | -21/+12 |
2007-10-10 | r11777: display the security_descriptor in torture_smb2_all_info() | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r11775: added support for creating files on SMB2 with initial EA lists and an... | Andrew Tridgell | 3 | -3/+73 |
2007-10-10 | r11771: - split out the setinfo blob construction in the libcli/raw code | Andrew Tridgell | 6 | -85/+328 |
2007-10-10 | r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls | Andrew Tridgell | 3 | -339/+126 |
2007-10-10 | r11756: split out the parsers for the pass-through levels of QFSINFO and | Andrew Tridgell | 3 | -143/+277 |
2007-10-10 | r11755: added names for all of the SMB2 qfs info levels (they all map exactly | Andrew Tridgell | 2 | -8/+9 |
2007-10-10 | r11754: make the SMB2 blob push routines take offsets, so they fit better with | Andrew Tridgell | 5 | -85/+97 |
2007-10-10 | r11752: setup the dynamic pointer for incoming packets too | Andrew Tridgell | 2 | -1/+15 |
2007-10-10 | r11751: fixed the req->out.size calculation (it needs to be the complete | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r11743: - push the length at the correct offset | Stefan Metzmacher | 1 | -2/+9 |
2007-10-10 | r11742: fix pushing of 0 length blobs | Stefan Metzmacher | 1 | -0/+18 |
2007-10-10 | r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length | Stefan Metzmacher | 13 | -226/+449 |
2007-10-10 | r11740: add some EA error codes | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packets | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11735: fixed the ALL_EAS smb2 level parsing | Andrew Tridgell | 2 | -7/+5 |
2007-10-10 | r11731: fixed typo noticed by metze | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r11730: added parsing and tests for a bunch more SMB2 getinfo levels | Andrew Tridgell | 3 | -70/+176 |
2007-10-10 | r11722: make the smb2_push/pull functions take a smb2_request_buffer | Stefan Metzmacher | 7 | -46/+39 |
2007-10-10 | r11721: Fix warnings | Volker Lendecke | 5 | -7/+7 |
2007-10-10 | r11715: added SMB2 read and write requests | Andrew Tridgell | 7 | -19/+386 |
2007-10-10 | r11714: put in a workaround for a winbind problem volker asked me about. The | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r11713: separate out the setting of the fde in the packet context from the | Andrew Tridgell | 3 | -3/+6 |
2007-10-10 | r11700: added structure definitions for many of the getinfo structures | Andrew Tridgell | 1 | -1/+100 |
2007-10-10 | r11698: added some more level names | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r11697: - added a generic SMB2 getinfo call | Andrew Tridgell | 8 | -10/+148 |
2007-10-10 | r11696: added a few more opcode names | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r11694: fixed 2 valgrind errors | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r11693: added a full async composite function for SMB2 that does: | Andrew Tridgell | 2 | -1/+282 |
2007-10-10 | r11692: added a full composite (async) spnego session setup for SMB2. This | Andrew Tridgell | 4 | -2/+154 |
2007-10-10 | r11691: added reply buffer code checks and oplock flags for create request/reply | Andrew Tridgell | 7 | -30/+71 |
2007-10-10 | r11687: filled in 3 more fields in the close reply | Andrew Tridgell | 2 | -10/+6 |
2007-10-10 | r11683: fixed create call | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r11682: filled in access_mask in tcon reply | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r11681: filled in a few more smb2_create() fields | Andrew Tridgell | 2 | -18/+12 |
2007-10-10 | r11680: added smb2_close(). This also demonstrates that file handles are 16 | Andrew Tridgell | 4 | -10/+120 |
2007-10-10 | r11679: opening/creating files in SMB2 now works. Lots of unknown parameters | Andrew Tridgell | 6 | -5/+192 |
2007-10-10 | r11675: a more general way of getting rid of compiler warnings and errors | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11674: SMB2 tree connect now works. We do 2 session setups and 2 tree | Andrew Tridgell | 5 | -1/+174 |
2007-10-10 | r11671: - make sure req is initialized | Stefan Metzmacher | 1 | -4/+8 |