summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmb_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-161-0/+19
|\
| * Release still reachable memory if the smbclient context is freed.Andreas Schneider2008-07-151-0/+19
* | Fix typos.Derrell Lipman2008-07-161-1/+1
|/
* [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-081-0/+20
* Fix use of AuthDataWithContext capabilityDerrell Lipman2008-03-171-1/+2
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-061-3/+1
* Fix a "nested extern declaration" warningVolker Lendecke2008-03-061-1/+2
* Continued revamping of libsmbclient.Derrell Lipman2008-03-031-968/+110
* Return NULL, not 0, from a function which returns a pointer.Derrell Lipman2008-03-011-2/+2