index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
libsmb_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-libsmbclient: Add missing talloc_stackframe() calls
Andrew Bartlett
2012-07-29
1
-0
/
+16
*
s3:libsmb: get rid of cli_state_encryption_on
Luk Claes
2012-05-28
1
-2
/
+2
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
1
-1
/
+1
*
s3:libsmb: make use of SMB_SIGNING_* constants
Stefan Metzmacher
2011-11-03
1
-4
/
+4
*
s3:libsmb: use lp_load_client() and lp_load_client_no_reinit() in libsmb_context
Michael Adam
2011-07-28
1
-5
/
+3
*
s3:libsmb: fix a call to lp_load to reinit the globals in any case
Michael Adam
2011-07-28
1
-1
/
+1
*
s3:libsmb: add cli_state_encryption_on()
Stefan Metzmacher
2011-07-21
1
-1
/
+1
*
s3:libsmbclient: don't log the lowlevel fd in smbc_free_context()
Stefan Metzmacher
2011-07-11
1
-2
/
+2
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-libsmbclient Use workgroup from libsmbclient caller for domain in credentials
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-3
/
+3
*
lib/util/charset Add back setlocale(), but only when called from binaries
Andrew Bartlett
2011-02-18
1
-1
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-12-31
1
-72
/
+72
*
s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient context
Andrew Bartlett
2010-11-02
1
-11
/
+0
*
s3-libsmbclient Add comments to describe the behaviour of DEBUG()
Andrew Bartlett
2010-11-02
1
-3
/
+5
*
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
2010-11-02
1
-3
/
+2
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3: Enable use of ccache by default for libsmbclient
Volker Lendecke
2010-01-26
1
-0
/
+3
*
s3-libsmbclient: Add smbc_setOptionUseCCache()
Volker Lendecke
2010-01-24
1
-0
/
+14
*
Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls.
Jeremy Allison
2010-01-15
1
-7
/
+19
*
Unable to browse DFS when using kerberos
Bo Yang
2009-08-07
1
-8
/
+14
*
Remove gencache_init/shutdown
Volker Lendecke
2009-07-15
1
-1
/
+0
*
libsmbclient: make SMBC_module_terminate() static.
Michael Adam
2009-05-29
1
-1
/
+1
*
What to do about debugging in a multi-threaded application?
Derrell Lipman
2009-05-13
1
-7
/
+10
*
Thread-safe protection: libsmbclient initialization
Derrell Lipman
2009-05-13
1
-94
/
+133
*
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
2009-03-17
1
-26
/
+33
*
Make char* parameters const
Derrell Lipman
2009-02-23
1
-16
/
+6
*
Change smbc_set_credentials_with_fallback() (unreleased) to use
Jeremy Allison
2009-02-20
1
-7
/
+14
*
variable grouping: just my OCD desire to keep similar things together
Derrell Lipman
2009-02-20
1
-5
/
+7
*
Make libsmbclient work with DFS
Bo Yang
2009-02-20
1
-0
/
+37
*
[Bug 6069] Add a fstatvfs function for libsmbclient
Derrell Lipman
2009-02-12
1
-0
/
+2
*
Determine case sensitivity based on file system attributes.
Derrell Lipman
2009-01-17
1
-1
/
+1
*
Treat file names in POSIX-like case-sensitive fashion by default
Derrell Lipman
2009-01-16
1
-0
/
+1
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2008-12-14
1
-6
/
+12
*
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
2008-08-12
1
-22
/
+16
*
Use the macro to call samba_version_string().
Andreas Schneider
2008-07-17
1
-1
/
+1
*
Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test
Derrell Lipman
2008-07-16
1
-0
/
+19
|
\
|
*
Release still reachable memory if the smbclient context is freed.
Andreas Schneider
2008-07-15
1
-0
/
+19
*
|
Fix typos.
Derrell Lipman
2008-07-16
1
-1
/
+1
|
/
*
[BUG 5580] Allow access to DFS shares via libsmbclient
Derrell Lipman
2008-07-08
1
-0
/
+20
*
Fix use of AuthDataWithContext capability
Derrell Lipman
2008-03-17
1
-1
/
+2
*
Eliminate global variable in_client and a plethora of extern declarations.
Derrell Lipman
2008-03-06
1
-3
/
+1
*
Fix a "nested extern declaration" warning
Volker Lendecke
2008-03-06
1
-1
/
+2
*
Continued revamping of libsmbclient.
Derrell Lipman
2008-03-03
1
-968
/
+110
*
Return NULL, not 0, from a function which returns a pointer.
Derrell Lipman
2008-03-01
1
-2
/
+2
*
Additional revamped libsmbclient documentation
Derrell Lipman
2008-03-01
1
-682
/
+826
*
Modified revamp of the libsmbclient interface.
Derrell Lipman
2008-03-01
1
-131
/
+174
*
Initial revamp of the libsmbclient interface.
Derrell Lipman
2008-03-01
1
-0
/
+1283