s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_mux
[vlendec/samba-autobuild/.git] / source3 / libsmb / clientgen.c
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: don't set cli->protocol in cli_state_create()
2011-09-15 Stefan Metzmachers3:libsmb: use local variables in cli_state_create()
2011-09-15 Stefan Metzmachers3:libsmb: use CAP_EXTENDED_SECURITY instead of cli...
2011-09-15 Stefan Metzmachers3:libsmb: calculate all SMB1 capabilities we want...
2011-09-14 Stefan Metzmachers3:libsmb: make use of new advanded SMB signing
2011-09-14 Stefan Metzmachers3:smb_signing: add support for easier negotiation...
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_server_time()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_server_time_zone()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_server_session_key()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_security_mode()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_max_requests()
2011-09-13 Stefan Metzmachers3:libsmb: set the MID to 0 in cli_setup_packet_buf()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_available_size()
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-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_stat...
2011-08-10 Stefan Metzmachers3:libsmb: store the remote_realm on the cli_state
2011-08-02 Stefan Metzmachers3:libsmb/cli*: make use of cli_state_protocol()
2011-08-02 Stefan Metzmachers3:libsmb: add cli_state_protocol()
2011-08-02 Stefan Metzmachers3:libsmb/cli*: make use of cli_state_capabilities()
2011-08-02 Stefan Metzmachers3:libsmb: add cli_state_capabilities()
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->desthost to cli_state->conn...
2011-07-22 Stefan Metzmachers3:libsmb: add cli_state_remote_name()
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->{src_ss,dest_ss} to cli_stat...
2011-07-22 Stefan Metzmachers3:libsmb: add cli_state_[local|remote]_sockaddr()
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->fd to cli_state->conn.fd
2011-07-22 Stefan Metzmachers3:libsmb: make use of cli_state_disconnect()
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-22 Stefan Metzmachers3:libsmb: fix compiler warnings in cli_state_create()
2011-07-21 Stefan Metzmachers3:libsmb: replace cli_initialise[_ex]() by cli_state_c...
2011-07-21 Stefan Metzmachers3:libsmb: move cli->vuid to cli->smb1.uid and hide...
2011-07-21 Stefan Metzmachers3:libsmb: add cli_state_encryption_on()
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-11 Stefan Metzmachers3:libsmb: remove unused cli_set_port()
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: don't call cli_set_error() in cli_echo()
2011-07-08 Stefan Metzmachers3:libsmb: remove unused enum smb_read_errors infrastru...
2011-07-07 Stefan Metzmachers3:libsmb: finally remove unused cli_state->outbuf
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-10 Stefan Metzmachers3:libsmb: remove unused cli_state_seqnum infrastructure
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-22 Volker Lendeckes3: Remove cli_send/receive_smb
2011-05-21 Volker Lendeckes3: Remove unused cli_setup_bcc
2011-05-20 Volker Lendeckes3: Remove unused cli_setup_packet()
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-26 Volker Lendeckes3: Remove cli_write
2011-03-23 Andrew Bartletts3-lib Remove the clobber_region() code.
2011-03-01 Andrew Bartletts3-build __FUNCTION__ is always available, always use it
2011-02-23 Christian Ambachs3:libsmb only log a dead connection if it was not...
2011-01-17 Volker Lendeckes3: Make passing up "result_parent" from cli_smb optional
2011-01-17 Volker Lendeckes3: Remove unused cli_send_keepalive
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-build: only include async headers where needed.
2010-09-01 Volker Lendeckes3: Print the IP of the server that stopped responding
2010-08-18 Günther Deschners3-build: only include smb_signing.h where needed.
2010-08-15 Volker Lendeckes3: Remove some unused code
2010-03-29 Stefan Metzmachers3:libsmb: don't let cli_shutdown() segfault with a...
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_echo_done
2010-02-22 Volker Lendeckes3: Add a talloc_move for the inbuf to cli_smb_recv
2010-02-20 Volker Lendeckes3: Add cli_smb()
2010-02-10 Andrew Tridgells3-libsmb: update libsmb to use new DLIST macros
2009-09-07 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-05-12 Jeremy AllisonClean up assignments to iov_base, ensure it's always...
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Volker LendeckeConvert cli_echo to tevent_req
2009-04-06 Volker LendeckeAdd new async libsmb infrastructure
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:libsmb: use new simplified smb_signing code for...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-15 Volker LendeckeFix a malloc/talloc mismatch when cli_initialise()...
2009-03-14 Jeremy AllisonRemove pwd_cache.c, it was doing nothing. Make user_nam...
2009-03-13 Jeremy AllisonRemove the static "struct client_connection" mess which...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-06 Stefan Metzmachers3:libsmb: merge cli_setup_signing_state() into cli_ini...
2009-03-06 Stefan Metzmachers3:libsmb: remove cli_setup_signing_state() and add...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
next