index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb2
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r14511: Install more headers
Jelmer Vernooij
2
-2
/
+1
2007-10-10
r14435: return after an error
Andrew Tridgell
1
-0
/
+1
2007-10-10
r14434: use the right enum type
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13935: add dependecies
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12725: some minor updates
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
6
-2
/
+6
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
9
-12
/
+0
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2
-0
/
+3
2007-10-10
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
2
-2
/
+2
2007-10-10
r12114: - smb2_keepalive() acts on the smb2_transport
Stefan Metzmacher
2
-8
/
+10
2007-10-10
r12006: don't require callers to fill in pad bytes in SMB2 calls
Andrew Tridgell
4
-4
/
+4
2007-10-10
r11996: don't overwrite the buffercode
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that
Andrew Tridgell
4
-20
/
+19
2007-10-10
r11967: Fix more 64-bit warnings.
Tim Potter
1
-3
/
+3
2007-10-10
r11949: make sure we ask gensec to give us a session key
Andrew Tridgell
1
-0
/
+2
2007-10-10
r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)
Andrew Tridgell
3
-1
/
+70
2007-10-10
r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help
Andrew Tridgell
4
-1
/
+80
2007-10-10
r11903: added smb2_tdis() (opcode 4)
Andrew Tridgell
2
-1
/
+69
2007-10-10
r11901: added smb2_logoff() support (metze correctly guessed opcode 2 was
Andrew Tridgell
3
-1
/
+70
2007-10-10
r11895: - reorder some code to make it easier to follow, how the fields appea...
Stefan Metzmacher
4
-10
/
+51
2007-10-10
r11894: fixed SMB2 trans code for pipe_flags
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11891: - added pipe_flags field in smb2_trans
Andrew Tridgell
2
-1
/
+10
2007-10-10
r11888: - added SMB2 trans support
Andrew Tridgell
6
-3
/
+142
2007-10-10
r11849: added mapping between SMB2 and SMB find/search levels
Andrew Tridgell
2
-1
/
+100
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
2
-2
/
+9
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
5
-43
/
+227
2007-10-10
r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls
Andrew Tridgell
2
-329
/
+72
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
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
[next]