summaryrefslogtreecommitdiffstats
path: root/examples/libsmbclient/teststat.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a boatload of warnings in the examples.Jeremy Allison2011-10-201-12/+11
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 20 02:29:52 CEST 2011 on sn-devel-104
* r12467: r12029@cabra: derrell | 2005-12-24 20:25:59 -0500Derrell Lipman2007-10-101-1/+1
| | | | | add another libsmbclient test program (This used to be commit 133cd3952b7f5fc9e9ca8d82a33ed1272067a6c8)
* r6157: 'editorial changes' to example codeDerrell Lipman2007-10-101-1/+2
| | | | (This used to be commit fa0294ddbf7c93c24fca670b7ed52821a0507174)
* r6151: additional examples/tests for libsmbclientDerrell Lipman2007-10-101-10/+21
| | | | (This used to be commit a3bd496c921dc775b59be4ff2941f4824ffbec03)
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-59/+1
| | | | | | | | | | | | | | | | | | | 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. (This used to be commit 994694f7f26da5099f071e1381271a70407f33bb)
* r6126: added utility for testing smbc_stat()Derrell Lipman2007-10-101-0/+117
(This used to be commit e1df648ea13651e1df3d209937034b351a7f1c2b)