Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | NEWS: Mention "changing owner" bugfix. | Przemyslaw Pawelczyk | |
2021-04-07 | NEWS: Mention normalize_path() bugfix. | Przemyslaw Pawelczyk | |
2018-02-19 | Makefile: Support NO_XATTR variable. | Przemyslaw Pawelczyk | |
2018-02-19 | Support building with no extended attributes support. | Przemyslaw Pawelczyk | |
Support building with no extended attributes support when NO_XATTR macro is predefined to non-0 value (e.g. put -DNO_XATTR in CFLAGS). | |||
2018-01-06 | metastore v1.1.2v1.1.2 | Przemyslaw Pawelczyk | |
2018-01-06 | Makefile: Treat LDFLAGS as passed to the compiler, not linker directly. | Przemyslaw Pawelczyk | |
2018-01-06 | NEWS: Mention recent PATH_MAX-related change. | Przemyslaw Pawelczyk | |
See commit 16cde6c32fb3e0640ac01ca5d8ddea127f59106c for details. | |||
2018-01-02 | metastore v1.1.1av1.1.1a | Przemyslaw Pawelczyk | |
2018-01-02 | .gitignore: Do not ignore debian/ directory. | Przemyslaw Pawelczyk | |
https://bugs.debian.org/883539 Requested-by: Romain Francoise <rfrancoise@debian.org> | |||
2017-12-04 | metastore v1.1.1v1.1.1 | Przemyslaw Pawelczyk | |
2017-11-24 | metaentry.c: Fix underallocation for xattr_lvalues. | Przemyslaw Pawelczyk | |
Wrong type has been used for calculating size of requested memory. Underallocation happened in mentries_fromfile() code path if sizeof(ssize_t) > sizeof(int), which is true on 64-bit platforms. Reading metadata file with extended attributes entries led to corruption of metadata represented in memory on such platforms, so applying could led to corruption of metadata on disk too. Reported-by: Uros Juvan <asmpro@gmail.com> | |||
2016-02-01 | metastore v1.1.0v1.1.0 | Przemyslaw Pawelczyk | |
2016-01-31 | NEWS: Update planned release date. | Przemyslaw Pawelczyk | |
Starting from upcoming version 1.1.0 I won't ever put planned release date of the next version in NEWS file. | |||
2016-01-30 | NEWS: Extract old times into ONEWS file. | Przemyslaw Pawelczyk | |
2016-01-12 | NEWS: Update planned release date. | Przemyslaw Pawelczyk | |
2016-01-12 | NEWS: Mention some important changes during my unofficial continuation. | Przemyslaw Pawelczyk | |
2016-01-12 | metaentry.c: Fix meta entry handling in case of xattr errors. | Przemyslaw Pawelczyk | |
getxattr() call can fail in mentry_create(), so NULL-initialize mentry->xattr_values[i] and update mentry->xattrs upon error, so there is no attempt in mentry_free() to free unitialized xattr_names[i] and xattr_values[i] pointers. Fixes #38. | |||
2015-09-08 | Add action to dump metadata in human-readable form: -d / --dump. | Przemyslaw Pawelczyk | |
metastore depends now on libbsd, because of strmode() function. This commit fixes issue #28. | |||
2015-09-08 | NEWS: Add info about recent bugfix in 489d586. | Przemyslaw Pawelczyk | |
2015-09-02 | Merge branch 'impro/switch-xattr-header' | Przemyslaw Pawelczyk | |
Conflicts: NEWS | |||
2015-09-02 | NEWS: Add information about new example script. | Przemyslaw Pawelczyk | |
2015-09-02 | NEWS: Add information about new option and unbashed scripts. | Przemyslaw Pawelczyk | |
2015-02-08 | NEWS: Add information about xattr.h change. | Przemyslaw Pawelczyk | |
2015-02-07 | Create NEWS file. | Przemyslaw Pawelczyk | |
`git log` provides detailed stuff. NEWS file should only contain user-visible or really important changes. |