s3:libsmb: Pass memory context to cli_full_connection_creds()
[samba.git] / source3 / libsmb / libsmb_server.c
2024-04-29 Andreas Schneiders3:libsmb: Pass memory context to cli_full_connection_c...
2024-04-29 Andreas Schneiders3:libsmb: Pass memory context to cli_connect_nb()
2023-09-25 Volker Lendeckelibsmb: Pass neg contexts through sync smbXcli_negprot_...
2023-08-08 Joseph Suttons3:libsmb: Add missing newlines to logging messages
2023-07-13 Andreas Schneiders3:libsmb: Fix code spelling
2022-05-14 Pavel Filipenskýs3:libsmb: Covscan: unchecked return value for cli_cred...
2022-05-11 Jeremy Allisons3: libsmbclient: Cope with SMB2 servers that return...
2022-03-16 Elia Gerettos3:libsmb: Fix errno for failed authentication in SMBC_...
2021-12-27 Stefan Metzmachers3:libsmb: fix signing regression SMBC_server_internal()
2021-08-06 Volker Lendeckelibsmbclient: Avoid a call to SMBC_errno() in SMBC_attr...
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_check_msdfs_pr...
2020-08-19 Andreas Schneiders3:libsmb: Use cli_credentials_set_smb_encryption()
2020-08-19 Andreas Schneiders3:libsmb: Remove signing_state from cli_full_connectio...
2020-05-28 Stefan Metzmachers3:libsmb_server: fix error handling in SMBC_server_int...
2020-05-28 Stefan Metzmachers3:libsmb_server: make use of SMBC_auth_credentials...
2020-05-28 Stefan Metzmachers3:libsmb_server: split out SMBC_auth_credentials(...
2020-05-28 Stefan Metzmachers3:libsmb_server: don't use auth related flags in SMBC_...
2020-05-25 Volker Lendeckelibsmb: Remove a pointless ZERO_STRUCT()
2020-03-20 Volker Lendeckelibsmb: Don't try to find posix stat info in SMBC_getatr()
2020-03-10 Volker Lendeckelibsmbclient: Put it back to a known, well-working...
2020-02-25 Volker Lendeckelibsmb: Remove a pointless ZERO_STRUCT()
2019-12-19 Andreas Schneiders3:libsmb: Add try_posixinfo to SMBSRV struct. Only...
2019-01-09 Justin Stephensons3:libsmb: Print debug message about Netbios
2018-05-03 Jeremy Allisons3: libsmbclient: Fix hard-coded connection error retur...
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.
next