s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / source3 / libsmb / clidfs.c
12 days ago Andreas Schneiders3:libsmb: Pass memory context to cli_connect_nb()
2023-10-26 Ralph Boehmes3/libsmb: reuse smbXcli_conn_have_posix()
2023-10-12 Volker Lendeckesmbclient: Always ask for SMB311 posix in negprot
2023-09-25 Volker Lendeckelibsmb: Pass neg contexts through sync smbXcli_negprot_...
2023-08-23 Jeremy Allisons3: libsmb: Add a missing return statement in the timeo...
2023-08-08 Joseph Suttons3:libsmb: Add missing newlines to logging messages
2023-07-13 Andreas Schneiders3:libsmb: Fix code spelling
2023-04-11 Andrew Bartletts3-client: Provide more information on protocol negotia...
2022-09-15 Jeremy Allisons3: libsmb: Fix cli_resolve_path() to cope with DFS...
2022-09-15 Jeremy Allisons3: libsmb: Add smb1_dfs_share_path() to convert a...
2022-09-15 Jeremy Allisons3: libsmb: Add cli_dfs_is_already_full_path() function.
2022-09-15 Jeremy Allisons3: libsmb: In cli_check_msdfs_proxy() replace cli_stat...
2022-09-15 Jeremy Allisons3: libsmb: Cleanup - remove unused fname_src parameter...
2022-08-26 Volker Lendeckelibsmb: Remove unused code
2022-02-04 Jeremy Allisons3: libsmb: Add cli_dfs_target_check() function.
2021-08-11 Stefan Metzmachers3:libsmb: start encryption as soon as possible after...
2021-02-02 Jeremy Allisons3: libsmb: Ensure we disconnect the temporary SMB1...
2020-11-04 Volker Lendeckelibsmb: Remove cli_state->dfs_mountpoint
2020-10-21 Volker Lendeckelibsmb: Simplify cli_resolve_path()
2020-10-21 Volker Lendeckelibsmb: Factor out cli_conn_have_dfs() from cli_resolve...
2020-10-21 Volker Lendeckelibsmb: Fix a typo
2020-10-21 Volker Lendeckelibsmb: Fix a typo
2020-10-09 Andreas Schneiders3:libsmb: Remove max_protocol from clidfs do_connect()
2020-10-09 Andreas Schneiders3:libcmb: Remove max_protocol from cli_cm_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove max_protocol from cli_cm_open()
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_resolve_path...
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_cm_open()
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_cm_connect()
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to clidfs do_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_check_msdfs_pr...
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from clidfs do_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_cm_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_cm_open()
2020-08-19 Andreas Schneiders3:libsmb: Make cli_cm_force_encryption_creds() static
2020-05-28 Volker Lendeckelibsmb: Remove clistr_pull_talloc()
2020-05-28 Stefan Metzmachers3:libsmb: remove finally unused credential flags
2020-05-28 Stefan Metzmachers3:libsmb: remove unused cli_cm_force_encryption()
2020-02-26 Stefan Metzmachers3:libsmb: pass dest_ss to cli_cm_open()
2020-02-26 Stefan Metzmachers3:libsmb: pass dest_ss to cli_cm_connect() down to...
2019-10-22 Noel Powers3/libsmb: clang: Fix 'Dereference of undefined pointer...
2019-06-18 Volker Lendeckelibsmb: Align integer types
2019-01-09 Justin Stephensons3:libsmb: Print debug message about Netbios
2018-09-05 Andreas Schneidersmbclient: Fix errors printed if we can connect with...
2017-09-20 Stefan MetzmacherCVE-2017-12150: s3:libsmb: only fallback to anonymous...
2017-09-20 Stefan MetzmacherCVE-2017-12151: s3:libsmb: make use of cli_state_is_enc...
2017-08-18 Stefan Metzmachers3:libsmb: let do_connect() debug the negotiation resul...
2017-07-06 Richard SharpeAdd support for passing the max_referral_level into...
2017-06-27 Stefan Metzmachers3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()
2017-06-27 Stefan Metzmachers3:libsmb: remove unused 'bool show_hdr' from cli_cm_co...
2017-06-27 Stefan Metzmachers3:libsmb: remove unused show_sessetup handling from...
2017-06-22 Stefan Metzmachers3:libsmb: normalize leading slashes in cli_resolve_path()
2017-06-17 Jeremy Allisons3: libsmb: Correctly save and restore connection tcon...
2017-06-17 Jeremy Allisons3: libsmb: Widen cli_state_get_tid() / cli_state_set_t...
2017-06-09 Andreas SchneiderRevert "s3:libsmb: Fix printing the session setup infor...
2017-06-07 Andreas Schneiders3:libsmb: Fix printing the session setup information
2016-12-21 Stefan Metzmachers3:libsmb: pass cli_credentials to cli_check_msdfs_proxy()
2016-12-21 Stefan Metzmachers3:libsmb: make use of cli_cm_force_encryption_creds...
2016-12-21 Stefan Metzmachers3:libsmb: split out cli_cm_force_encryption_creds()
2016-12-21 Stefan Metzmachers3:libsmb: make use of cli_tree_connect_creds() in...
2016-12-21 Stefan Metzmachers3:libsmb: make use of get_cmdline_auth_info_creds...
2016-12-21 Stefan Metzmachers3:libsmb: make use of cli_smb1_setup_encryption()...
2016-12-09 Stefan Metzmachers3:libsmb: don't pass 'passlen' to cli_tree_connect...
2016-11-15 Stefan Metzmachers3:libsmb: make use of cli_session_setup_anon()
2016-11-15 Stefan Metzmachers3:libsmb: let the callers only pass the password strin...
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-12-16 Stefan MetzmacherCVE-2015-5296: s3:libsmb: force signing when requiring...
2015-09-11 Har Gagan Sahais3: dfs: Fix a crash when the dfs targets are disabled.
2015-05-01 Richard SharpeConvert three include files from uint32/16/8 to _t...
2015-01-21 David Disseldorplibsmb: provide authinfo domain for encrypted session...
2015-01-19 David Disseldorplibsmb: provide authinfo domain for DFS referral auth
2015-01-19 David Disseldorplibsmb: reuse connections derived from DFS referrals
2014-10-17 Stefan Metzmachers3:libsmb: avoid calling cli_set_username() in clidfs
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-08-13 Har Gagan SahaiFixed a memory leak in cli_set_mntpoint().
2014-02-08 Garming Samparam: rename lp function and variable from "cli_minpro...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-17 Stefan Metzmachers3:libsmb: add SMB2/3 support to cli_dfs_get_referral()
2013-10-17 Stefan Metzmachers3/libsmb: make use of smbXcli_tcon_is_dfs_share()
2013-10-17 Luk Claess3/libsmb: Use smbXcli_conn_dfs_supported instead of...
2013-10-17 Luk Claess3/libsmb: Use smbXcli_conn_use_unicode instead of...
2013-08-21 Jeremy AllisonAs SMB3 has transport level encryption, allow smbclient...
2013-08-15 Stefan Metzmachers3:libsmb: use lp_cli_minprotocol() in do_connect()
2013-08-15 Jeremy Allisons3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS...
2012-06-12 Volker Lendeckes3: Make --pw-nt-hash useable in smbclient
2012-05-28 Luk Claess3:libsmb: get rid of cli_ucs2
2012-05-28 Luk Claess3:libsmb: get rid of cli_negprot
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_encryption_on
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
2011-11-24 Stefan Metzmachers3:libsmb: make use of cli_tree_connect()
2011-11-16 Björn Baumbachs3-libsmb/clidfs.c: remove cli_nt_error()
2011-09-15 Stefan Metzmachers3:libsmb: pass max_protocol to cli_negprot()
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-08-09 Stefan Metzmachers3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli...
2011-08-03 Stefan Metzmachers3:libsmb/clidfs: make use of cli_state_encryption_on()
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-24 Volker Lendeckes3: Fix Coverity ID 2596, REVERSE_INULL
next