2007-02-02 [christoph]

	* src/fuse/cryptofs.c
		make rootpath absolute because FUSE changes current directory
	* src/fuse/fs.c
		* move filesystem functions to convenience library for testing
		* compatibility changes for MacFUSE

2006-07-01 [christoph]

	* src/cryptofs/crypto.c
		return replacement string if the encode result of a
		filename matches the config filename

2006-06-29 [christoph]

	* src/cryptofs/passwordquery.h	** NEW **
	* src/cryptofs/crypto.[ch]
	* src/cryptofs/pinentry.c
	* src/cryptofs/crypto.c
	* src/fuse/cryptofs.c
	* src/lufs/cryptofs.c
		Abstract password query method to init crypto context

2006-04-11 [christoph]

	* src/fuse/cryptofs.c
		Bugfix: Hide config file in directory listing
		(Patch by Changli Gao <xiaosuo@gmail.com>)

2006-04-05 [christoph]

	* src/cryptofs/cryptofs.h	** NEW **
	* src/lufs/cryptofs.c
	* src/fuse/cryptofs.c
		move config file constant to seperate file

2006-04-04 [christoph]

	* src/cryptofs/crypto.c
		correctly translate paths that start with /

	* src/fuse/cryptofs.c
		Bugfix: CryptoFS always needs read to files even if file
		is opened in write only mode by user
		(Patch by Changli Gao <xiaosuo@gmail.com>)

... missing ...

2006-01-04 [christoph]

	split source into convenience Library for handling all accesses to
	the crypto filesystem and an LUFS filesystem library using it.

2006-01-02 [christoph]

	* src/crypto.[ch]
	* src/cryptofs.c
		make crypto.[ch] independent from LUFS and move more
		functions into it
	* src/utils.[ch]		** NEW **
	* src/pinentry.[ch]		** NEW **
		add support for PIN Entry (see README)

2005-12-23 [christoph]

	* src/crypto.c
		o make crypto_translate_path() behave more friendly when
		  getting non root-relative paths
		o fix segfault when not password was entered

2003-11-24 [christoph]

	* src/cryptofs.c
		changes for Libgcrypt >= 1.1.44

2003-11-13 [christoph]

	* src/cryptofs.c
		o fix warning when lufs tries to access a file outside
		  the crypto filesystem
		o one time block memory allocation

2003-11-03 [christoph]

	* src/cryptofs.c
		return correct number of read bytes in crpytofs_read()
