2007-09-16  Moritz  <moritz@gnu.org>

	* homedir.c: Remerged/modified from GnuPG.

	* gpg-secml.c: Include "spopen.h".  Use
	secure_popen_read/secure_pclose_read instead of popen/pclose.
	Fixes a silly security issue.  Throw in a couple of const
	qualifiers.
	(collect_keys_from_listing): Hack, since feof() doesn't seem to
	work properly on windows; removed unused variables.

2007-09-14  Moritz  <moritz@gnu.org>

	* gpg-secml.c (main): Removed user_initialize(), --gpg-secml-init
	stuff.  This is to be implemented in a very situation specific
	tool.

2007-09-14  Moritz  <moritz@gnu.org>

	* gpg-secml.c (exec_gpg): Send debugging messages to stderr, not
	to stdout.

2007-09-12  Moritz  <moritz@gnu.org>

	* gpg-secml.c (is_secured_file): Made static.
	(user_initialize): New function, stub.
	(main): Call user_initialize() for --gpg-secml-init.

2007-09-12  Moritz  <moritz@gnu.org>

	* gpg-secml.c (collect_keys_start_listing): Removed debugging
	cruft: changed "--list-sigs moritz" to "--list-sigs".
