Convert all uint32/16/8 to _t in source3/libsmb.
[samba.git] / source3 / libsmb / clientgen.c
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/libsmb.
2014-10-17 Stefan Metzmachers3:libsmb: remove unused cli_set_username() function
2014-10-17 Stefan Metzmachers3:libsmb: Remove unused domain copy stored in cli_state
2014-10-17 Andrew Bartletts3:libsmb: Remove unused password copy stored in cli_state
2014-09-19 Stefan Metzmachers3:libsmb: add 'cli_state_client_guid'
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-17 Stefan Metzmachers3:libsmb: remove unused cli_state->case_sensitive
2013-10-17 Stefan Metzmachers3:libsmb: call smbXcli_tcon_{get,set}_fs_attributes...
2013-02-19 Stefan Metzmachers3:libsmb: s/struct event_context/struct tevent_context
2013-02-19 Stefan Metzmachers3:libsmb: make use of samba_tevent_context_init()
2012-12-06 Scott LovenbergClean up client timeout definitions [rev. 2]
2012-09-29 Stefan Metzmachers3:libsmb: make cli_echo* protocol independent
2012-08-01 Stefan Metzmachers3:libsmb: remove unused cli_state->user_session_key
2012-07-24 Stefan Metzmachers3:libsmb: use a smbXcli_tcon instead of uint16_t cli_s...
2012-07-24 Stefan Metzmachers3:libsmb: make use of cli_state_[g|s]et_tid()
2012-07-24 Andrew Bartlettparam: Make the 'unicode' parameter common
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-05 Stefan Metzmachers3:libsmb: remove unused 'inbuf' variable
2012-05-28 Luk Claess3:libsmb: get rid of cli_ucs2
2012-05-28 Luk Claess3:libsmb: get rid of cli_has_async_calls
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_disconnect
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_server_time_zone
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_security_mode
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_server_gss_blob
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_server_challenge
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_encryption_on
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_max_requests
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_server_session_key
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_capabilities
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_protocol
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_remote_name
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_*_sockaddr
2012-05-28 Luk Claess3:libsmb: get rid of cli_sockopt
2012-05-28 Luk Claess3:libsmb: remove unused (un)set_pending functions
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-03 Stefan Metzmachers3:libsmb: pass smb2 capabilities and client guid in...
2012-03-03 Michael AdamsmbXcli: add the possiblilty to negotiate client capabi...
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-16 Björn Baumbachs3-libsmb: introduce option to disable dos error mapping
2011-11-16 Stefan Metzmachers3:libsmb: always init cli->{server_os,server_domain...
2011-11-03 Stefan Metzmachers3:libsmb: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:param: the behavior of "client/server signing =...
2011-11-03 Stefan Metzmachers3:libsmb: restore the 3.6.x behavior signing config...
2011-10-24 Stefan Metzmacherlibcli/smb: move smb_signing.[ch] to the toplevel
2011-10-21 Stefan Metzmacherlibcli/smb: move smb_seal.c to the toplevel
2011-10-19 Stefan Metzmachers3:include: move smb_seal.c prototypes to smb_crypt.h
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: add cli_state_server_challenge() and cli_sta...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sesskey to cli->conn.smb1.server...
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: 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()
next