summaryrefslogtreecommitdiff
path: root/etc (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-31 r93@Devoty: necoro | 2007-10-31 11:37:04 +0100Necoro6-396/+764
2007-10-24Changing backNecoro1-2/+2
2007-10-24 r31@Devoty: necoro | 2007-10-24 23:44:38 +0200Necoro1-2/+2
2007-10-24 r30@Devoty: necoro | 2007-10-24 23:44:12 +0200Necoro1-2/+2
2007-10-24remove ebuild.lang -> is now in the normal gtksourceviewNecoro1-1/+1
2007-10-24remove ebuild.lang -> is now in the normal gtksourceviewNecoro3-118/+4
2007-10-22preparations 0.8.6.2Necoro3-109/+103
2007-10-22bundled shm moduleNecoro5-13/+20
2007-10-22bundled shm moduleNecoro7-6/+1713
2007-10-22use shm instead of pipesNecoro3-28/+53
2007-10-19fix in update world - find masked dependencies tooNecoro3-9/+21
2007-10-19small changes to prepare for 0.8.6Necoro4-30/+21
2007-10-16uses "str" types - as normal ;) ... dbus.String sucksNecoro2-29/+29
2007-10-15added tooltips, added ebuild.lang, restructured constantsNecoro10-215/+524
2007-10-15added "Save As..." functionality for exception dialogNecoro4-37/+74
2007-10-15language updatesNecoro2-305/+324
2007-10-15use anonymous pipe instead of socket -- fixes security issueNecoro3-63/+51
2007-10-10small changesNecoro2-3/+3
2007-10-08make it work w/ rootNecoro3-4/+7
2007-10-08forgot catapult package in setup.pyNecoro1-1/+1
2007-10-07first catapult supportNecoro6-2/+333
2007-10-04small fixesNecoro3-7/+8
2007-10-03small fixes; removed old iconNecoro5-2/+6
2007-10-02pygtksourceview-2 supportNecoro1-2/+17
2007-10-01fix update worldNecoro4-78/+157
2007-09-30add support for "--with-bdeps"Necoro4-8/+37
2007-09-18changed about linkNecoro1-1/+1
2007-09-18changed TRANSLATING file to reflect move to origoNecoro1-5/+7
2007-09-18replaced some lists by generators to save memoryNecoro3-7/+5
2007-09-10fixed masked useflag bugnecoro1-7/+10
2007-09-08typonecoro1-1/+1
2007-09-06removed bug which deleted new useflags when a dependency pulled in by new use...necoro1-1/+1
2007-08-27Change to absolute_imports; Warning: definitly brokennecoro23-124/+172
2007-08-25some changesnecoro3-6/+10
2007-08-20small fixnecoro1-1/+1
2007-08-18smaller fixesnecoro1-31/+22
2007-08-180.8.5_prenecoro1-1/+1
2007-08-17translationsnecoro2-169/+183
2007-08-17improved terminalnecoro5-219/+233
2007-08-16improved update-worldnecoro2-10/+23
2007-08-16improved update-world; now showing differences between installed and set use-...necoro13-440/+473
2007-08-16removed qtnecoro17-3655/+0
2007-08-13trivial changesnecoro2-212/+214
2007-08-12small changesnecoro1-13/+9
2007-08-12made emerge pausing work (again?)necoro2-12/+9
2007-08-12bug in windowsnecoro1-2/+1
2007-08-12added "TRANSLATING" file :)necoro3-211/+335
2007-08-12translationsnecoro3-7/+33
2007-08-12added listener/notifynecoro1-1/+1
2007-08-12added listener/notifynecoro2-2/+1
='/others/pass.git/commit/src/password-store.sh?id=0f0483f789e4819b029cf2f9d8168a6172da4d92&follow=1'>init: allow deinitializationJason A. Donenfeld2-2/+18 2014-04-18bash-completion: filter dot files from resultsJason A. Donenfeld1-3/+8 2014-04-18reencrypt: remove option, do automaticallyJason 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>