Actions
Feature #59
closedsummain uses llistxattr
Feature #59:
summain uses llistxattr
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
2012-10-13
Due date:
% Done:
0%
Estimated time:
Description
Summain generates file manifests, which contain metadata about the files, and a checksum of their content for regular files. The manifest can be generated for a directory tree at different points in time and compared (with diff) to see if something has changed. [1]
It calls llistxattr(). This function is a part of Glibc (since 2.3), and absent in illumos.
But libattr provides llistxattr().
Actions