summaryrefslogtreecommitdiff
path: root/portato/helper.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nicer indention :PRené 'Necoro' Neumann2009-07-281-4/+4
|
* Removed unused 'send_signal_to_group'René 'Necoro' Neumann2009-07-031-16/+1
|
* Removed the obsolete single unittest and the unique_array functionRené 'Necoro' Neumann2009-04-071-35/+0
|
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-3/+1
|
* Add support for ktsuss as su frontendRené 'Necoro' Neumann2009-03-191-0/+19
|
* Additional sabayon message for missing portage treeRené 'Necoro' Neumann2009-02-131-1/+13
|
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
|
* Always print debug messages in the file logRené 'Necoro' Neumann2009-02-031-8/+7
|
* Add a log-fileRené 'Necoro' Neumann2008-09-151-6/+6
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-107/+107
|
* Removed '__find_resolved_unresolved' as it is quite useless.René 'Necoro' Neumann2008-06-261-1/+1
| | | | Also removed the "find_packages::ws" and moved the content into "world" and "system" to prepare for exchangebility.
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+0
|
* Moved get_dependencies to top package classRené 'Necoro' Neumann2008-03-121-0/+45
|
* Small changesRené 'Necoro' Neumann2008-03-091-0/+1
|
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-0/+1
|
* added listener/notifynecoro2007-08-121-16/+1
|
* new threading model in gui_helpernecoro2007-08-071-2/+2
|
* i18n support and german translationsnecoro2007-08-051-0/+3
|
* fixesnecoro2007-07-131-2/+7
|
* new fancier log outputnecoro2007-07-131-65/+4
|
* added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro2007-07-111-0/+16
|
* Some documentation worknecoro2007-07-071-8/+13
|
* nomsgnecoro2007-06-031-3/+9
|
* added noroot-optionnecoro2007-04-251-4/+11
|
* Made qt plugin-ready; lots of documentationnecoro2007-04-201-2/+7
|
* Some small changes for etcproposals 1.1necoro2007-03-311-1/+1
|
* Allowed Plugins to have a menunecoro2007-03-311-0/+12
|
* First plugin supportnecoro2007-03-101-4/+14
|
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-1/+36
|
* Added file support for debug (merged from curses-branch)necoro2007-02-041-2/+10
|
* Renamed to portatonecoro2006-11-241-0/+60
lass='nohover-highlight'> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 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>