summaryrefslogtreecommitdiffstats
path: root/source/libsmb/libsmb_context.c
Commit message (Expand)AuthorAgeFilesLines
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-171-1/+1
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-161-0/+1
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-22/+16
* Release still reachable memory if the smbclient context is freed.Andreas Schneider2008-07-151-0/+19
* 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