[interchange-cvs] CVS notice: activity by heins

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Tue Jul 3 15:58:01 2001


CVS activity by user 'heins':
interchange/lib/Vend Config.pm,1.25.2.57,1.25.2.58 Order.pm,1.18.2.27,1.18.2.28
Update of /anon_cvs/repository/interchange/lib/Vend
In directory interchange.redhat.com:/tmp/cvs-serv12761

Modified Files:
      Tag: DEV_4_7_0
	Config.pm Order.pm 
Log Message:
	* Overhaul encryption just a bit. We now recognize natively three
	  encryption programs, gpg, pgp, and pgpe. Each has argument strings
	  automatically generated, and the catalog.cfg directive EncryptKey
	  is used by default for encryption. If you pass a directive value
	  which is only (/usr/local/bin/)?gpg, it uses these default argument
	  values. The defaults:

	  	gpg      gpg --batch --always-trust -e -a -t -r '%s'
	  	pgp      pgp -fat - '%s'
	  	pgpe     pgpe -fat -r '%s'

	  These have all been tested with the exception of pgpe, but that
	  should be good.

	* Route encrypt_program value may not be overridden by expansion from
	  variables or by extended. This is for security -- otherwise a change
	  in route or variable could allow an arbitrary program to be run.

	* Unrelated, more work on alter table stuff for possible activation of
	  admin/dbconfig.