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