Commit Graph

785 Commits

Author SHA1 Message Date
Jaromil
cecde4e116 fixed a typo in EUID check 2015-11-25 17:41:17 +01:00
Jaromil
97399f6b91 removed obsolete documentation about --sudo-pwd 2015-11-25 17:39:47 +01:00
Jaromil
9090bfaff9 easier to continue resizing if interrupted
if resize is launched at same size, will run partition resize
helps continuing if i.e: pinentry expired waiting for password
after a long resize while operator is away: jurt rerun resize command
2015-11-07 14:20:43 +01:00
Jaromil
8eeb361300 correct permissions on installed manpage (10x Jarno) 2015-10-25 22:28:37 +01:00
hellekin
dbea70d820 Merge pull request #219 from roylockhart/master
Update fr.po
2015-10-24 06:03:26 -03:00
Roy Lockhart
b0d534f5af Update fr.po
Fixed some french orthographic/grammar/typographic rules
2015-10-24 00:25:13 +02:00
Jaromil
8db05ae8e1 Merge pull request #218 from Narrat/optim/docs
Correct spelling and whitespaces
2015-09-21 13:11:37 +02:00
Narrat
9dd81b505b Correct spelling and whitespaces 2015-09-21 00:57:21 +02:00
Jaromil
dfdc2c8465 correct first name for qt-tray author 2015-09-08 17:31:44 +02:00
Jaromil
7ee4cfd150 documentation updates for qt-tray 2015-09-08 11:12:45 +02:00
Jaromil
0a14747ccf Merge pull request #215 from mgian/qt-tray
Added tomb-qt-tray
2015-09-08 11:04:16 +02:00
Gianluca Montecchi
6d83bbb1bd Updated Italian translation 2015-09-04 19:56:43 +02:00
Gianluca Montecchi
492174d3c6 Added copyright notice 2015-09-03 21:36:12 +02:00
Gianluca Montecchi
e9cc85028c Initial import of tomb-qt-tray 2015-09-02 23:40:01 +02:00
Jaromil
a74c811c5b documentation updates with translators 2015-08-06 17:52:41 +02:00
Daniel Rodriguez
57caa241c9 Add Italian translations. 2015-07-28 17:44:24 +02:00
Daniel Rodriguez
8afe5f7b9d Add Swedish translations. 2015-07-27 18:21:56 +02:00
Jaromil
6c32ce81fd correct dep to gtk2 in install docs 2015-07-26 17:26:49 +02:00
Dani
e79aaa9962 Update README file with new translations url.
This is the new url: https://poeditor.com/join/project/b276xMGAmB
2015-07-25 16:15:29 +02:00
Jaromil
e2f0b0378c documentation updated for release 2015-07-23 18:39:10 +02:00
Jaromil
850b76d034 removed obsolete manual 2015-07-23 15:27:40 +02:00
Jaromil
b07224beab fix to username parsing in passwd
now using getent, light edit of hellekin's fix in #198
2015-07-23 15:18:13 +02:00
Jaromil
b752980939 usage note: delete history (#201) 2015-07-23 15:11:05 +02:00
Jaromil
53ad70b668 usage notes, pinentry issues (addresses #202) 2015-07-23 15:07:54 +02:00
Jaromil
ad4855d5cf Merge pull request #209 from Narrat/fix-tomber-url
extras: fix tomber repository URL
2015-07-19 13:09:07 +02:00
Narrat
2930e38387 extras: fix tomber repository URL 2015-07-12 19:48:51 +02:00
Jaromil
6af6cddc81 Merge pull request #206 from emlun/master
Fix comment typo: --use-random => --use-urandom
2015-07-12 10:18:01 +02:00
Dani
4c1f0eee3c Merge pull request #207 from Narrat/german-trans
extras/po: Some updates to the german translation
2015-07-12 10:08:42 +02:00
Jaromil
83c1653840 Merge pull request #208 from Narrat/man-page
Man-Page: Small fixes
2015-07-09 02:54:20 +02:00
Narrat
1257b71108 Man-Page: Small fixes
Mostly intended to fix the URLs at the end.
The original page for dm-crypt pointed to the google-code page of cryptsetup and the google-code page itself redirects the user to gitlab, where the project is now hosted.
So replaced the URLs with their gitlab counterpart.

Made a note about the mount behaviour which got enhanced by ca012e8

Additionally some smaller typos corrected
2015-07-08 21:34:50 +02:00
Narrat
3052288f95 extras/po: Some updates to the german translation 2015-07-08 19:54:58 +02:00
Emil Lundberg
4730b6d211 Fix comment typo: --use-random => --use-urandom 2015-07-07 09:56:16 +02:00
Jaromil
b8447dbf24 documentation update and small swish-e fix
The fix is due to the new naming scheme without .tomb extension recently
introduced for mountpoints. While testing this a problem arised with
swish-e related to compression of indexes, to be addressed.
2015-07-06 17:33:44 +02:00
Jaromil
e8ca2998b9 improved debugging for pinentry execution 2015-07-04 11:28:37 +02:00
Jaromil
55d3263cac Parse only untranslated GNUPG output
this avoids getting in the way utf8 chars like non-breakable space
that will hang ZSh in versions previous to 5.0.8, fix #205
2015-07-02 12:47:29 +02:00
Jaromil
eada0538c9 Delete mountpoint when tomb is closed (fix #149)
two bugs were left behind by the last refactoring, one about
consistency of the mountpoint naming (now using $TOMBNAME everywhere,
without the added .tomb extension as per #180), the other about a
missing _sudo to prefix rmdir commands.

Test suite has been updated accordingly.

This fix introduces a mandatory condition for the next update: all
tombs must be closed when upgrading the tomb script, else it will not
be able to correctly close them.
2015-06-26 11:47:19 +02:00
Jaromil
bfa77cc593 updated manual for -k option 2015-06-24 23:34:00 +02:00
Maxime Arthaud
a43b943bac [i18n] Improve French translations 2015-04-21 21:10:20 +02:00
Maxime Arthaud
eb258a2bfd Fix typo in French translation 2015-04-19 17:02:29 -07:00
Jaromil
19769dea6e Merge pull request #194 from jturner314/misc-cleanup
Two minor one-line fixes
2015-03-01 13:18:07 +01:00
Jim Turner
1dff3676ce Remove inaccurate comment 2015-03-01 02:17:48 -05:00
Jim Turner
1919b29c1f Remove unused variable 2015-03-01 02:17:48 -05:00
hellekin
8aa1c0c6a5 Clarify code and documentation (thanks @boyska) 2015-02-21 23:04:50 -03:00
boyska
2194023287 FIX --kdf documentation 2015-02-20 19:03:21 +01:00
boyska
5f3ec68c38 FIX kdf iteration count 2015-02-20 19:03:21 +01:00
hellekin
bc45882533 Merge pull request #189 from dyne/fix-163
Detect plain swaps on encrypted partition (util-linux >= 2.22) or advise user to use -f (fixes #163)
2015-02-20 09:58:40 -03:00
Jaromil
8360270e65 Merge branch 'fix-163' of github.com:dyne/Tomb into fix-163 2015-02-20 11:43:26 +01:00
hellekin
fe504e4a19 Remove tabs 2015-02-20 11:42:49 +01:00
hellekin
8233278ce0 Remove leftover and notify #163 :) 2015-02-20 11:42:49 +01:00
hellekin
bad0173352 Simplify patch 2015-02-20 11:42:49 +01:00