summaryrefslogtreecommitdiffstats
path: root/examples/libsmbclient/testacl2.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/libsmbclient: avoid some compiler warningsStefan Metzmacher2014-04-021-1/+2
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Fix a boatload of warnings in the examples.Jeremy Allison2011-10-201-7/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 20 02:29:52 CEST 2011 on sn-devel-104
* Remove use of deprecated functionDerrell Lipman2008-03-021-1/+1
| | | | (This used to be commit 93580bce833453ba512ee436d6dfdbdcd2c53777)
* r22914: - Fixes bug 4599. A missing <code>if</code> statement forced ↵Derrell Lipman2007-10-101-0/+78
subseqeuent attempts to set attributes to fail. - I also noticed that missing attributes were setting an invalid return string by getxattr(), e.g. if there was not group, the return string had "GROUP:;" instead of excluding the GROUP attribute entirely as it should. The big problem with the way it was, is that the string could not then be passed to setxattr() and parsed. (This used to be commit 7213b5ebec8cd7f1955f5aa8ee4050c39cd11ed1)