s3:libsmb: Fix printing the session setup information
[samba.git] / source3 / libsmb / clidfs.c
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
2011-07-22 Stefan Metzmachers3:libsmb/clidfs: make use of cli_state_remote_name()
2011-07-22 Stefan Metzmachers3:libsmb: remove const from cli_cm_display()
2011-07-20 Stefan Metzmachers3:libsmb: move cli->cnum to cli->smb1.tid and hide...
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_dfs_get_r...
2011-07-07 Stefan Metzmachers3:libsmb: use a talloc_stackframe in cli_dfs_get_refer...
2011-07-06 Stefan Metzmachers3:libsmb: don't use cli->inbuf in cli_dfs_get_referral()
2011-07-06 Stefan Metzmachers3:libsmb: fix error handling in cli_dfs_get_referral()
2011-07-06 Volker Lendeckes3: make cli_resolve_path return NTSTATUS
2011-07-03 Volker Lendeckes3: Make cli_cm_open return NTSTATUS
2011-07-03 Volker Lendeckes3: Make cli_cm_connect return NTSTATUS
2011-07-03 Volker Lendeckes3: Make "do_connect" return NTSTATUS
2011-07-03 Volker Lendeckes3: Remove a use of cli_errstr
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-05-29 Volker Lendeckes3: Use cli_connect_nb in do_connect
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-04-03 Larry ReidFix for servers that don't put a path separator at...
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-25 Andrew Tridgells3-dfs: removed the last user of sec_len==-1 in pull_...
2011-03-16 Günther Deschners3-msdfs: avoid global inclusion of msdfs.h.
2011-03-15 Günther Deschners3-libsmb: only include rap client when needed.
2010-11-11 Volker Lendeckes3: Convert cli_dfs_get_referral to cli_trans
2010-11-11 Volker Lendeckes3: cli_dfs_check_error does not need to depend on...
2010-11-11 Volker Lendeckes3: Make split_dfs_path return bool
2010-11-11 Volker Lendeckes3: Remove some dead code
2010-11-11 Volker Lendeckes3: Untangle an if-expression
2010-08-05 Volker Lendeckes3: Explicitly pass flags2 to clistr_pull_talloc
2010-04-14 Jeremy AllisonSplit out the client unix capabilities to those the...
2010-02-20 Volker Lendeckes3: Convert cli_qpathinfo_basic to use cli_trans()
2010-02-10 Andrew Tridgells3-libsmb: update libsmb to use new DLIST macros
2010-01-24 Volker Lendeckes3: Use -C in smbclient
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-03 Volker Lendeckes3: Convert cli_tdis to the async API
2009-11-21 Volker Lendeckes3: Remove a struct typedef
2009-11-13 Volker Lendeckes3: Convert cli_unix_extensions_version to async
2009-10-28 SATOH FumiyasuFix bug 6572 - libsmbclient: unable to access 'msdfs...
2009-10-22 Jeremy AllisonFix bug 6829 - smbclient does not show special characte...
2009-06-30 SATOH FumiyasuFix bug #6496 - MS-DFS: cannot follow multibyte char...
2009-04-12 Volker LendeckeFix a bug in smbclient not sending the correct called...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
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-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Jeremy AllisonAllow DFS client paths to work when POSIX pathnames...
2009-03-17 Jeremy AllisonRemove the global "struct cm_cred_struct" and associate...
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-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: remove cli_setup_signing_state() and add...
next