summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_context.c
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison2019-10-301-0/+1
* s3:libsmbclient: cleanup smbc_setWorkgroup() usageDavid Disseldorp2018-05-171-12/+4
* s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand2018-05-051-0/+1
* CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-201-1/+1
* s3: libsmb: Setting the LIBSMBCLIENT_NO_CCACHE environment variable doesn't t...Jeremy Allison2016-12-011-2/+2
* s3:libsmb: Fix illegal memory access after memory has been deleted.Noel Power2016-04-141-1/+2
* libsmb: Implement smbc_notifyVolker Lendecke2015-07-101-0/+1
* s3: libsmbclient: Add server-side copy supportRoss Lagerwall2015-05-291-0/+1
* lib: Remove load_case_tables_library()Volker Lendecke2015-03-241-2/+0
* libsmbclient: Wrap more function calls in talloc_stackframe() to protect agai...Andrew Bartlett2014-04-021-0/+17
* Fix some blank line endingsVolker Lendecke2013-06-211-3/+3
* Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison2013-06-111-0/+1
* s3-libsmbclient: Add missing talloc_stackframe() callsAndrew Bartlett2012-07-291-0/+16
* s3:libsmb: get rid of cli_state_encryption_onLuk Claes2012-05-281-2/+2
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3:libsmb: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-4/+4
* s3:libsmb: use lp_load_client() and lp_load_client_no_reinit() in libsmb_contextMichael Adam2011-07-281-5/+3
* s3:libsmb: fix a call to lp_load to reinit the globals in any caseMichael Adam2011-07-281-1/+1
* s3:libsmb: add cli_state_encryption_on()Stefan Metzmacher2011-07-211-1/+1
* s3:libsmbclient: don't log the lowlevel fd in smbc_free_context()Stefan Metzmacher2011-07-111-2/+2
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-libsmbclient Use workgroup from libsmbclient caller for domain in credentialsAndrew Bartlett2011-06-091-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-3/+3
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-181-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-12-311-72/+72
* s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett2010-11-021-11/+0
* s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett2010-11-021-3/+5
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-3/+2
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: Enable use of ccache by default for libsmbclientVolker Lendecke2010-01-261-0/+3
* s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke2010-01-241-0/+14
* Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls.Jeremy Allison2010-01-151-7/+19
* Unable to browse DFS when using kerberosBo Yang2009-08-071-8/+14
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-1/+0
* libsmbclient: make SMBC_module_terminate() static.Michael Adam2009-05-291-1/+1
* What to do about debugging in a multi-threaded application?Derrell Lipman2009-05-131-7/+10
* Thread-safe protection: libsmbclient initializationDerrell Lipman2009-05-131-94/+133
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-26/+33
* Make char* parameters constDerrell Lipman2009-02-231-16/+6
* Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison2009-02-201-7/+14
* variable grouping: just my OCD desire to keep similar things togetherDerrell Lipman2009-02-201-5/+7
* Make libsmbclient work with DFSBo Yang2009-02-201-0/+37
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-121-0/+2
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-171-1/+1
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-161-0/+1
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-6/+12
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-22/+16
* Use the macro to call samba_version_string().Andreas Schneider2008-07-171-1/+1