summaryrefslogtreecommitdiff
path: root/static/images/img03.gif
blob: d92ea38f9ac13cf9ffc140945e388cf34e013653 (plain)
ofshex dumpascii
0000 47 49 46 38 39 61 c9 02 0f 00 b3 00 00 00 00 00 12 12 12 48 48 48 39 39 39 24 24 24 34 34 34 45 GIF89a.............HHH999$$$444E
0020 45 45 13 13 13 4c 4c 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 21 f9 04 EE...LLL.....................!..
0040 00 00 00 00 00 2c 00 00 00 00 c9 02 0f 00 00 04 92 10 c9 49 ab bd 38 eb cd bb ff 60 28 8e 64 69 .....,.............I..8....`(.di
0060 9e 68 aa ae 6c eb be 70 2c cf 74 6d df 78 ae ef 7c ef ff c0 a0 70 48 2c 1a 8f c8 a4 72 c9 6c 3a .h..l..p,.tm.x..|....pH,....r.l:
0080 9f d0 a8 74 4a ad 5a af d8 ac 76 cb ed 7a bf e0 b0 78 4c 2e 9b cf e8 b4 7a cd 6e bb df f0 b8 7c ...tJ.Z...v..z...xL.....z.n....|
00a0 4e af db ef f8 bc 7e cf ef fb ff 80 81 82 83 84 85 86 7d 02 87 8a 8b 8c 8d 7a 02 03 8e 92 93 94 N.....~...........}......z......
00c0 95 61 03 07 96 9a 9b 9c 9d 48 01 00 04 9e a3 a4 a5 a6 2d 04 00 aa 01 05 06 a7 af b0 b1 b0 06 05 .a.......H........-.............
00e0 a0 00 11 00 3b ....;
s/pass.git/commit/src/password-store.sh?h=1.7.1&id=99202dde74e4444dee0b9cd3cfc8188a0601d2a1&follow=1'>Fix GPG spelling.Jason A. Donenfeld1-1/+1 2014-04-05Fix path to /dev/nullPeter Haza1-1/+1 2014-03-24Update zsh completion.Johan Venant1-2/+7 2014-03-24Add some commonly used completions for `pass git`Dmitry Medvinsky1-0/+3 2014-03-24Update copyright years and email addressDmitry Medvinsky1-1/+1 2014-03-24Add `-p` `--path` option completion for `pass init`Dmitry Medvinsky1-0/+1 2014-03-23Use heredoc for unset error.Jason A. Donenfeld1-4/+6 Suggested-by: Tom Vincent <pass@tlvince.com> 2014-03-23umask: allow overridableJason A. Donenfeld2-1/+4 Suggested-by: Matthew Richardson <m.richardson@ed.ac.uk> 2014-03-23Heredoc refresh.Jason A. Donenfeld1-43/+45 2014-03-23clip: wait longer for slow systemsJason A. Donenfeld2-2/+2 2014-03-22gpg: allow the use of gpg1 with or without agentJason A. Donenfeld1-10/+15 Suggested-by: Matthieu Weber <mweber@free.fr> 2014-03-22clip: rename SELECTION to X_SELECTIONJason A. Donenfeld2-6/+6 2014-03-22Version bump ahead of release.Jason A. Donenfeld1-1/+1 2014-03-22Makefile: do not use recursion and organizeJason A. Donenfeld12-9/+7 2014-03-22clip: suppress kill errorJason A. Donenfeld2-3/+3 2014-03-22clip: do not race on osxJason A. Donenfeld1-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed