summaryrefslogtreecommitdiff
path: root/portato/backend (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ignored None values in get_new_packages ... but now give a warning :)necoro2007-06-201-2/+8
* added updated list to Qtnecoro2007-06-183-26/+47
* fixed the listing of the ".svn" and "CVS" dirsnecoro2007-06-181-2/+6
* bug in PortageSystemnecoro2007-06-031-1/+1
* Some interface changesnecoro2007-05-314-12/+48
* - added settings: gtk: console fontnecoro2007-05-151-0/+1
* added the display of the masking reasonnecoro2007-05-142-0/+14
* filtering "--ask" fron EMERGE_DEFAULT_OPTSnecoro2007-05-141-2/+8
* filtering "--ask" fron EMERGE_DEFAULT_OPTSnecoro2007-05-142-0/+20
* now showing the overlaynecoro2007-05-122-0/+10
* now considering non-existing files in /etc/portagenecoro2007-04-251-2/+5
* Improved masking display and made most of the Qt-Frontend worknecoro2007-04-133-16/+77
* First qt draftnecoro2007-04-061-1/+1
* showed masked packages unmasked by the user similar to stable marked testing ...necoro2007-04-043-12/+27
* Added etc-proposals pluginnecoro2007-03-152-0/+13
* Added USE_EXPAND-supportnecoro2007-03-101-0/+21
* Removed accels because they produce segfaults sometimesnecoro2007-03-061-1/+1
* typo in commentnecoro2007-02-231-1/+1
* Renamed package.get_env_var to package.get_package_settingsnecoro2007-02-207-38/+105
* (As Revision 190): support for different backendsnecoro2007-02-191-0/+296
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-199-1007/+1055
* Use icon instead of the asterisknecoro2007-02-162-6/+6
* Build new ebuild-windownecoro2007-02-111-1/+1
* Added method which checks, whether a use flag is enablednecoro2007-02-111-0/+22
* bug fix in update_worldnecoro2007-02-061-5/+1
* bug in find_system_packages and find_world_packagesnecoro2007-02-061-2/+2
* fixed some bugs pyChecker foundnecoro2007-01-313-6/+8
* Small enhancementsnecoro2007-01-242-7/+13
* Bug fixesnecoro2007-01-161-1/+1
* Updatesnecoro2007-01-113-25/+38
* Fixed typo in dependency-calculationnecoro2007-01-081-1/+1
* enhancement for the settings-handling (better reloading-support, moving into ...necoro2006-12-293-92/+121
* fixed small bug #3necoro2006-12-121-4/+4
* used sets for flags; make newuse work completlynecoro2006-12-102-22/+22
* made slots work for update_worldnecoro2006-12-102-64/+76
* added handling of masked packages during an update-world; small changes in ge...necoro2006-12-062-25/+24
* removed gentoolkit-dependencynecoro2006-12-023-44/+223
* Added portage.db wherever it wants tree ... not the final solution, but it do...necoro2006-11-292-1/+2
* Renamed to portatonecoro2006-11-245-0/+1371
n A. Donenfeld5-39/+25 2014-04-18reencryption: add to completion filesJason A. Donenfeld3-1/+5 2014-04-18Specify variable gpg.Jason A. Donenfeld1-1/+1 2014-04-18style: don't escape new line on &&Jason A. Donenfeld1-2/+2 2014-04-18reencryption: remove temporary file on failureJason A. Donenfeld1-1/+1 2014-04-18reencryption: only reencrypt files when requiredJason A. Donenfeld2-16/+37 2014-04-17cp: typo as cvJason A. Donenfeld1-1/+1 2014-04-17bash: gpg_id is localJason A. Donenfeld1-0/+1 2014-04-17move/copy: always reencrypt passwords at destinationJason A. Donenfeld5-25/+56 2014-04-17makefile: allow platform files with gnu sedJason A. Donenfeld1-7/+8 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>