index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
r11982: ensure the fde event gets freed before the socket itself, as otherwise
Andrew Tridgell
2007-10-10
2
-5
/
+5
*
r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that
Andrew Tridgell
2007-10-10
4
-20
/
+19
*
r11971: add nbt specific continue wrapper
Stefan Metzmacher
2007-10-10
1
-0
/
+11
*
r11967: Fix more 64-bit warnings.
Tim Potter
2007-10-10
1
-3
/
+3
*
r11949: make sure we ask gensec to give us a session key
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r11941: fix cut'n'paste bug
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)
Andrew Tridgell
2007-10-10
3
-1
/
+70
*
r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help
Andrew Tridgell
2007-10-10
4
-1
/
+80
*
r11903: added smb2_tdis() (opcode 4)
Andrew Tridgell
2007-10-10
2
-1
/
+69
*
r11901: added smb2_logoff() support (metze correctly guessed opcode 2 was
Andrew Tridgell
2007-10-10
3
-1
/
+70
*
r11895: - reorder some code to make it easier to follow, how the fields appea...
Stefan Metzmacher
2007-10-10
4
-10
/
+51
*
r11894: fixed SMB2 trans code for pipe_flags
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11893: fixed a dependency problem
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11891: - added pipe_flags field in smb2_trans
Andrew Tridgell
2007-10-10
2
-1
/
+10
*
r11888: - added SMB2 trans support
Andrew Tridgell
2007-10-10
6
-3
/
+142
*
r11885: Add forgotten files
Volker Lendecke
2007-10-10
1
-0
/
+9
*
r11849: added mapping between SMB2 and SMB find/search levels
Andrew Tridgell
2007-10-10
2
-1
/
+100
*
r11848: separate out the info levels common to SMB and SMB2 for raw_search
Andrew Tridgell
2007-10-10
2
-121
/
+174
*
r11812: Convert winbind to the async bind routines. Also remove tridge's hack...
Volker Lendecke
2007-10-10
1
-4
/
+0
*
r11801: - added basic SMB2 find support
Andrew Tridgell
2007-10-10
4
-4
/
+110
*
r11800: - filled in unknown fields in SMB2 all_info level
Andrew Tridgell
2007-10-10
3
-6
/
+13
*
r11796: Two more uses of !composite_is_ok
Volker Lendecke
2007-10-10
1
-20
/
+5
*
r11795: used a couple more of volkers composite helper functions. They
Andrew Tridgell
2007-10-10
1
-39
/
+9
*
r11791: simplify the SMB2 connect code following some suggestions from volker
Andrew Tridgell
2007-10-10
1
-22
/
+24
*
r11780: it turns out that the MxAc tag isn't a security descriptor, its a
Andrew Tridgell
2007-10-10
3
-21
/
+12
*
r11777: display the security_descriptor in torture_smb2_all_info()
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r11775: added support for creating files on SMB2 with initial EA lists and an...
Andrew Tridgell
2007-10-10
3
-3
/
+73
*
r11771: - split out the setinfo blob construction in the libcli/raw code
Andrew Tridgell
2007-10-10
6
-85
/
+328
*
r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls
Andrew Tridgell
2007-10-10
3
-339
/
+126
*
r11756: split out the parsers for the pass-through levels of QFSINFO and
Andrew Tridgell
2007-10-10
3
-143
/
+277
*
r11755: added names for all of the SMB2 qfs info levels (they all map exactly
Andrew Tridgell
2007-10-10
2
-8
/
+9
*
r11754: make the SMB2 blob push routines take offsets, so they fit better with
Andrew Tridgell
2007-10-10
5
-85
/
+97
*
r11752: setup the dynamic pointer for incoming packets too
Andrew Tridgell
2007-10-10
2
-1
/
+15
*
r11751: fixed the req->out.size calculation (it needs to be the complete
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r11743: - push the length at the correct offset
Stefan Metzmacher
2007-10-10
1
-2
/
+9
*
r11742: fix pushing of 0 length blobs
Stefan Metzmacher
2007-10-10
1
-0
/
+18
*
r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length
Stefan Metzmacher
2007-10-10
13
-226
/
+449
*
r11740: add some EA error codes
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packets
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11735: fixed the ALL_EAS smb2 level parsing
Andrew Tridgell
2007-10-10
2
-7
/
+5
*
r11731: fixed typo noticed by metze
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r11730: added parsing and tests for a bunch more SMB2 getinfo levels
Andrew Tridgell
2007-10-10
3
-70
/
+176
*
r11722: make the smb2_push/pull functions take a smb2_request_buffer
Stefan Metzmacher
2007-10-10
7
-46
/
+39
*
r11721: Fix warnings
Volker Lendecke
2007-10-10
5
-7
/
+7
*
r11715: added SMB2 read and write requests
Andrew Tridgell
2007-10-10
7
-19
/
+386
*
r11714: put in a workaround for a winbind problem volker asked me about. The
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2007-10-10
3
-3
/
+6
*
r11700: added structure definitions for many of the getinfo structures
Andrew Tridgell
2007-10-10
1
-1
/
+100
*
r11698: added some more level names
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r11697: - added a generic SMB2 getinfo call
Andrew Tridgell
2007-10-10
8
-10
/
+148
[next]