summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_context.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3:libsmb: Add a talloc context to the internal data structureAndreas Schneider1-8/+14
2025-07-17s3:libsmb: add support for userspace quic support using ngtcp2Stefan Metzmacher1-0/+8
2025-06-16libsmbclient: Add fgetxattrVolker Lendecke1-0/+1
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-05-15libsmb: Put useccache initialization into one placeVolker Lendecke1-4/+4
2025-05-15libsmb: Save a few lines of ZERO_STRUCTP with SMB_CALLOC_ARRAYVolker Lendecke1-7/+2
2024-06-04lib: Use cli_credentials_add_gensec_features in a few placesVolker Lendecke1-6/+2
2023-10-12libsmbclient: Add smbc_[gs]etOptionPosixExtensions()Volker Lendecke1-0/+1
2023-09-14s3:libsmb: Use lpcfg_set_cmdline()Pavel Kalugin1-8/+12
2022-08-26libsmb: Tab-indent SMBC_module_[init|terminate]()Volker Lendecke1-71/+70
2022-08-26libsmb: Fix a typoVolker Lendecke1-1/+1
2022-04-26lib: Remove smb_threads from includes.hVolker Lendecke1-0/+2
2021-05-28s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider1-31/+38
2020-08-19s3:libsmb: Use cli_credentials_set_smb_encryption()Andreas Schneider1-1/+3
2020-03-03libsmb: Fix a typoVolker Lendecke1-1/+1
2019-10-30s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison1-0/+1
2018-05-17s3:libsmbclient: cleanup smbc_setWorkgroup() usageDavid Disseldorp1-12/+4
2018-05-05s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand1-0/+1
2017-09-20CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher1-1/+1
2016-12-01s3: libsmb: Setting the LIBSMBCLIENT_NO_CCACHE environment variable doesn't t...Jeremy Allison1-2/+2
2016-04-14s3:libsmb: Fix illegal memory access after memory has been deleted.Noel Power1-1/+2
2015-07-10libsmb: Implement smbc_notifyVolker Lendecke1-0/+1
2015-05-29s3: libsmbclient: Add server-side copy supportRoss Lagerwall1-0/+1
2015-03-24lib: Remove load_case_tables_library()Volker Lendecke1-2/+0
2014-04-02libsmbclient: Wrap more function calls in talloc_stackframe() to protect agai...Andrew Bartlett1-0/+17
2013-06-21Fix some blank line endingsVolker Lendecke1-3/+3
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison1-0/+1
2012-07-29s3-libsmbclient: Add missing talloc_stackframe() callsAndrew Bartlett1-0/+16
2012-05-28s3:libsmb: get rid of cli_state_encryption_onLuk Claes1-2/+2
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2011-11-03s3:libsmb: make use of SMB_SIGNING_* constantsStefan Metzmacher1-4/+4
2011-07-28s3:libsmb: use lp_load_client() and lp_load_client_no_reinit() in libsmb_contextMichael Adam1-5/+3
2011-07-28s3:libsmb: fix a call to lp_load to reinit the globals in any caseMichael Adam1-1/+1
2011-07-21s3:libsmb: add cli_state_encryption_on()Stefan Metzmacher1-1/+1
2011-07-11s3:libsmbclient: don't log the lowlevel fd in smbc_free_context()Stefan Metzmacher1-2/+2
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-2/+2
2011-06-09s3-libsmbclient Use workgroup from libsmbclient caller for domain in credentialsAndrew Bartlett1-1/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison1-3/+3
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1
2010-12-31s3: Fix some nonempty blank linesVolker Lendecke1-72/+72
2010-11-02s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett1-11/+0
2010-11-02s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett1-3/+5
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-3/+2
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-01-26s3: Enable use of ccache by default for libsmbclientVolker Lendecke1-0/+3
2010-01-24s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke1-0/+14
2010-01-15Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls.Jeremy Allison1-7/+19
2009-08-07Unable to browse DFS when using kerberosBo Yang1-8/+14
2009-07-15Remove gencache_init/shutdownVolker Lendecke1-1/+0