s3:libsmb: remove unused cli_state->dfsroot
[mat/samba.git] / source3 / include / client.h
2013-10-17 Stefan Metzmachers3:libsmb: remove unused cli_state->dfsroot
2013-08-15 Jeremy Allisons3:libsmb: Add in the core of the libsmb client SMB2...
2013-08-10 Stefan Metzmachers3:libsmb: remove unused cli_state->is_guestlogin
2012-12-06 Scott LovenbergClean up client timeout definitions [rev. 2]
2012-08-01 Stefan Metzmachers3:libsmb: remove unused cli_state->user_session_key
2012-07-25 Stefan Metzmachers3:libsmb: remove unused cli_state->smb2.pid
2012-07-25 Stefan Metzmachers3:libsmb: remove unused tcon specific elements from...
2012-07-25 Stefan Metzmachers3:libsmb: remove cli_state->smb2.tid
2012-07-24 Stefan Metzmachers3:libsmb: setup a smbXcli_tcon for SMB2
2012-07-24 Stefan Metzmachers3:libsmb: use a smbXcli_tcon instead of uint16_t cli_s...
2012-07-23 Luk Claess3:libsmb: use cli_state_{g,s}et_uid instead of smb1...
2012-06-12 Volker Lendeckes3: Add cli_state->pw_nt_hash
2012-06-12 Volker Lendeckes3: Add CLI_FULL_CONNECTION_USE_NT_HASH
2011-12-01 Jeremy AllisonAfter a discussion with Volker, sdd a backup_intent...
2011-11-24 Stefan Metzmachers3:libsmb: implement cli_state based functions on top...
2011-11-24 Stefan Metzmachers3:smb2cli: make use of smbXcli_session and setup the...
2011-11-24 Stefan Metzmachers3:smb2cli: implement smb2cli_negprot() on top of smbXc...
2011-11-24 Stefan Metzmachers3:smb2cli: replace smb2cli_base.c code with the more...
2011-11-16 Björn Baumbachs3-libsmb: introduce option to disable dos error mapping
2011-11-04 Stefan Metzmachers3:libsmb: also remember the optional server name from...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->server{zone,time} to cli->conn...
2011-09-15 Stefan Metzmachers3:libsmb: split cli->secblob into cli->conn.smb1.serve...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sesskey to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: detect lock_read and write_unlock support
2011-09-15 Stefan Metzmachers3:libsmb: move cli->*braw_supported to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sec_mode to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_mux to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit
2011-09-15 Stefan Metzmachers3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid
2011-09-15 Stefan Metzmachers3:libsmb: move cli->capabilities to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->protocol to cli->conn.protocol
2011-09-15 Stefan Metzmachers3:libsmb: use local variables in cli_state_create()
2011-09-14 Stefan Metzmachers3:libsmb: remove unused cli->is_samba
2011-09-14 Stefan Metzmachers3:client.h: remove unused defines
2011-09-13 Stefan Metzmachers3:smb2cli: split cli->smb2.gss_blob from cli->secblob
2011-09-13 Stefan Metzmachers3:libsmb: don't mix smb2 share capabilities with smb1...
2011-09-13 Stefan Metzmachers3:libsmb: the smb2 server capabilities from the sessio...
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS
2011-08-12 Stefan Metzmachers3:libsmb: abstract the incoming dispatch function...
2011-08-10 Stefan Metzmachers3:libsmb: store the remote_realm on the cli_state
2011-08-02 Stefan Metzmachers3:include: change cli->protocol to enum protocol_types
2011-07-26 Volker Lendeckes3: Fix async smb handling
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->desthost to cli_state->conn...
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->{src_ss,dest_ss} to cli_stat...
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->fd to cli_state->conn.fd
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->outgoing to cli_state->conn...
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->pending to cli_state->conn...
2011-07-21 Stefan Metzmachers3:include: remove unused cli_state->called and cli_sta...
2011-07-21 Stefan Metzmachers3:libsmb: move cli->vuid to cli->smb1.uid and hide...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->cnum to cli->smb1.tid and hide...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->pid to cli->smb1.pid and hide...
2011-07-20 Stefan Metzmachers3:libsmb: add cli->smb1.vc_num and hide it behind...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->mid to cli->smb1.mid
2011-07-12 Stefan Metzmachers3:libsmb: remove unused cli_oplock_handler()
2011-07-12 Stefan Metzmachers3:libsmb: remove unused cli->privileges
2011-07-11 Stefan Metzmachers3:libsmb: remove unused cli_set_port()
2011-07-11 Stefan Metzmachers3:libsmb: also remember the local socket address after...
2011-07-08 Stefan Metzmachers3:libsmb: remove unused cli->inbuf and cli->bufsize
2011-07-08 Stefan Metzmachers3:libsmb: don't use the cli->inbuf to store the last...
2011-07-08 Stefan Metzmachers3:libsmb: remove unused enum smb_read_errors infrastru...
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_negprot*()
2011-07-07 Stefan Metzmachers3:libsmb: add basic smb2 client infrastructure
2011-07-07 Stefan Metzmachers3:libsmb: finally remove unused cli_state->outbuf
2011-07-07 Stefan Metzmachers3:libsmb: use clistr_pull_talloc() for short_name...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-10 Stefan Metzmachers3:libsmb: remove unused cli_state_seqnum infrastructure
2011-05-29 Volker Lendeckes3: Extract the guest_login field in sesssetup
2011-04-27 Jeremy AllisonRemove fstrings from client struct. Properly talloc...
2011-04-13 Günther Deschners3-build: finally remove references to ndr and dcerpc...
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-04-12 Günther Deschners3-rpc_client: move rpc_cli_transport structs and proto...
2011-03-16 Günther Deschners3-libsmb: move smb encryption structs into own header.
2010-09-04 Stefan Metzmachers3:rpc_server: make it possible to use rpcint_binding_h...
2010-08-16 Stefan Metzmachers3:include: remove unused dispatch* fn pointers from...
2010-08-12 Stefan Metzmachers3:rpc_client: add dcerpc_binding_handle backend
2010-07-30 Volker Lendeckes3: Remove "cli" from "struct finfo"
2010-07-28 Simo Sorcemisc: Remove unused structure elements
2010-07-28 Andreas Schneiders3-rpc_server: Use struct pipes_struct.
2010-07-27 Volker Lendeckes3: Remove a typedef (struct file_info)
2010-07-20 Simo Sorces3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data
2010-05-31 Günther Deschners3: only use netlogon/nbt header when needed.
2010-04-14 Jeremy AllisonSplit out the client unix capabilities to those the...
2010-03-29 Stefan Metzmachers3:rpc_client: add set_timeout hook to rpc_cli_transport
2010-03-29 Stefan Metzmachers3:rpc_client: add rpccli_is_connected()
2010-01-24 Volker Lendeckes3: Add CLI_FULL_CONNECTION_USE_CCACHE
2010-01-24 Volker Lendeckes3: Add ccache use to cli_session_setup_ntlmssp
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Andrew Bartletts3:ntlmssp: remove the typedef NTLMSSP_STATE
2009-11-08 Volker LendeckeRevert "s3: Do not reference ndr_table_<pipe> in the...
2009-11-08 Volker Lendeckes3: Do not reference ndr_table_<pipe> in the cli_ routi...
2009-10-05 Volker LendeckeRevert "s3: Attempt to fix machine password change"
2009-10-05 Volker Lendeckes3: Attempt to fix machine password change
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Günther Deschnerschannel: fully share schannel sign/seal between s3...
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Günther Deschners3-dcerpc: use dcerpc_AuthLevel and remove duplicate...
2009-09-10 Günther Deschners3-rpc_client: add enum dcerpc_transport_t to rpc_cli_t...
next