s3: piddir creation fix part 2.
[ira/wip.git] / libcli / smb / smbXcli_base.c
2012-03-03 Michael AdamsmbXcli: add the possiblilty to negotiate client capabi...
2012-02-29 Michael Adamlibcli/smb/smb2_signing: rename smb2_key_deviration...
2012-02-29 Stefan Metzmacherlibcli/smb/smbXcli: use smb2_key_deviration() to setup...
2012-02-27 Stefan Metzmacherlibcli/smb/smb2_signing: pass down 'protocol' to smb2_s...
2012-02-27 Stefan Metzmacherlibcli/smb/smbXcli: remove unused if statement from...
2012-02-27 Stefan Metzmacherlibcli/smb/smbXcli: add smb2cli_session_application_key()
2012-02-27 Stefan Metzmacherlibcli/smb/smbXcli: maintain smb2 channel_signing_key...
2012-02-27 Stefan Metzmacherlibcli/smb/smbXcli: remove unused checks from smb2cli_s...
2012-01-31 Andrew Bartlettlibcli/smb: Convert struct smb_trans_enc_state to talloc
2012-01-27 Stefan Metzmacherlibcli/smb: fix smbXcli_negprot(..., PROTOCOL_NT1,...
2012-01-05 Volker Lendeckelibcli/smb: Add smbXcli_conn_samba_suicide
2011-12-22 Stefan Metzmacherlibcli/smb: add PROTOCOL_SMB2_24 support
2011-11-29 Stefan MetzmachersmbXcli: add support for SMBreadBraw
2011-11-29 Stefan MetzmachersmbXcli: add smb1cli_conn_server_{readbraw,writebraw...
2011-11-29 Stefan MetzmachersmbXcli: rebuild smb1.recv_iov array if we expect more...
2011-11-29 Stefan MetzmachersmbXcli: allow up to 10 iovec elements for the bytes...
2011-11-29 Stefan MetzmachersmbXcli: s/smb2cli_writev_done/smb2cli_req_writev_done
2011-11-29 Stefan MetzmachersmbXcli: call tevent_queue_stop() for the outgoing...
2011-11-29 Stefan MetzmachersmbXcli: use talloc_stackframe() instead of talloc_tos...
2011-11-28 Volker LendeckeFix Coverity ID 2638: OVERRUN_STATIC
2011-11-28 Volker LendeckeFix Coverity ID 2639: UNUSED_VALUE
2011-11-24 Volker Lendeckes3:libsmb: Fix a typo
2011-11-24 Stefan Metzmachers3:smbXcli: keep two fd per connection in order to...
2011-11-24 Stefan MetzmachersmbXcli: add smb2cli_req_set_notify_async()
2011-11-24 Stefan MetzmachersmbXcli: add support for tevent_req_cancel() on smbXcli_req
2011-11-24 Stefan MetzmachersmbXcli: fix smb signing for SMBntcancel
2011-11-24 Stefan MetzmachersmbXcli: add smb2cli_session_create_channel()
2011-11-24 Stefan Metzmachers3:smb2cli: make use of smbXcli_session and setup the...
2011-11-24 Stefan MetzmachersmbXcli: add support for smb2 signing
2011-11-24 Stefan MetzmachersmbXcli: add smbXcli_session infrastructure
2011-11-24 Stefan MetzmachersmbXcli: add support for PROTOCOL_SMB2_22 in smbXcli_ne...
2011-11-24 Stefan MetzmachersmbXcli: add support for SMB2 multi-credit requests
2011-11-24 Stefan MetzmachersmbXcli: add support for 2.??? negprot and PROTOCOL_SMB2_10
2011-11-24 Stefan MetzmachersmbXcli: pass client_guid to smbXcli_conn_create()
2011-11-24 Stefan MetzmachersmbXcli: add smbXcli_negprot_*
2011-11-24 Stefan MetzmachersmbXcli: add helper functions to access the negotiated...
2011-11-24 Stefan MetzmachersmbXcli: also notify chained requests about broken...
2011-11-24 Stefan MetzmachersmbXcli: simplify smb1cli_req_chain_submit()
2011-11-24 Stefan MetzmachersmbXcli: remove unused smb1cli_have_andx_command()
2011-11-24 Stefan MetzmachersmbXcli: reorder smb1cli_conn_dispatch_incoming() to...
2011-11-24 Stefan MetzmachersmbXcli: rework smb1cli_req_recv() to expose an iov...
2011-11-24 Stefan MetzmachersmbXcli: use smb1cli_inbuf_parse_chain() and remember...
2011-11-24 Stefan MetzmachersmbXcli: add smb1cli_inbuf_parse_chain()
2011-11-24 Stefan MetzmachersmbXcli: pass hdr to smb1cli_pull_raw_error()
2011-11-24 Stefan MetzmachersmbXcli: add state->smb1.recv_{cmd,status,iov}
2011-11-24 Stefan MetzmachersmbXcli: split out a smb1cli_req_flags() function
2011-11-24 Stefan MetzmachersmbXcli: set message id to UINT64_MAX for BREAK in...
2011-11-24 Stefan MetzmachersmbXcli: rework smb2cli_req to smbXcli_conn/smbXcli_req
2011-11-24 Stefan Metzmacherlibcli/smb: copy smb2cli_req_* code to smbXcli_base.c
2011-11-24 Stefan MetzmachersmbXcli: rework smbXcli_base.c to use smbXcli_conn...
2011-11-24 Stefan MetzmachersmbXcli: cp source3/libsmb/async_smb.c libcli/smb/smbXc...