summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
František Dvořák [Tue, 15 Oct 2013 11:17:00 +0000 (13:17 +0200)]
Check permissions when changing dir.
František Dvořák [Tue, 15 Oct 2013 11:17:00 +0000 (13:17 +0200)]
opendir()/readdir() improvements:
- detect errors even during readdir()
- more debugging to syslog
- separate raw opendir() (without additional VFS stuff)
- keep black magic code around st_nlink disabled
František Dvořák [Tue, 15 Oct 2013 11:17:00 +0000 (13:17 +0200)]
Debugging through syslog, only with -DDEBUG.
František Dvořák [Tue, 15 Oct 2013 11:17:00 +0000 (13:17 +0200)]
Write mode support in PoolHandler and PoolManager. PoolManager calls catalog functions.
František Dvořák [Tue, 15 Oct 2013 11:17:00 +0000 (13:17 +0200)]
Proper support for IODriver::kInsecure.
František Dvořák [Tue, 15 Oct 2013 11:16:54 +0000 (13:16 +0200)]
More verbose permission error messages.
František Dvořák [Thu, 10 Oct 2013 12:44:14 +0000 (14:44 +0200)]
checkPermission() implementation - possible to limit certificates by regular expressions (Allow and Deny in plugin configuration).
František Dvořák [Thu, 10 Oct 2013 12:44:14 +0000 (14:44 +0200)]
Comment out st_nlink workaround for now (fixes indirect recursion).
František Dvořák [Thu, 10 Oct 2013 12:44:14 +0000 (14:44 +0200)]
Add permissions check to catalog calls (but always returning OK for now, only print ugly debug message).
František Dvořák [Thu, 10 Oct 2013 12:44:14 +0000 (14:44 +0200)]
Fix recurion in utime().
František Dvořák [Thu, 10 Oct 2013 12:44:13 +0000 (14:44 +0200)]
Fix readLink(): readlink() doesn't add ending null character.
František Dvořák [Thu, 10 Oct 2013 12:44:13 +0000 (14:44 +0200)]
test-rename test hack.
František Dvořák [Thu, 10 Oct 2013 12:44:13 +0000 (14:44 +0200)]
Fix readDir() (no exception on the end), hacky fix of st_nlink on directories.
František Dvořák [Thu, 10 Oct 2013 12:44:13 +0000 (14:44 +0200)]
Fix the recursion in umask() call.
František Dvořák [Thu, 10 Oct 2013 12:44:13 +0000 (14:44 +0200)]
Check if we don't remove current directory in removeDir() (test-chdir).
František Dvořák [Thu, 10 Oct 2013 12:43:58 +0000 (14:43 +0200)]
Simple authentization: no credentials used and only current effective local user supported.
František Dvořák [Wed, 9 Oct 2013 12:05:57 +0000 (14:05 +0200)]
Better behaviour for test-access:
- updateReplica() do nothing and don't fail
- exception from access(..., R_OK) with code DMLITE_NO_SUCH_REPLICA
- more verbose exception messages
František Dvořák [Wed, 9 Oct 2013 12:05:57 +0000 (14:05 +0200)]
Catalog symlink(), unlink(), mkdir(), rename((), removeDir() implementations.
František Dvořák [Wed, 9 Oct 2013 12:05:57 +0000 (14:05 +0200)]
Catalog setSize() and utime() implementation.
František Dvořák [Wed, 9 Oct 2013 12:05:57 +0000 (14:05 +0200)]
Catalog create(), setMode() implementation, setOwner() not supported.
František Dvořák [Wed, 9 Oct 2013 12:05:57 +0000 (14:05 +0200)]
Catalog access() implementation.
František Dvořák [Wed, 9 Oct 2013 12:05:46 +0000 (14:05 +0200)]
Add format strings versions of throw helper functions.
František Dvořák [Thu, 12 Sep 2013 15:38:47 +0000 (17:38 +0200)]
Add support for classname (using getImplId()).
František Dvořák [Wed, 11 Sep 2013 13:59:42 +0000 (15:59 +0200)]
Change wrap calls in VFS plugin.
Alejandro Álvarez Ayllón [Tue, 18 Dec 2012 10:07:57 +0000 (10:07 +0000)]
LCGDM-902: VFS adapted to new API
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@8050
4525493e-7705-40b1-a816-
d608a930855b
Alejandro Álvarez Ayllón [Wed, 12 Dec 2012 15:01:10 +0000 (15:01 +0000)]
LCGDM-794: Adapted to new API
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@8018
4525493e-7705-40b1-a816-
d608a930855b
Alejandro Álvarez Ayllón [Thu, 15 Nov 2012 16:43:39 +0000 (16:43 +0000)]
LCGDM-847: getReplica => getReplicaByRFN
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7798
4525493e-7705-40b1-a816-
d608a930855b
Alejandro Álvarez Ayllón [Thu, 15 Nov 2012 16:22:30 +0000 (16:22 +0000)]
LCGDM-825: Enforcing compilation with 64 bits definitions.
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7791
4525493e-7705-40b1-a816-
d608a930855b
Ricardo Rocha [Mon, 5 Nov 2012 17:02:51 +0000 (17:02 +0000)]
LCGDM-804: Mode parameter added to dmlite_fopen/createIOHandler. Default 660.
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7653
4525493e-7705-40b1-a816-
d608a930855b
Ricardo Rocha [Thu, 25 Oct 2012 12:40:11 +0000 (12:40 +0000)]
LCGDM-737: plugin configuration files should go directly to its place in /etc/dmlite.conf.d.
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7491
4525493e-7705-40b1-a816-
d608a930855b
Alejandro Álvarez Ayllón [Mon, 3 Sep 2012 15:12:01 +0000 (15:12 +0000)]
LCGDM-681: Added plugin_config, which is able to process 'Include' directives
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7082
4525493e-7705-40b1-a816-
d608a930855b
Alejandro Álvarez Ayllón [Tue, 28 Aug 2012 14:59:56 +0000 (14:59 +0000)]
LCGDM-669: Error codes propagated to plugins and dav
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7044
4525493e-7705-40b1-a816-
d608a930855b
Ricardo Rocha [Thu, 23 Aug 2012 12:41:05 +0000 (12:41 +0000)]
removed explicit requires on dmlite-libs (rely on rpmbuild instead).
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7018
4525493e-7705-40b1-a816-
d608a930855b
Alejandro Álvarez Ayllón [Mon, 20 Aug 2012 14:26:03 +0000 (14:26 +0000)]
LCGDM-666: vfs plugin added
git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7000
4525493e-7705-40b1-a816-
d608a930855b