libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from an echo.
[nivanova/samba-autobuild/.git] / source3 / libsmb / libsmb_server.c
2017-11-11 Jeremy Allisonlibsmbclient: Allow server (NetApp) to return STATUS_IN...
2017-11-09 David Muldersmbc_opendir should not return EEXIST with invalid...
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: make use of cli_tree_connect_creds() in...
2016-12-21 Stefan Metzmachers3:libsmb: avoid using cli_session_setup() in SMBC_serv...
2016-12-19 Stefan Metzmachers3:libsmb: Use cli_cm_force_encryption() instead of...
2016-12-09 Stefan Metzmachers3:libsmb: don't pass 'passlen' to cli_tree_connect...
2016-11-15 Stefan Metzmachers3:libsmb: let the callers only pass the password strin...
2016-06-07 Volker Lendeckelibsmb: Fix two CIDs for NULL dereference
2015-12-18 Jeremy Allisons3: libsmb: Correctly initialize the list head when...
2015-12-16 Stefan MetzmacherCVE-2015-5296: s3:libsmb: force signing when requiring...
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/libsmb.
2015-03-20 Jeremy Allisons3: lib: libsmbclient: If reusing a server struct,...
2014-10-17 Stefan Metzmachers3:libsmb: avoid cli_set_username() in SMBC_server_inte...
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-21 Ross Lagerwalls3:libsmb: Set a max charge for SMB2 connections
2014-02-08 Garming Samparam: rename lp function and variable from "cli_minpro...
2014-02-08 Garming Samparam: rename lp function and variable from "cli_maxpro...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-30 Gregor Becks3:libsmb: SMBC_getatr use pathinfo3 for second try
2013-10-17 Stefan Metzmachers3:libsmb: call smbXcli_tcon_set_fs_attributes() directly
2013-10-17 Luk Claess3/libsmb: Use smbXcli_conn_dfs_supported instead of...
2013-08-15 Stefan Metzmachers3:libsmb: make use of lp_cli_{min,max}protocol() in...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-06-21 Volker LendeckeFix some blank line endings
2013-06-11 Jeremy AllisonPlumb the 'port' parameter into the connect code.
2013-06-11 Jeremy AllisonAdd the port argument to SMBC_server().
2013-06-11 Jeremy AllisonAdd port argument to SMBC_attr_server(). Does nothing...
2013-02-22 Andreas Schneiders3-libsmb: Don't leak memory on error.
2012-12-21 Andreas Schneiders3-libsmb: Fix a possible null pointer dereference.
2012-06-12 Volker Lendeckes3-libsmbclient: Add OptionUseNTHash
2012-06-12 Volker Lendeckes3-libsmbclient: Make SMBC_call_auth_fn static
2012-05-28 Luk Claess3:libsmb: get rid of cli_negprot
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_capabilities
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_remote_name
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2011-11-24 Stefan Metzmachers3:libsmb: make use of cli_tree_connect()
2011-11-03 Stefan Metzmachers3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/
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-02 Stefan Metzmachers3:libsmb/libsmb_server: make use of cli_set_timeout()
2011-08-02 Stefan Metzmachers3:libsmb/libsmb_*: make use of cli_state_capabilities()
2011-07-22 Stefan Metzmachers3:libsmb_server: make use of cli_state_remote_name()
2011-07-22 Stefan Metzmachers3:libsmb_server: pass NULL instead of a zero sockaddr_...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->cnum to cli->smb1.tid and hide...
2011-07-11 Stefan Metzmachers3:libsmbclient: use cli_state_is_connected() in SMBC_c...
2011-07-08 Stefan Metzmachers3:libsmb: remove use of cli_errstr() in SMBC_server_in...
2011-07-07 Björn Baumbachs3-libsmb: Remove 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-06-19 Volker Lendeckes3: Fix Coverity ID 2583: RESOURCE_LEAK
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-29 Volker Lendeckes3: Use cli_connect_nb in SMBC_server_internal
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2010-12-20 Volker Lendeckes3: Remove unused "retry" from cli_full_connection
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_lsarpc.h
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-01-24 Volker Lendeckes3-libsmbclient: Add smbc_setOptionUseCCache()
2009-11-21 Volker Lendeckes3: Convert cli_get_fs_attr_info to the async API
2009-11-12 Jeremy AllisonEnsure all callers to the rpc_client/cli_pipe functions...
2009-10-28 SATOH FumiyasuFix bug 6572 - libsmbclient: unable to access 'msdfs...
2009-10-22 Jeremy AllisonSimplify the logic.
2009-10-22 Jeremy AllisonFix bug 6829 - smbclient does not show special characte...
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-20 Bo YangMake libsmbclient work with DFS
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Volker LendeckeMake cli_tcon_andx async
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-17 Derrell LipmanDetermine case sensitivity based on file system attributes.
2009-01-16 Derrell LipmanTreat file names in POSIX-like case-sensitive fashion...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-12 Volker Lendeckefix nonempty blank lines
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-03-17 Derrell LipmanFix use of AuthDataWithContext capability
2008-03-06 Derrell LipmanCheck for NULL pointers before dereferencing them.
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-04 Derrell LipmanContinued revamping of libsmbclient.
2008-03-04 Derrell LipmanAdditional revamped libsmbclient documentation
2008-03-04 Derrell LipmanModified revamp of the libsmbclient interface.
2008-03-04 Derrell LipmanInitial revamp of the libsmbclient interface.
2008-03-03 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-03 Derrell LipmanContinued revamping of libsmbclient.
2008-03-02 Derrell LipmanAdditional revamped libsmbclient documentation
2008-03-02 Derrell LipmanModified revamp of the libsmbclient interface.
2008-03-02 Derrell LipmanInitial revamp of the libsmbclient interface.