dmlite-plugins-vfs.git
2014-02-23 František DvořákEnable debug messages. master
2014-02-23 František DvořákFix access when mode metadata is missing (owner root...
2014-02-23 František DvořákFix build with debugging switched off.
2014-02-23 František DvořákLook at replica status too in accessReplica().
2014-02-23 František DvořákDisable most debug messages.
2014-02-23 František DvořákImplement extendedStatByRFN(), accessReplica(), and...
2014-02-23 František DvořákAssemble replica entry path on single place.
2014-02-23 František DvořákFix replicas with empty path, replica server only or...
2014-02-23 František DvořákPrepare for RFN support:
2014-02-23 František DvořákProperly truncate the file on re-create (using xattr...
2014-02-23 František DvořákCheck duplicity of RFN during adding or updating replicas.
2014-02-23 František DvořákSupport full replicas serialization and additional...
2014-02-23 František DvořákImplement updateReplica().
2014-02-23 František DvořákInitial support for replicas and inode cache.
2014-02-23 František DvořákProper umask usage.
2014-02-23 František DvořákEnable all certificates by default (we have file-level...
2014-02-23 František DvořákMore elaborate error messages in removeDir().
2014-02-23 František DvořákFix removeDir() - no metadata check just for checking...
2014-02-23 František DvořákUpdate makeDir() to set owner, mode and ACLs.
2014-02-23 František DvořákProper check for default ACL in create().
2014-02-23 František DvořákImplement setAcl() using xatrs, update setMode(), setOw...
2014-02-23 František DvořákSeparate performer code of setMode() to vfsSetMode...
2014-02-23 František DvořákParent directory permissions are enough for extendedStat().
2014-02-23 František DvořákEnable file-level permissions check.
2014-02-23 František DvořákEnable full authorization for enhanced version of VFS...
2014-02-23 František DvořákEnable compilation of full authorization plugin.
2014-02-23 František DvořákFix setMode() vs VFS internal xattr: use separated...
2014-02-23 František DvořákAll stat fields updates to separate function (vfsUpdate...
2014-02-23 František DvořákImplementation of setChecksum() using xattrs.
2014-02-23 František DvořákImplementation of setComment() using xattrs, new helper...
2014-02-23 František DvořákImplementation of setSize() using xattrs.
2014-02-23 František DvořákImplementation of setOwner() using xattrs.
2014-02-23 František DvořákRelaxed reaction on User Extended Attributes errors:
2014-02-23 František DvořákInitial support for VFS-related metadata in User Extend...
2014-02-23 František DvořákCatch EACCES too in access(). zero
2014-02-23 František DvořákPreparations for pools, public write support from the...
2014-02-22 František DvořákAlways log exceptions to syslog, in debug level.
2014-02-21 František DvořákAlways create at least one group - "nobody" with gid...
2014-02-21 František DvořákUse exact types for UID/GID as required in dmlite.
2014-02-21 František DvořákAlways preserve GID and UID, always reconstruct field...
2014-02-21 František DvořákImplement updateUser()/updateGroup().
2014-02-21 František DvořákCheck for forbidden characters in users and group ident...
2014-02-21 František DvořákNew version of identity management. Using general csv...
2014-02-21 František DvořákLet authorization plugin working but only silently...
2014-02-21 František DvořákProtect VFS plugin internal files.
2014-02-21 František DvořákInitial version of identity management.
2014-02-21 František DvořákRename VfsAuthn to VfsAuthnSimple.
2014-02-10 František DvořákDocument new config file options in comments.
2014-02-10 František DvořákAdd build dependency on libattr-devel to rpm.
2014-02-10 František DvořákFix warnings with debugging switched off.
2014-02-10 František DvořákFix wrong memory access.
2014-02-10 František DvořákBetter to inicializa prefix fully in the constructor...
2014-02-10 František DvořákCare specially for the parent of the root (owned by...
2014-02-10 František DvořákMore elaborate error messages in removeDir().
2014-02-10 František DvořákFix removeDir() - no metadata check just for checking...
2014-02-10 František DvořákCleanup around parent paths evaluation. "." is replaced...
2014-02-10 František DvořákNo reading xattrs in extendedStat when not needed,...
2013-10-17 František DvořákBasic authn check (based only on the user name and...
2013-10-17 František DvořákReshuffle extendedStat().
2013-10-17 František DvořákReplace all syslog() calls by internal macro.
2013-10-17 František DvořákAlways enable syslog, new debug() and log() definitions.
2013-10-17 František DvořákFix readLink() and namepsace local disk prefix, using...
2013-10-17 František DvořákHelper function for setting user extended attribute.
2013-10-17 František DvořákNo problem with bool type in Extensible class anymore.
2013-10-17 František DvořákPolishing comments (getParentPath()).
2013-10-17 František DvořákMore friendly error message for makeDir("").
2013-10-17 František DvořákAllowWrite and DenyWrite config options.
2013-10-15 František DvořákFix uploading into subdirectories (mkdir()s moved from...
2013-10-15 František DvořákInsidious error in getParent(), but the bug probably...
2013-10-15 František DvořákDisk prefix - support in VFS IO Driver.
2013-10-15 František DvořákMore elaborate error messages from VFS IO driver and...
2013-10-15 František DvořákPoolDriver needs the namespace prefix.
2013-10-15 František DvořákDisk prefix in PoolDriver.
2013-10-15 František DvořákNamespace prefix - NSPrefix.
2013-10-15 František DvořákSupport for user extended attributes.
2013-10-15 František DvořákCheck permissions when changing dir.
2013-10-15 František Dvořákopendir()/readdir() improvements:
2013-10-15 František DvořákDebugging through syslog, only with -DDEBUG.
2013-10-15 František DvořákWrite mode support in PoolHandler and PoolManager....
2013-10-15 František DvořákProper support for IODriver::kInsecure.
2013-10-15 František DvořákMore verbose permission error messages.
2013-10-10 František DvořákcheckPermission() implementation - possible to limit...
2013-10-10 František DvořákComment out st_nlink workaround for now (fixes indirect...
2013-10-10 František DvořákAdd permissions check to catalog calls (but always...
2013-10-10 František DvořákFix recurion in utime().
2013-10-10 František DvořákFix readLink(): readlink() doesn't add ending null...
2013-10-10 František Dvořáktest-rename test hack.
2013-10-10 František DvořákFix readDir() (no exception on the end), hacky fix...
2013-10-10 František DvořákFix the recursion in umask() call.
2013-10-10 František DvořákCheck if we don't remove current directory in removeDir...
2013-10-10 František DvořákSimple authentization: no credentials used and only...
2013-10-09 František DvořákBetter behaviour for test-access:
2013-10-09 František DvořákCatalog symlink(), unlink(), mkdir(), rename((), remove...
2013-10-09 František DvořákCatalog setSize() and utime() implementation.
2013-10-09 František DvořákCatalog create(), setMode() implementation, setOwner...
2013-10-09 František DvořákCatalog access() implementation.
2013-10-09 František DvořákAdd format strings versions of throw helper functions.
2013-09-12 František DvořákAdd support for classname (using getImplId()).
2013-09-11 František DvořákChange wrap calls in VFS plugin.
2012-12-18 Alejandro Álvarez... LCGDM-902: VFS adapted to new API
next