summaryrefslogtreecommitdiffstats
path: root/source/libsmb/libsmb_context.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls.Jeremy Allison2010-02-241-7/+19
* s3: Unable to browse DFS when using kerberos in libsmbclientBo Yang2009-10-071-4/+13
* Make char* parameters constDerrell Lipman2009-03-061-16/+6
* Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison2009-02-231-7/+14
* variable grouping: just my OCD desire to keep similar things togetherDerrell Lipman2009-02-231-5/+7
* Make libsmbclient work with DFSBo Yang2009-02-231-0/+37
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-0/+1
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-0/+1
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-201-1/+1
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-201-0/+1
* 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
* Additional revamped libsmbclient documentationDerrell Lipman2008-03-011-682/+826
* Modified revamp of the libsmbclient interface.Derrell Lipman2008-03-011-131/+174
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-011-0/+1283