summaryrefslogtreecommitdiffstats
path: root/examples/libsmbclient
Commit message (Collapse)AuthorAgeFilesLines
* r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman2006-03-222-3/+49
| | | | | | | | Implement enhancement request 3505. Two additional features are added here. There is now a method of saving an opaque user data handle in the smbc_ context, and there is now a way to request that the context be passed to the authentication function. See examples/libsmbclient/testbrowse.c for an example of using these features.
* r12852: r12150@cabra: derrell | 2006-01-11 13:21:14 -0500Derrell Lipman2006-01-111-30/+15
| | | | Although RTLD_NEXT was not working properly a number of years ago, it seems to be now. Replace dlopen(/lib/libc...) with direct use of RTLD_NEXT
* r12759: r12128@cabra: derrell | 2006-01-07 15:34:01 -0500Derrell Lipman2006-01-0710-287/+479
| | | | Incorporate a number of changes suggested by David Collier-Brown Thanks, David!
* r12757: r12126@cabra: derrell | 2006-01-03 15:21:36 -0500Derrell Lipman2006-01-071-2/+11
| | | | added flag to not request authentication information
* r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500Derrell Lipman2005-12-291-1/+1
| | | | allow for arbitrary option value types
* r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500Derrell Lipman2005-12-291-12/+34
| | | | bug (enhancement) #2651: add option to log debug messages to stderr instead of stdout
* r12468: r12033@cabra: derrell | 2005-12-24 21:03:45 -0500Derrell Lipman2005-12-251-0/+72
| | | | actually add the new test program
* r12467: r12029@cabra: derrell | 2005-12-24 20:25:59 -0500Derrell Lipman2005-12-252-1/+6
| | | | add another libsmbclient test program
* r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500Derrell Lipman2005-12-141-1/+1
| | | | | | | | | | | | | 1. Fix a crash bug which should have reared its ugly head ages ago, but for some reason, remained dormant until recently. The bug pertained to libsmbclient doing a structure assignment of a cli after having opened a pipe. The pipe open code makes a copy of the cli pointer that was passed to it. If the cli is later copied (and that cli pointer that was saved is no longer valid), the pipe code will cause a crash during shutdown or when the copied cli is closed. 2. The 'type' field in enumerated shares was not being set correctly with the new RPC-based mechanism for enumerating shares.
* r12098: r10797@cabra: derrell | 2005-12-06 12:09:00 -0500Derrell Lipman2005-12-062-0/+219
| | | | fixed another memory leak and reverted an (incorrect) fix from yesterday
* r12080: r10673@cabra: derrell | 2005-12-05 13:22:34 -0500Derrell Lipman2005-12-051-75/+163
| | | | | | Correct some memory and file descriptor leaks. This should fix bugs 3257, 3267 and 3273.
* r11130: r10092@cabra: derrell | 2005-10-17 15:29:03 -0400Derrell Lipman2005-10-171-0/+74
| | | | let's now actually add the new test file
* r11129: r10090@cabra: derrell | 2005-10-17 15:26:27 -0400Derrell Lipman2005-10-171-1/+6
| | | | added example to read a file and test download time
* r7168: Updating file times from libsmbclient was not working for win98. ↵Derrell Lipman2005-06-011-48/+3
| | | | | | | | | | | | | | Although the function that was being used to set attributes is a core protocol function (SMBsetatr = 0x09), it does not appear to work on win98. As a temporary measure, when file times are to be set, this version opens the file and uses SMBsetattrE = 0x22 instead. (The other advantage of this function over the original one is that it supports setting access time as well as modification time.) The next step, the proper solution if it can be made to work, is to write functions that use TRANS2_SET_PATH_INFO instead.
* r7156: file was missing; svn isn't smart enough to even notify me. sigh.Derrell Lipman2005-05-311-0/+52
|
* r7153: add better test facilities to testutimeDerrell Lipman2005-05-311-5/+5
|
* r6501: correct deprecated lvalue casts in testsuite/libsmbclientDerrell Lipman2005-04-271-1/+2
|
* r6157: 'editorial changes' to example codeDerrell Lipman2005-03-311-1/+2
|
* r6151: additional examples/tests for libsmbclientDerrell Lipman2005-03-314-12/+179
|
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-315-208/+16
| | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task.
* r6126: added utility for testing smbc_stat()Derrell Lipman2005-03-303-11/+130
|
* r6108: Added smbsh/smbwrapper for Linux to example/libsmbclient tree; ↵Derrell Lipman2005-03-2915-61/+4094
| | | | provided more complete libsmbclient testbrowse utility
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-046-0/+1563
metze