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
/
libcli
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-04
libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATION
Michael Adam
1
-0
/
+1
2012-03-03
smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2
Michael Adam
2
-3
/
+11
2012-03-03
libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT
Michael Adam
1
-0
/
+5
2012-03-03
libcli:smb: add new SMB2 share flags
Michael Adam
1
-1
/
+5
2012-03-03
libcli:smb: upgrade SMB2_CAP_ALL to include the newly known caps
Michael Adam
1
-1
/
+8
2012-03-03
libcli:smb: add defines for SMB2.2 share capabilities
Michael Adam
1
-1
/
+4
2012-03-03
libcli:smb: add defines for SMB2.2 global capabilities
Michael Adam
1
-4
/
+9
2012-03-03
libcli:smb: define DH2Q and DH2C tags for smb2 extra create blobs
Michael Adam
1
-0
/
+2
2012-03-03
smb2_constants: fix a typo
Christian Ambach
1
-1
/
+1
2012-03-02
smb2_constants: add SMB2_WATCH_TREE
Christian Ambach
1
-0
/
+3
2012-02-29
libcli/smb/smb2_signing: rename smb2_key_deviration -> smb2_key_derivation
Michael Adam
3
-5
/
+5
2012-02-29
libcli/smb/smbXcli: use smb2_key_deviration() to setup SMB 2.24 keys
Stefan Metzmacher
1
-2
/
+41
2012-02-29
libcli/smb/smb2_signing: implement aes_cmac_128 based signing for SMB 2.24
Stefan Metzmacher
1
-18
/
+58
2012-02-29
libcli/smb/smb2_signing: add smb2_key_deviration()
Stefan Metzmacher
2
-0
/
+37
2012-02-27
libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()
Stefan Metzmacher
4
-2
/
+11
2012-02-27
libcli/smb/smb2_signing: rename session_key to signing_key
Stefan Metzmacher
2
-9
/
+9
2012-02-27
libcli/smb/smbXcli: remove unused if statement from smb2cli_conn_dispatch_inc...
Stefan Metzmacher
1
-3
/
+1
2012-02-27
libcli/smb/smbXcli: add smb2cli_session_application_key()
Stefan Metzmacher
2
-0
/
+28
2012-02-27
libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...
Stefan Metzmacher
2
-58
/
+131
2012-02-27
libcli/smb/smbXcli: remove unused checks from smb2cli_session_create_channel()
Stefan Metzmacher
1
-11
/
+0
2012-01-31
libcli/smb: Convert struct smb_trans_enc_state to talloc
Andrew Bartlett
3
-22
/
+2
2012-01-31
s3-libsmb: Remove unused enum smb_trans_enc_type
Andrew Bartlett
1
-7
/
+0
2012-01-27
libcli/smb: fix smbXcli_negprot(..., PROTOCOL_NT1, PROTOCOL_SMB2_02)
Stefan Metzmacher
1
-3
/
+6
2012-01-21
s3-libsmb: Always allow SMB_TRANS_ENC_GSS to be defined
Andrew Bartlett
1
-4
/
+2
2012-01-20
s3-libsmb: Remove unused smb_tran_enc_state_gss and gssapi headers
Andrew Bartlett
1
-15
/
+0
2012-01-20
s3-libsmb: use struct gensec_security directly
Andrew Bartlett
2
-7
/
+5
2012-01-20
s3-libcli Change krb5 smb sealing to call via gensec and gensec_gse
Andrew Bartlett
2
-199
/
+4
2012-01-05
libcli/smb: Add smbXcli_conn_samba_suicide
Volker Lendecke
2
-0
/
+105
2012-01-01
Fix the build without kerberos
Volker Lendecke
1
-0
/
+2
2011-12-22
libcli/smb: add PROTOCOL_SMB2_24 support
Stefan Metzmacher
2
-1
/
+3
2011-12-22
libcli/smb: add SMB2_DIALECT_REVISION_224
Stefan Metzmacher
1
-0
/
+1
2011-11-29
smbXcli: add support for SMBreadBraw
Stefan Metzmacher
1
-7
/
+54
2011-11-29
smbXcli: add smb1cli_conn_server_{readbraw,writebraw,lockread,writeunlock}()
Stefan Metzmacher
2
-0
/
+24
2011-11-29
smb1cli_trans: add support for tevent_req_cancel()
Stefan Metzmacher
1
-0
/
+16
2011-11-29
smb1cli_trans: return the status from the server if possible
Stefan Metzmacher
1
-1
/
+16
2011-11-29
smbXcli: rebuild smb1.recv_iov array if we expect more than one response
Stefan Metzmacher
1
-0
/
+29
2011-11-29
smbXcli: allow up to 10 iovec elements for the bytes in smb1cli_req_create()
Stefan Metzmacher
1
-1
/
+1
2011-11-29
smbXcli: s/smb2cli_writev_done/smb2cli_req_writev_done
Stefan Metzmacher
1
-3
/
+3
2011-11-29
smbXcli: call tevent_queue_stop() for the outgoing queue on disconnect
Stefan Metzmacher
1
-0
/
+2
2011-11-29
smbXcli: use talloc_stackframe() instead of talloc_tos() in smb1cli_conn_signv()
Stefan Metzmacher
1
-2
/
+5
2011-11-29
libcli/smb: remove unused smb_signing_set_bsrspyl() prototype
Stefan Metzmacher
1
-1
/
+0
2011-11-28
Fix Coverity ID 2638: OVERRUN_STATIC
Volker Lendecke
1
-1
/
+1
2011-11-28
Fix Coverity ID 2639: UNUSED_VALUE
Volker Lendecke
1
-2
/
+0
2011-11-24
s3:libsmb: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-11-24
s3:smbXcli: keep two fd per connection in order to work with the epoll tevent...
Stefan Metzmacher
1
-10
/
+25
2011-11-24
smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_req
Stefan Metzmacher
3
-136
/
+262
2011-11-24
smbXcli: cp source3/libsmb/clitrans.c libcli/smb/smb1cli_trans.c
Stefan Metzmacher
1
-0
/
+778
2011-11-24
smbXcli: add smb2cli_req_set_notify_async()
Stefan Metzmacher
2
-0
/
+24
2011-11-24
smbXcli: add support for tevent_req_cancel() on smbXcli_req
Stefan Metzmacher
1
-0
/
+152
2011-11-24
smbXcli: fix smb signing for SMBntcancel
Stefan Metzmacher
1
-3
/
+10
[next]