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
2011-04-28
s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_req
Stefan Metzmacher
2
-72
/
+118
2011-04-28
s4:libcli/smb2: move smb2_session_setup_spnego_send() to the top
Stefan Metzmacher
1
-62
/
+64
2011-04-28
s4:libcli/smb2: move smb2_connect_tcon_done()
Stefan Metzmacher
1
-20
/
+22
2011-04-28
s4:libcli/smb2: move smb2_connect_session_done()
Stefan Metzmacher
1
-36
/
+38
2011-04-28
s4:libcli/smb2: move smb2_connect_negprot_done()
Stefan Metzmacher
1
-69
/
+71
2011-04-28
s4:libcli/smb2: move smb2_connect_socket_done()
Stefan Metzmacher
1
-55
/
+57
2011-04-28
s4:libcli/smb2: move smb2_connect_resolve_done()
Stefan Metzmacher
1
-36
/
+35
2011-04-28
s4:libcli/smb2: rename step functions of smb2_connect_*()
Stefan Metzmacher
1
-26
/
+10
2011-04-28
s4:libcli/smb2: convert smb2_connect_*() to tevent_req
Stefan Metzmacher
2
-108
/
+198
2011-03-29
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
1
-1
/
+2
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-3
/
+2
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
1
-11
/
+0
2010-09-22
s4:libcli:smb2 Rename pending_id to async_id and make 64-bit
Steven Danneman
3
-5
/
+5
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-2
/
+1
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
1
-4
/
+0
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
1
-0
/
+2
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+10
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
3
-5
/
+5
2009-12-10
s4-libcli: use GUID_to_ndr_blob()
Andrew Tridgell
1
-3
/
+3
2009-12-10
s4-libcli: use new GUID functions in libcli
Andrew Tridgell
1
-4
/
+3
2009-12-07
s4 torure: Add SMB2 utility functions
Zack Kirsch
1
-0
/
+1
2009-11-25
s4/libcli: rename previously reserved field in SMB2 LOCK struct
Steven Danneman
1
-1
/
+1
2009-11-25
s4/libcli: Initialize client PID for SMB2 connections
Steven Danneman
3
-0
/
+6
2009-10-01
s4/torture: Ported SMB oplock torture tests to SMB2
Steven Danneman
1
-0
/
+9
2009-09-19
s4-resolve: fixed a crash bug on timeout
Andrew Tridgell
1
-1
/
+1
2009-08-12
libcli/smb: move smb2_create_blob code to libcli/smb/
Stefan Metzmacher
1
-157
/
+0
2009-08-12
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
2
-176
/
+0
2009-08-07
s4:libcli/smb2: move SMB2_GETINFO_* flags into smb2_constants.h
Stefan Metzmacher
2
-6
/
+6
2009-08-07
s4:libcli/smb2: remove unused and redundant SMB2 security flags
Stefan Metzmacher
1
-6
/
+0
2009-08-07
s4:libcli: move SMB2 Find constants to smb2_constants.h
Stefan Metzmacher
1
-0
/
+16
2009-08-05
handle large directories in smb2_deltree()
Andrew Tridgell
1
-36
/
+42
2009-07-15
s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...
Stefan Metzmacher
3
-4
/
+14
2009-07-02
s4:libcli: move SMB2 lock flags to smb2_constants.h
Stefan Metzmacher
1
-0
/
+8
2009-06-09
s4:libcli/smb2: add smb2_transport_credits_ask_num()
Stefan Metzmacher
3
-2
/
+13
2009-06-09
s4:libcli/smb2: only add the 1 byte dynamic buffer padding for non compounded...
Stefan Metzmacher
1
-2
/
+6
2009-06-09
s4:libcli/smb2: add support sending compounded requests
Stefan Metzmacher
3
-50
/
+205
2009-06-09
s4:libcli/smb2: prepare SMB2 signing code for compounded requests
Stefan Metzmacher
1
-2
/
+8
2009-05-26
s4:libcli/smb2: remove old dialect revision constants
Stefan Metzmacher
1
-4
/
+0
2009-05-26
s4:libcli/smb2: use new SMB2_DIVELECT_REVISION constants
Stefan Metzmacher
1
-2
/
+5
2009-05-26
s4:libcli/smb2: add some more SMB2 constants
Stefan Metzmacher
1
-4
/
+14
2009-05-20
s4:libcli/smb2: fix session setup with raw NTLMSSP
Stefan Metzmacher
1
-13
/
+17
2009-05-20
s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blob
Stefan Metzmacher
1
-1
/
+8
2009-05-20
s4:libcli/smb2: fill in transport->negotiate.secblob with the correct data
Stefan Metzmacher
1
-0
/
+2
2009-05-11
Move SMB2 constants to a separate file
Volker Lendecke
2
-114
/
+140
2009-05-11
Fix SMB2_CAP_DFS
Volker Lendecke
1
-1
/
+1
2009-04-01
s4:smb2: Add lease break support for SMB2.1
Zach Loafman
5
-11
/
+145
2009-03-28
s4:smb2: Add rudimentary SMB2.1 lease support to libcli
Zach Loafman
2
-0
/
+38
2009-03-18
s4 libcli: Add back Longhorn beta dialect as a constant
Zach Loafman
2
-4
/
+4
2009-03-17
s4 libcli: Add SMB2.1 dialect to libcli
Zach Loafman
2
-2
/
+5
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-9
/
+9
[next]