summaryrefslogtreecommitdiffstats
path: root/daemon/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* guestfs_lstatlist, guestfs_lxattrlist: Reimplement to avoid protocol limits.Richard W.M. Jones2012-08-171-2/+2
* xattr: Refuse to set or get oversized extended attributes.Richard W.M. Jones2012-05-281-0/+29
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-7/+7
* Clarify the error message when unavailable functions are called (RHBZ#679737).Richard W.M. Jones2012-02-011-9/+14
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Remove some less useful debugging messages.Richard W.M. Jones2011-05-081-23/+1
* New APIs: getxattr and lgetxattr to get single extended attributes.Richard W.M. Jones2010-12-161-0/+96
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-11/+11
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-21/+26
* use STREQ, not strcmp: part 2Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-021-0/+205
* xattr.c: avoid warning about comparison between signed and unsignedJim Meyering2009-08-171-4/+6
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-21/+18
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-11/+11
* RHEL 5: header was called <sys/xattr.h>Richard W.M. Jones2009-07-141-2/+9
* Fix: daemon/xattr.c can now compile even when no xattr support.Richard W.M. Jones2009-07-141-3/+3
* Support for Linux extended attributes.Richard W.M. Jones2009-07-141-0/+284