index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:libsmb: check that max_xmit is not less than 1024
Stefan Metzmacher
2011-09-13
1
-0
/
+5
*
s3:libsmb: better expect a max_xmit of 1024 instead of 0xFFFF for the CORE pr...
Stefan Metzmacher
2011-09-13
1
-0
/
+1
*
s3:libsmb: don't mix smb2 share capabilities with smb1 capabilities
Stefan Metzmacher
2011-09-13
1
-1
/
+1
*
s3:libsmb: make use of cli_state_available_size() in cli_smbwrite()
Stefan Metzmacher
2011-09-13
1
-1
/
+2
*
s3:libsmb: make use of cli_state_available_size() in cli_write_max_bufsize()
Stefan Metzmacher
2011-09-13
1
-1
/
+1
*
s3:libsmb: make use of cli_state_available_size() in cli_read_max_bufsize()
Stefan Metzmacher
2011-09-13
1
-1
/
+1
*
s3:libsmb: make use of cli_state_available_size() in cli_list_old_send()
Stefan Metzmacher
2011-09-13
1
-1
/
+3
*
s3:libsmb: make use of cli_state_available_size() in cli_sesssetup_blob_send()
Stefan Metzmacher
2011-09-13
1
-6
/
+8
*
s3:libsmb: make use of cli_state_available_size() in cli_trans_format()
Stefan Metzmacher
2011-09-13
1
-4
/
+5
*
s3:libsmb: add cli_state_available_size()
Stefan Metzmacher
2011-09-13
2
-0
/
+14
*
s3: Make saf_join_key() use talloc
Volker Lendecke
2011-09-13
1
-12
/
+20
*
s3: Make saf_key() use talloc
Volker Lendecke
2011-09-13
1
-12
/
+20
*
s3: Disentangle resolve_name() a bit
Volker Lendecke
2011-09-13
1
-3
/
+5
*
s3:libsmb: check the wct of the incoming SMBnegprot responses
Stefan Metzmacher
2011-09-12
1
-0
/
+10
*
s3:libsmb: let cli_pull_raw_error() return NT_STATUS_OK as DOS-Error success
Stefan Metzmacher
2011-09-12
1
-1
/
+6
*
s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII
Stefan Metzmacher
2011-09-08
2
-1
/
+10
*
s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS
Stefan Metzmacher
2011-09-08
1
-1
/
+4
*
s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_full_connection()
Stefan Metzmacher
2011-09-08
1
-4
/
+0
*
s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_start_connection()
Stefan Metzmacher
2011-09-08
1
-13
/
+0
*
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
2011-09-08
5
-24
/
+32
*
s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()
Stefan Metzmacher
2011-09-08
3
-3
/
+26
*
s3:smb2cli: let smb2cli_req_create() use the give pid, uid and tid values
Stefan Metzmacher
2011-09-07
1
-3
/
+3
*
s3:smb2cli: pass the uid to the SMB2_SESSION_SETUP to support multi-leg-auth
Stefan Metzmacher
2011-09-07
1
-1
/
+2
*
s3:smb2cli: fix marshalling of smb2_create_blobs in smb2cli_create()
Stefan Metzmacher
2011-09-07
1
-3
/
+5
*
s3:smb2cli: don't terminate the pathname in smb2cli_query_directory()
Stefan Metzmacher
2011-09-07
1
-1
/
+6
*
s3:smb2cli: don't terminate the pathname in smb2cli_create()
Stefan Metzmacher
2011-09-07
1
-3
/
+10
*
s3:smb2cli: don't terminate the pathname in smb2cli_tcon()
Stefan Metzmacher
2011-09-07
1
-1
/
+6
*
s3:smb2cli: SMB2_TCON needs one dyn byte to that the structure size check works.
Stefan Metzmacher
2011-09-07
1
-0
/
+6
*
s3:smb2cli: SMB2_WRITE needs one dyn byte to that the structure size check wo...
Stefan Metzmacher
2011-09-07
1
-1
/
+12
*
s3:smb2cli: SMB2_READ needs one dyn byte to that the structure size check works.
Stefan Metzmacher
2011-09-07
1
-1
/
+2
*
s3:smb2cli: SMB2_QUERY_DIRECTORY needs one dyn byte to that the structure siz...
Stefan Metzmacher
2011-09-07
1
-0
/
+6
*
s3:smb2cli: SMB2_CREATE needs one dyn byte to that the structure size check w...
Stefan Metzmacher
2011-09-07
1
-1
/
+1
*
s3:smb2cli: SMB2_SESSION_SETUP needs one dyn byte to that the structure size ...
Stefan Metzmacher
2011-09-07
1
-1
/
+12
*
s3:smb2cli: make sure we don't try to send requests on a disconnected cli_state
Stefan Metzmacher
2011-09-05
1
-0
/
+5
*
s3:smb2cli: make sure requests are not finished, when we send when to the net...
Stefan Metzmacher
2011-09-05
1
-0
/
+4
*
s3:smb2cli: disconnect the connection, if we're out of message ids
Stefan Metzmacher
2011-09-05
1
-1
/
+15
*
s3:smb2cli: don't use state->cli->smb2.mid++ as macro argument
Stefan Metzmacher
2011-09-05
1
-1
/
+5
*
s3:smb2cli: ask for a session key in smb2cli_sesssetup_send()
Stefan Metzmacher
2011-09-03
1
-0
/
+3
*
s3-lib: If we create a pipe socket, don't start to listen.
Andreas Schneider
2011-08-29
1
-0
/
+6
*
s3:libsmb: make cli_session_request_send/recv() static
Stefan Metzmacher
2011-08-28
1
-6
/
+6
*
s3:libsmb: move cli_session_request*() to smbsock_connect.c
Stefan Metzmacher
2011-08-28
2
-127
/
+129
*
s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.c
Stefan Metzmacher
2011-08-28
3
-79
/
+86
*
s3:libsmb: use cli_smb_req_set_mid() in cli_smb_oplock_break_waiter_send()
Stefan Metzmacher
2011-08-28
1
-3
/
+1
*
s3:libsmb: let cli_smb_req_mid() return the mid set by cli_smb_req_set_mid()
Stefan Metzmacher
2011-08-28
1
-0
/
+5
*
s/event_context/tevent_context/ in smbsock_any_connect
Volker Lendecke
2011-08-23
1
-2
/
+2
*
s/event_context/tevent_context/ in smbsock_connect
Volker Lendecke
2011-08-23
1
-2
/
+2
*
s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
2011-08-12
11
-16
/
+80
*
s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()
Stefan Metzmacher
2011-08-12
2
-5
/
+5
*
s3:libsmb: keep a cli_smb_state->one_way
Stefan Metzmacher
2011-08-12
1
-12
/
+19
*
s3:libsmb: abstract the incoming dispatch function via a function pointer
Stefan Metzmacher
2011-08-12
1
-5
/
+6
[prev]
[next]