summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher2011-09-081-1/+4
* s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_full_connection()Stefan Metzmacher2011-09-081-4/+0
* s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_start_connection()Stefan Metzmacher2011-09-081-13/+0
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-085-24/+32
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()Stefan Metzmacher2011-09-083-3/+26
* s3:smb2cli: let smb2cli_req_create() use the give pid, uid and tid valuesStefan Metzmacher2011-09-071-3/+3
* s3:smb2cli: pass the uid to the SMB2_SESSION_SETUP to support multi-leg-authStefan Metzmacher2011-09-071-1/+2
* s3:smb2cli: fix marshalling of smb2_create_blobs in smb2cli_create()Stefan Metzmacher2011-09-071-3/+5
* s3:smb2cli: don't terminate the pathname in smb2cli_query_directory()Stefan Metzmacher2011-09-071-1/+6
* s3:smb2cli: don't terminate the pathname in smb2cli_create()Stefan Metzmacher2011-09-071-3/+10
* s3:smb2cli: don't terminate the pathname in smb2cli_tcon()Stefan Metzmacher2011-09-071-1/+6
* s3:smb2cli: SMB2_TCON needs one dyn byte to that the structure size check works.Stefan Metzmacher2011-09-071-0/+6
* s3:smb2cli: SMB2_WRITE needs one dyn byte to that the structure size check wo...Stefan Metzmacher2011-09-071-1/+12
* s3:smb2cli: SMB2_READ needs one dyn byte to that the structure size check works.Stefan Metzmacher2011-09-071-1/+2
* s3:smb2cli: SMB2_QUERY_DIRECTORY needs one dyn byte to that the structure siz...Stefan Metzmacher2011-09-071-0/+6
* s3:smb2cli: SMB2_CREATE needs one dyn byte to that the structure size check w...Stefan Metzmacher2011-09-071-1/+1
* s3:smb2cli: SMB2_SESSION_SETUP needs one dyn byte to that the structure size ...Stefan Metzmacher2011-09-071-1/+12
* s3:smb2cli: make sure we don't try to send requests on a disconnected cli_stateStefan Metzmacher2011-09-051-0/+5
* s3:smb2cli: make sure requests are not finished, when we send when to the net...Stefan Metzmacher2011-09-051-0/+4
* s3:smb2cli: disconnect the connection, if we're out of message idsStefan Metzmacher2011-09-051-1/+15
* s3:smb2cli: don't use state->cli->smb2.mid++ as macro argumentStefan Metzmacher2011-09-051-1/+5
* s3:smb2cli: ask for a session key in smb2cli_sesssetup_send()Stefan Metzmacher2011-09-031-0/+3
* s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider2011-08-291-0/+6
* s3:libsmb: make cli_session_request_send/recv() staticStefan Metzmacher2011-08-281-6/+6
* s3:libsmb: move cli_session_request*() to smbsock_connect.cStefan Metzmacher2011-08-282-127/+129
* s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.cStefan Metzmacher2011-08-283-79/+86
* s3:libsmb: use cli_smb_req_set_mid() in cli_smb_oplock_break_waiter_send()Stefan Metzmacher2011-08-281-3/+1
* s3:libsmb: let cli_smb_req_mid() return the mid set by cli_smb_req_set_mid()Stefan Metzmacher2011-08-281-0/+5
* s/event_context/tevent_context/ in smbsock_any_connectVolker Lendecke2011-08-231-2/+2
* s/event_context/tevent_context/ in smbsock_connectVolker Lendecke2011-08-231-2/+2
* s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-1211-16/+80
* s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-122-5/+5
* s3:libsmb: keep a cli_smb_state->one_wayStefan Metzmacher2011-08-121-12/+19
* s3:libsmb: abstract the incoming dispatch function via a function pointerStefan Metzmacher2011-08-121-5/+6
* s3:libsmb: split out cli_state_dispatch_smb1() from cli_smb_received()Stefan Metzmacher2011-08-121-45/+66
* s3:libsmb: add missing TALLOC_FREE(frame) to cli_smb_received()Stefan Metzmacher2011-08-121-0/+1
* s3:libsmb: keep the request order in cli_smb_req_unset_pending()Stefan Metzmacher2011-08-121-1/+3
* s3:libsmb: use tevent_req_defer_callback() unless there's only one request in...Stefan Metzmacher2011-08-121-4/+41
* s3:libsmb: make use of cli_state_receive_next() in cli_smb_received()Stefan Metzmacher2011-08-121-17/+2
* s3:libsmb: notify all request about failures in cli_smb_req_set_pending()Stefan Metzmacher2011-08-121-0/+7
* s3:libsmb: split out cli_state_receive_next() from cli_smb_req_set_pending()Stefan Metzmacher2011-08-121-2/+25
* s3:libsmb: use talloc_stackframe() in cli_smb_received()Stefan Metzmacher2011-08-121-8/+12
* s3:libsmb: call cli_smb_req_unset_pending() before tevent_req_done() also for...Stefan Metzmacher2011-08-121-0/+1
* s3:libsmb: reset the destructor in cli_smb_req_unset_pending()Stefan Metzmacher2011-08-121-1/+2
* s3:libsmb: add cli_state_notify_pending() and use itStefan Metzmacher2011-08-121-25/+45
* s3:libsmb: make cli_session_setup_spnego() staticStefan Metzmacher2011-08-102-6/+4
* s3:libsmb: pass remote_realm to cli_session_setup_spnego() in cli_session_set...Stefan Metzmacher2011-08-101-1/+3
* s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher2011-08-103-1/+16
* s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-08-094-14/+14
* s3-ntlmssp void function cannot return valueAndrew Bartlett2011-08-041-3/+3