---
##### DragonFly history access for Gnome/KDE
-* Write a Dolphin (KDE) plugin or Gnome file manager plugin that creates a 'time slider' when working with HAMMER filesystems
+* Write a Dolphin (KDE) plugin or Gnome file manager plugin that creates a 'time slider' when working with HAMMER filesystems.
+* If time remains investigate additional features and/or methods of display and possibly a HAMMER configuration utility for managing history retention, etc.
Meta information:
-* Prerequisites: C, OS internals, Gnome or KDE familiarity
+* Prerequisites: C, Gnome or KDE familiarity
* Difficulty: Hard
* Contact point: kernel@crater.dragonflybsd.org
* References: [A similar idea for ZFS](http://blogs.sun.com/erwann/entry/zfs_on_the_desktop_zfs)
##### Create a Samba VFS plugin to expose Hammer history
* Give access to Hammer snapshots/fine-grained history to anyone able to access the Hammer volume over Samba
-* This would involve shadow copy work (?)
+* This would involve writing a Samba3 VFS module to expose historical versions of files as "shadow copies". VFS module implementations supporting more traditional snapshot hierarchies do already exist.
Meta information:
-* Prerequisites: C, OS internals, Samba VFS familiarity
-* Difficulty: Hard
+* Prerequisites: C
+* Difficulty: Moderate
* Contact point: kernel@crater.dragonflybsd.org
---