s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
[samba.git] / source3 / libsmb / cliconnect.c
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_stat...
2011-08-10 Stefan Metzmachers3:libsmb: make cli_session_setup_spnego() static
2011-08-10 Stefan Metzmachers3:libsmb: pass remote_realm to cli_session_setup_spneg...
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/cli*: make use of cli_state_capabilities()
2011-07-22 Stefan Metzmachers3:libsmb/cliconnect: make use of cli_state_remote_name()
2011-07-22 Stefan Metzmachers3:libsmb: only pass const sockaddr_storage to cli_full...
2011-07-22 Stefan Metzmachers3:libsmb: only pass a const sockaddr_storage to cli_st...
2011-07-22 Stefan Metzmachers3:libsmb: let cli_connect_nb() only expect a const...
2011-07-21 Stefan Metzmachers3:libsmb: replace cli_initialise[_ex]() by cli_state_c...
2011-07-21 Stefan Metzmachers3:libsmb: don't pass cli->called.name to NTLMv2_genera...
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: add cli->smb1.vc_num and hide it behind...
2011-07-20 Stefan Metzmachers3:libsmb: smb_bytes_talloc_string() doesn't need a...
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-07 Stefan Metzmachers3:libsmb: finally remove unused cli_state->outbuf
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_tcon_andx...
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-20 Volker LendeckeUse tevent_req_oom
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-29 Volker Lendeckes3: Remove unused cli_session_request
2011-05-29 Volker Lendeckes3: Remove unused cli_connect
2011-05-29 Volker Lendeckes3: Add set_socket_options to cli_connect_sock()
2011-05-29 Volker Lendeckes3: Remove unused attempt_netbios_session_request
2011-05-29 Volker Lendeckes3: Extract the guest_login field in sesssetup
2011-05-29 Volker Lendeckes3: Fix wct check in cli_sesssetup_blob_done
2011-05-28 Volker Lendeckes3: Add called name_type param to cli_connect_nb
2011-05-28 Volker Lendeckes3: Fix a type-punned warning
2011-05-28 Volker Lendeckes3: Use cli_connect_nb in cli_start_connection
2011-05-28 Volker Lendeckes3: Add cli_connect_nb
2011-05-23 Volker Lendeckes3: Remove two false references to cli->inbuf
2011-05-23 Volker Lendeckes3: Fix a leftover from fstring removal in cli_state
2011-05-20 Jeremy AllisonPatch for bug #8156 - net ads join fails to use the...
2011-05-20 Jeremy AllisonThe "workgroup" parameter is not used at all in cli_ses...
2011-05-19 Volker Lendeckes3: Do central cli_set_error
2011-05-19 Volker Lendeckes3: Remove the use of cli->inbuf/outbuf from cli_sessio...
2011-05-16 Christian Ambachs3:libsmb convert user-specified domain to uppercase
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-04-30 Volker Lendeckes3: Make name_resolve_bcast return sockaddr_storage
2011-04-30 Volker Lendeckes3: Remove ip_sevice from get_ipc_connect_master_ip
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-28 Jeremy AllisonRemove another fstring in this code.
2011-04-27 Jeremy AllisonFixup (C) - we've both worked lots on this :-).
2011-04-27 Jeremy AllisonRemove fstrings from client struct. Properly talloc...
2011-04-26 Volker Lendeckes3: Make cli_session_setup_lanman2 async
2011-04-26 Volker Lendeckes3: Make cli_session_setup_nt1 async
2011-04-26 Volker Lendeckes3: Make plaintext session setup async
2011-04-16 Volker Lendeckes3: guest sesssetup is only 13 words
2011-04-03 Volker Lendeckes3: Remove some unused code
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-27 Volker Lendeckes3: Convert cli_raw_tcon to cli_smb
2011-03-27 Volker Lendeckes3: Replace cli_negprot_sendsync() by cli_negprot_send()
2011-03-26 Volker Lendeckes3: Fix Coverity ID 2326, CHECKED_RETURN
2011-02-27 Volker Lendeckes3: Make is_zero_addr take a sockaddr_storage
2010-12-20 Volker Lendeckes3: Remove unused "retry" from cli_start_connection
2010-12-20 Volker Lendeckes3: Remove unused "retry" from cli_full_connection
2010-12-14 Andrew Bartletts3-libsmb Improve error message when denying LM encryption
2010-12-10 Andrew Bartletts3-libsmb Don't ever ask for machine$ principals as...
2010-12-10 Andrew Bartletts3-libads Default to NOT using the server-supplied...
2010-09-26 Jeremy AllisonFix bug #7698 - Assert causes smbd to panic on invalid...
2010-09-24 Jeremy AllisonFix bug 7694 - Crash bug with invalid SPNEGO token.
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-17 Sumit BoseFix array size of a memmber of struct cli_ulogoff_state
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-08-25 Günther Deschners3-build: only include krb5 environment variables where...
2010-08-05 Volker Lendeckes3: Remove some pointless wrapper functions
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Jeremy AllisonRename spnego_gen_negTokenTarg() -> spnego_gen_krb5_neg...
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client...
2010-03-24 Stefan Metzmachers3:ntlmssp: remove server_name from ntlmssp_state and...
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_negprot_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_tcon_andx_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_sesssetup_blob_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_session_setup_guest_done
2010-02-22 Volker Lendeckes3: Add a talloc_move for the inbuf to cli_smb_recv
2010-01-31 Jeremy AllisonFix bug #7079 - cliconnect gets realm wrong with truste...
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-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-07 Tim Proutys3 torture: Prevent smbcli segfault when running smbtor...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-03 Volker Lendeckes3: Convert cli_ulogoff to the async API
2010-01-03 Volker Lendeckes3: Convert cli_tdis to the async API
2010-01-03 Volker Lendeckes3: Fix some nonempty blank lines
next