summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_context.c
AgeCommit message (Expand)AuthorFilesLines
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
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