r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqeuent
commit7213b5ebec8cd7f1955f5aa8ee4050c39cd11ed1
authorDerrell Lipman <derrell@samba.org>
Tue, 15 May 2007 19:10:29 +0000 (15 19:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:07 +0000 (10 12:22 -0500)
tree7306deba0885d0ace60d7ed8a87f0f02e5516894
parentcc92ce665dcfe9054d09429219883b18a4cab090
r22914: - Fixes bug 4599.  A missing <code>if</code> statement forced 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.
examples/libsmbclient/Makefile
examples/libsmbclient/testacl2.c [new file with mode: 0644]
source/libsmb/libsmbclient.c