summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_context.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-29libsmbclient: make SMBC_module_terminate() static.Michael Adam1-1/+1
2009-05-13What to do about debugging in a multi-threaded application?Derrell Lipman1-7/+10
2009-05-13Thread-safe protection: libsmbclient initializationDerrell Lipman1-94/+133
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-26/+33
2009-02-23Make char* parameters constDerrell Lipman1-16/+6
2009-02-20Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison1-7/+14
2009-02-20variable grouping: just my OCD desire to keep similar things togetherDerrell Lipman1-5/+7
2009-02-20Make libsmbclient work with DFSBo Yang1-0/+37
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-0/+2
2009-01-17Determine case sensitivity based on file system attributes.Derrell Lipman1-1/+1
2009-01-16Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman1-0/+1
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-6/+12
2008-08-12Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison1-22/+16
2008-07-17Use the macro to call samba_version_string().Andreas Schneider1-1/+1
2008-07-16Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman1-0/+19
2008-07-16Fix typos.Derrell Lipman1-1/+1
2008-07-15Release still reachable memory if the smbclient context is freed.Andreas Schneider1-0/+19
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+20
2008-03-17Fix use of AuthDataWithContext capabilityDerrell Lipman1-1/+2
2008-03-06Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman1-3/+1
2008-03-06Fix a "nested extern declaration" warningVolker Lendecke1-1/+2
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-968/+110
2008-03-01Return NULL, not 0, from a function which returns a pointer.Derrell Lipman1-2/+2
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman1-682/+826
2008-03-01Modified revamp of the libsmbclient interface.Derrell Lipman1-131/+174
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman1-0/+1283