Commit graph

593 commits

Author SHA1 Message Date
Jaromil ced2e5fcb8 fixes to Makefiles informed by issue #154 2014-11-16 14:04:05 +01:00
Jaromil bbb290c81a documentation updates 2014-11-16 13:55:51 +01:00
Jaromil a0db66b18e added also explicit stdout redirection to command -v 2014-11-16 13:11:42 +01:00
Jaromil 9f39d671a0 reverted to use command -v instead of hash
according to analysis made with @gdrooid
2014-11-16 12:38:31 +01:00
Jaromil da46cbcd31 using zsh hash function instead of command -v to check for bins in path, using plain 2>/dev/null redirection everywhere 2014-11-16 11:37:30 +01:00
Jaromil 982c7591f2 avoid gettext being a requirement and list optional tools found in version output 2014-11-16 11:34:35 +01:00
Jaromil aa35441d69 this should fix lo_mount() as reported in #154 2014-11-16 11:09:43 +01:00
Jaromil d4c4a82d73 more detailed help messages and exclude videos from index 2014-11-15 04:14:40 +01:00
Jaromil 39ab5871d5 updated ChangeLog on upcoming release 2014-11-15 03:14:58 +01:00
Jaromil e5be8bb36d installs also translated strings 2014-11-15 03:14:42 +01:00
Jaromil 249c3cec1d work also without gettext. versioning 2014-11-15 03:14:03 +01:00
Jaromil 8c8ab3fc5c removed some minor debugging tests 2014-11-15 02:41:10 +01:00
Jaromil edbd950120 switched to zsh/regex and zsh/mapfile
many operations moved to builtin zsh internals, improving speed
also fixes to the username detection and to the losetup check
2014-11-15 02:38:53 +01:00
Dani 219962e651 Merge pull request #160 from gdrooid/master
[i18n] Updated pot and po files.
2014-11-14 21:53:57 +01:00
gdrooid 3effdc2171 [i18n] Updated pot and po files. 2014-11-14 21:50:57 +01:00
Jaromil f4f4837ff4 updates to the manpage 2014-11-14 20:23:16 +01:00
Jaromil 4ce8771e99 Correct wrapping of cli argument arrays
Fixes also piping to ssh for remote tomb commands
This fix was suggested by @brianmay on #139
2014-11-14 20:12:30 +01:00
Jaromil 82e0533892 message fix 2014-11-14 19:43:26 +01:00
Jaromil a7d7fad6a8 last minor fix to use _plot() instead of is_valid_tomb() on tomb creation commands 2014-11-14 19:27:57 +01:00
Jaromil 949a8c19e7 correct rendering of dev mapper filename and use of is_valid_tomb 2014-11-14 19:13:48 +01:00
Jaromil 50ce03d5f5 reactivated KDF test 2014-11-14 18:52:44 +01:00
Jaromil 18f2cf25d0 fixed tests to use only one dummypass 2014-11-14 18:52:16 +01:00
Jaromil 106c4ab32e fixed resize 2014-11-14 18:51:33 +01:00
Jaromil 98ab49315a fixes to _tmp_create and its usage 2014-11-14 18:42:11 +01:00
Jaromil 3eff8aeebe isolated functions to speed up test environment 2014-11-14 17:43:53 +01:00
Jaromil 828579e10d better parses for bind-hooks
rw global vars VERSION etc facilitate re-source in test environment
2014-11-14 17:42:49 +01:00
Jaromil 9097a69631 indentation and small fix for umount to avoid warnings and correct check 2014-11-14 14:25:49 +01:00
Dani d53727c6ee Merge pull request #157 from gdrooid/cleanup
[i18n] Update .pot generation script
2014-11-13 21:15:39 +01:00
gdrooid 7fecf71a81 [i18n] Don't add debug messages to translation files. 2014-11-12 20:11:29 +01:00
gdrooid e32bce2c1f [i18n] Remove warning message when generating the pot file. 2014-11-12 19:19:51 +01:00
gdrooid 83d53b204e [i18n] Fix pot generation to avoid a lot of manual work. 2014-11-12 19:18:37 +01:00
Jaromil c73f00eb19 adjusting strings to facilitate translation 2014-11-04 16:45:57 +01:00
Jaromil 943a46ef60 removed create_tomb, left deprecation notice 2014-11-04 16:45:37 +01:00
Jaromil 181f0fc636 revert to swish-e again 2014-11-04 16:45:08 +01:00
hellekin 6c71f2c94b [cleanup] Process subcommands 2014-11-04 15:33:12 +01:00
hellekin 8df1575a44 [cleanup] Replace 'test' with [[ expr ]] 2014-11-04 15:33:12 +01:00
hellekin b857122d7d [cleanup] _load_key 2014-11-04 15:32:46 +01:00
hellekin 27ec914870 [cleanup] Fix path to user's temporary files 2014-11-04 15:32:46 +01:00
hellekin fb12b50d7d [cleanup] ask_password 2014-11-04 15:32:45 +01:00
Jaromil dac8e4acae remove base2 notation for flags
fixes bug that prevented to evaluate correctly 1/0 values for optional extensions
2014-11-04 15:32:45 +01:00
hellekin 788c133f94 [cleanup] More test cleanups 2014-11-04 15:32:45 +01:00
hellekin 14ed549a55 [cleanup] Consolidate temporary file creation 2014-11-04 15:32:45 +01:00
hellekin 226fd2a0f8 [cleanup] Only add directory to mounted if it's actually mounted 2014-11-04 15:32:45 +01:00
hellekin fda78fbf8a [cleanup] Disallow empty TOMBNAME 2014-11-04 15:32:45 +01:00
hellekin 80f8b58387 [cleanup] Remove those test-* files 2014-11-04 15:32:45 +01:00
hellekin 0754e9acd2 [cleanup] "Safety functions" section
- more documentation
  - follow style guide
  - rationalize check_swap
2014-11-04 15:32:45 +01:00
hellekin 3e91b7bb9b [cleanup] Document options functions 2014-11-04 15:32:45 +01:00
hellekin cd1ceac92e [cleanup] Introduce _whoami ; clean ; pass all tests with or without sudo 2014-11-04 15:32:44 +01:00
hellekin b053898300 [cleanup] Privatize {,_}endgame event 2014-11-04 15:32:44 +01:00
hellekin 8e38a1c31b [cleanup] Uppercase loop devices 2014-11-04 15:32:44 +01:00