summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* updated howtonecoro2007-07-211-14/+24
* new fancier log outputnecoro2007-07-131-0/+2
* added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro2007-07-111-2/+4
* bug in shutdown pluginnecoro2007-07-091-4/+11
* added resume_loop pluginnecoro2007-07-091-0/+3
* some more documentationnecoro2007-07-072-0/+94
* new plugin and about dialognecoro2007-07-051-0/+3
* 0.7.5necoro2007-06-231-1/+1
* added updatable dialog also for gtknecoro2007-06-231-0/+2
* fixed the listing of the ".svn" and "CVS" dirsnecoro2007-06-181-0/+1
* better config-handlingnecoro2007-06-152-3/+1
* use optparse to parse cmdline optionsnecoro2007-06-151-0/+1
* added ability of passing "&&" to the sync commandnecoro2007-06-151-0/+1
* added ability of passing "&&" to the sync commandnecoro2007-06-151-0/+4
* corrected the about-statementsnecoro2007-06-141-1/+1
* todo updatenecoro2007-06-101-1/+5
* nomsgnecoro2007-06-031-0/+3
* 0.7.4.1necoro2007-06-011-1/+1
* 0.7.4necoro2007-06-011-1/+1
* Killed the segfault with PyQt-4.2necoro2007-06-011-0/+1
* - added settings: gtk: console fontnecoro2007-05-152-1/+2
* added the display of the masking reasonnecoro2007-05-142-1/+1
* filtering "--ask" fron EMERGE_DEFAULT_OPTSnecoro2007-05-142-2/+6
* now showing the overlaynecoro2007-05-122-0/+8
* added etcproposals-1.2 supportnecoro2007-05-092-1/+2
* added the ability of sorting the pkglist by installation statusnecoro2007-05-072-2/+5
* some more fixed bugsnecoro2007-04-261-5/+0
* nomsgnecoro2007-04-261-1/+8
* trying the new gtksourceviewnecoro2007-04-262-4/+2
* added noroot-optionnecoro2007-04-251-0/+3
* changed TODO and ChangeLognecoro2007-04-242-1/+3
* add application icon and desktop filenecoro2007-04-241-0/+2
* added dialogs to warn you when the queue is running on quitting portatonecoro2007-04-242-0/+4
* Made qt plugin-ready; lots of documentationnecoro2007-04-202-5/+16
* Some more functionality for the Qt-Frontendnecoro2007-04-072-0/+6
* showed masked packages unmasked by the user similar to stable marked testing ...necoro2007-04-041-0/+3
* changed changelognecoro2007-03-311-1/+2
* Added USE_EXPAND-supportnecoro2007-03-102-1/+1
* First plugin supportnecoro2007-03-101-0/+3
* Renamed package.get_env_var to package.get_package_settingsnecoro2007-02-201-1/+0
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-1/+3
* Updated documentationnecoro2007-02-113-0/+6
* - fixed oneshot-bugnecoro2007-01-262-0/+5
* - Added iconsnecoro2007-01-241-0/+2
* enhancement for the settings-handling (better reloading-support, moving into ...necoro2006-12-292-1/+2
* made slots work for update_worldnecoro2006-12-101-0/+1
* Added console-statusnecoro2006-12-031-0/+1
* removed gentoolkit-dependencynecoro2006-12-022-0/+5
* Added a save-flags-menunecoro2006-11-241-0/+1
* added control field for specifying the sync commandnecoro2006-11-121-0/+1
='2014-04-17 14:40:56 +0200'>2014-04-17mv: Add pass mv/rename supportJason A. Donenfeld5-3/+78 Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-04-17revelation2pass: add plain XML importJavali1-11/+15 I found that revelatio2pass.py script doesn't work. It can not decrypt my password file. I got following error message: raceback (most recent call last): File "git/password-store/contrib/importers/revelation2pass.py", line 159, in <module> main(args.FILE, verbose=args.verbose, xml=args.xml) File "git/password-store/contrib/importers/revelation2pass.py", line 140, in main cleardata_gz = decrypt_gz(password, data) File "git/password-store/contrib/importers/revelation2pass.py", line 117, in decrypt_gz ct = c.decrypt(cipher_text[28:]) File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt return self._cipher.decrypt(ciphertext) I was unable to fix the problem, but I created a workaround, that add plain XML import option to the revelation2pass.py script. Revelation can export its password file as plain XML format. 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17 According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>